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/parver/
Date: Mon, 21 Mar 2022 08:54:50 +0000 (UTC)	[thread overview]
Message-ID: <1647852886.fbce5e2efb125f93240f3b87f60afcc936608079.mgorny@gentoo> (raw)

commit:     fbce5e2efb125f93240f3b87f60afcc936608079
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 08:47:18 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 08:54:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbce5e2e

dev-python/parver: EAPI 8, PEP517, py3.10

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

 dev-python/parver/parver-0.3.1-r1.ebuild | 39 ++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/dev-python/parver/parver-0.3.1-r1.ebuild b/dev-python/parver/parver-0.3.1-r1.ebuild
new file mode 100644
index 000000000000..c155d8283573
--- /dev/null
+++ b/dev-python/parver/parver-0.3.1-r1.ebuild
@@ -0,0 +1,39 @@
+# 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/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+	>=dev-python/Arpeggio-1.7[${PYTHON_USEDEP}]
+	>=dev-python/attrs-19.2[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+	test? (
+		dev-python/hypothesis[${PYTHON_USEDEP}]
+		dev-python/pretend[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	# unlock dependencies
+	sed -i -e 's:~=:>=:g' setup.py || die
+
+	distutils-r1_src_prepare
+}


             reply	other threads:[~2022-03-21  8:54 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-21  8:54 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-11-12  7:33 Michał Górny
2022-06-11 11:32 Yixun Lan
2022-04-27  6:46 Michał Górny
2022-04-26 22:43 Sam James
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=1647852886.fbce5e2efb125f93240f3b87f60afcc936608079.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