mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Lars Pedersen <lapeddk@gmail.com>
To: Roland Hieber <rhi@pengutronix.de>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 1/4] python3-pyasn1: new package
Date: Mon, 12 Jul 2021 12:30:47 +0200	[thread overview]
Message-ID: <CAKd8=GsVg5pu2aDrgN_sNAx4HDWTPGFf6CxFLON0n4KF5esKjg@mail.gmail.com> (raw)
In-Reply-To: <20210707140031.42fktdlhmnju3ip5@pengutronix.de>

Hi.

Thanks for the feedback.

On Wed, 7 Jul 2021 at 16:00, Roland Hieber <rhi@pengutronix.de> wrote:
>
> Hi,
>
> On Mon, Jul 05, 2021 at 11:33:47AM +0200, Lars Pedersen wrote:
> > Pure-Python implementation of ASN.1 types and DER/BER/CER codecs
> > (X.208). New package used by python3-pysnmp
> >
> > Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
> > ---
> >  rules/python3-pyasn1.in   |  9 +++++++
> >  rules/python3-pyasn1.make | 53 +++++++++++++++++++++++++++++++++++++++
> >  2 files changed, 62 insertions(+)
> >  create mode 100644 rules/python3-pyasn1.in
> >  create mode 100644 rules/python3-pyasn1.make
> >
> > diff --git a/rules/python3-pyasn1.in b/rules/python3-pyasn1.in
> > new file mode 100644
> > index 000000000..a28e4e355
> > --- /dev/null
> > +++ b/rules/python3-pyasn1.in
> > @@ -0,0 +1,9 @@
> > +## SECTION=python3
> > +
> > +config PYTHON3_PYASN1
> > +     bool
> > +     prompt "pyasn1"
> > +     select PYTHON3
> > +     select HOST_PYTHON3_SETUPTOOLS
> > +     help
> > +       Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)
> > diff --git a/rules/python3-pyasn1.make b/rules/python3-pyasn1.make
> > new file mode 100644
> > index 000000000..9280856f4
> > --- /dev/null
> > +++ b/rules/python3-pyasn1.make
> > @@ -0,0 +1,53 @@
> > +# -*-makefile-*-
> > +#
> > +# Copyright (C) 2021 by Lars Pedersen <lapeddk@gmail.com>
> > +#
> > +# For further information about the PTXdist project and license conditions
> > +# see the README file.
> > +#
> > +
> > +#
> > +# We provide this package
> > +#
> > +PACKAGES-$(PTXCONF_PYTHON3_PYASN1) += python3-pyasn1
> > +
> > +#
> > +# Paths and names
> > +#
> > +PYTHON3_PYASN1_VERSION       := 0.4.8
> > +PYTHON3_PYASN1_MD5   := dffae4ff9f997a83324b3f33fe62be54
> > +PYTHON3_PYASN1               := pyasn1-$(PYTHON3_PYASN1_VERSION)
> > +PYTHON3_PYASN1_SUFFIX        := tar.gz
> > +PYTHON3_PYASN1_URL   := $(call ptx/mirror-pypi, pyasn1, $(PYTHON3_PYASN1).$(PYTHON3_PYASN1_SUFFIX))
> > +PYTHON3_PYASN1_SOURCE        := $(SRCDIR)/$(PYTHON3_PYASN1).$(PYTHON3_PYASN1_SUFFIX)
> > +PYTHON3_PYASN1_DIR   := $(BUILDDIR)/$(PYTHON3_PYASN1)
> > +PYTHON3_PYASN1_LICENSE       := BSD-2
>
> The correct identifier is BSD-2-Clause here.

Thanks. I'll fix this license in a v2 patch. I can see that pyasn1,
pysmi and pysnmp all needs to be fixed too.

/Lars Pedersen.

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


      reply	other threads:[~2021-07-12 10:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-05  9:33 Lars Pedersen
2021-07-05  9:33 ` [ptxdist] [PATCH 2/4] python3-pysmi: " Lars Pedersen
2021-07-05  9:33 ` [ptxdist] [PATCH 3/4] python3-pysnmp: " Lars Pedersen
2021-07-05  9:33 ` [ptxdist] [PATCH 4/4] python3-snmpclitools: " Lars Pedersen
2021-07-07 14:01   ` Roland Hieber
2021-07-12 10:34     ` Lars Pedersen
2021-07-07 14:00 ` [ptxdist] [PATCH 1/4] python3-pyasn1: " Roland Hieber
2021-07-12 10:30   ` Lars Pedersen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKd8=GsVg5pu2aDrgN_sNAx4HDWTPGFf6CxFLON0n4KF5esKjg@mail.gmail.com' \
    --to=lapeddk@gmail.com \
    --cc=ptxdist@pengutronix.de \
    --cc=rhi@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox