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/incremental/
Date: Wed,  2 Feb 2022 09:27:22 +0000 (UTC)	[thread overview]
Message-ID: <1643794006.5d25e151d497389d43bf4f858410f53b9efefdda.mgorny@gentoo> (raw)

commit:     5d25e151d497389d43bf4f858410f53b9efefdda
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 08:55:59 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 09:26:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d25e151

dev-python/incremental: Switch to PEP 517 build

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

 .../incremental/incremental-21.3.0-r1.ebuild       | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-python/incremental/incremental-21.3.0-r1.ebuild b/dev-python/incremental/incremental-21.3.0-r1.ebuild
new file mode 100644
index 000000000000..12fa450e69f0
--- /dev/null
+++ b/dev-python/incremental/incremental-21.3.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-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} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Incremental is a small library that versions your Python projects"
+HOMEPAGE="https://github.com/twisted/incremental https://pypi.org/project/incremental/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-python/click[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="
+	test? ( dev-python/twisted[${PYTHON_USEDEP}] )"
+
+python_test() {
+	"${EPYTHON}" -m twisted.trial incremental ||
+		die "Tests failed on ${EPYTHON}"
+}


             reply	other threads:[~2022-02-02  9:27 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-02  9:27 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-17  7:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/incremental/ Michał Górny
2024-08-17  7:51 Michał Górny
2024-07-30 13:48 Michał Górny
2024-06-28  7:47 Petr Vaněk
2023-07-05  8:03 Michał Górny
2023-07-05  5:56 Arthur Zamarin
2023-05-29  9:31 Michał Górny
2023-05-28 18:11 Sam James
2022-11-19  8:44 Arthur Zamarin
2022-11-19  8:36 Arthur Zamarin
2022-10-16  5:41 Arthur Zamarin
2022-05-13  9:08 Michał Górny
2022-03-15 14:10 Michał Górny
2022-03-15 11:36 Jakov Smolić
2022-02-02  9:27 Michał Górny
2022-01-27 22:56 James Le Cuirot
2021-06-12 10:18 Michał Górny
2021-06-11 21:09 Michał Górny
2021-05-13 22:10 Michał Górny
2021-04-05 18:39 Michał Górny
2021-03-02  8:21 Michał Górny
2020-11-28 11:39 Sam James
2020-11-28 11:39 Sam James
2020-09-30 22:50 Louis Sautier
2020-08-04 12:01 Michał Górny
2020-07-04  9:07 Michał Górny
2020-05-27  9:18 Michał Górny
2020-05-04 11:07 Michał Górny
2020-01-22 23:40 Thomas Deutschmann
2019-12-29  9:11 Mikle Kolyada
2019-12-19 18:35 Sergei Trofimovich
2019-12-15 13:59 Agostino Sarubbo
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 11:38 Agostino Sarubbo
2019-12-02  2:48 Aaron Bauman
2019-06-25 12:09 Michael Haubenwallner
2019-03-20 10:31 Fabian Groffen
2019-01-17 20:45 Mikle Kolyada
2018-12-31 10:21 Mikle Kolyada
2018-08-20 18:17 Sergei Trofimovich
2018-05-04 13:05 Mart Raudsepp
2018-03-30 18:08 Sergei Trofimovich
2018-02-21 22:11 Michał Górny
2017-12-13 22:15 Sergei Trofimovich
2017-12-13 22:15 Sergei Trofimovich
2017-10-28 22:34 Sergei Trofimovich
2017-10-08 11:00 Michał Górny
2017-10-05  4:36 Markus Meier
2017-09-28 13:42 Michael Palimaka
2017-07-02 15:02 Sergei Trofimovich
2017-07-02 15:02 Sergei Trofimovich
2017-06-28 13:19 Agostino Sarubbo
2017-06-26 20:18 Tobias Klausmann
2017-06-09 18:18 Brian Dolbec
2017-06-09 14:19 Brian Dolbec
2017-05-26 10:16 Tobias Klausmann
2017-03-30  2:40 Brian Dolbec
2017-03-29  1:43 Brian Dolbec
2017-01-16 18:30 Brian Dolbec
2016-12-24 21:54 Brian Dolbec

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=1643794006.5d25e151d497389d43bf4f858410f53b9efefdda.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