From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200703115710.30041-5-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-pluggy: 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 7324654856c4fbb70f6fd1cb8b78a646b7ff2376. 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-5-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-pluggy.in b/rules/python3-pluggy.in > new file mode 100644 > index 000000000000..0b76f20232df > --- /dev/null > +++ b/rules/python3-pluggy.in > @@ -0,0 +1,9 @@ > +## SECTION=python3 > + > +config PYTHON3_PLUGGY > + tristate > + select PYTHON3 > + select PYTHON3_IMPORTLIB_METADATA if RUNTIME > + prompt "pluggy" > + help > + A minimalist production ready plugin system > diff --git a/rules/python3-pluggy.make b/rules/python3-pluggy.make > new file mode 100644 > index 000000000000..c8997788ef47 > --- /dev/null > +++ b/rules/python3-pluggy.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_PLUGGY) += python3-pluggy > + > +# > +# Paths and names > +# > +PYTHON3_PLUGGY_VERSION := 0.13.1 > +PYTHON3_PLUGGY_MD5 := 7f610e28b8b34487336b585a3dfb803d > +PYTHON3_PLUGGY := pluggy-$(PYTHON3_PLUGGY_VERSION) > +PYTHON3_PLUGGY_SUFFIX := tar.gz > +PYTHON3_PLUGGY_URL := https://pypi.python.org/packages/source/p/pluggy/$(PYTHON3_PLUGGY).$(PYTHON3_PLUGGY_SUFFIX) > +PYTHON3_PLUGGY_SOURCE := $(SRCDIR)/$(PYTHON3_PLUGGY).$(PYTHON3_PLUGGY_SUFFIX) > +PYTHON3_PLUGGY_DIR := $(BUILDDIR)/$(PYTHON3_PLUGGY) > +PYTHON3_PLUGGY_LICENSE := MIT > +PYTHON3_PLUGGY_LICENSE_FILES := \ > + file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2 > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +PYTHON3_PLUGGY_CONF_TOOL := python3 > + > +# ---------------------------------------------------------------------------- > +# Target-Install > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/python3-pluggy.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, python3-pluggy) > + @$(call install_fixup, python3-pluggy, PRIORITY, optional) > + @$(call install_fixup, python3-pluggy, SECTION, base) > + @$(call install_fixup, python3-pluggy, AUTHOR, "Philipp Zabel ") > + @$(call install_fixup, python3-pluggy, DESCRIPTION, missing) > + > + @$(call install_glob, python3-pluggy, 0, 0, -, \ > + /usr/lib/python$(PYTHON3_MAJORMINOR)/site-packages,, *.py) > + > + @$(call install_finish, python3-pluggy) > + > + @$(call touch) > + > +# vim: syntax=make _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de