From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/constantly/
Date: Sun, 28 May 2023 18:11:17 +0000 (UTC) [thread overview]
Message-ID: <1685297401.73d9736e8d410c7d9eb311168bfc67bb619a1e64.sam@gentoo> (raw)
commit: 73d9736e8d410c7d9eb311168bfc67bb619a1e64
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 17:21:31 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 28 18:10:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d9736e
dev-python/constantly: enable py3.12
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/constantly/constantly-15.1.0-r3.ebuild | 33 +++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/dev-python/constantly/constantly-15.1.0-r3.ebuild b/dev-python/constantly/constantly-15.1.0-r3.ebuild
new file mode 100644
index 000000000000..9246a503bf34
--- /dev/null
+++ b/dev-python/constantly/constantly-15.1.0-r3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Symbolic constants in Python"
+HOMEPAGE="https://github.com/twisted/constantly https://pypi.org/project/constantly/"
+SRC_URI="https://github.com/twisted/constantly/archive/${PV}.tar.gz -> ${P}.gh.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 )"
+
+BDEPEND="
+ dev-python/versioneer[${PYTHON_USEDEP}]
+ test? ( dev-python/twisted[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests setup.py
+
+python_prepare_all() {
+ # https://github.com/twisted/constantly/pull/27
+ rm versioneer.py || die
+
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2023-05-28 18:11 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-28 18:11 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-16 18:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/constantly/ Arthur Zamarin
2025-04-12 18:54 Michał Górny
2025-02-18 12:50 Michał Górny
2024-06-28 7:47 Petr Vaněk
2024-06-05 5:38 Michał Górny
2023-11-29 10:10 Michał Górny
2023-11-29 10:07 Michał Górny
2023-10-29 4:46 Michał Górny
2023-07-05 8:03 Michał Górny
2023-07-05 5:56 Arthur Zamarin
2023-05-29 9:31 Michał Górny
2022-05-13 9:08 Michał Górny
2022-03-15 11:18 Michał Górny
2022-03-15 11:08 Jakov Smolić
2022-02-02 9:27 Michał Górny
2022-02-02 9:27 Michał Górny
2022-01-27 22:56 James Le Cuirot
2021-06-01 20:35 Michał Górny
2020-11-28 11:43 Sam James
2020-11-28 11:43 Sam James
2020-08-04 12:01 Michał Górny
2020-08-01 21:23 Michał Górny
2020-05-27 15:22 Michał Górny
2020-01-22 23:40 Thomas Deutschmann
2019-12-15 12:36 Pacho Ramos
2019-12-08 4:50 Matt Turner
2019-11-22 23:35 Sergei Trofimovich
2019-11-22 13:44 Matt Turner
2019-11-20 17:28 Aaron Bauman
2019-11-20 11:50 Agostino Sarubbo
2019-11-20 11:48 Agostino Sarubbo
2019-11-20 11:35 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-19 15:40 Agostino Sarubbo
2019-11-19 11:58 Agostino Sarubbo
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-22 17:02 Michał Górny
2018-02-22 14:22 Michał Górny
2017-12-13 22:15 Sergei Trofimovich
2017-10-28 22:34 Sergei Trofimovich
2017-09-28 13:42 Michael Palimaka
2017-07-02 15:02 Sergei Trofimovich
2017-06-28 13:19 Agostino Sarubbo
2017-06-26 20:18 Tobias Klausmann
2017-06-09 14:19 Brian Dolbec
2017-05-26 10:16 Tobias Klausmann
2017-03-30 2:40 Brian Dolbec
2017-03-28 19:07 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=1685297401.73d9736e8d410c7d9eb311168bfc67bb619a1e64.sam@gentoo \
--to=sam@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