public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sun, 21 Jul 2024 02:43:38 +0000 (UTC)	[thread overview]
Message-ID: <1721529252.ad19a698b09f6435c950dd3d33dee4956d992cf7.mgorny@gentoo> (raw)

commit:     ad19a698b09f6435c950dd3d33dee4956d992cf7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 02:34:12 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 02:34:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad19a698

dev-python/versioningit: Bump to 3.1.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/versioningit/Manifest                  |  1 +
 dev-python/versioningit/versioningit-3.1.2.ebuild | 43 +++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/versioningit/Manifest b/dev-python/versioningit/Manifest
index 31f48286f517..9d28d21fc071 100644
--- a/dev-python/versioningit/Manifest
+++ b/dev-python/versioningit/Manifest
@@ -1 +1,2 @@
 DIST versioningit-3.1.1.tar.gz 212882 BLAKE2B 786af766a5e85ea426dee02d1ae888b0a50712f9d154690302b3fdb1f4aa037a931612ad3f1f169a3d8f3481db09da895cf3ba7dcbc7d2f256b3b8622334e08e SHA512 f8e23834324f785b93668f4cb55d57885cf96e9ca16f1d6a06c3610dd00a79c018960fe52aff5fe4cc735b5fcec27be1ceb151a88e0e9a447cba750dd6956816
+DIST versioningit-3.1.2.tar.gz 213047 BLAKE2B d34f3d14a667e84a0d7f17fa9de59bbb4d900d466120879939dfb9586b20ee45c6f33991c586438e47cc58de70db03996ade0561a91efffeee49545ac5f1ef97 SHA512 0e09a51ed9a137ffa9a66c2a8b4c43131bd27d07e35b896248d963a780f955d6bf37de29c04e41acf06dd636a3609d045e359b28429d7272fad6187db7748c3c

diff --git a/dev-python/versioningit/versioningit-3.1.2.ebuild b/dev-python/versioningit/versioningit-3.1.2.ebuild
new file mode 100644
index 000000000000..b24bac0d9fbe
--- /dev/null
+++ b/dev-python/versioningit/versioningit-3.1.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..13} )
+
+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}]
+	$(python_gen_cond_dep '
+		<dev-python/tomli-3[${PYTHON_USEDEP}]
+	' 3.10)
+"
+BDEPEND="
+	test? (
+		dev-python/pydantic[${PYTHON_USEDEP}]
+		dev-python/pytest-mock[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_IGNORE=(
+	# Tries to do wheel/pip installs
+	test/test_end2end.py
+)
+
+distutils_enable_tests pytest
+
+python_test() {
+	epytest -o addopts=
+}


             reply	other threads:[~2024-07-21  2:43 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-21  2:43 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-19 11:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/versioningit/ Sam James
2024-08-10  7:31 Michał Górny
2024-08-10  7:25 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=1721529252.ad19a698b09f6435c950dd3d33dee4956d992cf7.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