From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/versioningit/
Date: Sat, 28 Jun 2025 05:08:13 +0000 (UTC) [thread overview]
Message-ID: <1751087287.7ced82c22ab19c3c567b2a2397d54c26e5db6fd3.mgorny@gentoo> (raw)
commit: 7ced82c22ab19c3c567b2a2397d54c26e5db6fd3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 04:28:56 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 05:08:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ced82c2
dev-python/versioningit: Bump to 3.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/versioningit/Manifest | 1 +
dev-python/versioningit/versioningit-3.3.0.ebuild | 52 +++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-python/versioningit/Manifest b/dev-python/versioningit/Manifest
index 6919d7c9b523..7d9d473f7ea2 100644
--- a/dev-python/versioningit/Manifest
+++ b/dev-python/versioningit/Manifest
@@ -1,2 +1,3 @@
DIST versioningit-3.1.3.tar.gz 213327 BLAKE2B 7263a22ab0f6dd08f66de6a13bfc15d7bafd6d4af67a90169d19c1ebc82e5381cf64edb786c940416367434ec2540d7faa64d71dec109d67bb181aaf4419890f SHA512 829d595803853e18159f4109bb10fe8335529e9c7c31ebe5948d551e88811453705637e98d8de349972f1bc37c33d3ccdf6546343c13670c7a7672a03bd14cff
DIST versioningit-3.2.0.tar.gz 217086 BLAKE2B 7989ce8fbdf469fefbd9d26533ee212f8e0fb62e7d29af51df3f7cd42e6f5845db0264ce50d044cd53e22c18469295660a7bffe83e8571d5ee4466516838ee61 SHA512 084a457b7142139f71121f76769adf2ba1672339cdd90e0c3c02a611c19d8db7b0833f9ec4395af57ea794592e2fda1815f4de4a86a7d6fd2996f2b2fba9f70c
+DIST versioningit-3.3.0.tar.gz 220280 BLAKE2B 702f8287f8f31eb56cd9901af594193a2f7b3c066e7e077df6905ee320261b356437978999eb1556155c942343a313184973ffa3fd2afb12fbd2d0ad41ba66fd SHA512 dee8884d2be9730f7e4ed8f6e38966b1786ffa82ad62fb8d5527db4552a756d4cf9145ea2ef7c02ea1f48115f4deee0578629ea75c4a46517ee5aa159e2b73d7
diff --git a/dev-python/versioningit/versioningit-3.3.0.ebuild b/dev-python/versioningit/versioningit-3.3.0.ebuild
new file mode 100644
index 000000000000..784afa42f1a7
--- /dev/null
+++ b/dev-python/versioningit/versioningit-3.3.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_FULLY_TESTED=( pypy3_11 python3_{11..13} )
+PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" python3_14 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A setuptools plugin for versioning based on git tags"
+HOMEPAGE="
+ https://github.com/jwodder/versioningit/
+ https://pypi.org/project/versioningit/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/packaging-17.1[${PYTHON_USEDEP}]
+ dev-vcs/git
+"
+BDEPEND="
+ test? (
+ $(python_gen_cond_dep '
+ dev-python/pydantic[${PYTHON_USEDEP}]
+ ' "${PYTHON_FULLY_TESTED[@]}")
+ )
+"
+
+EPYTEST_PLUGINS=( pytest-mock )
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_IGNORE=(
+ # Tries to do wheel/pip installs
+ test/test_end2end.py
+ )
+
+ if ! has "${EPYTHON/./_}" "${PYTHON_FULLY_TESTED[@]}"; then
+ EPYTEST_IGNORE+=(
+ # Needs pydantic
+ test/test_methods/test_hg.py
+ test/test_methods/test_git.py
+ )
+ fi
+
+ epytest -o addopts=
+}
next reply other threads:[~2025-06-28 5:08 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-28 5:08 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-12 11:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/versioningit/ Michał Górny
2025-07-12 11:33 Michał Górny
2025-06-28 14:04 Michał Górny
2025-06-28 13:59 Arthur Zamarin
2025-06-11 6:22 Michał Górny
2025-06-09 6:51 Sam James
2025-05-31 10:27 Michał Górny
2025-05-31 10:14 Arthur Zamarin
2025-05-21 19:49 Michał Górny
2025-05-13 1:54 Michał Górny
2025-02-19 11:05 Sam James
2024-08-10 7:31 Michał Górny
2024-08-10 7:25 Michał Górny
2024-07-21 2:43 Michał Górny
2024-06-28 5:23 Michał Górny
2024-05-17 8:14 Michał Górny
2024-05-17 8:11 Michał Górny
2024-04-30 5:02 Michał Górny
2024-04-06 12:37 Michał Górny
2024-04-06 9:37 Arthur Zamarin
2024-03-17 3:31 Michał Górny
2023-12-30 16:18 Michał Górny
2023-12-30 14:51 Arthur Zamarin
2023-12-14 13:58 Michał Górny
2023-12-09 15:47 Michał Górny
2023-12-09 15:30 Michał Górny
2023-11-24 16:05 Michał Górny
2023-11-19 16:01 Michał Górny
2023-10-24 5:58 Michał Górny
2023-10-23 18:50 Sam James
2023-09-23 5:59 Michał Górny
2023-07-19 11:10 Michał Górny
2023-05-31 9:59 Michał Górny
2023-03-17 17:18 Michał Górny
2023-03-17 16:03 Sam James
2023-03-16 4:13 Michał Górny
2023-02-23 20:48 Arthur Zamarin
2023-02-12 4:43 Michał Górny
2022-11-14 5:07 Michał Górny
2022-10-26 3:04 Michał Górny
2022-08-25 19:33 Arthur Zamarin
2022-08-18 17:36 Steve Arnold
2022-08-01 18:51 Arthur Zamarin
2022-06-16 8:10 Michał Górny
2022-06-13 7:18 Michał Górny
2022-06-01 12:04 Jakov Smolić
2022-05-30 22:53 Sam James
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=1751087287.7ced82c22ab19c3c567b2a2397d54c26e5db6fd3.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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