From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 02 May 2023 09:07:24 +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 1ptk6f-0026yQ-Ir for lore@lore.pengutronix.de; Tue, 02 May 2023 09:07:24 +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 1ptk6d-0005dT-No; Tue, 02 May 2023 09:07:23 +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 1ptk5R-0002V7-QE; Tue, 02 May 2023 09:06:09 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ptk5R-000Wp7-Aa; Tue, 02 May 2023 09:06:09 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ptk5Q-001KM2-Le; Tue, 02 May 2023 09:06:08 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 2 May 2023 09:06:08 +0200 Message-Id: <20230502070608.316563-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230426091319.13021-1-artur@4wiebe.de> References: <20230426091319.13021-1-artur@4wiebe.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] python3-posix_ipc: 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: Artur Wiebe 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 2074520fd9f2c34d1d502939b72cc780bee6acac. Michael [sent from post-receive hook] On Tue, 02 May 2023 09:06:08 +0200, Artur Wiebe wrote: > Signed-off-by: Artur Wiebe > Message-Id: <20230426091319.13021-1-artur@4wiebe.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-posix_ipc.in b/rules/python3-posix_ipc.in > new file mode 100644 > index 000000000000..ace39885d952 > --- /dev/null > +++ b/rules/python3-posix_ipc.in > @@ -0,0 +1,10 @@ > +## SECTION=python3 > + > +config PYTHON3_POSIX_IPC > + tristate > + select PYTHON3 > + prompt "posix_ipc" > + help > + posix_ipc is a Python module (written in C) that permits > + creation and manipulation of POSIX inter-process > + semaphores, shared memory and message queues > diff --git a/rules/python3-posix_ipc.make b/rules/python3-posix_ipc.make > new file mode 100644 > index 000000000000..9a45d48c4c3c > --- /dev/null > +++ b/rules/python3-posix_ipc.make > @@ -0,0 +1,53 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2023 by Artur Wiebe > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +PACKAGES-$(PTXCONF_PYTHON3_POSIX_IPC) += python3-posix_ipc > + > +# > +# Paths and names > +# > +PYTHON3_POSIX_IPC_VERSION := 1.1.1 > +PYTHON3_POSIX_IPC_MD5 := 523a31c4dbd56e0d4fd677f33e126e5d > +PYTHON3_POSIX_IPC := posix_ipc-$(PYTHON3_POSIX_IPC_VERSION) > +PYTHON3_POSIX_IPC_SUFFIX := tar.gz > +PYTHON3_POSIX_IPC_URL := $(call ptx/mirror-pypi, posix_ipc, $(PYTHON3_POSIX_IPC).$(PYTHON3_POSIX_IPC_SUFFIX)) > +PYTHON3_POSIX_IPC_SOURCE := $(SRCDIR)/$(PYTHON3_POSIX_IPC).$(PYTHON3_POSIX_IPC_SUFFIX) > +PYTHON3_POSIX_IPC_DIR := $(BUILDDIR)/$(PYTHON3_POSIX_IPC) > +PYTHON3_POSIX_IPC_LICENSE := BSD > +PYTHON3_POSIX_IPC_LICENSE_FILES := file://LICENSE;md5=513d94a7390d4d72f3475e2d45c739b5 > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +PYTHON3_POSIX_IPC_CONF_TOOL := python3 > + > +# ---------------------------------------------------------------------------- > +# Target-Install > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/python3-posix_ipc.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, python3-posix_ipc) > + @$(call install_fixup, python3-posix_ipc,PRIORITY,optional) > + @$(call install_fixup, python3-posix_ipc,SECTION,base) > + @$(call install_fixup, python3-posix_ipc,AUTHOR,"Artur Wiebe ") > + @$(call install_fixup, python3-posix_ipc,DESCRIPTION,missing) > + > + @$(call install_glob, python3-posix_ipc, 0, 0, -, \ > + $(PYTHON3_SITEPACKAGES), *.so,) > + > + @$(call install_finish, python3-posix_ipc) > + > + @$(call touch) > + > +# vim: syntax=make