From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/parver/
Date: Sat, 12 Nov 2022 07:33:12 +0000 (UTC) [thread overview]
Message-ID: <1668238386.884b70d8b80d2a4253ad82ada63e2c944533165e.mgorny@gentoo> (raw)
commit: 884b70d8b80d2a4253ad82ada63e2c944533165e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 06:04:55 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 07:33:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884b70d8
dev-python/parver: Bump to 0.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/parver/Manifest | 1 +
dev-python/parver/parver-0.4.ebuild | 40 +++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/parver/Manifest b/dev-python/parver/Manifest
index 82ca9b54dc57..044557156721 100644
--- a/dev-python/parver/Manifest
+++ b/dev-python/parver/Manifest
@@ -1 +1,2 @@
DIST parver-0.3.1.tar.gz 29110 BLAKE2B da444a77907beac0bebd2dba812c8843052e27de1b8b802b5bdd37feb4ffe1cfdcabb84a91b6e6fe21275bce22e3b43736617df756570c6438af7ffd81a1ba87 SHA512 2ea7eb7be0c58657f5261d7b4729da6caaf2fac67db3fc3f36d29627bdbeba45f6ecb0e4bb251575b621908eb1ff5fa5ede5fc2ef0e041156dcc00548fd34360
+DIST parver-0.4.gh.tar.gz 26130 BLAKE2B b2835271434f92e054dea72af716082f6eaf0d9486ed39319815341d3ab256484b0aaa34725f000289efdb75e238fcec4701c50248a1c2f7bf94774c17be3c40 SHA512 3ff9532904712726588b493e6300e8422edf5231774fa01308533e184e66c0e73037aff40be66417de2ad066ac8332a4c62ffabd0bc89cecb29d45ce7b3f2013
diff --git a/dev-python/parver/parver-0.4.ebuild b/dev-python/parver/parver-0.4.ebuild
new file mode 100644
index 000000000000..c231cf5617c3
--- /dev/null
+++ b/dev-python/parver/parver-0.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Parse and manipulate version numbers"
+HOMEPAGE="
+ https://github.com/RazerM/parver/
+ https://pypi.org/project/parver/
+"
+SRC_URI="
+ https://github.com/RazerM/parver/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/Arpeggio-1.7[${PYTHON_USEDEP}]
+ >=dev-python/attrs-19.2[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+ ' 3.8 3.9)
+"
+
+BDEPEND="
+ test? (
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ dev-python/pretend[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2022-11-12 7:33 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-12 7:33 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-15 17:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/parver/ Michał Górny
2023-11-24 16:32 Arthur Zamarin
2023-11-05 20:58 Michał Górny
2023-10-04 5:51 Michał Górny
2023-10-04 5:18 Michał Górny
2023-07-19 11:10 Michał Górny
2023-01-27 16:13 Arthur Zamarin
2022-12-17 7:08 Michał Górny
2022-12-16 21:12 Arthur Zamarin
2022-06-11 11:32 Yixun Lan
2022-04-27 6:46 Michał Górny
2022-04-26 22:43 Sam James
2022-03-21 8:54 Michał Górny
2021-01-22 23:01 Sam James
2020-11-04 7:34 Michał Górny
2020-11-04 1:00 Sam James
2020-11-02 11:19 Michał Górny
2020-09-29 2:14 Michał Górny
2020-08-02 22:04 Sam James
2020-07-17 7:44 Agostino Sarubbo
2020-07-07 20:13 Michał Górny
2020-05-04 11:35 Michał Górny
2020-04-27 7:18 Michał Górny
2020-04-26 23:28 Jonas Stein
2020-03-28 11:36 Michał Górny
2020-02-04 12:30 Michał Górny
2020-01-28 8:24 Joonas Niilola
2019-11-24 16:15 Aaron Bauman
2018-11-03 8:48 Michał Górny
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=1668238386.884b70d8b80d2a4253ad82ada63e2c944533165e.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