From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 01 Jul 2022 07:12:08 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1o78wm-002evp-Lb for lore@lore.pengutronix.de; Fri, 01 Jul 2022 07:12:08 +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 1o78wp-00055v-4z; Fri, 01 Jul 2022 07:12:07 +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 1o78vY-0003H9-9G; Fri, 01 Jul 2022 07:10:48 +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.94.2) (envelope-from ) id 1o78vU-003if3-2J; Fri, 01 Jul 2022 07:10:47 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1o78vW-00FRoF-SO; Fri, 01 Jul 2022 07:10:46 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 1 Jul 2022 07:10:46 +0200 Message-Id: <20220701051046.3681775-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220624114246.161813-6-ejo@pengutronix.de> References: <20220624114246.161813-6-ejo@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] python3-aiosignal: 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: =?UTF-8?q?Enrico=20J=C3=83=C2=B6rns?= 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 Thanks, applied as e47d8dbee2c01f7ab39ebb1ff8b54acf482cb54d. Michael [sent from post-receive hook] On Fri, 01 Jul 2022 07:10:46 +0200, Enrico Jörns wrote: > Requirement for newer python3-aiohttp. > > Signed-off-by: Enrico Jorns > Message-Id: <20220624114246.161813-6-ejo@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-aiosignal.in b/rules/python3-aiosignal.in > new file mode 100644 > index 000000000000..15ed371885e8 > --- /dev/null > +++ b/rules/python3-aiosignal.in > @@ -0,0 +1,9 @@ > +## SECTION=python3 > + > +config PYTHON3_AIOSIGNAL > + tristate > + select PYTHON3 > + select PYTHON3_FROZENLIST if RUNTIME > + prompt "aiosignal" > + help > + A project to manage callbacks in asyncio projects > diff --git a/rules/python3-aiosignal.make b/rules/python3-aiosignal.make > new file mode 100644 > index 000000000000..90309ba4f040 > --- /dev/null > +++ b/rules/python3-aiosignal.make > @@ -0,0 +1,52 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2022 by Enrico Jorns > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +PACKAGES-$(PTXCONF_PYTHON3_AIOSIGNAL) += python3-aiosignal > + > +# > +# Paths and names > +# > +PYTHON3_AIOSIGNAL_VERSION := 1.2.0 > +PYTHON3_AIOSIGNAL_MD5 := 011700c3acc576a3a38deade6a4860cb > +PYTHON3_AIOSIGNAL := aiosignal-$(PYTHON3_AIOSIGNAL_VERSION) > +PYTHON3_AIOSIGNAL_SUFFIX := tar.gz > +PYTHON3_AIOSIGNAL_URL := $(call ptx/mirror-pypi, aiosignal, $(PYTHON3_AIOSIGNAL).$(PYTHON3_AIOSIGNAL_SUFFIX)) > +PYTHON3_AIOSIGNAL_SOURCE := $(SRCDIR)/$(PYTHON3_AIOSIGNAL).$(PYTHON3_AIOSIGNAL_SUFFIX) > +PYTHON3_AIOSIGNAL_DIR := $(BUILDDIR)/$(PYTHON3_AIOSIGNAL) > +PYTHON3_AIOSIGNAL_LICENSE := Apache-2.0 > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +PYTHON3_AIOSIGNAL_CONF_TOOL := python3 > + > +# ---------------------------------------------------------------------------- > +# Target-Install > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/python3-aiosignal.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, python3-aiosignal) > + @$(call install_fixup, python3-aiosignal,PRIORITY,optional) > + @$(call install_fixup, python3-aiosignal,SECTION,base) > + @$(call install_fixup, python3-aiosignal,AUTHOR,"Enrico Jorns ") > + @$(call install_fixup, python3-aiosignal,DESCRIPTION,"A project to manage callbacks in asyncio projects") > + > + @$(call install_glob, python3-aiosignal, 0, 0, -, \ > + $(PYTHON3_SITEPACKAGES),, *.py) > + > + @$(call install_finish, python3-aiosignal) > + > + @$(call touch) > + > +# vim: syntax=make