[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2024-08-17 Thread Michał Górny
commit: 6e3486b12314254bdb7e30f7eec3773384cf62cd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 17 08:45:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 17 08:45:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3486b1

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools/jaraco-functools-4.0.1.ebuild | 55 --
 2 files changed, 56 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 854d3239572a..68aabc137b66 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1 @@
-DIST jaraco_functools-4.0.1.tar.gz 18169 BLAKE2B 
86d5b8020f9c44b8dc373fd2f07a8c5f11cb2a7ec069541763ce92562fb230b557a4c3783e899713136c71e457985bc7e4abb0becde9ca7eaacf7798b5815269
 SHA512 
04e0ea4719ec8c4439e5a1dd3c3ba0241b21b54b06d53ecc44263046e994aa736b9d196490edd3fd9d7ea997c23c177b30db506b2088bd9de62c637856101982
 DIST jaraco_functools-4.0.2.tar.gz 18319 BLAKE2B 
d7a9e56c5fb2a6a7648bbbf5d8c7d8e6ba9d62ad26fe101d91975eec601ba9532c458458d2cf1fe21eef2c81aac0eab352197d5942c84ec0bef2c89213963e38
 SHA512 
8571982839ca340aaf5482f7f88afd1aac6472a176f4e37be1febae83d92073d31975e465ec7018d906f764ad47c98b3b6191948d6cbfa42a37845cda81351c2

diff --git a/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild
deleted file mode 100644
index b81cb08e6bbc..
--- a/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="
-   https://github.com/jaraco/jaraco.functools/
-   https://pypi.org/project/jaraco.functools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-
-RDEPEND="
-   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "jaraco.functools"
-   version = "${PV}"
-   description = "Functools like those found in stdlib"
-   EOF
-}
-
-python_install() {
-   distutils-r1_python_install
-   # rename to workaround a bug in pkg_resources
-   # https://bugs.gentoo.org/834522
-   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2024-08-17 Thread Jakov Smolić
commit: f960591883947a1438c37b5fda01c9498ddc8a70
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Aug 17 08:33:35 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Aug 17 08:33:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9605918

dev-python/jaraco-functools: Stabilize 4.0.2 ALLARCHES, #938058

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-4.0.2.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-4.0.2.ebuild
index 3ea21c7b4858..b81cb08e6bbc 100644
--- a/dev-python/jaraco-functools/jaraco-functools-4.0.2.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-4.0.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2024-08-01 Thread Michał Górny
commit: 8850bf3b9800ea905a9b0476e6254951d1506a96
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug  2 04:38:46 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug  2 04:50:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8850bf3b

dev-python/jaraco-functools: Bump to 4.0.2

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

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-4.0.2.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index eed4c2506fb3..854d3239572a 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1 +1,2 @@
 DIST jaraco_functools-4.0.1.tar.gz 18169 BLAKE2B 
86d5b8020f9c44b8dc373fd2f07a8c5f11cb2a7ec069541763ce92562fb230b557a4c3783e899713136c71e457985bc7e4abb0becde9ca7eaacf7798b5815269
 SHA512 
04e0ea4719ec8c4439e5a1dd3c3ba0241b21b54b06d53ecc44263046e994aa736b9d196490edd3fd9d7ea997c23c177b30db506b2088bd9de62c637856101982
+DIST jaraco_functools-4.0.2.tar.gz 18319 BLAKE2B 
d7a9e56c5fb2a6a7648bbbf5d8c7d8e6ba9d62ad26fe101d91975eec601ba9532c458458d2cf1fe21eef2c81aac0eab352197d5942c84ec0bef2c89213963e38
 SHA512 
8571982839ca340aaf5482f7f88afd1aac6472a176f4e37be1febae83d92073d31975e465ec7018d906f764ad47c98b3b6191948d6cbfa42a37845cda81351c2

diff --git a/dev-python/jaraco-functools/jaraco-functools-4.0.2.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-4.0.2.ebuild
new file mode 100644
index ..3ea21c7b4858
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-4.0.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="
+   https://github.com/jaraco/jaraco.functools/
+   https://pypi.org/project/jaraco.functools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+RDEPEND="
+   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "jaraco.functools"
+   version = "${PV}"
+   description = "Functools like those found in stdlib"
+   EOF
+}
+
+python_install() {
+   distutils-r1_python_install
+   # rename to workaround a bug in pkg_resources
+   # https://bugs.gentoo.org/834522
+   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2024-05-04 Thread Michał Górny
commit: 18bc5a7ba594eb154288c2efe15f6855a700ea28
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  4 07:16:04 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  4 07:25:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bc5a7b

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools/jaraco-functools-4.0.0.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 0c8e216ae791..eed4c2506fb3 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1 @@
-DIST jaraco.functools-4.0.0.tar.gz 17779 BLAKE2B 
ef403411f60e956a723350c949cdbd13fa36473ce77f6b1cea4eb5eaedbd2edd4ea902b8c062d53411c7bc12dcfd3879b0f1c82a1d21c28575f0298eb03f868d
 SHA512 
2545bf3b9c9357ae867e7a5627582e14d0bdf25bac6acc5fbbb7e86f7aa24bc33b5bca584543b4180abdde203610b9716950110253045c1fe11f8bd045283c78
 DIST jaraco_functools-4.0.1.tar.gz 18169 BLAKE2B 
86d5b8020f9c44b8dc373fd2f07a8c5f11cb2a7ec069541763ce92562fb230b557a4c3783e899713136c71e457985bc7e4abb0becde9ca7eaacf7798b5815269
 SHA512 
04e0ea4719ec8c4439e5a1dd3c3ba0241b21b54b06d53ecc44263046e994aa736b9d196490edd3fd9d7ea997c23c177b30db506b2088bd9de62c637856101982

diff --git a/dev-python/jaraco-functools/jaraco-functools-4.0.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-4.0.0.ebuild
deleted file mode 100644
index 56f61ce83156..
--- a/dev-python/jaraco-functools/jaraco-functools-4.0.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="
-   https://github.com/jaraco/jaraco.functools/
-   https://pypi.org/project/jaraco.functools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-
-RDEPEND="
-   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "jaraco.functools"
-   version = "${PV}"
-   description = "Functools like those found in stdlib"
-   EOF
-}
-
-python_install() {
-   distutils-r1_python_install
-   # rename to workaround a bug in pkg_resources
-   # https://bugs.gentoo.org/834522
-   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2024-05-04 Thread Arthur Zamarin
commit: d4e073c9b092198c54ab172911461110492e3749
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  4 07:13:48 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  4 07:13:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e073c9

dev-python/jaraco-functools: Stabilize 4.0.1 ALLARCHES, #931177

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild
index 5d3cc9f68a82..2774a2f43843 100644
--- a/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2024-04-18 Thread Michał Górny
commit: c1f72764c7b320d750448fc8f03ae4219bd5ffaf
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 19 02:37:21 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 19 02:44:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f72764

dev-python/jaraco-functools: Bump to 4.0.1

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

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-4.0.1.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index af2b5b49dc72..0c8e216ae791 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1 +1,2 @@
 DIST jaraco.functools-4.0.0.tar.gz 17779 BLAKE2B 
ef403411f60e956a723350c949cdbd13fa36473ce77f6b1cea4eb5eaedbd2edd4ea902b8c062d53411c7bc12dcfd3879b0f1c82a1d21c28575f0298eb03f868d
 SHA512 
2545bf3b9c9357ae867e7a5627582e14d0bdf25bac6acc5fbbb7e86f7aa24bc33b5bca584543b4180abdde203610b9716950110253045c1fe11f8bd045283c78
+DIST jaraco_functools-4.0.1.tar.gz 18169 BLAKE2B 
86d5b8020f9c44b8dc373fd2f07a8c5f11cb2a7ec069541763ce92562fb230b557a4c3783e899713136c71e457985bc7e4abb0becde9ca7eaacf7798b5815269
 SHA512 
04e0ea4719ec8c4439e5a1dd3c3ba0241b21b54b06d53ecc44263046e994aa736b9d196490edd3fd9d7ea997c23c177b30db506b2088bd9de62c637856101982

diff --git a/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild
new file mode 100644
index ..5d3cc9f68a82
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="
+   https://github.com/jaraco/jaraco.functools/
+   https://pypi.org/project/jaraco.functools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+RDEPEND="
+   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "jaraco.functools"
+   version = "${PV}"
+   description = "Functools like those found in stdlib"
+   EOF
+}
+
+python_install() {
+   distutils-r1_python_install
+   # rename to workaround a bug in pkg_resources
+   # https://bugs.gentoo.org/834522
+   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-11-29 Thread Michał Górny
commit: 56d5679a0463d5a416029bf05134d72930875f6d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 10:27:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 10:27:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d5679a

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools/jaraco-functools-3.9.0.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 84fbd9fb1e9f..af2b5b49dc72 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1 @@
-DIST jaraco.functools-3.9.0.tar.gz 17221 BLAKE2B 
2476e7cc9440ac21abf4c7d4d5af5d98f7a48c6fb55ef93428936265843a0e9bd02b22e8a2a748e7844015c530bc46ad67be8447b0eddb9b7ddcc1522b53c42b
 SHA512 
5ec081aa07e736b6cacc1f6213e3212b4828824e86033b440d4fc630b0a9cf8e67497b37a239e167e421c41852ea6c0c65a4ccd39d73cc7f1cb831f605b86f00
 DIST jaraco.functools-4.0.0.tar.gz 17779 BLAKE2B 
ef403411f60e956a723350c949cdbd13fa36473ce77f6b1cea4eb5eaedbd2edd4ea902b8c062d53411c7bc12dcfd3879b0f1c82a1d21c28575f0298eb03f868d
 SHA512 
2545bf3b9c9357ae867e7a5627582e14d0bdf25bac6acc5fbbb7e86f7aa24bc33b5bca584543b4180abdde203610b9716950110253045c1fe11f8bd045283c78

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.9.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.9.0.ebuild
deleted file mode 100644
index d9d33d13db7b..
--- a/dev-python/jaraco-functools/jaraco-functools-3.9.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="
-   https://github.com/jaraco/jaraco.functools/
-   https://pypi.org/project/jaraco.functools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-
-RDEPEND="
-   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-BDEPEND="
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "jaraco.functools"
-   version = "${PV}"
-   description = "Functools like those found in stdlib"
-   EOF
-}
-
-python_install() {
-   distutils-r1_python_install
-   # rename to workaround a bug in pkg_resources
-   # https://bugs.gentoo.org/834522
-   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-11-29 Thread Michał Górny
commit: 5acbb34428fbb3b598be1b5f0ecfff02f4e3f81a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 10:26:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 10:26:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acbb344

dev-python/jaraco-functools: Stabilize 4.0.0 ALLARCHES, #918754

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

 dev-python/jaraco-functools/jaraco-functools-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-4.0.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-4.0.0.ebuild
index 598e289a4315..56f61ce83156 100644
--- a/dev-python/jaraco-functools/jaraco-functools-4.0.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-4.0.0.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-11-04 Thread Michał Górny
commit: b24e9b8207c8436f446dd5b320cc41fb75af614a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  5 05:25:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  5 05:25:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b24e9b82

dev-python/jaraco-functools: Bump to 4.0.0

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

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-4.0.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 776acc3b7c86..84fbd9fb1e9f 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1 +1,2 @@
 DIST jaraco.functools-3.9.0.tar.gz 17221 BLAKE2B 
2476e7cc9440ac21abf4c7d4d5af5d98f7a48c6fb55ef93428936265843a0e9bd02b22e8a2a748e7844015c530bc46ad67be8447b0eddb9b7ddcc1522b53c42b
 SHA512 
5ec081aa07e736b6cacc1f6213e3212b4828824e86033b440d4fc630b0a9cf8e67497b37a239e167e421c41852ea6c0c65a4ccd39d73cc7f1cb831f605b86f00
+DIST jaraco.functools-4.0.0.tar.gz 17779 BLAKE2B 
ef403411f60e956a723350c949cdbd13fa36473ce77f6b1cea4eb5eaedbd2edd4ea902b8c062d53411c7bc12dcfd3879b0f1c82a1d21c28575f0298eb03f868d
 SHA512 
2545bf3b9c9357ae867e7a5627582e14d0bdf25bac6acc5fbbb7e86f7aa24bc33b5bca584543b4180abdde203610b9716950110253045c1fe11f8bd045283c78

diff --git a/dev-python/jaraco-functools/jaraco-functools-4.0.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-4.0.0.ebuild
new file mode 100644
index ..598e289a4315
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-4.0.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="
+   https://github.com/jaraco/jaraco.functools/
+   https://pypi.org/project/jaraco.functools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+RDEPEND="
+   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "jaraco.functools"
+   version = "${PV}"
+   description = "Functools like those found in stdlib"
+   EOF
+}
+
+python_install() {
+   distutils-r1_python_install
+   # rename to workaround a bug in pkg_resources
+   # https://bugs.gentoo.org/834522
+   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-09-07 Thread Michał Górny
commit: ba3905d6313025b2f4d623ffdacdc00e0648e4fd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep  8 04:48:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep  8 04:53:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3905d6

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest   |  2 -
 .../jaraco-functools/jaraco-functools-3.8.0.ebuild | 56 --
 .../jaraco-functools/jaraco-functools-3.8.1.ebuild | 56 --
 3 files changed, 114 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index aa2d297e4821..776acc3b7c86 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,3 +1 @@
-DIST jaraco.functools-3.8.0.tar.gz 16251 BLAKE2B 
15735a053b395173de2568d13d54d0a770477f72e138998abb67f24314d13ae1a008a2b373979dfb8b3b8955754758e07eb5981459b793ba4b6839e6aefbdda8
 SHA512 
923e94f54c46896d89db6b4a0c5d803996dc5caddd6a3ada66f943b58afd1750f5403d10de5ab87f93e57c3eab43806401f7c6b5a8265938793d45cba93df688
-DIST jaraco.functools-3.8.1.tar.gz 16210 BLAKE2B 
2e49829c4eda4ba9228c8972b1971c1a42bb972e5a7f0ef9994313b4b07cb8395c0b0ccc15c5f285a6a224ad60dec65901742c5f162156c4be96257a9ef9f67c
 SHA512 
0ffd8fc0e973b0ee957cbc074dcae790530c6a944a54ae36e3feee954a59765663b8a734e5c1d1e56975c958b47560eb1f23b510028fee6cf682aeaf175c9460
 DIST jaraco.functools-3.9.0.tar.gz 17221 BLAKE2B 
2476e7cc9440ac21abf4c7d4d5af5d98f7a48c6fb55ef93428936265843a0e9bd02b22e8a2a748e7844015c530bc46ad67be8447b0eddb9b7ddcc1522b53c42b
 SHA512 
5ec081aa07e736b6cacc1f6213e3212b4828824e86033b440d4fc630b0a9cf8e67497b37a239e167e421c41852ea6c0c65a4ccd39d73cc7f1cb831f605b86f00

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.8.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.8.0.ebuild
deleted file mode 100644
index b5ad05df53b2..
--- a/dev-python/jaraco-functools/jaraco-functools-3.8.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="
-   https://github.com/jaraco/jaraco.functools/
-   https://pypi.org/project/jaraco.functools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-
-RDEPEND="
-   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "jaraco.functools"
-   version = "${PV}"
-   description = "Functools like those found in stdlib"
-   EOF
-}
-
-python_install() {
-   distutils-r1_python_install
-   # rename to workaround a bug in pkg_resources
-   # https://bugs.gentoo.org/834522
-   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
-}

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.8.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.8.1.ebuild
deleted file mode 100644
index 0607441caa3f..
--- a/dev-python/jaraco-functools/jaraco-functools-3.8.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="
-   https://github.com/jaraco/jaraco.functools/
-   https://pypi.org/project/jaraco.functools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-
-RDEPEND="
-   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/jaraco-

[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-09-07 Thread Arthur Zamarin
commit: a21500152f28fce9b950a69c542eaee1e7e863cd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  7 19:31:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  7 19:31:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2150015

dev-python/jaraco-functools: Stabilize 3.9.0 ALLARCHES, #913767

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.9.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.9.0.ebuild
index 5ac1791c2e84..d9d33d13db7b 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.9.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.9.0.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-08-25 Thread Michał Górny
commit: bf3e43e7cfb42ee453cf6a2974b1f2b2699dafa5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 26 05:26:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 26 05:27:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3e43e7

dev-python/jaraco-functools: Bump to 3.9.0

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

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.9.0.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 54226557c09d..aa2d297e4821 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1,3 @@
 DIST jaraco.functools-3.8.0.tar.gz 16251 BLAKE2B 
15735a053b395173de2568d13d54d0a770477f72e138998abb67f24314d13ae1a008a2b373979dfb8b3b8955754758e07eb5981459b793ba4b6839e6aefbdda8
 SHA512 
923e94f54c46896d89db6b4a0c5d803996dc5caddd6a3ada66f943b58afd1750f5403d10de5ab87f93e57c3eab43806401f7c6b5a8265938793d45cba93df688
 DIST jaraco.functools-3.8.1.tar.gz 16210 BLAKE2B 
2e49829c4eda4ba9228c8972b1971c1a42bb972e5a7f0ef9994313b4b07cb8395c0b0ccc15c5f285a6a224ad60dec65901742c5f162156c4be96257a9ef9f67c
 SHA512 
0ffd8fc0e973b0ee957cbc074dcae790530c6a944a54ae36e3feee954a59765663b8a734e5c1d1e56975c958b47560eb1f23b510028fee6cf682aeaf175c9460
+DIST jaraco.functools-3.9.0.tar.gz 17221 BLAKE2B 
2476e7cc9440ac21abf4c7d4d5af5d98f7a48c6fb55ef93428936265843a0e9bd02b22e8a2a748e7844015c530bc46ad67be8447b0eddb9b7ddcc1522b53c42b
 SHA512 
5ec081aa07e736b6cacc1f6213e3212b4828824e86033b440d4fc630b0a9cf8e67497b37a239e167e421c41852ea6c0c65a4ccd39d73cc7f1cb831f605b86f00

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.9.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.9.0.ebuild
new file mode 100644
index ..5ac1791c2e84
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.9.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="
+   https://github.com/jaraco/jaraco.functools/
+   https://pypi.org/project/jaraco.functools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+RDEPEND="
+   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+BDEPEND="
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "jaraco.functools"
+   version = "${PV}"
+   description = "Functools like those found in stdlib"
+   EOF
+}
+
+python_install() {
+   distutils-r1_python_install
+   # rename to workaround a bug in pkg_resources
+   # https://bugs.gentoo.org/834522
+   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-08-05 Thread Michał Górny
commit: f2d893fa9b14745c05f07f10103d65f2d84b6755
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  6 04:45:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  6 04:45:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d893fa

dev-python/jaraco-functools: Bump to 3.8.1

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

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.8.1.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 8bcef4e1bf8a..54226557c09d 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1 +1,2 @@
 DIST jaraco.functools-3.8.0.tar.gz 16251 BLAKE2B 
15735a053b395173de2568d13d54d0a770477f72e138998abb67f24314d13ae1a008a2b373979dfb8b3b8955754758e07eb5981459b793ba4b6839e6aefbdda8
 SHA512 
923e94f54c46896d89db6b4a0c5d803996dc5caddd6a3ada66f943b58afd1750f5403d10de5ab87f93e57c3eab43806401f7c6b5a8265938793d45cba93df688
+DIST jaraco.functools-3.8.1.tar.gz 16210 BLAKE2B 
2e49829c4eda4ba9228c8972b1971c1a42bb972e5a7f0ef9994313b4b07cb8395c0b0ccc15c5f285a6a224ad60dec65901742c5f162156c4be96257a9ef9f67c
 SHA512 
0ffd8fc0e973b0ee957cbc074dcae790530c6a944a54ae36e3feee954a59765663b8a734e5c1d1e56975c958b47560eb1f23b510028fee6cf682aeaf175c9460

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.8.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.8.1.ebuild
new file mode 100644
index ..0607441caa3f
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.8.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=flit
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="
+   https://github.com/jaraco/jaraco.functools/
+   https://pypi.org/project/jaraco.functools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+RDEPEND="
+   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "jaraco.functools"
+   version = "${PV}"
+   description = "Functools like those found in stdlib"
+   EOF
+}
+
+python_install() {
+   distutils-r1_python_install
+   # rename to workaround a bug in pkg_resources
+   # https://bugs.gentoo.org/834522
+   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-07-05 Thread Michał Górny
commit: 2ab9aac7598983a9b5dbd7f78ba310260fa6f32b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  5 08:08:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  5 08:08:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab9aac7

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest   |  2 -
 .../jaraco-functools/jaraco-functools-3.6.0.ebuild | 56 --
 .../jaraco-functools/jaraco-functools-3.7.0.ebuild | 56 --
 3 files changed, 114 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 34fb2f5801f3..8bcef4e1bf8a 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,3 +1 @@
-DIST jaraco.functools-3.6.0.tar.gz 16054 BLAKE2B 
dad26dc73b696dfc62d21f1807a8340e770b35881f3877fdcf6e7e95080f0cd1a81339500c306f4afb2dda896a19cc1715cfc4d37f36594d59af3fd58ac0
 SHA512 
f249e6cdcbd88e5c89663bcc0467687ea533dc70b7c9260880da8099380b5c925f05933527de6043aa0786709a0ca4d4b183cc18acab69d8e88f63a3360e9efb
-DIST jaraco.functools-3.7.0.tar.gz 16107 BLAKE2B 
3a8419af3d104118144bba053c94d2f1db0972f3a908fa66cc69ec4dfe31bb6ecb1f1a2f43d7ccdbca0be5094d21e15d40d9f8d75b3ba66e606fced08150872f
 SHA512 
37b33b526a3f3cff259c93c764bdde06015440bef025d9f5a177125a654abb23f96d71f0b4f4e73cdfe7274af1575a01d8e112f9d333cbe12f53b1583bae1d5a
 DIST jaraco.functools-3.8.0.tar.gz 16251 BLAKE2B 
15735a053b395173de2568d13d54d0a770477f72e138998abb67f24314d13ae1a008a2b373979dfb8b3b8955754758e07eb5981459b793ba4b6839e6aefbdda8
 SHA512 
923e94f54c46896d89db6b4a0c5d803996dc5caddd6a3ada66f943b58afd1750f5403d10de5ab87f93e57c3eab43806401f7c6b5a8265938793d45cba93df688

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild
deleted file mode 100644
index b5ad05df53b2..
--- a/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="
-   https://github.com/jaraco/jaraco.functools/
-   https://pypi.org/project/jaraco.functools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-
-RDEPEND="
-   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "jaraco.functools"
-   version = "${PV}"
-   description = "Functools like those found in stdlib"
-   EOF
-}
-
-python_install() {
-   distutils-r1_python_install
-   # rename to workaround a bug in pkg_resources
-   # https://bugs.gentoo.org/834522
-   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
-}

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.7.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.7.0.ebuild
deleted file mode 100644
index 0607441caa3f..
--- a/dev-python/jaraco-functools/jaraco-functools-3.7.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="
-   https://github.com/jaraco/jaraco.functools/
-   https://pypi.org/project/jaraco.functools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-
-RDEPEND="
-   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/jaraco-

[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-07-05 Thread Arthur Zamarin
commit: ec3261b8e120fc662368f20a8e1389e930b3198c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jul  5 08:01:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jul  5 08:01:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3261b8

dev-python/jaraco-functools: Stabilize 3.8.0 ALLARCHES, #909708

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.8.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.8.0.ebuild
index 0607441caa3f..b5ad05df53b2 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.8.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.8.0.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-06-25 Thread Michał Górny
commit: 96cb92526a744d8ad2b3f7fa6c5180aae8ef2387
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 26 04:25:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 26 04:51:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96cb9252

dev-python/jaraco-functools: Bump to 3.8.0

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

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.8.0.ebuild | 56 ++
 dev-python/jaraco-functools/metadata.xml   |  1 -
 3 files changed, 57 insertions(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index e179d28d994a..34fb2f5801f3 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1,3 @@
 DIST jaraco.functools-3.6.0.tar.gz 16054 BLAKE2B 
dad26dc73b696dfc62d21f1807a8340e770b35881f3877fdcf6e7e95080f0cd1a81339500c306f4afb2dda896a19cc1715cfc4d37f36594d59af3fd58ac0
 SHA512 
f249e6cdcbd88e5c89663bcc0467687ea533dc70b7c9260880da8099380b5c925f05933527de6043aa0786709a0ca4d4b183cc18acab69d8e88f63a3360e9efb
 DIST jaraco.functools-3.7.0.tar.gz 16107 BLAKE2B 
3a8419af3d104118144bba053c94d2f1db0972f3a908fa66cc69ec4dfe31bb6ecb1f1a2f43d7ccdbca0be5094d21e15d40d9f8d75b3ba66e606fced08150872f
 SHA512 
37b33b526a3f3cff259c93c764bdde06015440bef025d9f5a177125a654abb23f96d71f0b4f4e73cdfe7274af1575a01d8e112f9d333cbe12f53b1583bae1d5a
+DIST jaraco.functools-3.8.0.tar.gz 16251 BLAKE2B 
15735a053b395173de2568d13d54d0a770477f72e138998abb67f24314d13ae1a008a2b373979dfb8b3b8955754758e07eb5981459b793ba4b6839e6aefbdda8
 SHA512 
923e94f54c46896d89db6b4a0c5d803996dc5caddd6a3ada66f943b58afd1750f5403d10de5ab87f93e57c3eab43806401f7c6b5a8265938793d45cba93df688

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.8.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.8.0.ebuild
new file mode 100644
index ..0607441caa3f
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.8.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=flit
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="
+   https://github.com/jaraco/jaraco.functools/
+   https://pypi.org/project/jaraco.functools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+RDEPEND="
+   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "jaraco.functools"
+   version = "${PV}"
+   description = "Functools like those found in stdlib"
+   EOF
+}
+
+python_install() {
+   distutils-r1_python_install
+   # rename to workaround a bug in pkg_resources
+   # https://bugs.gentoo.org/834522
+   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
+}

diff --git a/dev-python/jaraco-functools/metadata.xml 
b/dev-python/jaraco-functools/metadata.xml
index 360b23630476..27794568db97 100644
--- a/dev-python/jaraco-functools/metadata.xml
+++ b/dev-python/jaraco-functools/metadata.xml
@@ -10,6 +10,5 @@
jaraco.functools
jaraco/jaraco.functools

https://github.com/jaraco/jaraco.functools/issues
-   
https://github.com/jaraco/jaraco.functools/blob/master/CHANGES.rst

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-05-29 Thread Michał Górny
commit: 7126a352fe1de08069721f0b0bb813bfb33736f4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 30 02:31:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 30 02:53:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7126a352

dev-python/jaraco-functools: Bump to 3.7.0

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

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.7.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index ce1b87f9b7d9..e179d28d994a 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1 +1,2 @@
 DIST jaraco.functools-3.6.0.tar.gz 16054 BLAKE2B 
dad26dc73b696dfc62d21f1807a8340e770b35881f3877fdcf6e7e95080f0cd1a81339500c306f4afb2dda896a19cc1715cfc4d37f36594d59af3fd58ac0
 SHA512 
f249e6cdcbd88e5c89663bcc0467687ea533dc70b7c9260880da8099380b5c925f05933527de6043aa0786709a0ca4d4b183cc18acab69d8e88f63a3360e9efb
+DIST jaraco.functools-3.7.0.tar.gz 16107 BLAKE2B 
3a8419af3d104118144bba053c94d2f1db0972f3a908fa66cc69ec4dfe31bb6ecb1f1a2f43d7ccdbca0be5094d21e15d40d9f8d75b3ba66e606fced08150872f
 SHA512 
37b33b526a3f3cff259c93c764bdde06015440bef025d9f5a177125a654abb23f96d71f0b4f4e73cdfe7274af1575a01d8e112f9d333cbe12f53b1583bae1d5a

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.7.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.7.0.ebuild
new file mode 100644
index ..0607441caa3f
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.7.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=flit
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="
+   https://github.com/jaraco/jaraco.functools/
+   https://pypi.org/project/jaraco.functools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+RDEPEND="
+   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "jaraco.functools"
+   version = "${PV}"
+   description = "Functools like those found in stdlib"
+   EOF
+}
+
+python_install() {
+   distutils-r1_python_install
+   # rename to workaround a bug in pkg_resources
+   # https://bugs.gentoo.org/834522
+   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-03-24 Thread Michał Górny
commit: 1033118aa0f16af02340850558d1571f34f9887c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 24 19:46:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 24 19:48:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1033118a

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools/jaraco-functools-3.5.2.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index c0ba4fe175eb..ce1b87f9b7d9 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1 @@
-DIST jaraco.functools-3.5.2.tar.gz 14650 BLAKE2B 
63db54c5f3dea7b0ce939ad51fc4c4f5831a620a37a47d416079d4c9ad30cb3d401567a8da036178122431cafd8dc18e4a9b59241cd1fc0b8bd1c057dfb8a034
 SHA512 
3f67d151f4f6553b3e560b0e6ab71cf726d6c8f36ef5e9f69b6325605547797e19a3f9eb1331cf332db498538953ccaeb75820528e6599fd7cf125abdc073e69
 DIST jaraco.functools-3.6.0.tar.gz 16054 BLAKE2B 
dad26dc73b696dfc62d21f1807a8340e770b35881f3877fdcf6e7e95080f0cd1a81339500c306f4afb2dda896a19cc1715cfc4d37f36594d59af3fd58ac0
 SHA512 
f249e6cdcbd88e5c89663bcc0467687ea533dc70b7c9260880da8099380b5c925f05933527de6043aa0786709a0ca4d4b183cc18acab69d8e88f63a3360e9efb

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild
deleted file mode 100644
index d970cab52fb4..
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="
-   https://github.com/jaraco/jaraco.functools/
-   https://pypi.org/project/jaraco.functools/
-"
-SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
-S=${WORKDIR}/${P/-/.}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "jaraco.functools"
-   version = "${PV}"
-   description = "Functools like those found in stdlib"
-   EOF
-}
-
-python_install() {
-   distutils-r1_python_install
-   # rename to workaround a bug in pkg_resources
-   # https://bugs.gentoo.org/834522
-   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-03-24 Thread Arthur Zamarin
commit: 53ec175251ef371bdedc9bb7c84cf36deaf34449
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 24 19:43:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 24 19:43:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ec1752

dev-python/jaraco-functools: Stabilize 3.6.0 ALLARCHES, #902917

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild
index 2cf05bc3a702..6b2dd363a6c0 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-03-21 Thread Michał Górny
commit: 027f9b8234d10cdef67473f1abe2db0f0c7692ff
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 21 16:40:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 16:45:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=027f9b82

dev-python/jaraco-functools: Use PYPI_PN

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

 dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild
index 092fd7201547..2cf05bc3a702 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild
@@ -5,6 +5,8 @@
 EAPI=7
 
 DISTUTILS_USE_PEP517=flit
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
 
 inherit distutils-r1 pypi
@@ -14,8 +16,6 @@ HOMEPAGE="
https://github.com/jaraco/jaraco.functools/
https://pypi.org/project/jaraco.functools/
 "
-SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
-S=${WORKDIR}/${P/-/.}
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-02-19 Thread Michał Górny
commit: 6a3acdd9fdc4fe7612cdc937361be51babaff9b7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 20 05:14:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 20 06:23:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3acdd9

dev-python/jaraco-functools: Bump to 3.6.0

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

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.6.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 2956ec32876b..c0ba4fe175eb 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1 +1,2 @@
 DIST jaraco.functools-3.5.2.tar.gz 14650 BLAKE2B 
63db54c5f3dea7b0ce939ad51fc4c4f5831a620a37a47d416079d4c9ad30cb3d401567a8da036178122431cafd8dc18e4a9b59241cd1fc0b8bd1c057dfb8a034
 SHA512 
3f67d151f4f6553b3e560b0e6ab71cf726d6c8f36ef5e9f69b6325605547797e19a3f9eb1331cf332db498538953ccaeb75820528e6599fd7cf125abdc073e69
+DIST jaraco.functools-3.6.0.tar.gz 16054 BLAKE2B 
dad26dc73b696dfc62d21f1807a8340e770b35881f3877fdcf6e7e95080f0cd1a81339500c306f4afb2dda896a19cc1715cfc4d37f36594d59af3fd58ac0
 SHA512 
f249e6cdcbd88e5c89663bcc0467687ea533dc70b7c9260880da8099380b5c925f05933527de6043aa0786709a0ca4d4b183cc18acab69d8e88f63a3360e9efb

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild
new file mode 100644
index ..092fd7201547
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="
+   https://github.com/jaraco/jaraco.functools/
+   https://pypi.org/project/jaraco.functools/
+"
+SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
+S=${WORKDIR}/${P/-/.}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "jaraco.functools"
+   version = "${PV}"
+   description = "Functools like those found in stdlib"
+   EOF
+}
+
+python_install() {
+   distutils-r1_python_install
+   # rename to workaround a bug in pkg_resources
+   # https://bugs.gentoo.org/834522
+   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-02-12 Thread Michał Górny
commit: da2b6c3fd465ba0489472cf39dad38a583511b63
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 11 11:00:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 12 19:04:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2b6c3f

dev-python/jaraco-functools: Disable PyPI name normalization

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

 dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild
index 44c32b79ebb2..d970cab52fb4 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
https://github.com/jaraco/jaraco.functools/
https://pypi.org/project/jaraco.functools/
 "
-SRC_URI="$(pypi_sdist_url "${PN/-/.}")"
+SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
 S=${WORKDIR}/${P/-/.}
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2023-02-07 Thread Michał Górny
commit: 5935d30791d521c93bd0b5e6f924f37463c40b83
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  7 08:09:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  7 09:26:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5935d307

dev-python/jaraco-functools: Use pypi.eclass

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

 dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild
index 3e23a97da1dd..44c32b79ebb2 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild
@@ -7,16 +7,15 @@ EAPI=7
 DISTUTILS_USE_PEP517=flit
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
-MY_P=${P/-/.}
 DESCRIPTION="Additional functions used by other projects by developer jaraco"
 HOMEPAGE="
https://github.com/jaraco/jaraco.functools/
https://pypi.org/project/jaraco.functools/
 "
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
+SRC_URI="$(pypi_sdist_url "${PN/-/.}")"
+S=${WORKDIR}/${P/-/.}
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-11-03 Thread Arthur Zamarin
commit: eb34897b8b757f660f2055c557680a2a84638530
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  3 19:27:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  3 19:29:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb34897b

dev-python/jaraco-functools: drop 3.5.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools/jaraco-functools-3.5.1.ebuild | 57 --
 2 files changed, 58 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index b1c9b32d7e8d..2956ec32876b 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1 @@
-DIST jaraco.functools-3.5.1.tar.gz 14516 BLAKE2B 
d58ca0e51767278988f418a5b1b736dd56da2c0ed214fa9b9b2a8b5e4ae77fcdedd431e444d1d2c3359b52a648ec85d01b8b7a2db872bb27d9bf24484347b7a0
 SHA512 
4496c80eae72834e5bc214f40de91a6aa603ce296b3866e0b363014c2919843f515efe9b314f18667e6b09d183a0985760e47f3340aed42dfbdba01884896df5
 DIST jaraco.functools-3.5.2.tar.gz 14650 BLAKE2B 
63db54c5f3dea7b0ce939ad51fc4c4f5831a620a37a47d416079d4c9ad30cb3d401567a8da036178122431cafd8dc18e4a9b59241cd1fc0b8bd1c057dfb8a034
 SHA512 
3f67d151f4f6553b3e560b0e6ab71cf726d6c8f36ef5e9f69b6325605547797e19a3f9eb1331cf332db498538953ccaeb75820528e6599fd7cf125abdc073e69

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild
deleted file mode 100644
index acc8167daef6..
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="
-   https://github.com/jaraco/jaraco.functools/
-   https://pypi.org/project/jaraco.functools/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "jaraco.functools"
-   version = "${PV}"
-   description = "Functools like those found in stdlib"
-   EOF
-}
-
-python_install() {
-   distutils-r1_python_install
-   # rename to workaround a bug in pkg_resources
-   # https://bugs.gentoo.org/834522
-   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-11-03 Thread Arthur Zamarin
commit: b5ef980d4cbeb62149b88044364a07b3650a1726
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  3 19:20:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  3 19:20:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ef980d

dev-python/jaraco-functools: Stabilize 3.5.2 ALLARCHES, #879453

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild
index 623bd91af000..acc8167daef6 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-09-26 Thread Michał Górny
commit: f4f85388b079615aad6e900efc1cc112ef088b62
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 27 01:47:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 27 02:03:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f85388

dev-python/jaraco-functools: Bump to 3.5.2

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

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.5.2.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index ba332691d74e..b1c9b32d7e8d 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1 +1,2 @@
 DIST jaraco.functools-3.5.1.tar.gz 14516 BLAKE2B 
d58ca0e51767278988f418a5b1b736dd56da2c0ed214fa9b9b2a8b5e4ae77fcdedd431e444d1d2c3359b52a648ec85d01b8b7a2db872bb27d9bf24484347b7a0
 SHA512 
4496c80eae72834e5bc214f40de91a6aa603ce296b3866e0b363014c2919843f515efe9b314f18667e6b09d183a0985760e47f3340aed42dfbdba01884896df5
+DIST jaraco.functools-3.5.2.tar.gz 14650 BLAKE2B 
63db54c5f3dea7b0ce939ad51fc4c4f5831a620a37a47d416079d4c9ad30cb3d401567a8da036178122431cafd8dc18e4a9b59241cd1fc0b8bd1c057dfb8a034
 SHA512 
3f67d151f4f6553b3e560b0e6ab71cf726d6c8f36ef5e9f69b6325605547797e19a3f9eb1331cf332db498538953ccaeb75820528e6599fd7cf125abdc073e69

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild
new file mode 100644
index ..623bd91af000
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="
+   https://github.com/jaraco/jaraco.functools/
+   https://pypi.org/project/jaraco.functools/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "jaraco.functools"
+   version = "${PV}"
+   description = "Functools like those found in stdlib"
+   EOF
+}
+
+python_install() {
+   distutils-r1_python_install
+   # rename to workaround a bug in pkg_resources
+   # https://bugs.gentoo.org/834522
+   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-08-29 Thread Michał Górny
commit: 6205f1eb0eda23dfec6a3f678871a8de2e029c09
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 29 10:34:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 29 10:34:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6205f1eb

dev-python/jaraco-functools: Modernize & cleanup

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

 dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild
index 4819bf48342f..acc8167daef6 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild
@@ -11,9 +11,12 @@ inherit distutils-r1
 
 MY_P=${P/-/.}
 DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
+HOMEPAGE="
+   https://github.com/jaraco/jaraco.functools/
+   https://pypi.org/project/jaraco.functools/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
@@ -28,9 +31,6 @@ BDEPEND="
)
 "
 
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
 distutils_enable_tests pytest
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-08-17 Thread Arthur Zamarin
commit: 200c9b9089105f3aaf4b0937b043e8c68beffaa1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 19:38:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 19:38:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200c9b90

dev-python/jaraco-functools: drop 3.5.0-r2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools-3.5.0-r2.ebuild   | 57 --
 2 files changed, 58 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index e98baca0d44c..ba332691d74e 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1 @@
-DIST jaraco.functools-3.5.0.tar.gz 13254 BLAKE2B 
9165f901106278da562c6b59c3cc29e0b1c4689c5db7955f57a76fca3c12e90d30a80a7dde3420a719b093c41b889e54170bfa6f6f18b6f078e3f4291e59736f
 SHA512 
7257f41506f90ca2fda1bd12fed58fa4d4ff5738547f8cdae8ccad1901e0c818afb701dd8e9050fc77ca1271bc2466d5a542990138bc3db2cf9b04d12850844c
 DIST jaraco.functools-3.5.1.tar.gz 14516 BLAKE2B 
d58ca0e51767278988f418a5b1b736dd56da2c0ed214fa9b9b2a8b5e4ae77fcdedd431e444d1d2c3359b52a648ec85d01b8b7a2db872bb27d9bf24484347b7a0
 SHA512 
4496c80eae72834e5bc214f40de91a6aa603ce296b3866e0b363014c2919843f515efe9b314f18667e6b09d183a0985760e47f3340aed42dfbdba01884896df5

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild
deleted file mode 100644
index 4819bf48342f..
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "jaraco.functools"
-   version = "${PV}"
-   description = "Functools like those found in stdlib"
-   EOF
-}
-
-python_install() {
-   distutils-r1_python_install
-   # rename to workaround a bug in pkg_resources
-   # https://bugs.gentoo.org/834522
-   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-08-17 Thread Arthur Zamarin
commit: bafc256e0962937cf9ad1f2bad0bf1fab2a97409
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 18:44:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 18:44:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bafc256e

dev-python/jaraco-functools: Stabilize 3.5.1 ALLARCHES, #865589

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild
index b3fdabf55095..4819bf48342f 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-07-14 Thread Arthur Zamarin
commit: 7702e0eecdcc2303760a578219a56942193600b6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jul 14 18:28:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jul 14 18:28:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7702e0ee

dev-python/jaraco-functools: add 3.5.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.5.1.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 53908829dddc..e98baca0d44c 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1 +1,2 @@
 DIST jaraco.functools-3.5.0.tar.gz 13254 BLAKE2B 
9165f901106278da562c6b59c3cc29e0b1c4689c5db7955f57a76fca3c12e90d30a80a7dde3420a719b093c41b889e54170bfa6f6f18b6f078e3f4291e59736f
 SHA512 
7257f41506f90ca2fda1bd12fed58fa4d4ff5738547f8cdae8ccad1901e0c818afb701dd8e9050fc77ca1271bc2466d5a542990138bc3db2cf9b04d12850844c
+DIST jaraco.functools-3.5.1.tar.gz 14516 BLAKE2B 
d58ca0e51767278988f418a5b1b736dd56da2c0ed214fa9b9b2a8b5e4ae77fcdedd431e444d1d2c3359b52a648ec85d01b8b7a2db872bb27d9bf24484347b7a0
 SHA512 
4496c80eae72834e5bc214f40de91a6aa603ce296b3866e0b363014c2919843f515efe9b314f18667e6b09d183a0985760e47f3340aed42dfbdba01884896df5

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild
new file mode 100644
index ..b3fdabf55095
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.functools";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "jaraco.functools"
+   version = "${PV}"
+   description = "Functools like those found in stdlib"
+   EOF
+}
+
+python_install() {
+   distutils-r1_python_install
+   # rename to workaround a bug in pkg_resources
+   # https://bugs.gentoo.org/834522
+   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-04-19 Thread Andreas K. Hüttel
commit: 19350d5f91ed0327636daa0deaa7dfb6fff879cf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Apr 19 09:30:08 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Apr 19 09:30:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19350d5f

dev-python/jaraco-functools: Keyword ~s390

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild
index 3f7e75f6a647..de27db6d094c 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-03-27 Thread Fabian Groffen
commit: d1ce6a9abd7a101803350ada55bf0a0b79138486
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Mar 27 09:43:20 2022 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Mar 27 09:50:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ce6a9a

dev-python/jaraco-functools: added Prefix keywords

Signed-off-by: Fabian Groffen  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild
index 2e1c4bb4a95d..3f7e75f6a647 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc 
x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-03-03 Thread Michał Górny
commit: b26d8560caf2b1d6da968ea1639d627f4c364979
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  4 07:53:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  4 07:56:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26d8560

dev-python/jaraco-functools: Rename dist-info for pkg_resources

Bug: https://bugs.gentoo.org/834522
Signed-off-by: Michał Górny  gentoo.org>

 ...-functools-3.5.0-r1.ebuild => jaraco-functools-3.5.0-r2.ebuild} | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild
