* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2017-05-30 10:31 Slawek Lis
0 siblings, 0 replies; 24+ messages in thread
From: Slawek Lis @ 2017-05-30 10:31 UTC (permalink / raw
To: gentoo-commits
commit: 397569b9fe339c8fad74141fb769d3bed6fe1a19
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 10:05:10 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue May 30 10:34:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397569b9
dev-python/click-plugins: added package
Needed by sci-libs/Fiona
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/click-plugins/Manifest | 1 +
.../click-plugins/click-plugins-1.0.3.ebuild | 23 ++++++++++++++++++++++
dev-python/click-plugins/metadata.xml | 10 ++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-python/click-plugins/Manifest b/dev-python/click-plugins/Manifest
new file mode 100644
index 00000000000..4a182e2a106
--- /dev/null
+++ b/dev-python/click-plugins/Manifest
@@ -0,0 +1 @@
+DIST click-plugins-1.0.3.tar.gz 7950 SHA256 7acc5e7eedd2dfd719714e8d53ae99030b5357aed661d0b06dacd6c2d583d7c5 SHA512 1eac03d57931bdf8e2f387164490436b3b921738936ee6cd9a58246e05e84133e77c47dd606a00d1b3e238a806bf83ffe7dc7c758a92d789cc229a94ed26e17f WHIRLPOOL c06f7a943af5074db94b45d77b0ceb85b3601616c64b46c3495b8729005f8d691795efba39e773c247f26d9a658ce48f4cb1fcadc10394dd57cfc6de027db569
diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
new file mode 100644
index 00000000000..8eb1422d3a1
--- /dev/null
+++ b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Module for click to enable registering CLI commands via setuptools entry-points"
+HOMEPAGE="https://pypi.python.org/pypi/click-plugins"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
diff --git a/dev-python/click-plugins/metadata.xml b/dev-python/click-plugins/metadata.xml
new file mode 100644
index 00000000000..fc6c3094d65
--- /dev/null
+++ b/dev-python/click-plugins/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>slis@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">click-plugins</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2017-06-01 10:27 Slawek Lis
0 siblings, 0 replies; 24+ messages in thread
From: Slawek Lis @ 2017-06-01 10:27 UTC (permalink / raw
To: gentoo-commits
commit: bb457264495ba70eeed4979a43642252e60c4ab7
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 1 10:27:21 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 1 10:31:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb457264
dev-python/click-plugins: updated to support python2_7
Python2 is not listed in upstream support, but I haven't found anything wrong yet
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/click-plugins/click-plugins-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
index 8eb1422d3a1..4eda8ac36e2 100644
--- a/dev-python/click-plugins/click-plugins-1.0.3.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-PYTHON_COMPAT=( python3_{3,4,5} )
+PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2019-05-21 16:02 Stephen Klimaszewski
0 siblings, 0 replies; 24+ messages in thread
From: Stephen Klimaszewski @ 2019-05-21 16:02 UTC (permalink / raw
To: gentoo-commits
commit: 7f6dc89e2115b52567ebf42b1748458076785443
Author: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 15:55:06 2019 +0000
Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Tue May 21 15:55:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6dc89e
dev-python/click-plugins: add ~arm64 keyword
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski <steev <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
index 93fa2316c1e..e0e394b4eed 100644
--- a/dev-python/click-plugins/click-plugins-1.0.3.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://pypi.org/project/click-plugins/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
SLOT="0"
IUSE=""
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2019-09-25 18:36 Rick Farina
0 siblings, 0 replies; 24+ messages in thread
From: Rick Farina @ 2019-09-25 18:36 UTC (permalink / raw
To: gentoo-commits
commit: f74f979e8adfe561a63418927257c01a52618f92
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 18:36:25 2019 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 18:36:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74f979e
dev-python/click-plugins: python 3.7
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
index e0e394b4eed..81a2844d607 100644
--- a/dev-python/click-plugins/click-plugins-1.0.3.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2020-02-04 15:48 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2020-02-04 15:48 UTC (permalink / raw
To: gentoo-commits
commit: d3ac042a192abcd096ec1eaf33a5fb0e7803c311
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 15:43:38 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 15:43:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ac042a
dev-python/click-plugins: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
index 34a162ac2b4..0e9e0640dee 100644
--- a/dev-python/click-plugins/click-plugins-1.0.3.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2020-06-12 7:00 Joonas Niilola
0 siblings, 0 replies; 24+ messages in thread
From: Joonas Niilola @ 2020-06-12 7:00 UTC (permalink / raw
To: gentoo-commits
commit: 74170cd26b5030d98136bffe04e638bfc9e4c019
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 12 06:55:48 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 12 06:59:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74170cd2
dev-python/click-plugins: specify BDEPEND for 1.1.1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
index 26efc8f5cbb..43be1f4ebd5 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
@@ -16,6 +16,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
SLOT="0"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND} )"
+BDEPEND="test? ( ${RDEPEND} )"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2020-06-12 7:00 Joonas Niilola
0 siblings, 0 replies; 24+ messages in thread
From: Joonas Niilola @ 2020-06-12 7:00 UTC (permalink / raw
To: gentoo-commits
commit: 7aecb6489770a147c2a0de360631a30678fc0701
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 12 06:55:09 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 12 06:59:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aecb648
dev-python/click-plugins: move KEYWORDS from 1.0.3 to 1.1.1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
index 67d02a253fb..26efc8f5cbb 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/click-contrib/click-plugins"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
SLOT="0"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2020-06-12 7:00 Joonas Niilola
0 siblings, 0 replies; 24+ messages in thread
From: Joonas Niilola @ 2020-06-12 7:00 UTC (permalink / raw
To: gentoo-commits
commit: 7bc10c9148bd6c64230349f40ac826bd4736cd8b
Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Tue May 12 19:45:30 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 12 06:59:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc10c91
dev-python/click-plugins: bump to 1.1.1
Closes: https://bugs.gentoo.org/722756
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15769
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/click-plugins/Manifest | 1 +
dev-python/click-plugins/click-plugins-1.1.1.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/click-plugins/Manifest b/dev-python/click-plugins/Manifest
index 322451961b5..fbc5d7f37cb 100644
--- a/dev-python/click-plugins/Manifest
+++ b/dev-python/click-plugins/Manifest
@@ -1 +1,2 @@
DIST click-plugins-1.0.3.tar.gz 7950 BLAKE2B 4ed7d15c37b2eb127faac6179c06467507405d4fd3eb55d93e2210df0eae124167e0206fe9996298abbd7ee26edc8849d5c4062875db12ea92937f225408b4e6 SHA512 1eac03d57931bdf8e2f387164490436b3b921738936ee6cd9a58246e05e84133e77c47dd606a00d1b3e238a806bf83ffe7dc7c758a92d789cc229a94ed26e17f
+DIST click-plugins-1.1.1.tar.gz 8164 BLAKE2B 48d75b9445b72dca41516fe81d02c6fad8089630c0d49963f559a847b90c7897c8db64773c4ec5f4c162d0f2f4fdd14fe212d485765d38977145fd32acdd0dcb SHA512 bbd838f50603ac4e76daf3535fd5d27a17e17549addbc8b582df6d6193b4f07d743101ce52f0b71f326995fdfeac159805025770350ca2e7697f212dce0c4b1a
diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
new file mode 100644
index 00000000000..67d02a253fb
--- /dev/null
+++ b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Module for click to enable registering CLI commands via setuptools entry-points"
+HOMEPAGE="https://github.com/click-contrib/click-plugins"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm64 ~x86"
+SLOT="0"
+
+RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND} )"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2021-02-15 2:19 Rick Farina
0 siblings, 0 replies; 24+ messages in thread
From: Rick Farina @ 2021-02-15 2:19 UTC (permalink / raw
To: gentoo-commits
commit: 501c83913cf2e5a3508444b58fafc798a006f84b
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 18:05:04 2021 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 02:19:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501c8391
dev-python/click-plugins: python bump
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
index 43be1f4ebd5..f6f8c4edced 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2021-06-05 13:19 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2021-06-05 13:19 UTC (permalink / raw
To: gentoo-commits
commit: db9894c724f7358df5e7e7ee12fb2c696860c0a5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 5 13:00:22 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 5 13:19:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9894c7
dev-python/click-plugins: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
index f6f8c4edced..e094bed0b0a 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2021-10-17 7:33 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2021-10-17 7:33 UTC (permalink / raw
To: gentoo-commits
commit: 2d88539d16ec35c469bb7c77e156c2da53792415
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 07:33:02 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 07:33:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d88539d
dev-python/click-plugins: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-plugins/Manifest | 1 -
.../click-plugins/click-plugins-1.0.3.ebuild | 23 ----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-python/click-plugins/Manifest b/dev-python/click-plugins/Manifest
index fbc5d7f37cb..8f8df316c45 100644
--- a/dev-python/click-plugins/Manifest
+++ b/dev-python/click-plugins/Manifest
@@ -1,2 +1 @@
-DIST click-plugins-1.0.3.tar.gz 7950 BLAKE2B 4ed7d15c37b2eb127faac6179c06467507405d4fd3eb55d93e2210df0eae124167e0206fe9996298abbd7ee26edc8849d5c4062875db12ea92937f225408b4e6 SHA512 1eac03d57931bdf8e2f387164490436b3b921738936ee6cd9a58246e05e84133e77c47dd606a00d1b3e238a806bf83ffe7dc7c758a92d789cc229a94ed26e17f
DIST click-plugins-1.1.1.tar.gz 8164 BLAKE2B 48d75b9445b72dca41516fe81d02c6fad8089630c0d49963f559a847b90c7897c8db64773c4ec5f4c162d0f2f4fdd14fe212d485765d38977145fd32acdd0dcb SHA512 bbd838f50603ac4e76daf3535fd5d27a17e17549addbc8b582df6d6193b4f07d743101ce52f0b71f326995fdfeac159805025770350ca2e7697f212dce0c4b1a
diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
deleted file mode 100644
index 8e5bf209fdd..00000000000
--- a/dev-python/click-plugins/click-plugins-1.0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Module for click to enable registering CLI commands via setuptools entry-points"
-HOMEPAGE="https://pypi.org/project/click-plugins/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2022-04-30 15:53 Marek Szuba
0 siblings, 0 replies; 24+ messages in thread
From: Marek Szuba @ 2022-04-30 15:53 UTC (permalink / raw
To: gentoo-commits
commit: e5a9c94ae0747d90e7adb09ba71085c5e0d589a8
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 11:13:43 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 15:53:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a9c94a
dev-python/click-plugins: keyword 1.1.1 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
index e094bed0b0ad..dfcb0ebf650c 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/click-contrib/click-plugins"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
SLOT="0"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2022-11-24 12:00 WANG Xuerui
0 siblings, 0 replies; 24+ messages in thread
From: WANG Xuerui @ 2022-11-24 12:00 UTC (permalink / raw
To: gentoo-commits
commit: 5ef58c2f8a47debd9a1079050716678503be41fd
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 04:05:25 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 12:00:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef58c2f
dev-python/click-plugins: keyword 1.1.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
index dfcb0ebf650c..7ea8a6f19998 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/click-contrib/click-plugins"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
SLOT="0"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2023-01-04 18:36 Arthur Zamarin
0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2023-01-04 18:36 UTC (permalink / raw
To: gentoo-commits
commit: d51031bc842c23a479e45926c60034f2edb705f5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 18:36:27 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 18:36:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51031bc
dev-python/click-plugins: Stabilize 1.1.1 x86, #889720
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
index 3012a9ee00e9..0e239d1a5b52 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/click-contrib/click-plugins"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
SLOT="0"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2023-01-04 18:36 Arthur Zamarin
0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2023-01-04 18:36 UTC (permalink / raw
To: gentoo-commits
commit: dde2047bd4c635f247bec5dea4b0ac0e4729f942
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 18:36:25 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 18:36:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde2047b
dev-python/click-plugins: Stabilize 1.1.1 amd64, #889720
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
index 7ea8a6f19998..3012a9ee00e9 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/click-contrib/click-plugins"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
SLOT="0"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2023-02-10 10:22 Andrew Ammerlaan
0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2023-02-10 10:22 UTC (permalink / raw
To: gentoo-commits
commit: 070bb83ca4a64ee8f3babd9f1f0afe863fa2e88b
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 10:21:11 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 10:21:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070bb83c
dev-python/click-plugins: update EAPI 7 -> 8, pep517, enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../click-plugins/click-plugins-1.1.1-r1.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
new file mode 100644
index 000000000000..67293946200d
--- /dev/null
+++ b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Module for click to enable registering CLI commands via setuptools entry-points"
+HOMEPAGE="https://github.com/click-contrib/click-plugins"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+SLOT="0"
+
+RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
+BDEPEND="test? ( ${RDEPEND} )"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2023-02-12 19:05 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2023-02-12 19:05 UTC (permalink / raw
To: gentoo-commits
commit: e69b172c93ad68a8f9873be146f60bb20077a15c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 11:00:26 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 19:03:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69b172c
dev-python/click-plugins: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
index 67293946200d..7edb524346e6 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2023-03-04 17:28 Arthur Zamarin
0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2023-03-04 17:28 UTC (permalink / raw
To: gentoo-commits
commit: 9066178f3c117381a44500b4682889573bc97f68
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 17:28:24 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 17:28:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9066178f
dev-python/click-plugins: Stabilize 1.1.1-r1 amd64, #899600
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
index 7edb524346e6..030a5101a8a0 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Module for click to enable registering CLI commands via setuptools
HOMEPAGE="https://github.com/click-contrib/click-plugins"
LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
SLOT="0"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2023-03-04 17:28 Arthur Zamarin
0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2023-03-04 17:28 UTC (permalink / raw
To: gentoo-commits
commit: ab37fd6e9a774a903b46e9c606e95276cd8d706b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 17:28:25 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 17:28:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab37fd6e
dev-python/click-plugins: Stabilize 1.1.1-r1 x86, #899600
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
index 030a5101a8a0..974d050db8f7 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Module for click to enable registering CLI commands via setuptools
HOMEPAGE="https://github.com/click-contrib/click-plugins"
LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
SLOT="0"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2023-03-16 18:13 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2023-03-16 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 3bc96c0532f82b480804ef0d06f56351ea99c942
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 18:09:44 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:11:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc96c05
dev-python/click-plugins: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
deleted file mode 100644
index 6aaa9c9feb9b..000000000000
--- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Module for click to enable registering CLI commands via setuptools entry-points"
-HOMEPAGE="https://github.com/click-contrib/click-plugins"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-SLOT="0"
-
-RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
-BDEPEND="test? ( ${RDEPEND} )"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2023-06-02 15:09 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2023-06-02 15:09 UTC (permalink / raw
To: gentoo-commits
commit: b1bd2f9c59bd3cf362f4b11c662569e88570d6b4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 2 14:56:12 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 2 15:09:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bd2f9c
dev-python/click-plugins: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
index 974d050db8f7..b125e2eed0d4 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
@@ -4,19 +4,23 @@
EAPI=8
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
-DESCRIPTION="Module for click to enable registering CLI commands via setuptools entry-points"
-HOMEPAGE="https://github.com/click-contrib/click-plugins"
+DESCRIPTION="Module for click to enable registering CLI commands via entry points"
+HOMEPAGE="
+ https://github.com/click-contrib/click-plugins/
+ https://pypi.org/project/click-plugins/
+"
LICENSE="BSD"
KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
SLOT="0"
-RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
-BDEPEND="test? ( ${RDEPEND} )"
+RDEPEND="
+ dev-python/click[${PYTHON_USEDEP}]
+"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2024-05-17 14:26 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2024-05-17 14:26 UTC (permalink / raw
To: gentoo-commits
commit: e98e94775946d8f0402a3ea0c7dd4c52559a4ecb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 14:20:04 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 17 14:26:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98e9477
dev-python/click-plugins: Fix variable order
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
index 3eb83abb9f4f..6d3af448a7d1 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
@@ -16,8 +16,8 @@ HOMEPAGE="
"
LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2024-05-17 14:26 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2024-05-17 14:26 UTC (permalink / raw
To: gentoo-commits
commit: ab02c198f61e11892fa52583f0de8d54df8f9852
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 14:15:27 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 17 14:26:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab02c198
dev-python/click-plugins: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
index b125e2eed0d4..3eb83abb9f4f 100644
--- a/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.1.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
@ 2024-08-10 12:49 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2024-08-10 12:49 UTC (permalink / raw
To: gentoo-commits
commit: 2cc38b07f1c2f68cdea159f7f4b61f298c36b03f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 12:46:07 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 12:49:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc38b07
dev-python/click-plugins: Take for python@
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-plugins/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/click-plugins/metadata.xml b/dev-python/click-plugins/metadata.xml
index 61c15ccc5e7f..cb80fead906f 100644
--- a/dev-python/click-plugins/metadata.xml
+++ b/dev-python/click-plugins/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<upstream>
<remote-id type="pypi">click-plugins</remote-id>
<remote-id type="github">click-contrib/click-plugins</remote-id>
^ permalink raw reply related [flat|nested] 24+ messages in thread
end of thread, other threads:[~2024-08-10 12:49 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-30 10:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/ Slawek Lis
-- strict thread matches above, loose matches on Subject: below --
2017-06-01 10:27 Slawek Lis
2019-05-21 16:02 Stephen Klimaszewski
2019-09-25 18:36 Rick Farina
2020-02-04 15:48 Michał Górny
2020-06-12 7:00 Joonas Niilola
2020-06-12 7:00 Joonas Niilola
2020-06-12 7:00 Joonas Niilola
2021-02-15 2:19 Rick Farina
2021-06-05 13:19 Michał Górny
2021-10-17 7:33 Michał Górny
2022-04-30 15:53 Marek Szuba
2022-11-24 12:00 WANG Xuerui
2023-01-04 18:36 Arthur Zamarin
2023-01-04 18:36 Arthur Zamarin
2023-02-10 10:22 Andrew Ammerlaan
2023-02-12 19:05 Michał Górny
2023-03-04 17:28 Arthur Zamarin
2023-03-04 17:28 Arthur Zamarin
2023-03-16 18:13 Michał Górny
2023-06-02 15:09 Michał Górny
2024-05-17 14:26 Michał Górny
2024-05-17 14:26 Michał Górny
2024-08-10 12:49 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox