From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200703115710.30041-6-p.zabel@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Mon, 06 Jul 2020 08:32:05 +0200 Subject: Re: [ptxdist] [APPLIED] python3-py: new package List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Philipp Zabel Thanks, applied as c97d8880f0837b8bc78da5f527203ea7cf07d902. Michael [sent from post-receive hook] On Mon, 06 Jul 2020 08:32:05 +0200, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > Message-Id: <20200703115710.30041-6-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-py.in b/rules/python3-py.in > new file mode 100644 > index 000000000000..2adfa171499b > --- /dev/null > +++ b/rules/python3-py.in > @@ -0,0 +1,8 @@ > +## SECTION=python3 > + > +config PYTHON3_PY > + tristate > + select PYTHON3 > + prompt "py" > + help > + library with cross-python path, ini-parsing, io, code, log facilities > diff --git a/rules/python3-py.make b/rules/python3-py.make > new file mode 100644 > index 000000000000..f1e80b9150eb > --- /dev/null > +++ b/rules/python3-py.make > @@ -0,0 +1,54 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2020 by Philipp Zabel > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +PACKAGES-$(PTXCONF_PYTHON3_PY) += python3-py > + > +# > +# Paths and names > +# > +PYTHON3_PY_VERSION := 1.9.0 > +PYTHON3_PY_MD5 := b80db4e61eef724f49feb4d20b649e62 > +PYTHON3_PY := py-$(PYTHON3_PY_VERSION) > +PYTHON3_PY_SUFFIX := tar.gz > +PYTHON3_PY_URL := https://pypi.python.org/packages/source/p/py/$(PYTHON3_PY).$(PYTHON3_PY_SUFFIX) > +PYTHON3_PY_SOURCE := $(SRCDIR)/$(PYTHON3_PY).$(PYTHON3_PY_SUFFIX) > +PYTHON3_PY_DIR := $(BUILDDIR)/$(PYTHON3_PY) > +PYTHON3_PY_LICENSE := MIT > +PYTHON3_PY_LICENSE_FILES := \ > + file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9 > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +PYTHON3_PY_CONF_TOOL := python3 > + > +# ---------------------------------------------------------------------------- > +# Target-Install > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/python3-py.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, python3-py) > + @$(call install_fixup, python3-py, PRIORITY, optional) > + @$(call install_fixup, python3-py, SECTION, base) > + @$(call install_fixup, python3-py, AUTHOR, "Philipp Zabel ") > + @$(call install_fixup, python3-py, DESCRIPTION, missing) > + > + @$(call install_glob, python3-py, 0, 0, -, \ > + /usr/lib/python$(PYTHON3_MAJORMINOR)/site-packages,, *.py) > + > + @$(call install_finish, python3-py) > + > + @$(call touch) > + > +# vim: syntax=make _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de