similarity index 86%
rename from dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
rename to dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild
index fbe54974f9ab..2e1c4bb4a95d 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild
@@ -48,3 +48,10 @@ src_configure() {
description = "Functools like those found in stdlib"
EOF
 }
+
+python_install() {
+   distutils-r1_python_install
+   # rename to workaround a bug in pkg_resources
+   # https://bugs.gentoo.org/834522
+   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-03-03 Thread Michał Górny
commit: 0fe5a0e54e5d7b580d641e688c04b4ada264484a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  4 07:13:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  4 07:13:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe5a0e5

dev-python/jaraco-functools: Revert to EAPI 7

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

 dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
index c210c55a14a7..fbe54974f9ab 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=8
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
 
 DISTUTILS_USE_PEP517=flit
 PYTHON_COMPAT=( pypy3 python3_{8..10} )



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-02-27 Thread Michał Górny
commit: 4184d6a522e3fcc75899103502b482e7bf895c65
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 27 18:52:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 27 18:52:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4184d6a5

dev-python/jaraco-functools: Remove old

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

 .../jaraco-functools/jaraco-functools-3.5.0.ebuild | 32 --
 1 file changed, 32 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild
deleted file mode 100644
index d435acb7b573..
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
-
-RDEPEND="
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-02-27 Thread Jakov Smolić
commit: 0d120372535ef1724e74eb7f9232a1115b402264
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Feb 27 12:16:40 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Feb 27 12:22:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d120372

dev-python/jaraco-functools: Stabilize 3.5.0-r1 ALLARCHES, #834247

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
index a4f1dac94cdd..c210c55a14a7 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc 
x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-02-13 Thread Joshua Kinard
commit: ab98b46328120d75841580be94981b064618ea8b
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sun Feb 13 09:12:17 2022 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sun Feb 13 09:32:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab98b463

dev-python/jaraco-functools: Added ~mips to KEYWORDS

Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
index c8205adf7d7b..a4f1dac94cdd 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-02-07 Thread James Le Cuirot
commit: 96f3d473e7d3f8a63a288febff2aa71bafb8fd38
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Feb  7 21:13:07 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Feb  7 21:15:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f3d473

dev-python/jaraco-functools: Keyword 3.5.0-r1 for ~m68k

1 tests failed, but it's time-sensitive.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
index af92e7e7f4a5..c8205adf7d7b 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-02-04 Thread Michał Górny
commit: baaece94fb87752bd6775433fcf53742be41a38f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  4 11:54:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  4 12:03:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baaece94

dev-python/jaraco-functools: Remove obsolete toml dep (from setuptools_scm)

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

 dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild
index 71c71c267e6f..d435acb7b573 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild
@@ -20,7 +20,6 @@ RDEPEND="
dev-python/more-itertools[${PYTHON_USEDEP}]
 "
 BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/jaraco-classes[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-02-04 Thread Michał Górny
commit: af64866eaaa0970c7f3713621db4d55b6c7b6488
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  4 09:16:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  4 10:26:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af64866e

dev-python/jaraco-functools: Set min dep version for clean bootstrap

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

 dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
index afb16b117a96..af92e7e7f4a5 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
 
 RDEPEND="
-   dev-python/more-itertools[${PYTHON_USEDEP}]
+   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
 "
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-02-03 Thread Michał Górny
commit: 51c75a29aafe5f60c49ce322cfe98cf7033b35d0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  3 10:14:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  3 10:58:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c75a29

dev-python/jaraco-functools: Use flit to build (for bootstrap)

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

 .../jaraco-functools-3.5.0-r1.ebuild   | 49 ++
 1 file changed, 49 insertions(+)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
new file mode 100644
index ..afb16b117a96
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.functools";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "jaraco.functools"
+   version = "${PV}"
+   description = "Functools like those found in stdlib"
+   EOF
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-01-20 Thread Michał Górny
commit: 36ba1083f3e9ba4e44c412b7d240fc4ae1d32a5d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 20 13:57:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 20 14:20:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ba1083

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools/jaraco-functools-3.4.0.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index e4571f756e61..53908829dddc 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1 @@
-DIST jaraco.functools-3.4.0.tar.gz 13048 BLAKE2B 
437d73c75326e0d94cf15b4dfe9e5c28e44e5016376371458505377b7420930ac880c1f02ab70d4e2d154b41273d108eec5727ccdf59aa19d5674f33aaa107c2
 SHA512 
ae15014e566b7f18e456d9da2d02b9508b9c5a00e24f24316c44ab65ad655b97942af0094c33d3be777cc5e743b975cde6e15e72f9a003365f9a0efaae4f6dac
 DIST jaraco.functools-3.5.0.tar.gz 13254 BLAKE2B 
9165f901106278da562c6b59c3cc29e0b1c4689c5db7955f57a76fca3c12e90d30a80a7dde3420a719b093c41b889e54170bfa6f6f18b6f078e3f4291e59736f
 SHA512 
7257f41506f90ca2fda1bd12fed58fa4d4ff5738547f8cdae8ccad1901e0c818afb701dd8e9050fc77ca1271bc2466d5a542990138bc3db2cf9b04d12850844c

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild
deleted file mode 100644
index ab63e58ac6c6..
--- a/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
-
-RDEPEND="
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2022-01-20 Thread Arthur Zamarin
commit: 2c6c7d0bf66a9d0ef76021ca897b1ab950d86151
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 20 08:41:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 20 08:41:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6c7d0b

dev-python/jaraco-functools: Stabilize 3.5.0 ALLARCHES, #831530

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild
index cbd85a2ea2f4..71c71c267e6f 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0.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=8
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/more-itertools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-12-19 Thread Arthur Zamarin
commit: a3e18e28515c102e6515ccc268df8aea65d39610
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Dec 20 06:02:04 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Dec 20 06:02:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e18e28

dev-python/jaraco-functools: add 3.5.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.5.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index eca5d3781878..e4571f756e61 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1 +1,2 @@
 DIST jaraco.functools-3.4.0.tar.gz 13048 BLAKE2B 
437d73c75326e0d94cf15b4dfe9e5c28e44e5016376371458505377b7420930ac880c1f02ab70d4e2d154b41273d108eec5727ccdf59aa19d5674f33aaa107c2
 SHA512 
ae15014e566b7f18e456d9da2d02b9508b9c5a00e24f24316c44ab65ad655b97942af0094c33d3be777cc5e743b975cde6e15e72f9a003365f9a0efaae4f6dac
+DIST jaraco.functools-3.5.0.tar.gz 13254 BLAKE2B 
9165f901106278da562c6b59c3cc29e0b1c4689c5db7955f57a76fca3c12e90d30a80a7dde3420a719b093c41b889e54170bfa6f6f18b6f078e3f4291e59736f
 SHA512 
7257f41506f90ca2fda1bd12fed58fa4d4ff5738547f8cdae8ccad1901e0c818afb701dd8e9050fc77ca1271bc2466d5a542990138bc3db2cf9b04d12850844c

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild
new file mode 100644
index ..cbd85a2ea2f4
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.functools";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-12-02 Thread Michał Górny
commit: 488737b46251891019f0c75aa9ed6012f1b9cd54
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  2 09:36:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  2 09:38:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488737b4

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools/jaraco-functools-3.3.0.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index de80bb7124bf..eca5d3781878 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1 @@
-DIST jaraco.functools-3.3.0.tar.gz 17116 BLAKE2B 
3e1bf63f72d67e55fdf5cfd8d2e12899b7862ebe6cf426be94154f479cf01a69f01b1af152a574c4fb93766b324b6050748464a17a26a27591396d59ed79cb38
 SHA512 
fc7c5a11a3411692066f4437d76ace7e8a00af2152256ea9f730254b577e74163342298d5b33d472c744cbad5dd316b56345d05aa93ef6f82bc92d6aadb2f2ec
 DIST jaraco.functools-3.4.0.tar.gz 13048 BLAKE2B 
437d73c75326e0d94cf15b4dfe9e5c28e44e5016376371458505377b7420930ac880c1f02ab70d4e2d154b41273d108eec5727ccdf59aa19d5674f33aaa107c2
 SHA512 
ae15014e566b7f18e456d9da2d02b9508b9c5a00e24f24316c44ab65ad655b97942af0094c33d3be777cc5e743b975cde6e15e72f9a003365f9a0efaae4f6dac

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild
deleted file mode 100644
index 1b260b53ea78..
--- a/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
-
-RDEPEND="
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-12-02 Thread Arthur Zamarin
commit: 0972b2643e3c244e3821dd273c509e774519a5b7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec  2 08:39:30 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec  2 08:40:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0972b264

dev-python/jaraco-functools: Stabilize 3.4.0 ALLARCHES, #827986

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild
index cbd85a2ea2f4..ab63e58ac6c6 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/more-itertools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-11-01 Thread Michał Górny
commit: 4a3ffd80541e941caf39c4ba392be6ce98de59aa
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  1 07:22:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  1 08:32:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3ffd80

dev-python/jaraco-functools: Bump to 3.4.0

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

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.4.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 850828f50a4..de80bb7124b 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1 +1,2 @@
 DIST jaraco.functools-3.3.0.tar.gz 17116 BLAKE2B 
3e1bf63f72d67e55fdf5cfd8d2e12899b7862ebe6cf426be94154f479cf01a69f01b1af152a574c4fb93766b324b6050748464a17a26a27591396d59ed79cb38
 SHA512 
fc7c5a11a3411692066f4437d76ace7e8a00af2152256ea9f730254b577e74163342298d5b33d472c744cbad5dd316b56345d05aa93ef6f82bc92d6aadb2f2ec
+DIST jaraco.functools-3.4.0.tar.gz 13048 BLAKE2B 
437d73c75326e0d94cf15b4dfe9e5c28e44e5016376371458505377b7420930ac880c1f02ab70d4e2d154b41273d108eec5727ccdf59aa19d5674f33aaa107c2
 SHA512 
ae15014e566b7f18e456d9da2d02b9508b9c5a00e24f24316c44ab65ad655b97942af0094c33d3be777cc5e743b975cde6e15e72f9a003365f9a0efaae4f6dac

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild
new file mode 100644
index 000..cbd85a2ea2f
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.functools";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-07-28 Thread Marek Szuba
commit: 32493357c3a75dabdef16c62c198d5eedd151b7e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 28 22:02:48 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 28 23:37:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32493357

dev-python/jaraco-functools: keyword 3.3.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild
index 7acead6b7a6..1b260b53ea7 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 
 inherit distutils-r1
 
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/more-itertools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-05-06 Thread Michał Górny
commit: 3e6efb115216a5aef59078c24c6c2e0b649b6065
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  6 14:40:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 14:44:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6efb11

dev-python/jaraco-functools: Enable python3.10

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

 dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild
index 8f34a5b396a..7acead6b7a6 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-04-27 Thread Michał Górny
commit: 2c337dc0a48b674416e00b66284254fe68be41b4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 27 18:20:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 27 18:21:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c337dc0

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools/jaraco-functools-3.2.1.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index d3c83688b3a..850828f50a4 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1 @@
-DIST jaraco.functools-3.2.1.tar.gz 16888 BLAKE2B 
87dbc4a68f508a3c3169496c3f57d9844e90a6523b5526e486bbdcb1de996fb31025100e25929c0527ed27dd57ff67c90020d7cddfd70ead2a78e69ec8f65f8b
 SHA512 
279dbb9307f864e3616f9b91ce5d55068df166a30695c0f81bcfae0bc2a1e0df5fdccd157210df3dd73ad73a6a955c1344ec441f925a651cd13a7f460e7a88e1
 DIST jaraco.functools-3.3.0.tar.gz 17116 BLAKE2B 
3e1bf63f72d67e55fdf5cfd8d2e12899b7862ebe6cf426be94154f479cf01a69f01b1af152a574c4fb93766b324b6050748464a17a26a27591396d59ed79cb38
 SHA512 
fc7c5a11a3411692066f4437d76ace7e8a00af2152256ea9f730254b577e74163342298d5b33d472c744cbad5dd316b56345d05aa93ef6f82bc92d6aadb2f2ec

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.2.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.2.1.ebuild
deleted file mode 100644
index 8f34a5b396a..000
--- a/dev-python/jaraco-functools/jaraco-functools-3.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-03-27 Thread Michał Górny
commit: 201b7ad023935bec4fadeaab9844f2e375547897
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 27 07:32:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 27 07:49:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201b7ad0

dev-python/jaraco-functools: Bump to 3.3.0

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

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.3.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 4db40eb4f11..d3c83688b3a 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1 +1,2 @@
 DIST jaraco.functools-3.2.1.tar.gz 16888 BLAKE2B 
87dbc4a68f508a3c3169496c3f57d9844e90a6523b5526e486bbdcb1de996fb31025100e25929c0527ed27dd57ff67c90020d7cddfd70ead2a78e69ec8f65f8b
 SHA512 
279dbb9307f864e3616f9b91ce5d55068df166a30695c0f81bcfae0bc2a1e0df5fdccd157210df3dd73ad73a6a955c1344ec441f925a651cd13a7f460e7a88e1
+DIST jaraco.functools-3.3.0.tar.gz 17116 BLAKE2B 
3e1bf63f72d67e55fdf5cfd8d2e12899b7862ebe6cf426be94154f479cf01a69f01b1af152a574c4fb93766b324b6050748464a17a26a27591396d59ed79cb38
 SHA512 
fc7c5a11a3411692066f4437d76ace7e8a00af2152256ea9f730254b577e74163342298d5b33d472c744cbad5dd316b56345d05aa93ef6f82bc92d6aadb2f2ec

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild
new file mode 100644
index 000..9005f03c9d1
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.3.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.functools";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-03-25 Thread Michał Górny
commit: d76ff17480faf7937947e30bf94c0fa16c87138f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 25 16:50:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 25 19:09:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76ff174

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools/jaraco-functools-3.2.0.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 66d4c828e1e..4db40eb4f11 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1 @@
-DIST jaraco.functools-3.2.0.tar.gz 16863 BLAKE2B 
8085ebb0afee777073cafddc575286e765c5af5871c4bc45974eed1af9650d0edbbedf5233c5f9db080ab348c9c6151a1b22a7c21af6364fd56a3098640b0908
 SHA512 
aef71a96341a2f65f825a06e28b06b754a5fd52d4b04396f3ab5c264f27f342353d77485d76f081b35a08dd16ac06fd5bef3267cdc315320affa25e433964eef
 DIST jaraco.functools-3.2.1.tar.gz 16888 BLAKE2B 
87dbc4a68f508a3c3169496c3f57d9844e90a6523b5526e486bbdcb1de996fb31025100e25929c0527ed27dd57ff67c90020d7cddfd70ead2a78e69ec8f65f8b
 SHA512 
279dbb9307f864e3616f9b91ce5d55068df166a30695c0f81bcfae0bc2a1e0df5fdccd157210df3dd73ad73a6a955c1344ec441f925a651cd13a7f460e7a88e1

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.2.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.2.0.ebuild
deleted file mode 100644
index 8f34a5b396a..000
--- a/dev-python/jaraco-functools/jaraco-functools-3.2.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-03-25 Thread Sam James
commit: dce6168ec1bb342f9d8f580e162a92a6317b0f2e
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 25 14:11:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 25 14:11:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce6168e

dev-python/jaraco-functools: Stabilize 3.2.1 ALLARCHES, #778101

Signed-off-by: Sam James  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.2.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.2.1.ebuild
index 9005f03c9d1..8f34a5b396a 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.2.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.2.1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/more-itertools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-03-15 Thread Michał Górny
commit: cba008a876e6015b51e2d65caadb1d41f5a9500b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 15 08:41:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 15 08:41:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba008a8

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools-3.0.1-r1.ebuild   | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index edba284627c..66d4c828e1e 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,3 +1,2 @@
-DIST jaraco.functools-3.0.1.tar.gz 16996 BLAKE2B 
8cad1532753ae5c941038d4b8cda17b49f2d131405bb010d3747ecafc1ea4f72ad2c91b1ce2c499cd2885b18a9fe2cd1ac1bf06d58ed6f13a7a379cf9deb0e66
 SHA512 
96696839d3405e571bd0120443c5494f13d737b7e0fd9324a7a003c88ff45bdaa89a717c81b9c5ecb4eded9781ba2c05f4735e5cf24c1d1c162fc3d55d38eedb
 DIST jaraco.functools-3.2.0.tar.gz 16863 BLAKE2B 
8085ebb0afee777073cafddc575286e765c5af5871c4bc45974eed1af9650d0edbbedf5233c5f9db080ab348c9c6151a1b22a7c21af6364fd56a3098640b0908
 SHA512 
aef71a96341a2f65f825a06e28b06b754a5fd52d4b04396f3ab5c264f27f342353d77485d76f081b35a08dd16ac06fd5bef3267cdc315320affa25e433964eef
 DIST jaraco.functools-3.2.1.tar.gz 16888 BLAKE2B 
87dbc4a68f508a3c3169496c3f57d9844e90a6523b5526e486bbdcb1de996fb31025100e25929c0527ed27dd57ff67c90020d7cddfd70ead2a78e69ec8f65f8b
 SHA512 
279dbb9307f864e3616f9b91ce5d55068df166a30695c0f81bcfae0bc2a1e0df5fdccd157210df3dd73ad73a6a955c1344ec441f925a651cd13a7f460e7a88e1

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.1-r1.ebuild
deleted file mode 100644
index b47e919b60e..000
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-
-python_test() {
-   # Override pytest options to skip flake8
-   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
-   || die "tests failed with ${EPYTHON}"
-}
-
-# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
-python_install() {
-   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
-   # note: eclass may default to --skip-build in the future
-   distutils-r1_python_install --skip-build
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-03-14 Thread Sam James
commit: bae2c662c749b49278d154edad7990266a97a52a
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 00:07:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 00:07:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae2c662

dev-python/jaraco-functools: Stabilize 3.2.0 ALLARCHES, #776079

Signed-off-by: Sam James  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.2.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.2.0.ebuild
index 9005f03c9d1..8f34a5b396a 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.2.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.2.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/more-itertools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-02-21 Thread Louis Sautier
commit: 1ce16fdf8bdb53aca2b4b9fef4e698f0dfc9385a
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Feb 21 20:10:29 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Feb 21 20:10:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce16fdf

dev-python/jaraco-functools: remove old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools/jaraco-functools-3.1.0.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 92c18f0ad51..edba284627c 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,4 +1,3 @@
 DIST jaraco.functools-3.0.1.tar.gz 16996 BLAKE2B 
8cad1532753ae5c941038d4b8cda17b49f2d131405bb010d3747ecafc1ea4f72ad2c91b1ce2c499cd2885b18a9fe2cd1ac1bf06d58ed6f13a7a379cf9deb0e66
 SHA512 
96696839d3405e571bd0120443c5494f13d737b7e0fd9324a7a003c88ff45bdaa89a717c81b9c5ecb4eded9781ba2c05f4735e5cf24c1d1c162fc3d55d38eedb
-DIST jaraco.functools-3.1.0.tar.gz 17006 BLAKE2B 
0807138aee76c5ad5b09b0887aa4f294248380d2171e272b70e7de2eb59a39c775c534c6123ec3f38987073c25ffe899a56020bc5a6047109c110f7ceec32ec3
 SHA512 
81a56d3325106e65889f90137d2f3ab57198e2b5905dbe067a056057dee98ca8a715fc46384f9ab15a081d5d7fd309d69ffb77be9c2b24a9a8eda817fbc0b1e3
 DIST jaraco.functools-3.2.0.tar.gz 16863 BLAKE2B 
8085ebb0afee777073cafddc575286e765c5af5871c4bc45974eed1af9650d0edbbedf5233c5f9db080ab348c9c6151a1b22a7c21af6364fd56a3098640b0908
 SHA512 
aef71a96341a2f65f825a06e28b06b754a5fd52d4b04396f3ab5c264f27f342353d77485d76f081b35a08dd16ac06fd5bef3267cdc315320affa25e433964eef
 DIST jaraco.functools-3.2.1.tar.gz 16888 BLAKE2B 
87dbc4a68f508a3c3169496c3f57d9844e90a6523b5526e486bbdcb1de996fb31025100e25929c0527ed27dd57ff67c90020d7cddfd70ead2a78e69ec8f65f8b
 SHA512 
279dbb9307f864e3616f9b91ce5d55068df166a30695c0f81bcfae0bc2a1e0df5fdccd157210df3dd73ad73a6a955c1344ec441f925a651cd13a7f460e7a88e1

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.1.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.1.0.ebuild
deleted file mode 100644
index d2cd6266c10..000
--- a/dev-python/jaraco-functools/jaraco-functools-3.1.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
-
-RDEPEND="
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-python_test() {
-   # Override pytest options to skip flake8
-   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
-   || die "tests failed with ${EPYTHON}"
-}
-
-# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
-python_install() {
-   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
-   # note: eclass may default to --skip-build in the future
-   distutils-r1_python_install --skip-build
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-02-21 Thread Louis Sautier
commit: 5f3c0506ce794abeb1bd83a118d78c338d4fb2f9
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Feb 21 20:09:14 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Feb 21 20:09:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3c0506

dev-python/jaraco-functools: bump to 3.2.1

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.2.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 96e10007479..92c18f0ad51 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,3 +1,4 @@
 DIST jaraco.functools-3.0.1.tar.gz 16996 BLAKE2B 
8cad1532753ae5c941038d4b8cda17b49f2d131405bb010d3747ecafc1ea4f72ad2c91b1ce2c499cd2885b18a9fe2cd1ac1bf06d58ed6f13a7a379cf9deb0e66
 SHA512 
96696839d3405e571bd0120443c5494f13d737b7e0fd9324a7a003c88ff45bdaa89a717c81b9c5ecb4eded9781ba2c05f4735e5cf24c1d1c162fc3d55d38eedb
 DIST jaraco.functools-3.1.0.tar.gz 17006 BLAKE2B 
0807138aee76c5ad5b09b0887aa4f294248380d2171e272b70e7de2eb59a39c775c534c6123ec3f38987073c25ffe899a56020bc5a6047109c110f7ceec32ec3
 SHA512 
81a56d3325106e65889f90137d2f3ab57198e2b5905dbe067a056057dee98ca8a715fc46384f9ab15a081d5d7fd309d69ffb77be9c2b24a9a8eda817fbc0b1e3
 DIST jaraco.functools-3.2.0.tar.gz 16863 BLAKE2B 
8085ebb0afee777073cafddc575286e765c5af5871c4bc45974eed1af9650d0edbbedf5233c5f9db080ab348c9c6151a1b22a7c21af6364fd56a3098640b0908
 SHA512 
aef71a96341a2f65f825a06e28b06b754a5fd52d4b04396f3ab5c264f27f342353d77485d76f081b35a08dd16ac06fd5bef3267cdc315320affa25e433964eef
+DIST jaraco.functools-3.2.1.tar.gz 16888 BLAKE2B 
87dbc4a68f508a3c3169496c3f57d9844e90a6523b5526e486bbdcb1de996fb31025100e25929c0527ed27dd57ff67c90020d7cddfd70ead2a78e69ec8f65f8b
 SHA512 
279dbb9307f864e3616f9b91ce5d55068df166a30695c0f81bcfae0bc2a1e0df5fdccd157210df3dd73ad73a6a955c1344ec441f925a651cd13a7f460e7a88e1

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.2.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.2.1.ebuild
new file mode 100644
index 000..9005f03c9d1
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.2.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.functools";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2021-02-11 Thread Michał Górny
commit: 65a4d2f45b92a8deaede86f2e9fca19a865fa2a8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 11 08:34:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 11 08:40:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a4d2f4

dev-python/jaraco-functools: Bump to 3.2.0

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

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.2.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 65f55115ad6..96e10007479 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1,3 @@
 DIST jaraco.functools-3.0.1.tar.gz 16996 BLAKE2B 
8cad1532753ae5c941038d4b8cda17b49f2d131405bb010d3747ecafc1ea4f72ad2c91b1ce2c499cd2885b18a9fe2cd1ac1bf06d58ed6f13a7a379cf9deb0e66
 SHA512 
96696839d3405e571bd0120443c5494f13d737b7e0fd9324a7a003c88ff45bdaa89a717c81b9c5ecb4eded9781ba2c05f4735e5cf24c1d1c162fc3d55d38eedb
 DIST jaraco.functools-3.1.0.tar.gz 17006 BLAKE2B 
0807138aee76c5ad5b09b0887aa4f294248380d2171e272b70e7de2eb59a39c775c534c6123ec3f38987073c25ffe899a56020bc5a6047109c110f7ceec32ec3
 SHA512 
81a56d3325106e65889f90137d2f3ab57198e2b5905dbe067a056057dee98ca8a715fc46384f9ab15a081d5d7fd309d69ffb77be9c2b24a9a8eda817fbc0b1e3
+DIST jaraco.functools-3.2.0.tar.gz 16863 BLAKE2B 
8085ebb0afee777073cafddc575286e765c5af5871c4bc45974eed1af9650d0edbbedf5233c5f9db080ab348c9c6151a1b22a7c21af6364fd56a3098640b0908
 SHA512 
aef71a96341a2f65f825a06e28b06b754a5fd52d4b04396f3ab5c264f27f342353d77485d76f081b35a08dd16ac06fd5bef3267cdc315320affa25e433964eef

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.2.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.2.0.ebuild
new file mode 100644
index 000..9005f03c9d1
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.2.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.functools";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-12-28 Thread Louis Sautier
commit: c1aa3703ad633ecc812b11c688a45eaa3e0e7100
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Dec 28 19:22:24 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Dec 28 19:24:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1aa3703

dev-python/jaraco-functools: bump to 3.1.0

Use distutils_enable_tests to make ebuild thinner.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.1.0.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 9750f4674e3..65f55115ad6 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1 +1,2 @@
 DIST jaraco.functools-3.0.1.tar.gz 16996 BLAKE2B 
8cad1532753ae5c941038d4b8cda17b49f2d131405bb010d3747ecafc1ea4f72ad2c91b1ce2c499cd2885b18a9fe2cd1ac1bf06d58ed6f13a7a379cf9deb0e66
 SHA512 
96696839d3405e571bd0120443c5494f13d737b7e0fd9324a7a003c88ff45bdaa89a717c81b9c5ecb4eded9781ba2c05f4735e5cf24c1d1c162fc3d55d38eedb
+DIST jaraco.functools-3.1.0.tar.gz 17006 BLAKE2B 
0807138aee76c5ad5b09b0887aa4f294248380d2171e272b70e7de2eb59a39c775c534c6123ec3f38987073c25ffe899a56020bc5a6047109c110f7ceec32ec3
 SHA512 
81a56d3325106e65889f90137d2f3ab57198e2b5905dbe067a056057dee98ca8a715fc46384f9ab15a081d5d7fd309d69ffb77be9c2b24a9a8eda817fbc0b1e3

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.1.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.1.0.ebuild
new file mode 100644
index 000..22409d35da9
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.1.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.functools";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+python_test() {
+   # Override pytest options to skip flake8
+   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+}
+
+# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
+python_install() {
+   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
+   # note: eclass may default to --skip-build in the future
+   distutils-r1_python_install --skip-build
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-11-28 Thread Sam James
commit: d0de81ea6f95e4fdb3f767c35fe3f27dacb7955e
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 15:18:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 15:26:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0de81ea

dev-python/jaraco-functools: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
index 94c723d9061..95877b4e1d1 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-11-28 Thread Sam James
commit: fc8af959bd199249b22d6b947806a2d3a97c2958
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 15:18:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 15:26:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8af959

dev-python/jaraco-functools: mark ALLARCHES

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/jaraco-functools/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/jaraco-functools/metadata.xml 
b/dev-python/jaraco-functools/metadata.xml
index 49414a1138a..a46997bd91b 100644
--- a/dev-python/jaraco-functools/metadata.xml
+++ b/dev-python/jaraco-functools/metadata.xml
@@ -9,6 +9,7 @@
pyt...@gentoo.org
Python

+   

jaraco.functools
jaraco/jaraco.functools



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-09-21 Thread Michał Górny
commit: 4dc93500fc392a5b07f1ae6d4d6399d806572a02
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 21 15:10:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 21 15:30:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc93500

dev-python/jaraco-functools: Restore default DISTUTILS_USE_SETUPTOOLS

The underlying issue causing false positives has been fixed.

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

 dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
index 9710b82bb05..94c723d9061 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
@@ -4,8 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-# [options.entry_points] is present in setup.cfg but it is empty
-DISTUTILS_USE_SETUPTOOLS=manual
 
 inherit distutils-r1
 
@@ -26,7 +24,6 @@ RDEPEND="
dev-python/more-itertools[${PYTHON_USEDEP}]
 "
 BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-09-06 Thread Sam James
commit: f5480cd28243643cdabaeca86bef44c69998aee2
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  6 17:31:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  6 17:34:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5480cd2

dev-python/jaraco-functools: ppc64 stable (bug #733850)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
index 2a5017a2f03..9710b82bb05 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-07-28 Thread Sergei Trofimovich
commit: 554070838a8b7931c15f675859f8103a5eadc08c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jul 28 16:13:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul 28 17:28:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55407083

dev-python/jaraco-functools: stable 3.0.1 for hppa/sparc, bug #733850

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
index fdd38e454c1..2a5017a2f03 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ~ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-07-13 Thread Sam James
commit: 762aaa02899b5e5e858652967fd4ac7478ad3a39
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 13 22:54:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 13 23:12:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762aaa02

dev-python/jaraco-functools: ppc stable (bug #727058)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
index 6f815c66d65..fdd38e454c1 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-07-06 Thread Michał Górny
commit: 849bc8ef5a5dc2ddd0e8acb4c692093c354c821a
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jul  5 23:15:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  6 11:38:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849bc8ef

dev-python/jaraco-functools: arm stable (bug #727058)

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
index d710dab9188..6f815c66d65 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-07-05 Thread Michał Górny
commit: 4f072920a0d2ae221f76189516c6854fbc34c1a4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  5 14:57:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  5 15:16:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f072920

dev-python/jaraco-functools: Stabilize 3.0.1 amd64, #727058

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

 dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
index 21d365d3af3..d710dab9188 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-06-29 Thread Agostino Sarubbo
commit: 4c8868e9c57c9dfb9f26806af867bd404d990570
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 13:40:17 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 13:40:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8868e9

dev-python/jaraco-functools: x86 stable wrt bug #727058

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
index cb0e63963d2..21d365d3af3 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-06-22 Thread Mart Raudsepp
commit: 08b25e3b030593de8f8dc57b8a4b91fb670aa22f
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun 22 05:55:40 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jun 22 19:02:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b25e3b

dev-python/jaraco-functools: arm64 stable (bug #727058)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
index b997d09613d..cb0e63963d2 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/files/

2020-06-01 Thread Aaron Bauman
commit: bd86ec369211f44451d166694b1dfe43e31e7279
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:20:57 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd86ec36

dev-python/jaraco-functools: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../jaraco-functools-2.0-fix-py37-tests.patch  | 41 --
 1 file changed, 41 deletions(-)

diff --git 
a/dev-python/jaraco-functools/files/jaraco-functools-2.0-fix-py37-tests.patch 
b/dev-python/jaraco-functools/files/jaraco-functools-2.0-fix-py37-tests.patch
deleted file mode 100644
index dc296c4eb47..000
--- 
a/dev-python/jaraco-functools/files/jaraco-functools-2.0-fix-py37-tests.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From cc972095e5aa2ae80d1d69d7ca84ee94178e869a Mon Sep 17 00:00:00 2001
-From: "Jason R. Coombs" 
-Date: Sat, 20 Apr 2019 07:08:41 -0400
-Subject: [PATCH] Rewrite docstring on Python 3.7.3 to allow the test to pass.
- Fixes #12.
-

- conftest.py | 24 
- 1 file changed, 24 insertions(+)
- create mode 100644 conftest.py
-
-diff --git a/conftest.py b/conftest.py
-new file mode 100644
-index 000..b6fad41
 /dev/null
-+++ b/conftest.py
-@@ -0,0 +1,24 @@
-+import sys
-+import re
-+
-+import jaraco.functools
-+
-+
-+def pytest_configure():
-+  patch_for_issue_12()
-+
-+
-+def patch_for_issue_12():
-+  """
-+  Issue #12 revealed that Python 3.7.3 had a subtle
-+  change in the C implementation of functools that
-+  broke the assumptions around the method_cache (or
-+  any caller using possibly empty keyword arguments).
-+  This patch adjusts the docstring for that test so it
-+  can pass on that Python version.
-+  """
-+  affected_ver = 3, 7, 3
-+  if sys.version_info[:3] != affected_ver:
-+  return
-+  mc = jaraco.functools.method_cache
-+  mc.__doc__ = re.sub(r'^(\s+)75', r'\g<1>76', mc.__doc__, flags=re.M)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-05-27 Thread Michał Górny
commit: edebbd548c9280453d8d152e1395d5f6a13fbfd0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 07:06:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 07:06:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edebbd54

dev-python/jaraco-functools: Port to py39

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

 dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
index d4b3d6ee6cf..b997d09613d 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
 # [options.entry_points] is present in setup.cfg but it is empty
 DISTUTILS_USE_SETUPTOOLS=manual
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-05-16 Thread Mikle Kolyada
commit: 2271c3c62c33771c70f270b1e321d13bd7dc9a2f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 16 11:25:27 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 16 11:25:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2271c3c6

dev-python/jaraco-functools: arm stable wrt bug #722880

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
index 6388e6781c0..6600c4a4631 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-05-04 Thread Michał Górny
commit: 66bdec9d52d54839fc1d3eb71feba2fa442fe720
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 11:11:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 11:11:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bdec9d

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools-2.0-r1.ebuild | 63 --
 2 files changed, 64 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 7fe9ba47401..15667315ef8 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,3 +1,2 @@
-DIST jaraco.functools-2.0.tar.gz 14340 BLAKE2B 
560490b1150c2385f9c4d468fe7ab4fa84475ad43e1ebed784343a71742976ed0c18df3f6240b1d5b69106a6835c0248838331a654f9d3fdc863622c3dda33be
 SHA512 
dce30c08f0e9f3c7b682c78fc3a46a26d9972706f4c8449a12ba11aa5ed130c6d9ca405213fd93b6b4110ef9cea549e5fa925c96bfaf18681cd6957d8ba0889f
 DIST jaraco.functools-3.0.0.tar.gz 15618 BLAKE2B 
dbf542148d18069e7e78c718f3f6b62c7a07c674c96d54dfb3c1cebded13f6e24ca579844453352d001d312e718acf58d311c198076e85217362ee1a1446dc23
 SHA512 
f1ec725e132477f7361f7d0a77f72b69603499c24df25c9e8e0cc9a6d34a4bd4bb10fde60dc324b8176c46035e2babde04de90fcb0aa82273bc2f8559b8b31f5
 DIST jaraco.functools-3.0.1.tar.gz 16996 BLAKE2B 
8cad1532753ae5c941038d4b8cda17b49f2d131405bb010d3747ecafc1ea4f72ad2c91b1ce2c499cd2885b18a9fe2cd1ac1bf06d58ed6f13a7a379cf9deb0e66
 SHA512 
96696839d3405e571bd0120443c5494f13d737b7e0fd9324a7a003c88ff45bdaa89a717c81b9c5ecb4eded9781ba2c05f4735e5cf24c1d1c162fc3d55d38eedb

diff --git a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
deleted file mode 100644
index bbe71d0ebbc..000
--- a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' python2_7)
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=( "${FILESDIR}/${P}-fix-py37-tests.patch" )
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-
-python_prepare_all() {
-   # avoid a setuptools_scm dependency
-   sed -i "s:use_scm_version=True:version='${PV}',name='${PN//-/.}':" 
setup.py || die
-   sed -r -i 
"s:setuptools_scm[[:space:]]*([><=]{1,2}[[:space:]]*[0-9.a-zA-Z]+)[[:space:]]*::"
 \
-   setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # Override pytest options to skip flake8
-   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
-   || die "tests failed with ${EPYTHON}"
-}
-
-# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
-python_install() {
-   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
-   # note: eclass may default to --skip-build in the future
-   distutils-r1_python_install --skip-build
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-05-03 Thread Mart Raudsepp
commit: 219bde6219bdba476de90097bd1648ca950f2146
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun May  3 12:24:13 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  4 06:15:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219bde62

dev-python/jaraco-functools: arm64 stable (bug #720532)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
index 0ed925f0a2e..6388e6781c0 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-04-27 Thread Louis Sautier
commit: 71d055a45aa5098bb4162fcb789cd6bc2c7000e1
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Apr 27 13:46:35 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Apr 27 13:59:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d055a4

dev-python/jaraco-functools: add python  g.o to maintainers

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-functools/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/jaraco-functools/metadata.xml 
b/dev-python/jaraco-functools/metadata.xml
index 69d8fbca232..49414a1138a 100644
--- a/dev-python/jaraco-functools/metadata.xml
+++ b/dev-python/jaraco-functools/metadata.xml
@@ -5,6 +5,10 @@
sb...@gentoo.org
Louis Sautier

+   
+   pyt...@gentoo.org
+   Python
+   

jaraco.functools
jaraco/jaraco.functools



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-04-27 Thread Louis Sautier
commit: afd61924dd487e5c84e982a86cd8f2f8f6ae8db1
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Apr 27 11:25:49 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Apr 27 13:59:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd61924

dev-python/jaraco-functools: bump v3.0.1, re-add setuptools_scm dep.

The sed call didn't work properly with the changed setup.py file.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.0.1.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 68c4a31fd88..7fe9ba47401 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1,3 @@
 DIST jaraco.functools-2.0.tar.gz 14340 BLAKE2B 
560490b1150c2385f9c4d468fe7ab4fa84475ad43e1ebed784343a71742976ed0c18df3f6240b1d5b69106a6835c0248838331a654f9d3fdc863622c3dda33be
 SHA512 
dce30c08f0e9f3c7b682c78fc3a46a26d9972706f4c8449a12ba11aa5ed130c6d9ca405213fd93b6b4110ef9cea549e5fa925c96bfaf18681cd6957d8ba0889f
 DIST jaraco.functools-3.0.0.tar.gz 15618 BLAKE2B 
dbf542148d18069e7e78c718f3f6b62c7a07c674c96d54dfb3c1cebded13f6e24ca579844453352d001d312e718acf58d311c198076e85217362ee1a1446dc23
 SHA512 
f1ec725e132477f7361f7d0a77f72b69603499c24df25c9e8e0cc9a6d34a4bd4bb10fde60dc324b8176c46035e2babde04de90fcb0aa82273bc2f8559b8b31f5
+DIST jaraco.functools-3.0.1.tar.gz 16996 BLAKE2B 
8cad1532753ae5c941038d4b8cda17b49f2d131405bb010d3747ecafc1ea4f72ad2c91b1ce2c499cd2885b18a9fe2cd1ac1bf06d58ed6f13a7a379cf9deb0e66
 SHA512 
96696839d3405e571bd0120443c5494f13d737b7e0fd9324a7a003c88ff45bdaa89a717c81b9c5ecb4eded9781ba2c05f4735e5cf24c1d1c162fc3d55d38eedb

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
new file mode 100644
index 000..d4b3d6ee6cf
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+# [options.entry_points] is present in setup.cfg but it is empty
+DISTUTILS_USE_SETUPTOOLS=manual
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.functools";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+
+python_test() {
+   # Override pytest options to skip flake8
+   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+}
+
+# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
+python_install() {
+   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
+   # note: eclass may default to --skip-build in the future
+   distutils-r1_python_install --skip-build
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-03-25 Thread Michał Górny
commit: e5addbf7689d8b75adc2db87f8b5bbaf5985c862
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 25 12:54:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 25 12:59:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5addbf7

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools-1.19-r1.ebuild| 61 --
 2 files changed, 62 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 21e02291b87..68c4a31fd88 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,3 +1,2 @@
-DIST jaraco.functools-1.19.tar.gz 10588 BLAKE2B 
c71eb4e0c611f6a0bd82e04cacb7933961ba5e50091439c274bd8ceeda68b69789423994fe43f44af6cdd643b7a04418bc32ce2f937d118520298a019c5c6638
 SHA512 
7fbf1956ff8a132021e1f7fae5e98f40199a5d0e705b08b44ad5b2588fdd7d1088db9d7457b985c1852b50285a8f03cc9795fff0c4f53f9155f7c8ec371ff307
 DIST jaraco.functools-2.0.tar.gz 14340 BLAKE2B 
560490b1150c2385f9c4d468fe7ab4fa84475ad43e1ebed784343a71742976ed0c18df3f6240b1d5b69106a6835c0248838331a654f9d3fdc863622c3dda33be
 SHA512 
dce30c08f0e9f3c7b682c78fc3a46a26d9972706f4c8449a12ba11aa5ed130c6d9ca405213fd93b6b4110ef9cea549e5fa925c96bfaf18681cd6957d8ba0889f
 DIST jaraco.functools-3.0.0.tar.gz 15618 BLAKE2B 
dbf542148d18069e7e78c718f3f6b62c7a07c674c96d54dfb3c1cebded13f6e24ca579844453352d001d312e718acf58d311c198076e85217362ee1a1446dc23
 SHA512 
f1ec725e132477f7361f7d0a77f72b69603499c24df25c9e8e0cc9a6d34a4bd4bb10fde60dc324b8176c46035e2babde04de90fcb0aa82273bc2f8559b8b31f5

diff --git a/dev-python/jaraco-functools/jaraco-functools-1.19-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-1.19-r1.ebuild
deleted file mode 100644
index 99f489e89c4..000
--- a/dev-python/jaraco-functools/jaraco-functools-1.19-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python{2_7,3_6} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-03-25 Thread Michał Górny
commit: 40a6f088171aafb85c5fa3a4612558e6e8ba37b0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 25 12:54:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 25 12:59:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a6f088

dev-python/jaraco-functools: Stabilize 2.0-r1 ALLARCHES

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

 dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
index 9ff23d02684..bbe71d0ebbc 100644
--- a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-02-08 Thread Sergei Trofimovich
commit: 18248dd7de5a74f6ca288e392722241952b137fd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Feb  8 11:32:58 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb  8 11:32:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18248dd7

dev-python/jaraco-functools: keyworded 2.0-r1 for ppc, bug #700908

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.87, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
index 7b362019765..d40b39eb77b 100644
--- a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2020-01-05 Thread Sergei Trofimovich
commit: 99e0e08f25061c321f621afcc5229a4bae243503
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  5 12:47:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  5 12:48:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e0e08f

dev-python/jaraco-functools: keyworded 3.0.0 for ppc, bug #660390

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
index e3560828aca..24d012e5188 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2019-12-31 Thread Louis Sautier
commit: 9a7af57ee1e15a6c0c939cb52043b8d921c8125d
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Dec 31 14:58:21 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Dec 31 15:18:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7af57e

dev-python/jaraco-functools: bump to 3.0.0, drops Py<3.6

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-3.0.0.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index d6c4b82c244..597fadef0c2 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,3 +1,4 @@
 DIST jaraco.functools-1.19.tar.gz 10588 BLAKE2B 
c71eb4e0c611f6a0bd82e04cacb7933961ba5e50091439c274bd8ceeda68b69789423994fe43f44af6cdd643b7a04418bc32ce2f937d118520298a019c5c6638
 SHA512 
7fbf1956ff8a132021e1f7fae5e98f40199a5d0e705b08b44ad5b2588fdd7d1088db9d7457b985c1852b50285a8f03cc9795fff0c4f53f9155f7c8ec371ff307
 DIST jaraco.functools-1.20.tar.gz 11063 BLAKE2B 
c202c3cda86c0f32fb3299a083ebb8d584eec444d9d8f0eff536f5e663634dab03c5831aef18d683e7eafff311b66a724d9004ad46f5ef92e90df16a9c7d
 SHA512 
ba17b567dfcadb0d8ff1cc7a6ed07f2a23abfd42e73f3d815a6fa19d9be97d6af0c90bff7fb5e7ef67012ea5d931e9babc963da8a7105ba6a92d5c43c7126e04
 DIST jaraco.functools-2.0.tar.gz 14340 BLAKE2B 
560490b1150c2385f9c4d468fe7ab4fa84475ad43e1ebed784343a71742976ed0c18df3f6240b1d5b69106a6835c0248838331a654f9d3fdc863622c3dda33be
 SHA512 
dce30c08f0e9f3c7b682c78fc3a46a26d9972706f4c8449a12ba11aa5ed130c6d9ca405213fd93b6b4110ef9cea549e5fa925c96bfaf18681cd6957d8ba0889f
+DIST jaraco.functools-3.0.0.tar.gz 15618 BLAKE2B 
dbf542148d18069e7e78c718f3f6b62c7a07c674c96d54dfb3c1cebded13f6e24ca579844453352d001d312e718acf58d311c198076e85217362ee1a1446dc23
 SHA512 
f1ec725e132477f7361f7d0a77f72b69603499c24df25c9e8e0cc9a6d34a4bd4bb10fde60dc324b8176c46035e2babde04de90fcb0aa82273bc2f8559b8b31f5

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
new file mode 100644
index 000..e3560828aca
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.functools";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+"
+# TODO: remove six
+# https://github.com/jaraco/jaraco.functools/pull/14
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+
+python_prepare_all() {
+   # avoid a setuptools_scm dependency
+   sed -i "s:use_scm_version=True:version='${PV}',name='${PN//-/.}':" 
setup.py || die
+   sed -r -i 
"s:setuptools_scm[[:space:]]*([><=]{1,2}[[:space:]]*[0-9.a-zA-Z]+)[[:space:]]*::"
 \
+   setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # Override pytest options to skip flake8
+   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+}
+
+# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
+python_install() {
+   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
+   # note: eclass may default to --skip-build in the future
+   distutils-r1_python_install --skip-build
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2019-12-31 Thread Louis Sautier
commit: 0b6407c836e79db760bd66a82f4773c9ff840f86
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Dec 31 14:59:57 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Dec 31 15:18:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6407c8

dev-python/jaraco-functools: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools-1.20-r1.ebuild| 61 
 .../jaraco-functools/jaraco-functools-2.0.ebuild   | 65 --
 3 files changed, 127 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 597fadef0c2..21e02291b87 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,4 +1,3 @@
 DIST jaraco.functools-1.19.tar.gz 10588 BLAKE2B 
c71eb4e0c611f6a0bd82e04cacb7933961ba5e50091439c274bd8ceeda68b69789423994fe43f44af6cdd643b7a04418bc32ce2f937d118520298a019c5c6638
 SHA512 
7fbf1956ff8a132021e1f7fae5e98f40199a5d0e705b08b44ad5b2588fdd7d1088db9d7457b985c1852b50285a8f03cc9795fff0c4f53f9155f7c8ec371ff307
-DIST jaraco.functools-1.20.tar.gz 11063 BLAKE2B 
c202c3cda86c0f32fb3299a083ebb8d584eec444d9d8f0eff536f5e663634dab03c5831aef18d683e7eafff311b66a724d9004ad46f5ef92e90df16a9c7d
 SHA512 
ba17b567dfcadb0d8ff1cc7a6ed07f2a23abfd42e73f3d815a6fa19d9be97d6af0c90bff7fb5e7ef67012ea5d931e9babc963da8a7105ba6a92d5c43c7126e04
 DIST jaraco.functools-2.0.tar.gz 14340 BLAKE2B 
560490b1150c2385f9c4d468fe7ab4fa84475ad43e1ebed784343a71742976ed0c18df3f6240b1d5b69106a6835c0248838331a654f9d3fdc863622c3dda33be
 SHA512 
dce30c08f0e9f3c7b682c78fc3a46a26d9972706f4c8449a12ba11aa5ed130c6d9ca405213fd93b6b4110ef9cea549e5fa925c96bfaf18681cd6957d8ba0889f
 DIST jaraco.functools-3.0.0.tar.gz 15618 BLAKE2B 
dbf542148d18069e7e78c718f3f6b62c7a07c674c96d54dfb3c1cebded13f6e24ca579844453352d001d312e718acf58d311c198076e85217362ee1a1446dc23
 SHA512 
f1ec725e132477f7361f7d0a77f72b69603499c24df25c9e8e0cc9a6d34a4bd4bb10fde60dc324b8176c46035e2babde04de90fcb0aa82273bc2f8559b8b31f5

diff --git a/dev-python/jaraco-functools/jaraco-functools-1.20-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-1.20-r1.ebuild
deleted file mode 100644
index fba36e00fdd..000
--- a/dev-python/jaraco-functools/jaraco-functools-1.20-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python{2_7,3_{5,6,7}} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' python2_7)
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-   doc? (
-   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
-   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-PATCHES=( "${FILESDIR}/${P}-fix-py37-tests.patch" )
-
-python_compile_all() {
-   if use doc; then
-   cd docs || die
-   sphinx-build . _build/html || die
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   # Override pytest options to skip flake8
-   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
-   || die "tests failed with ${EPYTHON}"
-}
-
-# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
-python_install() {
-   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
-   # note: eclass may default to --skip-build in the future
-   distutils-r1_python_install --skip-build
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2019-12-11 Thread Georgy Yakovlev
commit: e3463cfdfb4078a65d00ffd57374057f7d58d16e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Dec 12 01:26:34 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 12 02:19:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3463cfd

dev-python/jaraco-functools: keyword on ~ppc64

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
index 27d11c3616f..12ba71c5dad 100644
--- a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2019-12-08 Thread Sergei Trofimovich
commit: 8b1873c56aaea1f3db2bb217ea0962c3b41ef89b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec  8 23:26:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 23:31:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1873c5

dev-python/jaraco-functools: keyworded 2.0-r1 for ia64, bug #700908

Package-Manager: Portage-2.3.81, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
index 419bffb5400..27d11c3616f 100644
--- a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2019-12-04 Thread Sergei Trofimovich
commit: f0702dcb344fef40ab63172d7b03d74ecef869fb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Dec  4 17:21:49 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec  4 19:44:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0702dcb

dev-python/jaraco-functools: mark 2.0-r1 ~hppa/sparc, bug #700918

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
index c1e89673287..419bffb5400 100644
--- a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2019-12-02 Thread Aaron Bauman
commit: 9215b1e7f1a6e1caeae91c7da1c3766f7c799916
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Dec  2 20:17:57 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Dec  2 21:13:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9215b1e7

dev-python/jaraco-functools: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
index df3886bf824..3bb85864898 100644
--- a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2019-11-27 Thread Mikle Kolyada
commit: 02749925b81b063c9011fdf046b8a0540f9d4d6d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Nov 27 12:58:48 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Nov 27 12:58:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02749925

dev-python/jaraco-functools: Add ~arm keyword wrt bug #700908

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
index b90ba6298d7..df3886bf824 100644
--- a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2019-11-25 Thread Michał Górny
commit: 81118dadce2dbf775d7637b6360fde875f059830
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 25 12:25:03 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 25 12:35:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81118dad

dev-python/jaraco-functools: Use distutils_enable_sphinx

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

 .../jaraco-functools-2.0-r1.ebuild | 33 --
 1 file changed, 6 insertions(+), 27 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
index 348372445e0..b90ba6298d7 100644
--- a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
@@ -11,11 +11,13 @@ MY_PN="${PN/-/.}"
 DESCRIPTION="Additional functions used by other projects by developer jaraco"
 HOMEPAGE="https://github.com/jaraco/jaraco.functools";
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc test"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
@@ -23,13 +25,6 @@ RDEPEND="
$(python_gen_cond_dep 
'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' python2_7)
 "
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? (
-   $(python_gen_any_dep '
-   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
-   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]'
-   )
-   )
test? (
${RDEPEND}
>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
@@ -39,19 +34,11 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
)
 "
 
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
 PATCHES=( "${FILESDIR}/${P}-fix-py37-tests.patch" )
 
-python_check_deps() {
-   use doc || return 0
-
-   has_version ">=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]" && \
-   has_version ">=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]" && \
-   has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
 
 python_prepare_all() {
# avoid a setuptools_scm dependency
@@ -62,14 +49,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
-python_compile_all() {
-   if use doc; then
-   cd docs || die
-   sphinx-build . _build/html || die
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
 python_test() {
# Override pytest options to skip flake8
PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2019-11-25 Thread Patrick McLean
commit: 7eb693d38d67212fb3466cb9ce30097474ec397f
Author: Patrick McLean  sony  com>
AuthorDate: Mon Nov 25 08:09:35 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Nov 25 08:09:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb693d3

dev-python/jaraco-functools-2.0-r1: fix setuptools_scm removal

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
index 39d1e834d3d..348372445e0 100644
--- a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
@@ -55,7 +55,9 @@ python_check_deps() {
 
 python_prepare_all() {
# avoid a setuptools_scm dependency
-   sed -i "s:use_scm_version=True:version='${PV}':" setup.py || die
+   sed -i "s:use_scm_version=True:version='${PV}',name='${PN//-/.}':" 
setup.py || die
+   sed -r -i 
"s:setuptools_scm[[:space:]]*([><=]{1,2}[[:space:]]*[0-9.a-zA-Z]+)[[:space:]]*::"
 \
+   setup.cfg || die
 
distutils-r1_python_prepare_all
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2019-11-21 Thread Patrick McLean
commit: d1c2e1a5617b801ca78c135f0f755875f4d21878
Author: Patrick McLean  sony  com>
AuthorDate: Thu Nov 21 22:06:46 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov 21 23:55:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c2e1a5

dev-python/jaraco-functools: Revbump to 2.0-r1, add py38

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean  gentoo.org>

 .../jaraco-functools-2.0-r1.ebuild | 82 ++
 1 file changed, 82 insertions(+)

diff --git a/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
new file mode 100644
index 000..39d1e834d3d
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-2.0-r1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python{2_7,3_{5,6,7,8}} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.functools";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' python2_7)
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   $(python_gen_any_dep '
+   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
+   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]'
+   )
+   )
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   )
+"
+
+RESTRICT="!test? ( test )"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+PATCHES=( "${FILESDIR}/${P}-fix-py37-tests.patch" )
+
+python_check_deps() {
+   use doc || return 0
+
+   has_version ">=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]" && \
+   has_version ">=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+python_prepare_all() {
+   # avoid a setuptools_scm dependency
+   sed -i "s:use_scm_version=True:version='${PV}':" setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   cd docs || die
+   sphinx-build . _build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   # Override pytest options to skip flake8
+   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+}
+
+# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
+python_install() {
+   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
+   # note: eclass may default to --skip-build in the future
+   distutils-r1_python_install --skip-build
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/, dev-python/jaraco-functools/files/

2019-07-02 Thread Louis Sautier
commit: c80478b9ff46e877d10b881868714679d7ca1e1f
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Jul  2 13:34:34 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Jul  2 14:02:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80478b9

dev-python/jaraco-functools: bump to 2.0, switches to pkgutil

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools-2.0-fix-py37-tests.patch  | 41 ++
 .../jaraco-functools/jaraco-functools-2.0.ebuild   | 64 ++
 3 files changed, 106 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index d63ec84b252..d6c4b82c244 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1,3 @@
 DIST jaraco.functools-1.19.tar.gz 10588 BLAKE2B 
c71eb4e0c611f6a0bd82e04cacb7933961ba5e50091439c274bd8ceeda68b69789423994fe43f44af6cdd643b7a04418bc32ce2f937d118520298a019c5c6638
 SHA512 
7fbf1956ff8a132021e1f7fae5e98f40199a5d0e705b08b44ad5b2588fdd7d1088db9d7457b985c1852b50285a8f03cc9795fff0c4f53f9155f7c8ec371ff307
 DIST jaraco.functools-1.20.tar.gz 11063 BLAKE2B 
c202c3cda86c0f32fb3299a083ebb8d584eec444d9d8f0eff536f5e663634dab03c5831aef18d683e7eafff311b66a724d9004ad46f5ef92e90df16a9c7d
 SHA512 
ba17b567dfcadb0d8ff1cc7a6ed07f2a23abfd42e73f3d815a6fa19d9be97d6af0c90bff7fb5e7ef67012ea5d931e9babc963da8a7105ba6a92d5c43c7126e04
+DIST jaraco.functools-2.0.tar.gz 14340 BLAKE2B 
560490b1150c2385f9c4d468fe7ab4fa84475ad43e1ebed784343a71742976ed0c18df3f6240b1d5b69106a6835c0248838331a654f9d3fdc863622c3dda33be
 SHA512 
dce30c08f0e9f3c7b682c78fc3a46a26d9972706f4c8449a12ba11aa5ed130c6d9ca405213fd93b6b4110ef9cea549e5fa925c96bfaf18681cd6957d8ba0889f

diff --git 
a/dev-python/jaraco-functools/files/jaraco-functools-2.0-fix-py37-tests.patch 
b/dev-python/jaraco-functools/files/jaraco-functools-2.0-fix-py37-tests.patch
new file mode 100644
index 000..dc296c4eb47
--- /dev/null
+++ 
b/dev-python/jaraco-functools/files/jaraco-functools-2.0-fix-py37-tests.patch
@@ -0,0 +1,41 @@
+From cc972095e5aa2ae80d1d69d7ca84ee94178e869a Mon Sep 17 00:00:00 2001
+From: "Jason R. Coombs" 
+Date: Sat, 20 Apr 2019 07:08:41 -0400
+Subject: [PATCH] Rewrite docstring on Python 3.7.3 to allow the test to pass.
+ Fixes #12.
+
+---
+ conftest.py | 24 
+ 1 file changed, 24 insertions(+)
+ create mode 100644 conftest.py
+
+diff --git a/conftest.py b/conftest.py
+new file mode 100644
+index 000..b6fad41
+--- /dev/null
 b/conftest.py
+@@ -0,0 +1,24 @@
++import sys
++import re
++
++import jaraco.functools
++
++
++def pytest_configure():
++  patch_for_issue_12()
++
++
++def patch_for_issue_12():
++  """
++  Issue #12 revealed that Python 3.7.3 had a subtle
++  change in the C implementation of functools that
++  broke the assumptions around the method_cache (or
++  any caller using possibly empty keyword arguments).
++  This patch adjusts the docstring for that test so it
++  can pass on that Python version.
++  """
++  affected_ver = 3, 7, 3
++  if sys.version_info[:3] != affected_ver:
++  return
++  mc = jaraco.functools.method_cache
++  mc.__doc__ = re.sub(r'^(\s+)75', r'\g<1>76', mc.__doc__, flags=re.M)

diff --git a/dev-python/jaraco-functools/jaraco-functools-2.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-2.0.ebuild
new file mode 100644
index 000..c6edbff3e67
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-2.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.functools";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' python2_7)
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
+   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/six[$

[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/, dev-python/jaraco-text/, ...

2019-07-02 Thread Louis Sautier
commit: b948cc5f85cc8a983ab14452c64fd21127f05e75
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Jul  2 12:59:15 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Jul  2 13:31:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b948cc5f

dev-python/jaraco-*: depend on old pkg_resources-style namespace pkg

In anticipation of a switch to a pkgutil-style namespace package.

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 .../{jaraco-classes-1.5.ebuild => jaraco-classes-1.5-r1.ebuild} | 2 +-
 ...raco-collections-1.5.3.ebuild => jaraco-collections-1.5.3-r1.ebuild} | 2 +-
 ...raco-collections-1.6.0.ebuild => jaraco-collections-1.6.0-r1.ebuild} | 2 +-
 .../{jaraco-functools-1.19.ebuild => jaraco-functools-1.19-r1.ebuild}   | 2 +-
 .../{jaraco-functools-1.20.ebuild => jaraco-functools-1.20-r1.ebuild}   | 2 +-
 .../{jaraco-itertools-2.3.ebuild => jaraco-itertools-2.3-r1.ebuild} | 2 +-
 .../{jaraco-itertools-3.0.0.ebuild => jaraco-itertools-2.5.2-r1.ebuild} | 2 +-
 .../{jaraco-itertools-2.5.2.ebuild => jaraco-itertools-3.0.0-r1.ebuild} | 2 +-
 .../{jaraco-logging-1.5.2.ebuild => jaraco-logging-1.5.2-r1.ebuild} | 2 +-
 .../{jaraco-packaging-5.1.ebuild => jaraco-packaging-5.1-r1.ebuild} | 2 +-
 .../{jaraco-packaging-5.1.1.ebuild => jaraco-packaging-5.1.1-r1.ebuild} | 2 +-
 .../{jaraco-packaging-5.2.ebuild => jaraco-packaging-5.2-r1.ebuild} | 2 +-
 .../{jaraco-stream-1.2.ebuild => jaraco-stream-1.2-r1.ebuild}   | 2 +-
 .../{jaraco-text-1.10.1.ebuild => jaraco-text-1.10.1-r1.ebuild} | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/dev-python/jaraco-classes/jaraco-classes-1.5.ebuild 
b/dev-python/jaraco-classes/jaraco-classes-1.5-r1.ebuild
similarity index 96%
rename from dev-python/jaraco-classes/jaraco-classes-1.5.ebuild
rename to dev-python/jaraco-classes/jaraco-classes-1.5-r1.ebuild
index 8eee44f2f2c..53def5d5419 100644
--- a/dev-python/jaraco-classes/jaraco-classes-1.5.ebuild
+++ b/dev-python/jaraco-classes/jaraco-classes-1.5-r1.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="amd64 ~arm64 x86"
 IUSE="doc test"
 
 RDEPEND="
-   dev-python/namespace-jaraco[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2019-04-17 Thread Aaron Bauman
commit: 23ac8763a08f7c08582762b1b5f1092fc018b115
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Apr 17 18:03:33 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Apr 17 18:03:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ac8763

dev-python/jaraco-functools: arm64 keyworded (bug #615400)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/jaraco-functools/jaraco-functools-1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
index b97eb968d37..8f111d3f60e 100644
--- a/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="doc test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2018-07-25 Thread Louis Sautier
commit: 0fbd3db01ff441c228683f3a039ea23a1057
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul 25 19:54:00 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul 25 19:59:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbd3db0

dev-python/jaraco-functools: add Python 3.7, more verbose tests

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/jaraco-functools/jaraco-functools-1.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
index 74eb81aba71..f50cec31eb6 100644
--- a/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 
@@ -50,7 +50,7 @@ python_compile_all() {
 
 python_test() {
# Override pytest options to skip flake8
-   PYTHONPATH=. py.test --override-ini="addopts=--doctest-modules" \
+   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
|| die "tests failed with ${EPYTHON}"
}
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2018-07-04 Thread Louis Sautier
commit: 86b77d7db1c37ffbea4a744bb6a64e4eb8481a3a
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul  4 20:12:14 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul  4 20:29:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b77d7d

dev-python/jaraco-functools: remove old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools-1.15.1.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index b7319d7b87b..d63ec84b252 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,3 +1,2 @@
-DIST jaraco.functools-1.15.1.tar.gz 8744 BLAKE2B 
191e37d977256fe92158cb2057af42a62f86a866428719fddc8ef6487f55c6ca6403e9dc41c8bb4370752182653574f9d9ddba15878f76c48fb176de6b25667f
 SHA512 
0b65bc36a2338775d4879dd7502b50b930a12458512061ceba65ada86df2658f4fcce4a4e523580239b302a34a8bf90adcfdeaf8f0b2169d704a3a74457424bb
 DIST jaraco.functools-1.19.tar.gz 10588 BLAKE2B 
c71eb4e0c611f6a0bd82e04cacb7933961ba5e50091439c274bd8ceeda68b69789423994fe43f44af6cdd643b7a04418bc32ce2f937d118520298a019c5c6638
 SHA512 
7fbf1956ff8a132021e1f7fae5e98f40199a5d0e705b08b44ad5b2588fdd7d1088db9d7457b985c1852b50285a8f03cc9795fff0c4f53f9155f7c8ec371ff307
 DIST jaraco.functools-1.20.tar.gz 11063 BLAKE2B 
c202c3cda86c0f32fb3299a083ebb8d584eec444d9d8f0eff536f5e663634dab03c5831aef18d683e7eafff311b66a724d9004ad46f5ef92e90df16a9c7d
 SHA512 
ba17b567dfcadb0d8ff1cc7a6ed07f2a23abfd42e73f3d815a6fa19d9be97d6af0c90bff7fb5e7ef67012ea5d931e9babc963da8a7105ba6a92d5c43c7126e04

diff --git a/dev-python/jaraco-functools/jaraco-functools-1.15.1.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-1.15.1.ebuild
deleted file mode 100644
index 2309da0ce0a..000
--- a/dev-python/jaraco-functools/jaraco-functools-1.15.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' python2_7)
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/rst-linker[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2018-07-04 Thread Louis Sautier
commit: 86cd6883fad465a19c481b7ea697419edc4b9c15
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul  4 19:46:19 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul  4 20:29:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86cd6883

dev-python/jaraco-functools: bump to 1.20

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/jaraco-functools/Manifest   |  1 +
 .../jaraco-functools/jaraco-functools-1.20.ebuild  | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 9e081706ca7..b7319d7b87b 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1,3 @@
 DIST jaraco.functools-1.15.1.tar.gz 8744 BLAKE2B 
191e37d977256fe92158cb2057af42a62f86a866428719fddc8ef6487f55c6ca6403e9dc41c8bb4370752182653574f9d9ddba15878f76c48fb176de6b25667f
 SHA512 
0b65bc36a2338775d4879dd7502b50b930a12458512061ceba65ada86df2658f4fcce4a4e523580239b302a34a8bf90adcfdeaf8f0b2169d704a3a74457424bb
 DIST jaraco.functools-1.19.tar.gz 10588 BLAKE2B 
c71eb4e0c611f6a0bd82e04cacb7933961ba5e50091439c274bd8ceeda68b69789423994fe43f44af6cdd643b7a04418bc32ce2f937d118520298a019c5c6638
 SHA512 
7fbf1956ff8a132021e1f7fae5e98f40199a5d0e705b08b44ad5b2588fdd7d1088db9d7457b985c1852b50285a8f03cc9795fff0c4f53f9155f7c8ec371ff307
+DIST jaraco.functools-1.20.tar.gz 11063 BLAKE2B 
c202c3cda86c0f32fb3299a083ebb8d584eec444d9d8f0eff536f5e663634dab03c5831aef18d683e7eafff311b66a724d9004ad46f5ef92e90df16a9c7d
 SHA512 
ba17b567dfcadb0d8ff1cc7a6ed07f2a23abfd42e73f3d815a6fa19d9be97d6af0c90bff7fb5e7ef67012ea5d931e9babc963da8a7105ba6a92d5c43c7126e04

diff --git a/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
new file mode 100644
index 000..74eb81aba71
--- /dev/null
+++ b/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Additional functions used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.functools";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/namespace-jaraco[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' python2_7)
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
+   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_compile_all() {
+   if use doc; then
+   cd docs || die
+   sphinx-build . _build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   # Override pytest options to skip flake8
+   PYTHONPATH=. py.test --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+   }
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2018-06-25 Thread Jason Zaman
commit: a0b782069d61858d4c7719bd725487d3257098e4
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Jun 25 10:26:28 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Jun 25 10:40:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b78206

dev-python/jaraco-functools: amd64 stable

Gentoo-bug: 658956
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/jaraco-functools/jaraco-functools-1.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-1.19.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-1.19.ebuild
index 74eb81aba71..4ca2bdf388d 100644
--- a/dev-python/jaraco-functools/jaraco-functools-1.19.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-1.19.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2018-06-25 Thread Louis Sautier
commit: 68df32cffcca1ca7492e3c226346968292f0e2bc
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Jun 25 09:51:22 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Jun 25 09:51:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68df32cf

dev-python/jaraco-functools: fix dependencies, doc build

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/jaraco-functools/jaraco-functools-1.19.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-1.19.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-1.19.ebuild
index a173a04dff4..74eb81aba71 100644
--- a/dev-python/jaraco-functools/jaraco-functools-1.19.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-1.19.ebuild
@@ -23,10 +23,11 @@ RDEPEND="
$(python_gen_cond_dep 
'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' python2_7)
 "
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
doc? (
+   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
+   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/rst-linker[${PYTHON_USEDEP}]
)
test? (
${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2018-06-18 Thread Louis Sautier
commit: cd97c54672bd0cf15072fd7b4ddc656d948742b9
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Jun 17 23:31:29 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Jun 18 10:33:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd97c546

dev-python/jaraco-functools: change my email in metadata.xml

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/jaraco-functools/metadata.xml | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/jaraco-functools/metadata.xml 
b/dev-python/jaraco-functools/metadata.xml
index af1cab83065..69d8fbca232 100644
--- a/dev-python/jaraco-functools/metadata.xml
+++ b/dev-python/jaraco-functools/metadata.xml
@@ -2,13 +2,9 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   sautier.lo...@gmail.com
+   sb...@gentoo.org
Louis Sautier

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

jaraco.functools
jaraco/jaraco.functools



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/

2018-06-12 Thread Patrice Clement
commit: a7341d3b69b014e24d6ca31c0c47b608746f1397
Author: Louis Sautier  gmail  com>
AuthorDate: Sun Jun 10 14:38:34 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jun 12 08:46:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7341d3b

dev-python/jaraco-functools: remove old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools/jaraco-functools-1.13.ebuild  | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index 04e34260952..9e081706ca7 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,3 +1,2 @@
-DIST jaraco.functools-1.13.tar.gz 9026 BLAKE2B 
0c9bdf76bf6963f5844b44afb5dd1eb86da393568794523676e33d528e38c8aef60537e34c82a2082bb232a60cbb1e8a1c08433f9115d1cc57ec6ae6d3c38631
 SHA512 
fb73a69811026562e1f8195960956a90757700ce13dbc00feb0ef97cf5f3c35f0334bcd7d5529ddab7c7524899bbcc6e264266a4cfe23056b50cd7a3cd9e896b
 DIST jaraco.functools-1.15.1.tar.gz 8744 BLAKE2B 
191e37d977256fe92158cb2057af42a62f86a866428719fddc8ef6487f55c6ca6403e9dc41c8bb4370752182653574f9d9ddba15878f76c48fb176de6b25667f
 SHA512 
0b65bc36a2338775d4879dd7502b50b930a12458512061ceba65ada86df2658f4fcce4a4e523580239b302a34a8bf90adcfdeaf8f0b2169d704a3a74457424bb
 DIST jaraco.functools-1.19.tar.gz 10588 BLAKE2B 
c71eb4e0c611f6a0bd82e04cacb7933961ba5e50091439c274bd8ceeda68b69789423994fe43f44af6cdd643b7a04418bc32ce2f937d118520298a019c5c6638
 SHA512 
7fbf1956ff8a132021e1f7fae5e98f40199a5d0e705b08b44ad5b2588fdd7d1088db9d7457b985c1852b50285a8f03cc9795fff0c4f53f9155f7c8ec371ff307

diff --git a/dev-python/jaraco-functools/jaraco-functools-1.13.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-1.13.ebuild
deleted file mode 100644
index 352cdfac6fd..000
--- a/dev-python/jaraco-functools/jaraco-functools-1.13.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' python2_7)
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/rst-linker[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   distutils-r1_python_install_all
-}



  1   2   >