From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 16 Jul 2021 12:24:00 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1m4L0i-00017N-Ko for lore@lore.pengutronix.de; Fri, 16 Jul 2021 12:24:00 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1m4L0i-0002Ww-Br; Fri, 16 Jul 2021 12:24:00 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m4L06-0002Wl-4W; Fri, 16 Jul 2021 12:23:22 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1m4L05-0000EZ-K5; Fri, 16 Jul 2021 12:23:21 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1m4L05-004CYU-JG; Fri, 16 Jul 2021 12:23:21 +0200 Date: Fri, 16 Jul 2021 12:23:21 +0200 From: Michael Olbrich To: Lars Pedersen Message-ID: <20210716102321.GD375046@pengutronix.de> Mail-Followup-To: Lars Pedersen , ptxdist@pengutronix.de References: <20210712110910.562587-1-lapeddk@gmail.com> <20210712110910.562587-2-lapeddk@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210712110910.562587-2-lapeddk@gmail.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [ptxdist] [PATCH v2 2/4] python3-pysmi: new package X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Mon, Jul 12, 2021 at 01:09:08PM +0200, Lars Pedersen wrote: > Signed-off-by: Lars Pedersen > --- > Changes since v1: > - Updated LICENSE field to BSD-2-Clause > > rules/python3-pysmi.in | 9 +++++++ > rules/python3-pysmi.make | 54 ++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 63 insertions(+) > create mode 100644 rules/python3-pysmi.in > create mode 100644 rules/python3-pysmi.make > > diff --git a/rules/python3-pysmi.in b/rules/python3-pysmi.in > new file mode 100644 > index 000000000..a02d1b62d > --- /dev/null > +++ b/rules/python3-pysmi.in > @@ -0,0 +1,9 @@ > +## SECTION=python3 > + > +config PYTHON3_PYSMI > + tristate > + select PYTHON3 > + select HOST_PYTHON3_SETUPTOOLS > + prompt "pysmi" > + help > + A pure-Python implementation of SNMP/SMI MIB parsing and conversion library. > diff --git a/rules/python3-pysmi.make b/rules/python3-pysmi.make > new file mode 100644 > index 000000000..67448e2f7 > --- /dev/null > +++ b/rules/python3-pysmi.make > @@ -0,0 +1,54 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2021 by Lars Pedersen > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +PACKAGES-$(PTXCONF_PYTHON3_PYSMI) += python3-pysmi > + > +# > +# Paths and names > +# > +PYTHON3_PYSMI_VERSION := 0.3.4 > +PYTHON3_PYSMI_MD5 := 10a9dd140ad512eed9f37344df83ce9d > +PYTHON3_PYSMI := pysmi-$(PYTHON3_PYSMI_VERSION) > +PYTHON3_PYSMI_SUFFIX := tar.gz > +PYTHON3_PYSMI_URL := $(call ptx/mirror-pypi, pysmi, $(PYTHON3_PYSMI).$(PYTHON3_PYSMI_SUFFIX)) > +PYTHON3_PYSMI_SOURCE := $(SRCDIR)/$(PYTHON3_PYSMI).$(PYTHON3_PYSMI_SUFFIX) > +PYTHON3_PYSMI_DIR := $(BUILDDIR)/$(PYTHON3_PYSMI) > +PYTHON3_PYSMI_LICENSE := BSD-2-Clause > +PYTHON3_PYSMI_LICENSE_FILES := \ > + file://LICENSE.rst;md5=a088b5c72b59d51a5368ad3b18e219bf > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +PYTHON3_PYSMI_CONF_TOOL := python3 > + > +# ---------------------------------------------------------------------------- > +# Target-Install > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/python3-pysmi.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, python3-pysmi) > + @$(call install_fixup, python3-pysmi,PRIORITY,optional) > + @$(call install_fixup, python3-pysmi,SECTION,base) > + @$(call install_fixup, python3-pysmi,AUTHOR,"Lars Pedersen ") > + @$(call install_fixup, python3-pysmi,DESCRIPTION,missing) > + > + @$(call install_glob, python3-pysmi, 0, 0, -, \ > + $(PYTHON3_SITEPACKAGES),, *.py) Why install the *.py files and not *.pyc? Michael > + > + @$(call install_finish, python3-pysmi) > + > + @$(call touch) > + > +# vim: syntax=make > -- > 2.31.1 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de