From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 08 Feb 2024 17:03:48 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rY6sN-008sqM-1I for lore@lore.pengutronix.de; Thu, 08 Feb 2024 17:03:48 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rY6sO-0002io-Ei; Thu, 08 Feb 2024 17:03:48 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rY6ri-0001GE-GL; Thu, 08 Feb 2024 17:03:06 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rY6ri-005FE0-3g; Thu, 08 Feb 2024 17:03:06 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rY6ri-00Dclw-0E; Thu, 08 Feb 2024 17:03:06 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 8 Feb 2024 17:03:06 +0100 Message-Id: <20240208160306.3247297-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240126144807.2774267-3-artur@4wiebe.de> References: <20240126144807.2774267-3-artur@4wiebe.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] python3-pyopenssl: 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 52c1eded92e42915634e80f07cf874fa6923909c. Michael [sent from post-receive hook] On Thu, 08 Feb 2024 17:03:05 +0100, Artur Wiebe wrote: > Signed-off-by: Artur Wiebe > Message-Id: <20240126144807.2774267-3-artur@4wiebe.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-pyopenssl.in b/rules/python3-pyopenssl.in > new file mode 100644 > index 000000000000..6157b9649624 > --- /dev/null > +++ b/rules/python3-pyopenssl.in > @@ -0,0 +1,9 @@ > +## SECTION=python3 > + > +config PYTHON3_PYOPENSSL > + tristate > + select PYTHON3 > + select PYTHON3_SSL > + prompt "pyOpenSSL" > + help > + High-level wrapper around a subset of the OpenSSL library. > diff --git a/rules/python3-pyopenssl.make b/rules/python3-pyopenssl.make > new file mode 100644 > index 000000000000..ce7f570b91f2 > --- /dev/null > +++ b/rules/python3-pyopenssl.make > @@ -0,0 +1,53 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2024 by Artur Wiebe > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +PACKAGES-$(PTXCONF_PYTHON3_PYOPENSSL) += python3-pyopenssl > + > +# > +# Paths and names > +# > +PYTHON3_PYOPENSSL_VERSION := 24.0.0 > +PYTHON3_PYOPENSSL_MD5 := e4e9f1519cbb54dfb6426bde212ca922 > +PYTHON3_PYOPENSSL := pyOpenSSL-$(PYTHON3_PYOPENSSL_VERSION) > +PYTHON3_PYOPENSSL_SUFFIX := tar.gz > +PYTHON3_PYOPENSSL_URL := $(call ptx/mirror-pypi, pyopenssl, $(PYTHON3_PYOPENSSL).$(PYTHON3_PYOPENSSL_SUFFIX)) > +PYTHON3_PYOPENSSL_SOURCE := $(SRCDIR)/$(PYTHON3_PYOPENSSL).$(PYTHON3_PYOPENSSL_SUFFIX) > +PYTHON3_PYOPENSSL_DIR := $(BUILDDIR)/$(PYTHON3_PYOPENSSL) > +PYTHON3_PYOPENSSL_LICENSE := Apache-2.0 > +PYTHON3_PYOPENSSL_LICENSE_FILES := file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +PYTHON3_PYOPENSSL_CONF_TOOL := python3 > + > +# ---------------------------------------------------------------------------- > +# Target-Install > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/python3-pyopenssl.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, python3-pyopenssl) > + @$(call install_fixup, python3-pyopenssl,PRIORITY,optional) > + @$(call install_fixup, python3-pyopenssl,SECTION,base) > + @$(call install_fixup, python3-pyopenssl,AUTHOR,"Artur Wiebe ") > + @$(call install_fixup, python3-pyopenssl,DESCRIPTION,missing) > + > + @$(call install_glob, python3-pyopenssl, 0, 0, -, \ > + $(PYTHON3_SITEPACKAGES),, *.py) > + > + @$(call install_finish, python3-pyopenssl) > + > + @$(call touch) > + > +# vim: syntax=make