From: Trevor Gamblin <tgamblin@baylibre.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][PATCH 1/4] python3-vcs-versioning: add recipe
Date: Thu, 23 Apr 2026 13:12:43 -0400 [thread overview]
Message-ID: <20260423171246.309711-1-tgamblin@baylibre.com> (raw)
The setuptools-scm project[1] now ships a second module which can be
used independently of setuptools if desired. This is now a dependency
for setuptools-scm, so add a recipe for it.
Update the maintainers.inc file with the recipe and myself as
maintainer.
[1] https://github.com/pypa/setuptools-scm
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
meta/conf/distro/include/maintainers.inc | 1 +
.../python/python3-vcs-versioning_1.1.1.bb | 24 +++++++++++++++++++
2 files changed, 25 insertions(+)
create mode 100644 meta/recipes-devtools/python/python3-vcs-versioning_1.1.1.bb
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 07e840ac34..9f4ae051da 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -750,6 +750,7 @@ RECIPE_MAINTAINER:pn-python3-unittest-automake-output = "Ross Burton <ross.burto
RECIPE_MAINTAINER:pn-python3-uritools = "Marta Rybczynska <marta.rybczynska@ygreky.com>"
RECIPE_MAINTAINER:pn-python3-urllib3 = "Tim Orling <tim.orling@konsulko.com>"
RECIPE_MAINTAINER:pn-python3-uv-build = "Unassigned <unassigned@yoctoproject.org>"
+RECIPE_MAINTAINER:pn-python3-vcs-versioning = "Trevor Gamblin <tgamblin@baylibre.com>"
RECIPE_MAINTAINER:pn-python3-vcversioner = "Bruce Ashfield <bruce.ashfield@gmail.com>"
RECIPE_MAINTAINER:pn-python3-wcwidth = "Tim Orling <tim.orling@konsulko.com>"
RECIPE_MAINTAINER:pn-python3-webcolors = "Bruce Ashfield <bruce.ashfield@gmail.com>"
diff --git a/meta/recipes-devtools/python/python3-vcs-versioning_1.1.1.bb b/meta/recipes-devtools/python/python3-vcs-versioning_1.1.1.bb
new file mode 100644
index 0000000000..788717de9e
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-vcs-versioning_1.1.1.bb
@@ -0,0 +1,24 @@
+SUMMARY = "the blessed package to manage your versions by vcs metadata"
+HOMEPAGE = "https://pypi.org/project/vcs-versioning/"
+DESCRIPTION = "Core VCS versioning functionality extracted as a standalone \
+library that can be used independently of setuptools."
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c9b06ad2ebd7e2e82d34b3caf353e7d5"
+
+SRC_URI[sha256sum] = "fabd75a3cab7dd8ac02fe24a3a9ba936bf258667b5a62ed468c9a1da0f5775bc"
+
+PYPI_PACKAGE = "vcs_versioning"
+
+inherit pypi python_setuptools_build_meta
+
+DEPENDS += "\
+ python3-packaging-native \
+ python3-typing-extensions-native \
+"
+
+RDEPENDS:${PN} = "\
+ python3-packaging \
+ python3-typing-extensions \
+"
+
+BBCLASSEXTEND = "native nativesdk"
--
2.53.0
next reply other threads:[~2026-04-23 17:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-23 17:12 Trevor Gamblin [this message]
2026-04-23 17:12 ` [OE-core][PATCH 2/4] python3-setuptools-scm: upgrade 9.2.2 -> 10.0.5 Trevor Gamblin
2026-04-24 9:42 ` Mathieu Dubois-Briand
2026-04-23 17:12 ` [OE-core][PATCH 3/4] maintainers.inc: add self for python3-uv-build Trevor Gamblin
2026-04-23 17:12 ` [OE-core][PATCH 4/4] python3-vcs-versioning: add ptest Trevor Gamblin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260423171246.309711-1-tgamblin@baylibre.com \
--to=tgamblin@baylibre.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox