From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 16 Jun 2021 12:37:54 +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 1ltSvi-0005WM-Al for lore@lore.pengutronix.de; Wed, 16 Jun 2021 12:37:54 +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 1ltSvh-0001ZE-US; Wed, 16 Jun 2021 12:37:53 +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 1ltStY-0007Y7-KW; Wed, 16 Jun 2021 12:35:40 +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 1ltStY-00021s-2g; Wed, 16 Jun 2021 12:35:40 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1ltStY-008OH0-1H; Wed, 16 Jun 2021 12:35:40 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 16 Jun 2021 12:35:40 +0200 Message-Id: <20210616103540.1999863-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210607130909.4836-2-rhi@pengutronix.de> References: <20210607130909.4836-2-rhi@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] python3-pyro: 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: Roland Hieber 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 Thanks, applied as df4d839ed0336f32c56c383eb49670cb20167914. Michael [sent from post-receive hook] On Wed, 16 Jun 2021 12:35:39 +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber > Message-Id: <20210607130909.4836-2-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-pyro.in b/rules/python3-pyro.in > new file mode 100644 > index 000000000000..fcf350dccec9 > --- /dev/null > +++ b/rules/python3-pyro.in > @@ -0,0 +1,20 @@ > +## SECTION=python3 > + > +config PYTHON3_PYRO > + tristate > + prompt "python3-pyro" > + select PYTHON3 > + select HOST_PYTHON3_SETUPTOOLS > + > + help > + Pyro is a library that enables you to build applications > + in which objects can talk to each other over the network, > + with minimal programming effort. You can just use normal > + Python method calls, with almost every possible parameter > + and return value type, and Pyro takes care of locating the > + right object on the right computer to execute the method. > + It is designed to be very easy to use, and to generally stay > + out of your way. But it also provides a set of powerful features > + that enables you to build distributed applications rapidly and > + effortlessly. Pyro is written in 100% pure Python and therefore > + runs on many platforms and Python versions, including Python 3.x > diff --git a/rules/python3-pyro.make b/rules/python3-pyro.make > new file mode 100644 > index 000000000000..4751931d2ea9 > --- /dev/null > +++ b/rules/python3-pyro.make > @@ -0,0 +1,55 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2019 by Niklas Reisser > +# 2021 by Roland Hieber, Pengutronix > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +PACKAGES-$(PTXCONF_PYTHON3_PYRO) += python3-pyro > + > +# > +# Paths and names > +# > + > +PYTHON3_PYRO_VERSION := 4.76 > +PYTHON3_PYRO := Pyro4-$(PYTHON3_PYRO_VERSION) > +PYTHON3_PYRO_MD5 := 03a09990328c9f2388ac806fa734689c > +PYTHON3_PYRO_SUFFIX := tar.gz > +PYTHON3_PYRO_URL := $(call ptx/mirror-pypi, pyro4, $(PYTHON3_PYRO_VERSION).$(PYTHON3_PYRO_SUFFIX)) > +PYTHON3_PYRO_SOURCE := $(SRCDIR)/$(PYTHON3_PYRO).$(PYTHON3_PYRO_SUFFIX) > +PYTHON3_PYRO_DIR := $(BUILDDIR)/$(PYTHON3_PYRO) > +PYTHON3_PYRO_LICENSE := MIT > +PYTHON3_PYRO_LICENSE_FILES := file://LICENSE;md5=cd13dafd4eeb0802bb6efea6b4a4bdbc > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +PYTHON3_PYRO_CONF_TOOL := python3 > + > +# ---------------------------------------------------------------------------- > +# Target-Install > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/python3-pyro.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, python3-pyro) > + @$(call install_fixup, python3-pyro,PRIORITY,optional) > + @$(call install_fixup, python3-pyro,SECTION,base) > + @$(call install_fixup, python3-pyro,AUTHOR,"Niklas Reisser ") > + @$(call install_fixup, python3-pyro,DESCRIPTION,missing) > + > + @$(call install_glob, python3-pyro, 0, 0, -, \ > + $(PYTHON3_SITEPACKAGES)/Pyro4,, *.py) > + > + @$(call install_finish, python3-pyro) > + > + @$(call touch) > + > +# vim: syntax=make _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de