From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-git/
Date: Tue, 10 May 2022 20:31:29 +0000 (UTC) [thread overview]
Message-ID: <1652214671.a6bc0a4670ea1a397e28f2ccaaa1b7c2ba6b3f62.mgorny@gentoo> (raw)
commit: a6bc0a4670ea1a397e28f2ccaaa1b7c2ba6b3f62
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 20:29:12 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 10 20:31:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6bc0a46
dev-python/setuptools-git: EAPI 8, PEP517
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/setuptools-git/metadata.xml | 2 +-
.../setuptools-git/setuptools-git-1.2-r3.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletion(-)
diff --git a/dev-python/setuptools-git/metadata.xml b/dev-python/setuptools-git/metadata.xml
index 2498c20dc742..c3272923f931 100644
--- a/dev-python/setuptools-git/metadata.xml
+++ b/dev-python/setuptools-git/metadata.xml
@@ -12,6 +12,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">setuptools-git</remote-id>
- <remote-id type="github">wichert/setuptools-git</remote-id>
+ <remote-id type="github">msabramo/setuptools-git</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
new file mode 100644
index 000000000000..94d1776c9317
--- /dev/null
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
@@ -0,0 +1,34 @@
+# 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="Setuptools revision control system plugin for Git"
+HOMEPAGE="
+ https://github.com/msabramo/setuptools-git/
+ https://pypi.org/project/setuptools-git/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-vcs/git
+"
+BDEPEND=${RDEPEND}
+
+distutils_enable_tests unittest
+
+src_test() {
+ git config --global user.name "test user" || die
+ git config --global user.email "test@email.com" || die
+ distutils-r1_src_test
+}
next reply other threads:[~2022-05-10 20:31 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-10 20:31 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-15 13:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-git/ Michał Górny
2023-05-23 16:08 Michał Górny
2023-03-17 15:25 Michał Górny
2022-06-13 8:23 Michał Górny
2022-06-13 7:07 Agostino Sarubbo
2022-05-10 20:31 Michał Górny
2022-01-26 22:42 James Le Cuirot
2021-05-05 18:20 Michał Górny
2021-03-28 12:17 Sam James
2020-11-28 15:36 Sam James
2020-11-28 15:36 Sam James
2020-09-20 9:36 Michał Górny
2020-09-18 9:18 Michał Górny
2020-05-25 20:16 Michał Górny
2020-05-25 20:16 Michał Górny
2019-11-19 9:05 Michał Górny
2018-07-01 13:46 Mikle Kolyada
2018-04-09 20:22 Stephen Klimaszewski
2018-03-21 19:41 Markus Meier
2018-03-19 5:45 Tim Harder
2018-03-19 5:45 Tim Harder
2018-03-15 1:03 Matt Turner
2018-03-11 23:12 Matt Turner
2018-02-21 17:20 Michał Górny
2018-01-07 22:27 Mikle Kolyada
2017-12-27 20:37 Sergei Trofimovich
2017-12-27 20:06 Sergei Trofimovich
2017-12-26 16:22 Jason Zaman
2017-12-23 21:58 Sergei Trofimovich
2017-12-23 11:17 Markus Meier
2017-12-21 22:34 Sergei Trofimovich
2017-12-19 23:02 Sergei Trofimovich
2017-12-04 2:30 Matt Turner
2017-09-23 13:05 Sergei Trofimovich
2017-09-23 10:39 Sergei Trofimovich
2017-09-22 19:40 Sergei Trofimovich
2017-09-21 5:16 Tim Harder
2017-06-12 12:36 Manuel Rüger
2017-05-02 14:02 Michał Górny
2017-04-28 15:16 Manuel Rüger
2017-01-19 10:59 Agostino Sarubbo
2017-01-18 16:52 Agostino Sarubbo
2017-01-04 4:49 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=1652214671.a6bc0a4670ea1a397e28f2ccaaa1b7c2ba6b3f62.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