From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 02 May 2023 09:07:06 +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 1ptk6N-0026vM-Mo for lore@lore.pengutronix.de; Tue, 02 May 2023 09:07:06 +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 1ptk6L-0004OX-RP; Tue, 02 May 2023 09:07:05 +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 1ptk5J-0002Qe-5W; Tue, 02 May 2023 09:06:01 +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 1ptk5I-000WoT-Lu; Tue, 02 May 2023 09:06:00 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ptk5I-001KAQ-4B; Tue, 02 May 2023 09:06:00 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 2 May 2023 09:06:00 +0200 Message-Id: <20230502070600.315843-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230416093643.3983478-8-artur@4wiebe.de> References: <20230416093643.3983478-8-artur@4wiebe.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] python3-semantic-version: 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 1a9f2fc033cd248fe9fa23340b93f9dc834b35ea. Michael [sent from post-receive hook] On Tue, 02 May 2023 09:06:00 +0200, Artur Wiebe wrote: > Signed-off-by: Artur Wiebe > Message-Id: <20230416093643.3983478-8-artur@4wiebe.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-python3-semantic-version.in b/rules/host-python3-semantic-version.in > new file mode 100644 > index 000000000000..57561f0548df > --- /dev/null > +++ b/rules/host-python3-semantic-version.in > @@ -0,0 +1,6 @@ > +## SECTION=hosttools_noprompt > + > +config HOST_PYTHON3_SEMANTIC_VERSION > + tristate > + default y if ALLYES > + select HOST_PYTHON3_SETUPTOOLS > diff --git a/rules/host-python3-semantic-version.make b/rules/host-python3-semantic-version.make > new file mode 100644 > index 000000000000..4b8dee89b229 > --- /dev/null > +++ b/rules/host-python3-semantic-version.make > @@ -0,0 +1,20 @@ > +# -*-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 > +# > +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_SEMANTIC_VERSION) += host-python3-semantic-version > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +HOST_PYTHON3_SEMANTIC_VERSION_CONF_TOOL := python3 > + > +# vim: syntax=make > diff --git a/rules/python3-semantic-version.in b/rules/python3-semantic-version.in > new file mode 100644 > index 000000000000..0bb578534c9d > --- /dev/null > +++ b/rules/python3-semantic-version.in > @@ -0,0 +1,9 @@ > +## SECTION=python3 > + > +config PYTHON3_SEMANTIC_VERSION > + tristate > + select PYTHON3 > + prompt "semantic-version" > + help > + This small python library provides a few tools to handle SemVer in Python. > + It follows strictly the 2.0.0 version of the SemVer scheme. > diff --git a/rules/python3-semantic-version.make b/rules/python3-semantic-version.make > new file mode 100644 > index 000000000000..8ace780bbf07 > --- /dev/null > +++ b/rules/python3-semantic-version.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_SEMANTIC_VERSION) += python3-semantic-version > + > +# > +# Paths and names > +# > +PYTHON3_SEMANTIC_VERSION_VERSION := 2.10.0 > +PYTHON3_SEMANTIC_VERSION_MD5 := e48abef93ba69abcd4eaf4640edfc38b > +PYTHON3_SEMANTIC_VERSION := semantic_version-$(PYTHON3_SEMANTIC_VERSION_VERSION) > +PYTHON3_SEMANTIC_VERSION_SUFFIX := tar.gz > +PYTHON3_SEMANTIC_VERSION_URL := $(call ptx/mirror-pypi, semantic_version, $(PYTHON3_SEMANTIC_VERSION).$(PYTHON3_SEMANTIC_VERSION_SUFFIX)) > +PYTHON3_SEMANTIC_VERSION_SOURCE := $(SRCDIR)/$(PYTHON3_SEMANTIC_VERSION).$(PYTHON3_SEMANTIC_VERSION_SUFFIX) > +PYTHON3_SEMANTIC_VERSION_DIR := $(BUILDDIR)/$(PYTHON3_SEMANTIC_VERSION) > +PYTHON3_SEMANTIC_VERSION_LICENSE := BSD > +PYTHON3_SEMANTIC_VERSION_LICENSE_FILES := file://LICENSE;md5=4fb31e3c1c7eeb8b5e8c07657cdd54e2 > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +PYTHON3_SEMANTIC_VERSION_CONF_TOOL := python3 > + > +# ---------------------------------------------------------------------------- > +# Target-Install > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/python3-semantic-version.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, python3-semantic-version) > + @$(call install_fixup, python3-semantic-version,PRIORITY,optional) > + @$(call install_fixup, python3-semantic-version,SECTION,base) > + @$(call install_fixup, python3-semantic-version,AUTHOR,"Artur Wiebe ") > + @$(call install_fixup, python3-semantic-version,DESCRIPTION,missing) > + > + @$(call install_glob, python3-semantic-version, 0, 0, -, \ > + $(PYTHON3_SITEPACKAGES)/semantic_version,, *.py) > + > + @$(call install_finish, python3-semantic-version) > + > + @$(call touch) > + > +# vim: syntax=make