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

2024-03-30 Thread Michał Górny
commit: 000a954e8b150cb91851871484aa1176afe7def5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:34:05 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:34:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000a954e

dev-python/zipp: Stabilize 3.18.1 ALLARCHES, #928193

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

 dev-python/zipp/zipp-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.18.1.ebuild 
b/dev-python/zipp/zipp-3.18.1.ebuild
index f1e7c1550400..7ed9072fc7ec 100644
--- a/dev-python/zipp/zipp-3.18.1.ebuild
+++ b/dev-python/zipp/zipp-3.18.1.ebuild
@@ -17,7 +17,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 
~x64-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 
~x64-solaris"
 
 # big_o is only used in test_complexity, that we ignore
 BDEPEND="



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

2024-03-14 Thread Michał Górny
commit: 52879bc2f3bb583743f60d2e2843a22b18c2e105
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 15 04:52:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 15 04:52:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52879bc2

dev-python/zipp: Bump to 3.18.1

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.18.1.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 01ad241f3ef3..ed313342d77e 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1,3 @@
 DIST zipp-3.17.0.tar.gz 20367 BLAKE2B 
d1b21b7692e77a019769cd0ab93c850a409bc1eea22e2e6eb0ecaf0c14b5c42a0b272ee73afb111675f15dfab32aceae6515c05fd4e0c4749352e4be3c90
 SHA512 
efd100add7e8face19a6163d07b5efbef6f896d1f3ed2dbdd443ed7e523428bd779d1f05dfe806d4d2bbe10c17c21136f2a0b6f0cbe6000dd8a6abb86dede725
 DIST zipp-3.18.0.tar.gz 21258 BLAKE2B 
e1f2cb629117dbf8b30d9da7b2d7ec63c9f2dc15d7d0d70f7ac06c86c347fd2b825cf2f473bb66130c6cb0b4425c737e6b4f95034ef8d171f78b75e0ae28d1a3
 SHA512 
a347573ff33e1e1118fee13012c7df9f8aaf42606a3fcfcead3fb3e2bd7212de5c388c22bfd104b5a60b0d2515f13cb789dc64a0492496dd69b9807a23df0963
+DIST zipp-3.18.1.tar.gz 21220 BLAKE2B 
cd2afca05cb35b79bfe2b65396cccae3de15b3aaa2566643f1ce989a2747971a54fbf3baab3d273add51c51774b444c773ced951010a24a60e088103cd808d23
 SHA512 
27f2a5a098c773ea878b751e5c1d4e6bb89a367cd676f0b4508f3c372e78e1522de6eb46a17c8ac22a09cc6b041e393db40d14d918c7abe44cc2158f886a8045

diff --git a/dev-python/zipp/zipp-3.18.1.ebuild 
b/dev-python/zipp/zipp-3.18.1.ebuild
new file mode 100644
index ..f1e7c1550400
--- /dev/null
+++ b/dev-python/zipp/zipp-3.18.1.ebuild
@@ -0,0 +1,52 @@
+# 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
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+
+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 
~x64-solaris"
+
+# big_o is only used in test_complexity, that we ignore
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # performance tests are flaky by design
+   tests/test_complexity.py
+)
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2024-03-13 Thread Michał Górny
commit: 88a61217795b25c2ece3ac3ec344b209a3310cff
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 13 06:11:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 13 06:51:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a61217

dev-python/zipp: Bump to 3.18.0

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.18.0.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 6942cb4dbabf..01ad241f3ef3 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.17.0.tar.gz 20367 BLAKE2B 
d1b21b7692e77a019769cd0ab93c850a409bc1eea22e2e6eb0ecaf0c14b5c42a0b272ee73afb111675f15dfab32aceae6515c05fd4e0c4749352e4be3c90
 SHA512 
efd100add7e8face19a6163d07b5efbef6f896d1f3ed2dbdd443ed7e523428bd779d1f05dfe806d4d2bbe10c17c21136f2a0b6f0cbe6000dd8a6abb86dede725
+DIST zipp-3.18.0.tar.gz 21258 BLAKE2B 
e1f2cb629117dbf8b30d9da7b2d7ec63c9f2dc15d7d0d70f7ac06c86c347fd2b825cf2f473bb66130c6cb0b4425c737e6b4f95034ef8d171f78b75e0ae28d1a3
 SHA512 
a347573ff33e1e1118fee13012c7df9f8aaf42606a3fcfcead3fb3e2bd7212de5c388c22bfd104b5a60b0d2515f13cb789dc64a0492496dd69b9807a23df0963

diff --git a/dev-python/zipp/zipp-3.18.0.ebuild 
b/dev-python/zipp/zipp-3.18.0.ebuild
new file mode 100644
index ..f1e7c1550400
--- /dev/null
+++ b/dev-python/zipp/zipp-3.18.0.ebuild
@@ -0,0 +1,52 @@
+# 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
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+
+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 
~x64-solaris"
+
+# big_o is only used in test_complexity, that we ignore
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # performance tests are flaky by design
+   tests/test_complexity.py
+)
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2023-10-23 Thread Michał Górny
commit: f061304d0b95df1d4938fd26c1cea94bf8eeca22
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 05:55:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 05:55:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f061304d

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest   |  1 -
 dev-python/zipp/zipp-3.16.2.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index d90746c7ebb7..6942cb4dbabf 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1 @@
-DIST zipp-3.16.2.tar.gz 20002 BLAKE2B 
abc9b9b2c801f50856e6ad761ff2be81729a475e221716b63c8e017ae87b5f712e43547ba1a42911533f9ad88d02e805768e5bcba397b3f7355d0a8cdcbaab0a
 SHA512 
cb7f19638b2bc2bb1c38241078836c4e484b8f1fae8232073da25967f01e449eb8a6c870d2afde285ea9ae319785a9e4b7cb0e5edc2d0f4690f3ce27c359be93
 DIST zipp-3.17.0.tar.gz 20367 BLAKE2B 
d1b21b7692e77a019769cd0ab93c850a409bc1eea22e2e6eb0ecaf0c14b5c42a0b272ee73afb111675f15dfab32aceae6515c05fd4e0c4749352e4be3c90
 SHA512 
efd100add7e8face19a6163d07b5efbef6f896d1f3ed2dbdd443ed7e523428bd779d1f05dfe806d4d2bbe10c17c21136f2a0b6f0cbe6000dd8a6abb86dede725

diff --git a/dev-python/zipp/zipp-3.16.2.ebuild 
b/dev-python/zipp/zipp-3.16.2.ebuild
deleted file mode 100644
index ab0918f12400..
--- a/dev-python/zipp/zipp-3.16.2.ebuild
+++ /dev/null
@@ -1,52 +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
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="
-   https://github.com/jaraco/zipp/
-   https://pypi.org/project/zipp/
-"
-
-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 
~x64-solaris"
-
-# big_o is only used in test_complexity, that we ignore
-BDEPEND="
-   test? (
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # performance tests are flaky by design
-   tests/test_complexity.py
-)
-
-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 = "zipp"
-   version = "${PV}"
-   description = "Backport of pathlib-compatible object wrapper 
for zip files"
-   EOF
-}



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

2023-10-23 Thread Sam James
commit: 7f720ce00cb8b6d4f2ac7ffc17099cc5e0a708f9
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 23 18:49:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 23 18:49:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f720ce0

dev-python/zipp: Stabilize 3.17.0 ALLARCHES, #916178

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

 dev-python/zipp/zipp-3.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.17.0.ebuild 
b/dev-python/zipp/zipp-3.17.0.ebuild
index 98a174be2fef..ab0918f12400 100644
--- a/dev-python/zipp/zipp-3.17.0.ebuild
+++ b/dev-python/zipp/zipp-3.17.0.ebuild
@@ -17,7 +17,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 
~x64-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 
~x64-solaris"
 
 # big_o is only used in test_complexity, that we ignore
 BDEPEND="



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

2023-09-18 Thread Michał Górny
commit: 906b49c7b2348710f035c485f4c9f250d44ce3b5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 02:57:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 03:16:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906b49c7

dev-python/zipp: Bump to 3.17.0

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.17.0.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 826e143abe79..d90746c7ebb7 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.16.2.tar.gz 20002 BLAKE2B 
abc9b9b2c801f50856e6ad761ff2be81729a475e221716b63c8e017ae87b5f712e43547ba1a42911533f9ad88d02e805768e5bcba397b3f7355d0a8cdcbaab0a
 SHA512 
cb7f19638b2bc2bb1c38241078836c4e484b8f1fae8232073da25967f01e449eb8a6c870d2afde285ea9ae319785a9e4b7cb0e5edc2d0f4690f3ce27c359be93
+DIST zipp-3.17.0.tar.gz 20367 BLAKE2B 
d1b21b7692e77a019769cd0ab93c850a409bc1eea22e2e6eb0ecaf0c14b5c42a0b272ee73afb111675f15dfab32aceae6515c05fd4e0c4749352e4be3c90
 SHA512 
efd100add7e8face19a6163d07b5efbef6f896d1f3ed2dbdd443ed7e523428bd779d1f05dfe806d4d2bbe10c17c21136f2a0b6f0cbe6000dd8a6abb86dede725

diff --git a/dev-python/zipp/zipp-3.17.0.ebuild 
b/dev-python/zipp/zipp-3.17.0.ebuild
new file mode 100644
index ..98a174be2fef
--- /dev/null
+++ b/dev-python/zipp/zipp-3.17.0.ebuild
@@ -0,0 +1,52 @@
+# 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
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+
+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 
~x64-solaris"
+
+# big_o is only used in test_complexity, that we ignore
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # performance tests are flaky by design
+   tests/test_complexity.py
+)
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2023-08-11 Thread Michał Górny
commit: 9b5248c3eb7aaa1fa2190b5ecaa0fb9d113aad52
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 19:11:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 19:11:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5248c3

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest   |  3 ---
 dev-python/zipp/zipp-3.15.0.ebuild | 52 --
 dev-python/zipp/zipp-3.16.0.ebuild | 52 --
 dev-python/zipp/zipp-3.16.1.ebuild | 52 --
 4 files changed, 159 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 84a81625dcd1..826e143abe79 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,4 +1 @@
-DIST zipp-3.15.0.tar.gz 18454 BLAKE2B 
759c9be6cdf6297874ed8d7cc98e8fc7c360bb765b72b345b264034f43a63831b92daa31a4d40736cc83a12b5f853d17da7fae290cb62a87ac6552edfcaca913
 SHA512 
74a512428fa29e284c515a7e6c45030e4d840727e12e376bca480a90b7fd1e111462deafa372ca9aebd9f53c24bc37111570e7a4a6a873c0b7dee9a0277c100d
-DIST zipp-3.16.0.tar.gz 18432 BLAKE2B 
b9f9f016f6f6bc87610fa4338dcbd237b09623cb5da20761e5a6f4e06bc694b6e5fd219681e12468b76b2ebf590f3ea1adfa066dfdf49caf4aecee30f73a4c19
 SHA512 
f83eb32a28a1f3acf49ade075e8390f89912d1a058cf514432c06efc1963d2a40d78051a6f7963fcdaee3dcf38e327a48a4eef15e5f3ac0db4a9590d6061ccdf
-DIST zipp-3.16.1.tar.gz 19194 BLAKE2B 
7428764465674f356881d91216386c8f8495f613d7b0e457bbd77e662b958aae7d2fff65afb8afbfadbe31285edd26858272f1501a27f7378dea3b8b866922df
 SHA512 
e1f8d03c8b8c49e4745e03b65e32c9b76bb4e7c87e24304af630e8875843ad4cfc12f46f5dce3f210698a9e9a5f58be251eafed83893128657d8cb23c11066d0
 DIST zipp-3.16.2.tar.gz 20002 BLAKE2B 
abc9b9b2c801f50856e6ad761ff2be81729a475e221716b63c8e017ae87b5f712e43547ba1a42911533f9ad88d02e805768e5bcba397b3f7355d0a8cdcbaab0a
 SHA512 
cb7f19638b2bc2bb1c38241078836c4e484b8f1fae8232073da25967f01e449eb8a6c870d2afde285ea9ae319785a9e4b7cb0e5edc2d0f4690f3ce27c359be93

diff --git a/dev-python/zipp/zipp-3.15.0.ebuild 
b/dev-python/zipp/zipp-3.15.0.ebuild
deleted file mode 100644
index c25ebf7be46a..
--- a/dev-python/zipp/zipp-3.15.0.ebuild
+++ /dev/null
@@ -1,52 +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..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="
-   https://github.com/jaraco/zipp/
-   https://pypi.org/project/zipp/
-"
-
-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 
~x64-solaris"
-
-# big_o is only used in test_complexity, that we ignore
-BDEPEND="
-   test? (
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # performance tests are flaky by design
-   tests/test_complexity.py
-)
-
-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 = "zipp"
-   version = "${PV}"
-   description = "Backport of pathlib-compatible object wrapper 
for zip files"
-   EOF
-}

diff --git a/dev-python/zipp/zipp-3.16.0.ebuild 
b/dev-python/zipp/zipp-3.16.0.ebuild
deleted file mode 100644
index b9d1c493d482..
--- a/dev-python/zipp/zipp-3.16.0.ebuild
+++ /dev/null
@@ -1,52 +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_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="
-   https://github.com/jaraco/zipp/
-   https://pypi.org/project/zipp/
-"
-
-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 
~x64-solaris"
-
-# big_o is only used in test_complexity, that we ignore
-BDEPEND="
-   test? (
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   

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

2023-08-11 Thread Arthur Zamarin
commit: 9acd1cad952cf5a2296fc733a11e563ce08e20ad
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:08:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:08:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acd1cad

dev-python/zipp: Stabilize 3.16.2 ALLARCHES, #912140

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

 dev-python/zipp/zipp-3.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.16.2.ebuild 
b/dev-python/zipp/zipp-3.16.2.ebuild
index 98a174be2fef..ab0918f12400 100644
--- a/dev-python/zipp/zipp-3.16.2.ebuild
+++ b/dev-python/zipp/zipp-3.16.2.ebuild
@@ -17,7 +17,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 
~x64-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 
~x64-solaris"
 
 # big_o is only used in test_complexity, that we ignore
 BDEPEND="



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

2023-07-14 Thread Michał Górny
commit: 451de98ab5343db4e5104e89606a2015b33ae323
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 15 01:50:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 15 03:04:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451de98a

dev-python/zipp: Bump to 3.16.2

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.16.2.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 0982e59c6349..84a81625dcd1 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,3 +1,4 @@
 DIST zipp-3.15.0.tar.gz 18454 BLAKE2B 
759c9be6cdf6297874ed8d7cc98e8fc7c360bb765b72b345b264034f43a63831b92daa31a4d40736cc83a12b5f853d17da7fae290cb62a87ac6552edfcaca913
 SHA512 
74a512428fa29e284c515a7e6c45030e4d840727e12e376bca480a90b7fd1e111462deafa372ca9aebd9f53c24bc37111570e7a4a6a873c0b7dee9a0277c100d
 DIST zipp-3.16.0.tar.gz 18432 BLAKE2B 
b9f9f016f6f6bc87610fa4338dcbd237b09623cb5da20761e5a6f4e06bc694b6e5fd219681e12468b76b2ebf590f3ea1adfa066dfdf49caf4aecee30f73a4c19
 SHA512 
f83eb32a28a1f3acf49ade075e8390f89912d1a058cf514432c06efc1963d2a40d78051a6f7963fcdaee3dcf38e327a48a4eef15e5f3ac0db4a9590d6061ccdf
 DIST zipp-3.16.1.tar.gz 19194 BLAKE2B 
7428764465674f356881d91216386c8f8495f613d7b0e457bbd77e662b958aae7d2fff65afb8afbfadbe31285edd26858272f1501a27f7378dea3b8b866922df
 SHA512 
e1f8d03c8b8c49e4745e03b65e32c9b76bb4e7c87e24304af630e8875843ad4cfc12f46f5dce3f210698a9e9a5f58be251eafed83893128657d8cb23c11066d0
+DIST zipp-3.16.2.tar.gz 20002 BLAKE2B 
abc9b9b2c801f50856e6ad761ff2be81729a475e221716b63c8e017ae87b5f712e43547ba1a42911533f9ad88d02e805768e5bcba397b3f7355d0a8cdcbaab0a
 SHA512 
cb7f19638b2bc2bb1c38241078836c4e484b8f1fae8232073da25967f01e449eb8a6c870d2afde285ea9ae319785a9e4b7cb0e5edc2d0f4690f3ce27c359be93

diff --git a/dev-python/zipp/zipp-3.16.2.ebuild 
b/dev-python/zipp/zipp-3.16.2.ebuild
new file mode 100644
index ..98a174be2fef
--- /dev/null
+++ b/dev-python/zipp/zipp-3.16.2.ebuild
@@ -0,0 +1,52 @@
+# 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
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+
+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 
~x64-solaris"
+
+# big_o is only used in test_complexity, that we ignore
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # performance tests are flaky by design
+   tests/test_complexity.py
+)
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2023-07-12 Thread Michał Górny
commit: 35b708d609c4636474bf59e933a7c40611e6b9cf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 13 04:54:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 13 05:28:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b708d6

dev-python/zipp: Bump to 3.16.1

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.16.1.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 97ac779616c7..0982e59c6349 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1,3 @@
 DIST zipp-3.15.0.tar.gz 18454 BLAKE2B 
759c9be6cdf6297874ed8d7cc98e8fc7c360bb765b72b345b264034f43a63831b92daa31a4d40736cc83a12b5f853d17da7fae290cb62a87ac6552edfcaca913
 SHA512 
74a512428fa29e284c515a7e6c45030e4d840727e12e376bca480a90b7fd1e111462deafa372ca9aebd9f53c24bc37111570e7a4a6a873c0b7dee9a0277c100d
 DIST zipp-3.16.0.tar.gz 18432 BLAKE2B 
b9f9f016f6f6bc87610fa4338dcbd237b09623cb5da20761e5a6f4e06bc694b6e5fd219681e12468b76b2ebf590f3ea1adfa066dfdf49caf4aecee30f73a4c19
 SHA512 
f83eb32a28a1f3acf49ade075e8390f89912d1a058cf514432c06efc1963d2a40d78051a6f7963fcdaee3dcf38e327a48a4eef15e5f3ac0db4a9590d6061ccdf
+DIST zipp-3.16.1.tar.gz 19194 BLAKE2B 
7428764465674f356881d91216386c8f8495f613d7b0e457bbd77e662b958aae7d2fff65afb8afbfadbe31285edd26858272f1501a27f7378dea3b8b866922df
 SHA512 
e1f8d03c8b8c49e4745e03b65e32c9b76bb4e7c87e24304af630e8875843ad4cfc12f46f5dce3f210698a9e9a5f58be251eafed83893128657d8cb23c11066d0

diff --git a/dev-python/zipp/zipp-3.16.1.ebuild 
b/dev-python/zipp/zipp-3.16.1.ebuild
new file mode 100644
index ..b9d1c493d482
--- /dev/null
+++ b/dev-python/zipp/zipp-3.16.1.ebuild
@@ -0,0 +1,52 @@
+# 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_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+
+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 
~x64-solaris"
+
+# big_o is only used in test_complexity, that we ignore
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # performance tests are flaky by design
+   tests/test_complexity.py
+)
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2023-07-08 Thread Michał Górny
commit: 78c5ec19c16b4ea65ab362ed55d1fe7aacb6caab
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  9 02:18:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  9 03:26:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c5ec19

dev-python/zipp: Bump to 3.16.0

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.16.0.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index d13a7166da2f..97ac779616c7 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.15.0.tar.gz 18454 BLAKE2B 
759c9be6cdf6297874ed8d7cc98e8fc7c360bb765b72b345b264034f43a63831b92daa31a4d40736cc83a12b5f853d17da7fae290cb62a87ac6552edfcaca913
 SHA512 
74a512428fa29e284c515a7e6c45030e4d840727e12e376bca480a90b7fd1e111462deafa372ca9aebd9f53c24bc37111570e7a4a6a873c0b7dee9a0277c100d
+DIST zipp-3.16.0.tar.gz 18432 BLAKE2B 
b9f9f016f6f6bc87610fa4338dcbd237b09623cb5da20761e5a6f4e06bc694b6e5fd219681e12468b76b2ebf590f3ea1adfa066dfdf49caf4aecee30f73a4c19
 SHA512 
f83eb32a28a1f3acf49ade075e8390f89912d1a058cf514432c06efc1963d2a40d78051a6f7963fcdaee3dcf38e327a48a4eef15e5f3ac0db4a9590d6061ccdf

diff --git a/dev-python/zipp/zipp-3.16.0.ebuild 
b/dev-python/zipp/zipp-3.16.0.ebuild
new file mode 100644
index ..b9d1c493d482
--- /dev/null
+++ b/dev-python/zipp/zipp-3.16.0.ebuild
@@ -0,0 +1,52 @@
+# 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_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+
+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 
~x64-solaris"
+
+# big_o is only used in test_complexity, that we ignore
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # performance tests are flaky by design
+   tests/test_complexity.py
+)
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2023-06-21 Thread Andrew Ammerlaan
commit: 501c6cc4f836a97d2303a8e763b97eeefb3822a6
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jun 21 12:02:18 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jun 21 12:02:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501c6cc4

dev-python/zipp: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/zipp/zipp-3.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.15.0.ebuild 
b/dev-python/zipp/zipp-3.15.0.ebuild
index 75ecf4be89d8..c25ebf7be46a 100644
--- a/dev-python/zipp/zipp-3.15.0.ebuild
+++ b/dev-python/zipp/zipp-3.15.0.ebuild
@@ -5,7 +5,7 @@
 EAPI=7
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{9..12} )
 
 inherit distutils-r1 pypi
 



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

2023-03-27 Thread Louis Sautier
commit: 439ef1105cfa0a11ca308295b6c059aafe189df1
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Mar 28 00:03:19 2023 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Mar 28 00:03:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439ef110

dev-python/zipp: drop myself as a maintainer

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/zipp/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/zipp/metadata.xml b/dev-python/zipp/metadata.xml
index 019bf659f005..54d99a172e27 100644
--- a/dev-python/zipp/metadata.xml
+++ b/dev-python/zipp/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   sb...@gentoo.org
-   Louis Sautier
-   

pyt...@gentoo.org
Python



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

2023-03-27 Thread Michał Górny
commit: f69c05b7e6c364135acbae9d3a141cd9836e9001
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 27 18:21:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 27 18:21:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69c05b7

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest   |  1 -
 dev-python/zipp/zipp-3.13.0.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 34ad5ca93deb..d13a7166da2f 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1 @@
-DIST zipp-3.13.0.tar.gz 18725 BLAKE2B 
bc4ff7a3338af70380249b009858b6ee7a6407daa02650b3a59972a74bdcdb80ebb0d01cfe9551ccbcde6b46d6e191c82b5aba91a382ab361e344861e6284f38
 SHA512 
7fdcf4dcd4013a09a2ef77b203211919d6aa132f41dafe244ccd41dbb89b6268149a7eb8f8f2bc5ca08ed6e435cd1372361f267b49e3447dc90dc8d7340cd5ec
 DIST zipp-3.15.0.tar.gz 18454 BLAKE2B 
759c9be6cdf6297874ed8d7cc98e8fc7c360bb765b72b345b264034f43a63831b92daa31a4d40736cc83a12b5f853d17da7fae290cb62a87ac6552edfcaca913
 SHA512 
74a512428fa29e284c515a7e6c45030e4d840727e12e376bca480a90b7fd1e111462deafa372ca9aebd9f53c24bc37111570e7a4a6a873c0b7dee9a0277c100d

diff --git a/dev-python/zipp/zipp-3.13.0.ebuild 
b/dev-python/zipp/zipp-3.13.0.ebuild
deleted file mode 100644
index 15e412a6d8ff..
--- a/dev-python/zipp/zipp-3.13.0.ebuild
+++ /dev/null
@@ -1,51 +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="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="
-   https://github.com/jaraco/zipp/
-   https://pypi.org/project/zipp/
-"
-
-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"
-
-BDEPEND="
-   test? (
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # speed tests are flaky by design
-   tests/test_zipp.py::TestPath::test_implied_dirs_performance
-)
-
-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 = "zipp"
-   version = "${PV}"
-   description = "Backport of pathlib-compatible object wrapper 
for zip files"
-   EOF
-}



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

2023-03-27 Thread Arthur Zamarin
commit: d84215d0076f0fcafd540cb0b7239b4611b38f86
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Mar 27 17:57:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Mar 27 17:57:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84215d0

dev-python/zipp: Stabilize 3.15.0 ALLARCHES, #903237

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

 dev-python/zipp/zipp-3.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.15.0.ebuild 
b/dev-python/zipp/zipp-3.15.0.ebuild
index 186e29befcb1..ad52dc7219c7 100644
--- a/dev-python/zipp/zipp-3.15.0.ebuild
+++ b/dev-python/zipp/zipp-3.15.0.ebuild
@@ -17,7 +17,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"
 
 # big_o is only used in test_complexity, that we ignore
 BDEPEND="



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

2023-02-25 Thread Michał Górny
commit: 758eb57e0d3339683419a6cbde4932910652e651
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 25 09:34:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 25 09:34:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758eb57e

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest   |  4 ---
 dev-python/zipp/zipp-3.11.0.ebuild | 58 --
 dev-python/zipp/zipp-3.12.0.ebuild | 58 --
 dev-python/zipp/zipp-3.12.1.ebuild | 57 -
 dev-python/zipp/zipp-3.14.0.ebuild | 51 -
 5 files changed, 228 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index c60ea9f4513a..34ad5ca93deb 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,6 +1,2 @@
-DIST zipp-3.11.0.tar.gz 16799 BLAKE2B 
96cbb86e4c112a2cc0bbd8cf8f7a6d0e7b5a5b4af0857bfea87583341e7d08c9f0879f8455131f81e21ffb75bb362fb312c5575a8ccb2e2996313fe3f95ffe36
 SHA512 
10e1eca131063d9e34db18320152ea5e2445585802e7814fcb0a0aeddd8eb5481c60c2eaca1f7f2729826aafd4004fc4a0b8ee26896c833f789752a501f77e86
-DIST zipp-3.12.0.tar.gz 17705 BLAKE2B 
7159d45deb7e22625a270c7f6a5610f64c511ebde11b42769730245befc679750390928c89cfe2ef979df081b07f87e35eea9d82d7063513ac420afc8e60cf79
 SHA512 
922d293dbfdc1871d339a6ebc0176cb5147518f281daf685318d08f6bb4057eb4c49380e49a220c6fa17d749eb8a32b9fa90070acb953f17595d1e509bc6cdf4
-DIST zipp-3.12.1.tar.gz 17987 BLAKE2B 
c3c9f9d3243a2863c4b310e825d9862f379386fc05d0053a10b25fc6706f1bedd5fbb65e44fa9d4ba595b87de89c7f1aa98a4e2911dfde3ce9cad71a8571a1e9
 SHA512 
3a7aae6f377736711bfdb7667b40dc03b32cbb765aee2a36fb5848458469c175fd7fea5811d962b97a0779d63d39d0d42a59d7174db318fc6c32ff6bb58416c1
 DIST zipp-3.13.0.tar.gz 18725 BLAKE2B 
bc4ff7a3338af70380249b009858b6ee7a6407daa02650b3a59972a74bdcdb80ebb0d01cfe9551ccbcde6b46d6e191c82b5aba91a382ab361e344861e6284f38
 SHA512 
7fdcf4dcd4013a09a2ef77b203211919d6aa132f41dafe244ccd41dbb89b6268149a7eb8f8f2bc5ca08ed6e435cd1372361f267b49e3447dc90dc8d7340cd5ec
-DIST zipp-3.14.0.tar.gz 18405 BLAKE2B 
8aa43fd074e7a7caced0c561edad3769c6e17258ede526cb6097645f343368d80a94e749cea5be9f4bb8c5e61383dc066ec217ccd9c0ee7f0a9d68ce3bc6ffa0
 SHA512 
191f3f0b81404a5cabce08e6d1fa731d3e4d822b6afb439eb4cf2da0d1f693963a716569fb011249c6e374fc8b87fafbfbe567e55efcfef5d020631b7839663c
 DIST zipp-3.15.0.tar.gz 18454 BLAKE2B 
759c9be6cdf6297874ed8d7cc98e8fc7c360bb765b72b345b264034f43a63831b92daa31a4d40736cc83a12b5f853d17da7fae290cb62a87ac6552edfcaca913
 SHA512 
74a512428fa29e284c515a7e6c45030e4d840727e12e376bca480a90b7fd1e111462deafa372ca9aebd9f53c24bc37111570e7a4a6a873c0b7dee9a0277c100d

diff --git a/dev-python/zipp/zipp-3.11.0.ebuild 
b/dev-python/zipp/zipp-3.11.0.ebuild
deleted file mode 100644
index 122f4528f2b0..
--- a/dev-python/zipp/zipp-3.11.0.ebuild
+++ /dev/null
@@ -1,58 +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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="
-   https://github.com/jaraco/zipp/
-   https://pypi.org/project/zipp/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-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"
-
-BDEPEND="
-   test? (
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # speed tests are flaky by design
-   tests/test_zipp.py::TestPath::test_implied_dirs_performance
-)
-
-src_prepare() {
-   # dep of disabled test
-   sed -i -e '/func_timeout/d' tests/test_zipp.py || die
-   distutils-r1_src_prepare
-}
-
-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 = "zipp"
-   version = "${PV}"
-   description = "Backport of pathlib-compatible object wrapper 
for zip files"
-   EOF
-}

diff --git a/dev-python/zipp/zipp-3.12.0.ebuild 
b/dev-python/zipp/zipp-3.12.0.ebuild
deleted file mode 100644
index 

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

2023-02-24 Thread Arthur Zamarin
commit: 863ee9cde1229cae243de2e95331f9741eb2b3bb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 25 07:16:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 25 07:16:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863ee9cd

dev-python/zipp: Stabilize 3.13.0 ALLARCHES, #896388

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

 dev-python/zipp/zipp-3.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.13.0.ebuild 
b/dev-python/zipp/zipp-3.13.0.ebuild
index be10426d8ea4..15e412a6d8ff 100644
--- a/dev-python/zipp/zipp-3.13.0.ebuild
+++ b/dev-python/zipp/zipp-3.13.0.ebuild
@@ -17,7 +17,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"
 
 BDEPEND="
test? (



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

2023-02-24 Thread Michał Górny
commit: a0541690a60827a14a03836f402d8b4aad0c8c14
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 25 05:21:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 25 06:02:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0541690

dev-python/zipp: Bump to 3.15.0

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.15.0.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index d069ec41afda..c60ea9f4513a 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -3,3 +3,4 @@ DIST zipp-3.12.0.tar.gz 17705 BLAKE2B 
7159d45deb7e22625a270c7f6a5610f64c511ebde1
 DIST zipp-3.12.1.tar.gz 17987 BLAKE2B 
c3c9f9d3243a2863c4b310e825d9862f379386fc05d0053a10b25fc6706f1bedd5fbb65e44fa9d4ba595b87de89c7f1aa98a4e2911dfde3ce9cad71a8571a1e9
 SHA512 
3a7aae6f377736711bfdb7667b40dc03b32cbb765aee2a36fb5848458469c175fd7fea5811d962b97a0779d63d39d0d42a59d7174db318fc6c32ff6bb58416c1
 DIST zipp-3.13.0.tar.gz 18725 BLAKE2B 
bc4ff7a3338af70380249b009858b6ee7a6407daa02650b3a59972a74bdcdb80ebb0d01cfe9551ccbcde6b46d6e191c82b5aba91a382ab361e344861e6284f38
 SHA512 
7fdcf4dcd4013a09a2ef77b203211919d6aa132f41dafe244ccd41dbb89b6268149a7eb8f8f2bc5ca08ed6e435cd1372361f267b49e3447dc90dc8d7340cd5ec
 DIST zipp-3.14.0.tar.gz 18405 BLAKE2B 
8aa43fd074e7a7caced0c561edad3769c6e17258ede526cb6097645f343368d80a94e749cea5be9f4bb8c5e61383dc066ec217ccd9c0ee7f0a9d68ce3bc6ffa0
 SHA512 
191f3f0b81404a5cabce08e6d1fa731d3e4d822b6afb439eb4cf2da0d1f693963a716569fb011249c6e374fc8b87fafbfbe567e55efcfef5d020631b7839663c
+DIST zipp-3.15.0.tar.gz 18454 BLAKE2B 
759c9be6cdf6297874ed8d7cc98e8fc7c360bb765b72b345b264034f43a63831b92daa31a4d40736cc83a12b5f853d17da7fae290cb62a87ac6552edfcaca913
 SHA512 
74a512428fa29e284c515a7e6c45030e4d840727e12e376bca480a90b7fd1e111462deafa372ca9aebd9f53c24bc37111570e7a4a6a873c0b7dee9a0277c100d

diff --git a/dev-python/zipp/zipp-3.15.0.ebuild 
b/dev-python/zipp/zipp-3.15.0.ebuild
new file mode 100644
index ..186e29befcb1
--- /dev/null
+++ b/dev-python/zipp/zipp-3.15.0.ebuild
@@ -0,0 +1,52 @@
+# 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="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+
+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"
+
+# big_o is only used in test_complexity, that we ignore
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # performance tests are flaky by design
+   tests/test_complexity.py
+)
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2023-02-17 Thread Michał Górny
commit: 3261c6dd43ef3865b75d65552b696921a05b445d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 18 05:25:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 18 07:02:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3261c6dd

dev-python/zipp: Bump to 3.14.0

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.14.0.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 29331282f086..d069ec41afda 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -2,3 +2,4 @@ DIST zipp-3.11.0.tar.gz 16799 BLAKE2B 
96cbb86e4c112a2cc0bbd8cf8f7a6d0e7b5a5b4af0
 DIST zipp-3.12.0.tar.gz 17705 BLAKE2B 
7159d45deb7e22625a270c7f6a5610f64c511ebde11b42769730245befc679750390928c89cfe2ef979df081b07f87e35eea9d82d7063513ac420afc8e60cf79
 SHA512 
922d293dbfdc1871d339a6ebc0176cb5147518f281daf685318d08f6bb4057eb4c49380e49a220c6fa17d749eb8a32b9fa90070acb953f17595d1e509bc6cdf4
 DIST zipp-3.12.1.tar.gz 17987 BLAKE2B 
c3c9f9d3243a2863c4b310e825d9862f379386fc05d0053a10b25fc6706f1bedd5fbb65e44fa9d4ba595b87de89c7f1aa98a4e2911dfde3ce9cad71a8571a1e9
 SHA512 
3a7aae6f377736711bfdb7667b40dc03b32cbb765aee2a36fb5848458469c175fd7fea5811d962b97a0779d63d39d0d42a59d7174db318fc6c32ff6bb58416c1
 DIST zipp-3.13.0.tar.gz 18725 BLAKE2B 
bc4ff7a3338af70380249b009858b6ee7a6407daa02650b3a59972a74bdcdb80ebb0d01cfe9551ccbcde6b46d6e191c82b5aba91a382ab361e344861e6284f38
 SHA512 
7fdcf4dcd4013a09a2ef77b203211919d6aa132f41dafe244ccd41dbb89b6268149a7eb8f8f2bc5ca08ed6e435cd1372361f267b49e3447dc90dc8d7340cd5ec
+DIST zipp-3.14.0.tar.gz 18405 BLAKE2B 
8aa43fd074e7a7caced0c561edad3769c6e17258ede526cb6097645f343368d80a94e749cea5be9f4bb8c5e61383dc066ec217ccd9c0ee7f0a9d68ce3bc6ffa0
 SHA512 
191f3f0b81404a5cabce08e6d1fa731d3e4d822b6afb439eb4cf2da0d1f693963a716569fb011249c6e374fc8b87fafbfbe567e55efcfef5d020631b7839663c

diff --git a/dev-python/zipp/zipp-3.14.0.ebuild 
b/dev-python/zipp/zipp-3.14.0.ebuild
new file mode 100644
index ..be10426d8ea4
--- /dev/null
+++ b/dev-python/zipp/zipp-3.14.0.ebuild
@@ -0,0 +1,51 @@
+# 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="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+
+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"
+
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   tests/test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2023-02-09 Thread Michał Górny
commit: bc163fde54df14259fc021067978acf84120d788
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 10 06:35:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 10 06:52:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc163fde

dev-python/zipp: Bump to 3.13.0

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.13.0.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 1a4748f7f71e..29331282f086 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,3 +1,4 @@
 DIST zipp-3.11.0.tar.gz 16799 BLAKE2B 
96cbb86e4c112a2cc0bbd8cf8f7a6d0e7b5a5b4af0857bfea87583341e7d08c9f0879f8455131f81e21ffb75bb362fb312c5575a8ccb2e2996313fe3f95ffe36
 SHA512 
10e1eca131063d9e34db18320152ea5e2445585802e7814fcb0a0aeddd8eb5481c60c2eaca1f7f2729826aafd4004fc4a0b8ee26896c833f789752a501f77e86
 DIST zipp-3.12.0.tar.gz 17705 BLAKE2B 
7159d45deb7e22625a270c7f6a5610f64c511ebde11b42769730245befc679750390928c89cfe2ef979df081b07f87e35eea9d82d7063513ac420afc8e60cf79
 SHA512 
922d293dbfdc1871d339a6ebc0176cb5147518f281daf685318d08f6bb4057eb4c49380e49a220c6fa17d749eb8a32b9fa90070acb953f17595d1e509bc6cdf4
 DIST zipp-3.12.1.tar.gz 17987 BLAKE2B 
c3c9f9d3243a2863c4b310e825d9862f379386fc05d0053a10b25fc6706f1bedd5fbb65e44fa9d4ba595b87de89c7f1aa98a4e2911dfde3ce9cad71a8571a1e9
 SHA512 
3a7aae6f377736711bfdb7667b40dc03b32cbb765aee2a36fb5848458469c175fd7fea5811d962b97a0779d63d39d0d42a59d7174db318fc6c32ff6bb58416c1
+DIST zipp-3.13.0.tar.gz 18725 BLAKE2B 
bc4ff7a3338af70380249b009858b6ee7a6407daa02650b3a59972a74bdcdb80ebb0d01cfe9551ccbcde6b46d6e191c82b5aba91a382ab361e344861e6284f38
 SHA512 
7fdcf4dcd4013a09a2ef77b203211919d6aa132f41dafe244ccd41dbb89b6268149a7eb8f8f2bc5ca08ed6e435cd1372361f267b49e3447dc90dc8d7340cd5ec

diff --git a/dev-python/zipp/zipp-3.13.0.ebuild 
b/dev-python/zipp/zipp-3.13.0.ebuild
new file mode 100644
index ..be10426d8ea4
--- /dev/null
+++ b/dev-python/zipp/zipp-3.13.0.ebuild
@@ -0,0 +1,51 @@
+# 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="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+
+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"
+
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   tests/test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2023-02-07 Thread Michał Górny
commit: 8dde1c9befe7127f98bea58a8ec37414ce9dd628
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  7 09:12:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  7 09:26:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dde1c9b

dev-python/zipp: Use pypi.eclass

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

 dev-python/zipp/zipp-3.12.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/zipp/zipp-3.12.1.ebuild 
b/dev-python/zipp/zipp-3.12.1.ebuild
index ea6301a426b0..c7f42a4772f9 100644
--- a/dev-python/zipp/zipp-3.12.1.ebuild
+++ b/dev-python/zipp/zipp-3.12.1.ebuild
@@ -7,14 +7,13 @@ EAPI=7
 DISTUTILS_USE_PEP517=flit
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
 HOMEPAGE="
https://github.com/jaraco/zipp/
https://pypi.org/project/zipp/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2023-02-05 Thread Michał Górny
commit: a6aebe3834d10c3e38e53b210387c2e628dff12f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  6 04:10:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  6 04:31:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6aebe38

dev-python/zipp: Bump to 3.12.1

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.12.1.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 8c37ca1720b2..1a4748f7f71e 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1,3 @@
 DIST zipp-3.11.0.tar.gz 16799 BLAKE2B 
96cbb86e4c112a2cc0bbd8cf8f7a6d0e7b5a5b4af0857bfea87583341e7d08c9f0879f8455131f81e21ffb75bb362fb312c5575a8ccb2e2996313fe3f95ffe36
 SHA512 
10e1eca131063d9e34db18320152ea5e2445585802e7814fcb0a0aeddd8eb5481c60c2eaca1f7f2729826aafd4004fc4a0b8ee26896c833f789752a501f77e86
 DIST zipp-3.12.0.tar.gz 17705 BLAKE2B 
7159d45deb7e22625a270c7f6a5610f64c511ebde11b42769730245befc679750390928c89cfe2ef979df081b07f87e35eea9d82d7063513ac420afc8e60cf79
 SHA512 
922d293dbfdc1871d339a6ebc0176cb5147518f281daf685318d08f6bb4057eb4c49380e49a220c6fa17d749eb8a32b9fa90070acb953f17595d1e509bc6cdf4
+DIST zipp-3.12.1.tar.gz 17987 BLAKE2B 
c3c9f9d3243a2863c4b310e825d9862f379386fc05d0053a10b25fc6706f1bedd5fbb65e44fa9d4ba595b87de89c7f1aa98a4e2911dfde3ce9cad71a8571a1e9
 SHA512 
3a7aae6f377736711bfdb7667b40dc03b32cbb765aee2a36fb5848458469c175fd7fea5811d962b97a0779d63d39d0d42a59d7174db318fc6c32ff6bb58416c1

diff --git a/dev-python/zipp/zipp-3.12.1.ebuild 
b/dev-python/zipp/zipp-3.12.1.ebuild
new file mode 100644
index ..ea6301a426b0
--- /dev/null
+++ b/dev-python/zipp/zipp-3.12.1.ebuild
@@ -0,0 +1,58 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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"
+
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   tests/test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+src_prepare() {
+   # dep of disabled test
+   sed -i -e '/func_timeout/d' tests/test_zipp.py || die
+   distutils-r1_src_prepare
+}
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2023-01-27 Thread Michał Górny
commit: cb81691aa8c6dc0c5adf662c3f27dfbee775049b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 28 06:26:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 28 07:04:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb81691a

dev-python/zipp: Bump to 3.12.0

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.12.0.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 7374067ff0f8..8c37ca1720b2 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.11.0.tar.gz 16799 BLAKE2B 
96cbb86e4c112a2cc0bbd8cf8f7a6d0e7b5a5b4af0857bfea87583341e7d08c9f0879f8455131f81e21ffb75bb362fb312c5575a8ccb2e2996313fe3f95ffe36
 SHA512 
10e1eca131063d9e34db18320152ea5e2445585802e7814fcb0a0aeddd8eb5481c60c2eaca1f7f2729826aafd4004fc4a0b8ee26896c833f789752a501f77e86
+DIST zipp-3.12.0.tar.gz 17705 BLAKE2B 
7159d45deb7e22625a270c7f6a5610f64c511ebde11b42769730245befc679750390928c89cfe2ef979df081b07f87e35eea9d82d7063513ac420afc8e60cf79
 SHA512 
922d293dbfdc1871d339a6ebc0176cb5147518f281daf685318d08f6bb4057eb4c49380e49a220c6fa17d749eb8a32b9fa90070acb953f17595d1e509bc6cdf4

diff --git a/dev-python/zipp/zipp-3.12.0.ebuild 
b/dev-python/zipp/zipp-3.12.0.ebuild
new file mode 100644
index ..ea6301a426b0
--- /dev/null
+++ b/dev-python/zipp/zipp-3.12.0.ebuild
@@ -0,0 +1,58 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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"
+
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   tests/test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+src_prepare() {
+   # dep of disabled test
+   sed -i -e '/func_timeout/d' tests/test_zipp.py || die
+   distutils-r1_src_prepare
+}
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2022-12-31 Thread Michał Górny
commit: 50baa8257df12e75b0279f1e1492e2c46fa0870b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 31 10:45:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 31 10:55:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50baa825

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest   |  1 -
 dev-python/zipp/zipp-3.10.0.ebuild | 55 --
 2 files changed, 56 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 0bbebe67ece8..7374067ff0f8 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1 @@
-DIST zipp-3.10.0.tar.gz 15564 BLAKE2B 
145374d6e2e251f588e198a0fd400542b34ff26de4e1240dd30710dc33e884ccde91ca1cc168d5f421aa4e04341c76cfb10fbf176c830ade237be39a886267ab
 SHA512 
2e64b05eb0123eb3c3c87fbfe2da26721eb9e24142a43e794d04e5f86ab5fe4cf3e0e3e3497bfc9631ab61dd64226829772493f26e091a66148ddbdc5dfd8e51
 DIST zipp-3.11.0.tar.gz 16799 BLAKE2B 
96cbb86e4c112a2cc0bbd8cf8f7a6d0e7b5a5b4af0857bfea87583341e7d08c9f0879f8455131f81e21ffb75bb362fb312c5575a8ccb2e2996313fe3f95ffe36
 SHA512 
10e1eca131063d9e34db18320152ea5e2445585802e7814fcb0a0aeddd8eb5481c60c2eaca1f7f2729826aafd4004fc4a0b8ee26896c833f789752a501f77e86

diff --git a/dev-python/zipp/zipp-3.10.0.ebuild 
b/dev-python/zipp/zipp-3.10.0.ebuild
deleted file mode 100644
index c75defb1e1b8..
--- a/dev-python/zipp/zipp-3.10.0.ebuild
+++ /dev/null
@@ -1,55 +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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-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"
-
-BDEPEND="
-   test? (
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # speed tests are flaky by design
-   tests/test_zipp.py::TestPath::test_implied_dirs_performance
-)
-
-src_prepare() {
-   # dep of disabled test
-   sed -i -e '/func_timeout/d' tests/test_zipp.py || die
-   distutils-r1_src_prepare
-}
-
-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 = "zipp"
-   version = "${PV}"
-   description = "Backport of pathlib-compatible object wrapper 
for zip files"
-   EOF
-}



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

2022-12-31 Thread Arthur Zamarin
commit: 959fcb7abe46bd62d149f9ae2b85f6f4b9d9ba74
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 31 10:41:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 31 10:41:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959fcb7a

dev-python/zipp: Stabilize 3.11.0 ALLARCHES, #889138

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

 dev-python/zipp/zipp-3.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.11.0.ebuild 
b/dev-python/zipp/zipp-3.11.0.ebuild
index 0604a8099e8a..cb1708d805b6 100644
--- a/dev-python/zipp/zipp-3.11.0.ebuild
+++ b/dev-python/zipp/zipp-3.11.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 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"
 
 BDEPEND="
test? (



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

2022-11-25 Thread Michał Górny
commit: f682d66bc6efeaf340228ccabf1058e7bfda31d3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 26 05:45:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 05:45:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f682d66b

dev-python/zipp: Bump to 3.11.0

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.11.0.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 3e2876177554..0bbebe67ece8 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.10.0.tar.gz 15564 BLAKE2B 
145374d6e2e251f588e198a0fd400542b34ff26de4e1240dd30710dc33e884ccde91ca1cc168d5f421aa4e04341c76cfb10fbf176c830ade237be39a886267ab
 SHA512 
2e64b05eb0123eb3c3c87fbfe2da26721eb9e24142a43e794d04e5f86ab5fe4cf3e0e3e3497bfc9631ab61dd64226829772493f26e091a66148ddbdc5dfd8e51
+DIST zipp-3.11.0.tar.gz 16799 BLAKE2B 
96cbb86e4c112a2cc0bbd8cf8f7a6d0e7b5a5b4af0857bfea87583341e7d08c9f0879f8455131f81e21ffb75bb362fb312c5575a8ccb2e2996313fe3f95ffe36
 SHA512 
10e1eca131063d9e34db18320152ea5e2445585802e7814fcb0a0aeddd8eb5481c60c2eaca1f7f2729826aafd4004fc4a0b8ee26896c833f789752a501f77e86

diff --git a/dev-python/zipp/zipp-3.11.0.ebuild 
b/dev-python/zipp/zipp-3.11.0.ebuild
new file mode 100644
index ..0604a8099e8a
--- /dev/null
+++ b/dev-python/zipp/zipp-3.11.0.ebuild
@@ -0,0 +1,58 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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"
+
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   tests/test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+src_prepare() {
+   # dep of disabled test
+   sed -i -e '/func_timeout/d' tests/test_zipp.py || die
+   distutils-r1_src_prepare
+}
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2022-11-10 Thread Arthur Zamarin
commit: db8b0e966152c599a22386a83e19d08ddca4ee45
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 10 19:24:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 10 19:24:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8b0e96

dev-python/zipp: drop 3.8.1, 3.9.0

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

 dev-python/zipp/Manifest  |  2 --
 dev-python/zipp/zipp-3.8.1.ebuild | 53 -
 dev-python/zipp/zipp-3.9.0.ebuild | 55 ---
 3 files changed, 110 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 471f5346ddf2..3e2876177554 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,3 +1 @@
 DIST zipp-3.10.0.tar.gz 15564 BLAKE2B 
145374d6e2e251f588e198a0fd400542b34ff26de4e1240dd30710dc33e884ccde91ca1cc168d5f421aa4e04341c76cfb10fbf176c830ade237be39a886267ab
 SHA512 
2e64b05eb0123eb3c3c87fbfe2da26721eb9e24142a43e794d04e5f86ab5fe4cf3e0e3e3497bfc9631ab61dd64226829772493f26e091a66148ddbdc5dfd8e51
-DIST zipp-3.8.1.tar.gz 14189 BLAKE2B 
768d25dab70ee1ddbb3adb829b68515631772e2e25a7617d58bf863c01d1900e22cd4001bf31b9eae3829a63cba77df070132e7932b9b4242bb8be3579a1546d
 SHA512 
05639feb20c7e8d3480ce17a52115a85bb2f0706ee0c1b15589b7556bb914ef30a1a34fa743217694b753bb5e72095c90fab7dfee85f2dbf461347322acb4d2e
-DIST zipp-3.9.0.tar.gz 15118 BLAKE2B 
04cfd994179ea2f09e792c3b95726262ec5f9e4b04bebb2541066bc914c39c93fda74cd597a53456afabdfa7ef90c1477cfc7c392bf59d3b31959c1d299dcaec
 SHA512 
eaff85ab7e0775bc091b4e32281397bd8fa92d1644b368593f18a04c1a408937351606ad9cc2831cd3bce61ca59b05e7622e5d14282bc28299943ef5dd9012f9

diff --git a/dev-python/zipp/zipp-3.8.1.ebuild 
b/dev-python/zipp/zipp-3.8.1.ebuild
deleted file mode 100644
index 893e60caacaf..
--- a/dev-python/zipp/zipp-3.8.1.ebuild
+++ /dev/null
@@ -1,53 +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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-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"
-
-BDEPEND="
-   test? (
-   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # speed tests are flaky by design
-   test_zipp.py::TestPath::test_implied_dirs_performance
-)
-
-src_prepare() {
-   # dep of disabled test
-   sed -i -e '/func_timeout/d' test_zipp.py || die
-   distutils-r1_src_prepare
-}
-
-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 = "zipp"
-   version = "${PV}"
-   description = "Backport of pathlib-compatible object wrapper 
for zip files"
-   EOF
-}

diff --git a/dev-python/zipp/zipp-3.9.0.ebuild 
b/dev-python/zipp/zipp-3.9.0.ebuild
deleted file mode 100644
index 5bc2dd93a491..
--- a/dev-python/zipp/zipp-3.9.0.ebuild
+++ /dev/null
@@ -1,55 +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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-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"
-
-BDEPEND="
-   test? (
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # speed tests are flaky by design
-   test_zipp.py::TestPath::test_implied_dirs_performance
-)
-
-src_prepare() {
-   # dep of disabled test
-   sed -i -e '/func_timeout/d' test_zipp.py || die
-  

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

2022-11-10 Thread Arthur Zamarin
commit: cbb26e270e2a51d06f8a93bcb410f24c7c56dfc4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 10 19:06:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 10 19:06:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb26e27

dev-python/zipp: Stabilize 3.10.0 ALLARCHES, #880767

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

 dev-python/zipp/zipp-3.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.10.0.ebuild 
b/dev-python/zipp/zipp-3.10.0.ebuild
index 652dbc5d71c5..c75defb1e1b8 100644
--- a/dev-python/zipp/zipp-3.10.0.ebuild
+++ b/dev-python/zipp/zipp-3.10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 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"
 
 BDEPEND="
test? (



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

2022-10-23 Thread Michał Górny
commit: 8f7abdfa0805ec280dd75f6ee48a33dcc645f68c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 24 04:00:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 24 05:14:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7abdfa

dev-python/zipp: Bump to 3.10.0

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

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.10.0.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index da1c719f605a..471f5346ddf2 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1,3 @@
+DIST zipp-3.10.0.tar.gz 15564 BLAKE2B 
145374d6e2e251f588e198a0fd400542b34ff26de4e1240dd30710dc33e884ccde91ca1cc168d5f421aa4e04341c76cfb10fbf176c830ade237be39a886267ab
 SHA512 
2e64b05eb0123eb3c3c87fbfe2da26721eb9e24142a43e794d04e5f86ab5fe4cf3e0e3e3497bfc9631ab61dd64226829772493f26e091a66148ddbdc5dfd8e51
 DIST zipp-3.8.1.tar.gz 14189 BLAKE2B 
768d25dab70ee1ddbb3adb829b68515631772e2e25a7617d58bf863c01d1900e22cd4001bf31b9eae3829a63cba77df070132e7932b9b4242bb8be3579a1546d
 SHA512 
05639feb20c7e8d3480ce17a52115a85bb2f0706ee0c1b15589b7556bb914ef30a1a34fa743217694b753bb5e72095c90fab7dfee85f2dbf461347322acb4d2e
 DIST zipp-3.9.0.tar.gz 15118 BLAKE2B 
04cfd994179ea2f09e792c3b95726262ec5f9e4b04bebb2541066bc914c39c93fda74cd597a53456afabdfa7ef90c1477cfc7c392bf59d3b31959c1d299dcaec
 SHA512 
eaff85ab7e0775bc091b4e32281397bd8fa92d1644b368593f18a04c1a408937351606ad9cc2831cd3bce61ca59b05e7622e5d14282bc28299943ef5dd9012f9

diff --git a/dev-python/zipp/zipp-3.10.0.ebuild 
b/dev-python/zipp/zipp-3.10.0.ebuild
new file mode 100644
index ..652dbc5d71c5
--- /dev/null
+++ b/dev-python/zipp/zipp-3.10.0.ebuild
@@ -0,0 +1,55 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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"
+
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   tests/test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+src_prepare() {
+   # dep of disabled test
+   sed -i -e '/func_timeout/d' tests/test_zipp.py || die
+   distutils-r1_src_prepare
+}
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2022-10-10 Thread Michał Górny
commit: b5c04e9c707b86ada0d99af3733c631cfb52098f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 10 13:49:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 10 14:04:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c04e9c

dev-python/zipp: Bump to 3.9.0

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.9.0.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 22773cbf8c15..da1c719f605a 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.8.1.tar.gz 14189 BLAKE2B 
768d25dab70ee1ddbb3adb829b68515631772e2e25a7617d58bf863c01d1900e22cd4001bf31b9eae3829a63cba77df070132e7932b9b4242bb8be3579a1546d
 SHA512 
05639feb20c7e8d3480ce17a52115a85bb2f0706ee0c1b15589b7556bb914ef30a1a34fa743217694b753bb5e72095c90fab7dfee85f2dbf461347322acb4d2e
+DIST zipp-3.9.0.tar.gz 15118 BLAKE2B 
04cfd994179ea2f09e792c3b95726262ec5f9e4b04bebb2541066bc914c39c93fda74cd597a53456afabdfa7ef90c1477cfc7c392bf59d3b31959c1d299dcaec
 SHA512 
eaff85ab7e0775bc091b4e32281397bd8fa92d1644b368593f18a04c1a408937351606ad9cc2831cd3bce61ca59b05e7622e5d14282bc28299943ef5dd9012f9

diff --git a/dev-python/zipp/zipp-3.9.0.ebuild 
b/dev-python/zipp/zipp-3.9.0.ebuild
new file mode 100644
index ..5bc2dd93a491
--- /dev/null
+++ b/dev-python/zipp/zipp-3.9.0.ebuild
@@ -0,0 +1,55 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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"
+
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+src_prepare() {
+   # dep of disabled test
+   sed -i -e '/func_timeout/d' test_zipp.py || die
+   distutils-r1_src_prepare
+}
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2022-08-13 Thread Arthur Zamarin
commit: 0fd6c20de9cfd56db04763489961ee90cf992b64
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 13 11:09:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 13 11:09:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd6c20d

dev-python/zipp: drop 3.8.0

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

 dev-python/zipp/Manifest  |  1 -
 dev-python/zipp/zipp-3.8.0.ebuild | 53 ---
 2 files changed, 54 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index c1617c2d40ee..22773cbf8c15 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1 @@
-DIST zipp-3.8.0.tar.gz 13344 BLAKE2B 
0da3ca4ff683ac840759030b6ee5125bb1a1b1b8737f0ff0499f3193d13dc3163c6c1fd29c5f1667f347728c991930e3d9e3a325ffb89b6fecb9f6590887bcaa
 SHA512 
d677f941dc92a784b8bd197ca2e1f6f3a570dc236c9eeddcb6108d6f55ad3d35a82462abeeb4bac6ea434442737aea960d941c2a7d0bd416da9abee153c99bb8
 DIST zipp-3.8.1.tar.gz 14189 BLAKE2B 
768d25dab70ee1ddbb3adb829b68515631772e2e25a7617d58bf863c01d1900e22cd4001bf31b9eae3829a63cba77df070132e7932b9b4242bb8be3579a1546d
 SHA512 
05639feb20c7e8d3480ce17a52115a85bb2f0706ee0c1b15589b7556bb914ef30a1a34fa743217694b753bb5e72095c90fab7dfee85f2dbf461347322acb4d2e

diff --git a/dev-python/zipp/zipp-3.8.0.ebuild 
b/dev-python/zipp/zipp-3.8.0.ebuild
deleted file mode 100644
index 893e60caacaf..
--- a/dev-python/zipp/zipp-3.8.0.ebuild
+++ /dev/null
@@ -1,53 +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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-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"
-
-BDEPEND="
-   test? (
-   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # speed tests are flaky by design
-   test_zipp.py::TestPath::test_implied_dirs_performance
-)
-
-src_prepare() {
-   # dep of disabled test
-   sed -i -e '/func_timeout/d' test_zipp.py || die
-   distutils-r1_src_prepare
-}
-
-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 = "zipp"
-   version = "${PV}"
-   description = "Backport of pathlib-compatible object wrapper 
for zip files"
-   EOF
-}



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

2022-08-13 Thread Arthur Zamarin
commit: 0d566151a158b9e78aaf9bcffd29da85cfdf29a6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 13 11:07:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 13 11:07:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d566151

dev-python/zipp: Stabilize 3.8.1 ALLARCHES, #865037

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

 dev-python/zipp/zipp-3.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.8.1.ebuild 
b/dev-python/zipp/zipp-3.8.1.ebuild
index a11534941ce4..893e60caacaf 100644
--- a/dev-python/zipp/zipp-3.8.1.ebuild
+++ b/dev-python/zipp/zipp-3.8.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 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"
 
 BDEPEND="
test? (



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

2022-07-12 Thread Michał Górny
commit: a12921e9b388960fdde18daeb458cc416777ed56
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 12 15:20:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 12 15:48:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12921e9

dev-python/zipp: Bump to 3.8.1

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.8.1.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index d78ebf25ef6c..c1617c2d40ee 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.8.0.tar.gz 13344 BLAKE2B 
0da3ca4ff683ac840759030b6ee5125bb1a1b1b8737f0ff0499f3193d13dc3163c6c1fd29c5f1667f347728c991930e3d9e3a325ffb89b6fecb9f6590887bcaa
 SHA512 
d677f941dc92a784b8bd197ca2e1f6f3a570dc236c9eeddcb6108d6f55ad3d35a82462abeeb4bac6ea434442737aea960d941c2a7d0bd416da9abee153c99bb8
+DIST zipp-3.8.1.tar.gz 14189 BLAKE2B 
768d25dab70ee1ddbb3adb829b68515631772e2e25a7617d58bf863c01d1900e22cd4001bf31b9eae3829a63cba77df070132e7932b9b4242bb8be3579a1546d
 SHA512 
05639feb20c7e8d3480ce17a52115a85bb2f0706ee0c1b15589b7556bb914ef30a1a34fa743217694b753bb5e72095c90fab7dfee85f2dbf461347322acb4d2e

diff --git a/dev-python/zipp/zipp-3.8.1.ebuild 
b/dev-python/zipp/zipp-3.8.1.ebuild
new file mode 100644
index ..a11534941ce4
--- /dev/null
+++ b/dev-python/zipp/zipp-3.8.1.ebuild
@@ -0,0 +1,53 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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"
+
+BDEPEND="
+   test? (
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+src_prepare() {
+   # dep of disabled test
+   sed -i -e '/func_timeout/d' test_zipp.py || die
+   distutils-r1_src_prepare
+}
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2022-06-02 Thread Michał Górny
commit: 6126bec854179b2c318d78dc6957d779f9773153
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  2 08:28:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  2 08:32:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6126bec8

dev-python/zipp: Remove broken USE=doc

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

 dev-python/zipp/zipp-3.8.0.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/zipp/zipp-3.8.0.ebuild 
b/dev-python/zipp/zipp-3.8.0.ebuild
index 7bcef73e7aa3..893e60caacaf 100644
--- a/dev-python/zipp/zipp-3.8.0.ebuild
+++ b/dev-python/zipp/zipp-3.8.0.ebuild
@@ -23,9 +23,6 @@ BDEPEND="
)
 "
 
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
 distutils_enable_tests pytest
 
 EPYTEST_DESELECT=(



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

2022-05-13 Thread Arthur Zamarin
commit: 873760e61a029b4e202282919481ea9a941a7e03
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 13 16:30:00 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 13 16:31:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873760e6

dev-python/zipp: enable py3.11

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

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

diff --git a/dev-python/zipp/zipp-3.8.0.ebuild 
b/dev-python/zipp/zipp-3.8.0.ebuild
index 2d971df8ff38..7bcef73e7aa3 100644
--- a/dev-python/zipp/zipp-3.8.0.ebuild
+++ b/dev-python/zipp/zipp-3.8.0.ebuild
@@ -5,7 +5,7 @@
 EAPI=7
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-06 Thread Michał Górny
commit: 38679f1de08fd0b87579439d5ad4aeee2ce1ef7e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May  6 13:33:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  6 13:33:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38679f1d

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest |  1 -
 dev-python/zipp/zipp-3.7.0-r1.ebuild | 54 
 2 files changed, 55 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 2bd0dc6421ab..d78ebf25ef6c 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1 @@
-DIST zipp-3.7.0.tar.gz 12989 BLAKE2B 
8a315dfd28c8aa1d5a568699886ea47b34000381981d1f4e578bcc10d7c9dc772bfd99ae9d720836e300dd1aaa5e12f0667bbe40d69668306f90aed23ec0cc8f
 SHA512 
bf0c00382273453286ce597fb5a0059b8b279edd01dc4f2d5accef41cc53d69ddda1a2b00f4c38ed4057eeac69ef225ba4bd3a70a16da025b33947cdd6a69ed8
 DIST zipp-3.8.0.tar.gz 13344 BLAKE2B 
0da3ca4ff683ac840759030b6ee5125bb1a1b1b8737f0ff0499f3193d13dc3163c6c1fd29c5f1667f347728c991930e3d9e3a325ffb89b6fecb9f6590887bcaa
 SHA512 
d677f941dc92a784b8bd197ca2e1f6f3a570dc236c9eeddcb6108d6f55ad3d35a82462abeeb4bac6ea434442737aea960d941c2a7d0bd416da9abee153c99bb8

diff --git a/dev-python/zipp/zipp-3.7.0-r1.ebuild 
b/dev-python/zipp/zipp-3.7.0-r1.ebuild
deleted file mode 100644
index 7c26fbe3ad53..
--- a/dev-python/zipp/zipp-3.7.0-r1.ebuild
+++ /dev/null
@@ -1,54 +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..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="
-   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # speed tests are flaky by design
-   test_zipp.py::TestPath::test_implied_dirs_performance
-)
-
-src_prepare() {
-   # dep of disabled test
-   sed -i -e '/func_timeout/d' test_zipp.py || die
-   distutils-r1_src_prepare
-}
-
-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 = "zipp"
-   version = "${PV}"
-   description = "Backport of pathlib-compatible object wrapper 
for zip files"
-   EOF
-}



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

2022-05-06 Thread Jakov Smolić
commit: 17e32c60adb176580f6e7c273dfd7f21252ff13c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May  6 12:44:59 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May  6 12:44:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e32c60

dev-python/zipp: Stabilize 3.8.0 ALLARCHES, #842981

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

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

diff --git a/dev-python/zipp/zipp-3.8.0.ebuild 
b/dev-python/zipp/zipp-3.8.0.ebuild
index 80ec34f2b596..2d971df8ff38 100644
--- a/dev-python/zipp/zipp-3.8.0.ebuild
+++ b/dev-python/zipp/zipp-3.8.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 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"
 
 BDEPEND="
test? (



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

2022-04-03 Thread Michał Górny
commit: 0b15411a568deb1de376f25ad6fc601d648b5a44
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  3 20:25:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  3 21:54:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b15411a

dev-python/zipp: Bump to 3.8.0

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.8.0.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index da4ee7e9e7c0..2bd0dc6421ab 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.7.0.tar.gz 12989 BLAKE2B 
8a315dfd28c8aa1d5a568699886ea47b34000381981d1f4e578bcc10d7c9dc772bfd99ae9d720836e300dd1aaa5e12f0667bbe40d69668306f90aed23ec0cc8f
 SHA512 
bf0c00382273453286ce597fb5a0059b8b279edd01dc4f2d5accef41cc53d69ddda1a2b00f4c38ed4057eeac69ef225ba4bd3a70a16da025b33947cdd6a69ed8
+DIST zipp-3.8.0.tar.gz 13344 BLAKE2B 
0da3ca4ff683ac840759030b6ee5125bb1a1b1b8737f0ff0499f3193d13dc3163c6c1fd29c5f1667f347728c991930e3d9e3a325ffb89b6fecb9f6590887bcaa
 SHA512 
d677f941dc92a784b8bd197ca2e1f6f3a570dc236c9eeddcb6108d6f55ad3d35a82462abeeb4bac6ea434442737aea960d941c2a7d0bd416da9abee153c99bb8

diff --git a/dev-python/zipp/zipp-3.8.0.ebuild 
b/dev-python/zipp/zipp-3.8.0.ebuild
new file mode 100644
index ..e12ba8698422
--- /dev/null
+++ b/dev-python/zipp/zipp-3.8.0.ebuild
@@ -0,0 +1,56 @@
+# 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..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   test? (
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+src_prepare() {
+   # dep of disabled test
+   sed -i -e '/func_timeout/d' test_zipp.py || die
+   distutils-r1_src_prepare
+}
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2022-03-27 Thread Fabian Groffen
commit: 3ab7f893294d34468885facc4fb9ec1b4266a9fd
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Mar 27 09:35:24 2022 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Mar 27 09:50:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab7f893

dev-python/zipp: added Prefix keywords

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

 dev-python/zipp/zipp-3.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.7.0-r1.ebuild 
b/dev-python/zipp/zipp-3.7.0-r1.ebuild
index c14f9e544eeb..7c26fbe3ad53 100644
--- a/dev-python/zipp/zipp-3.7.0-r1.ebuild
+++ b/dev-python/zipp/zipp-3.7.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
+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"
 
 BDEPEND="
test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )



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

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

dev-python/zipp: Revert to EAPI 7

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

 dev-python/zipp/zipp-3.7.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.7.0-r1.ebuild 
b/dev-python/zipp/zipp-3.7.0-r1.ebuild
index 5598493b55e0..c14f9e544eeb 100644
--- a/dev-python/zipp/zipp-3.7.0-r1.ebuild
+++ b/dev-python/zipp/zipp-3.7.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/zipp/

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

dev-python/zipp: Remove old

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

 dev-python/zipp/zipp-3.7.0.ebuild | 42 ---
 1 file changed, 42 deletions(-)

diff --git a/dev-python/zipp/zipp-3.7.0.ebuild 
b/dev-python/zipp/zipp-3.7.0.ebuild
deleted file mode 100644
index cc4d1d62a53a..
--- a/dev-python/zipp/zipp-3.7.0.ebuild
+++ /dev/null
@@ -1,42 +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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-
-BDEPEND="
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # speed tests are flaky by design
-   test_zipp.py::TestPath::test_implied_dirs_performance
-)
-
-EPYTEST_IGNORE=(
-   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
-   # by ensuring only zipp from ${BUILD_DIR} is loaded
-   zipp.py
-)
-
-python_prepare_all() {
-   # dep of disabled test
-   sed -i -e '/func_timeout/d' test_zipp.py || die
-   distutils-r1_python_prepare_all
-}



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

2022-02-27 Thread Jakov Smolić
commit: f1504d25edfaf6530916bf8dd137ab89ff2058d9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Feb 27 12:16:44 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Feb 27 12:22:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1504d25

dev-python/zipp: Stabilize 3.7.0-r1 ALLARCHES, #834251

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

 dev-python/zipp/zipp-3.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.7.0-r1.ebuild 
b/dev-python/zipp/zipp-3.7.0-r1.ebuild
index 5ebc37f8cd89..5598493b55e0 100644
--- a/dev-python/zipp/zipp-3.7.0-r1.ebuild
+++ b/dev-python/zipp/zipp-3.7.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 BDEPEND="
test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )



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

2022-02-04 Thread Michał Górny
commit: cc719cf0a82ae0dca90bd72f31bcb934bb37ebb7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  4 11:28:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  4 12:03:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc719cf0

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

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

 dev-python/zipp/zipp-3.7.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.7.0.ebuild 
b/dev-python/zipp/zipp-3.7.0.ebuild
index d2969b7bf8a5..cc4d1d62a53a 100644
--- a/dev-python/zipp/zipp-3.7.0.ebuild
+++ b/dev-python/zipp/zipp-3.7.0.ebuild
@@ -15,7 +15,6 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
>=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
 "



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

2022-02-04 Thread Michał Górny
commit: c8d29822ba64a0c71578284e97dd8ed418c23540
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  4 11:27:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  4 12:03:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d29822

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest  |  1 -
 dev-python/zipp/zipp-3.6.0.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 1f3863b5bce0..da4ee7e9e7c0 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1 @@
-DIST zipp-3.6.0.tar.gz 13047 BLAKE2B 
2e3f5fd0acf9f931f5a74957e9ae29f12a42bc824eb36d769720282ec0413d90b0b45f0524f3b319ce614f43c061ae324fb29f7f2a83e7aeb393283827bca5d1
 SHA512 
8e21b0a757ed9ebddeca43d3e4b64549dc4e59f781704626b0b2b0a117752b84798a0484cceedd4684ee0459643df4d0f479e64a143c8d9337d2b66951a7b227
 DIST zipp-3.7.0.tar.gz 12989 BLAKE2B 
8a315dfd28c8aa1d5a568699886ea47b34000381981d1f4e578bcc10d7c9dc772bfd99ae9d720836e300dd1aaa5e12f0667bbe40d69668306f90aed23ec0cc8f
 SHA512 
bf0c00382273453286ce597fb5a0059b8b279edd01dc4f2d5accef41cc53d69ddda1a2b00f4c38ed4057eeac69ef225ba4bd3a70a16da025b33947cdd6a69ed8

diff --git a/dev-python/zipp/zipp-3.6.0.ebuild 
b/dev-python/zipp/zipp-3.6.0.ebuild
deleted file mode 100644
index aa0bec0ed728..
--- a/dev-python/zipp/zipp-3.6.0.ebuild
+++ /dev/null
@@ -1,43 +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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
-
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # speed tests are flaky by design
-   test_zipp.py::TestPath::test_implied_dirs_performance
-)
-
-EPYTEST_IGNORE=(
-   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
-   # by ensuring only zipp from ${BUILD_DIR} is loaded
-   zipp.py
-)
-
-python_prepare_all() {
-   # dep of disabled test
-   sed -i -e '/func_timeout/d' test_zipp.py || die
-   distutils-r1_python_prepare_all
-}



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

2022-02-03 Thread Arthur Zamarin
commit: e1dd4cb55f1b3ae0e823ecd65c4d1308df8d2018
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb  3 20:55:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb  3 20:56:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1dd4cb5

dev-python/zipp: Stabilize 3.7.0 ALLARCHES, #832639

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

 dev-python/zipp/zipp-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.7.0.ebuild 
b/dev-python/zipp/zipp-3.7.0.ebuild
index 5d93b0eb6e26..d2969b7bf8a5 100644
--- a/dev-python/zipp/zipp-3.7.0.ebuild
+++ b/dev-python/zipp/zipp-3.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 BDEPEND="
dev-python/toml[${PYTHON_USEDEP}]



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

2022-02-03 Thread Michał Górny
commit: 438596ee78d9320a7b2f87a782d4219c31c84709
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  3 10:17:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  3 10:58:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438596ee

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

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

 dev-python/zipp/zipp-3.7.0-r1.ebuild | 53 
 1 file changed, 53 insertions(+)

diff --git a/dev-python/zipp/zipp-3.7.0-r1.ebuild 
b/dev-python/zipp/zipp-3.7.0-r1.ebuild
new file mode 100644
index ..5ebc37f8cd89
--- /dev/null
+++ b/dev-python/zipp/zipp-3.7.0-r1.ebuild
@@ -0,0 +1,53 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+src_prepare() {
+   # dep of disabled test
+   sed -i -e '/func_timeout/d' test_zipp.py || die
+   distutils-r1_src_prepare
+}
+
+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 = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



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

2022-01-19 Thread James Le Cuirot
commit: 3bbf00f3738275d7d315d388fd5ce074e247ac5d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Jan 19 22:41:59 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Jan 19 22:44:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbf00f3

dev-python/zipp: Keyword 3.7.0 for ~m68k

The tests pass.

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

 dev-python/zipp/zipp-3.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/zipp/zipp-3.7.0.ebuild 
b/dev-python/zipp/zipp-3.7.0.ebuild
index bef59282ca20..5d93b0eb6e26 100644
--- a/dev-python/zipp/zipp-3.7.0.ebuild
+++ b/dev-python/zipp/zipp-3.7.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
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
 
 BDEPEND="
dev-python/toml[${PYTHON_USEDEP}]



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

2021-12-30 Thread Louis Sautier
commit: 09f57e979aa4f79ebed0cecad7694109a0a48d64
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Dec 31 01:25:40 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Dec 31 01:25:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f57e97

dev-python/zipp: add 3.7.0

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.7.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 002987f12f33..1f3863b5bce0 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.6.0.tar.gz 13047 BLAKE2B 
2e3f5fd0acf9f931f5a74957e9ae29f12a42bc824eb36d769720282ec0413d90b0b45f0524f3b319ce614f43c061ae324fb29f7f2a83e7aeb393283827bca5d1
 SHA512 
8e21b0a757ed9ebddeca43d3e4b64549dc4e59f781704626b0b2b0a117752b84798a0484cceedd4684ee0459643df4d0f479e64a143c8d9337d2b66951a7b227
+DIST zipp-3.7.0.tar.gz 12989 BLAKE2B 
8a315dfd28c8aa1d5a568699886ea47b34000381981d1f4e578bcc10d7c9dc772bfd99ae9d720836e300dd1aaa5e12f0667bbe40d69668306f90aed23ec0cc8f
 SHA512 
bf0c00382273453286ce597fb5a0059b8b279edd01dc4f2d5accef41cc53d69ddda1a2b00f4c38ed4057eeac69ef225ba4bd3a70a16da025b33947cdd6a69ed8

diff --git a/dev-python/zipp/zipp-3.7.0.ebuild 
b/dev-python/zipp/zipp-3.7.0.ebuild
new file mode 100644
index ..bef59282ca20
--- /dev/null
+++ b/dev-python/zipp/zipp-3.7.0.ebuild
@@ -0,0 +1,43 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
+   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+EPYTEST_IGNORE=(
+   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
+   # by ensuring only zipp from ${BUILD_DIR} is loaded
+   zipp.py
+)
+
+python_prepare_all() {
+   # dep of disabled test
+   sed -i -e '/func_timeout/d' test_zipp.py || die
+   distutils-r1_python_prepare_all
+}



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

2021-10-31 Thread Michał Górny
commit: c9f01702f763a2cf8c09e21bd73be4eb46783d9a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 31 20:30:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 31 20:30:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f01702

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest  |  2 --
 dev-python/zipp/zipp-3.5.0.ebuild | 39 ---
 dev-python/zipp/zipp-3.5.1.ebuild | 43 ---
 3 files changed, 84 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index be886d0aa2c..002987f12f3 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,3 +1 @@
-DIST zipp-3.5.0.tar.gz 13270 BLAKE2B 
ba3b6f82ed0f1a902050ee8a89b6876a839d180dc048dd19cd31ddbaf89ec0494b9444f2ac082ed347e3183ccaf2e8342748737c2a29e1a2bbc492a0bc34767c
 SHA512 
676d7e9a7fde386b57a213975121aba015461453f0809a97d39d030b06918a4c54ba1cad21877ddf007560941ae285883098d81d5e6f17eb4636379345b4513d
-DIST zipp-3.5.1.tar.gz 13005 BLAKE2B 
fe50ce8467dcb62a3685a56d3feab0b227832320f4d97ba7eb12a07a66065c1acee8ecb391812e2c772e7c55bbd4966743891f9fd80adf1138b289ed0bc06cd6
 SHA512 
7043d491a7f5588416973c4ea9d1fb5e47ee7febe423d01ee131662867ed1d616e2df4d2c87ad327ff1b8b297a8b10c6584cfce5de27d09a81d7a7ce4fcc4815
 DIST zipp-3.6.0.tar.gz 13047 BLAKE2B 
2e3f5fd0acf9f931f5a74957e9ae29f12a42bc824eb36d769720282ec0413d90b0b45f0524f3b319ce614f43c061ae324fb29f7f2a83e7aeb393283827bca5d1
 SHA512 
8e21b0a757ed9ebddeca43d3e4b64549dc4e59f781704626b0b2b0a117752b84798a0484cceedd4684ee0459643df4d0f479e64a143c8d9337d2b66951a7b227

diff --git a/dev-python/zipp/zipp-3.5.0.ebuild 
b/dev-python/zipp/zipp-3.5.0.ebuild
deleted file mode 100644
index 3a39a8dd6fc..000
--- a/dev-python/zipp/zipp-3.5.0.ebuild
+++ /dev/null
@@ -1,39 +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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
-
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Skip a potentially flaky performance test
-   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
-   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
-   # by ensuring only zipp from ${BUILD_DIR} is loaded
-   epytest --ignore zipp.py
-}

diff --git a/dev-python/zipp/zipp-3.5.1.ebuild 
b/dev-python/zipp/zipp-3.5.1.ebuild
deleted file mode 100644
index bef59282ca2..000
--- a/dev-python/zipp/zipp-3.5.1.ebuild
+++ /dev/null
@@ -1,43 +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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
-
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # speed tests are flaky by design
-   test_zipp.py::TestPath::test_implied_dirs_performance
-)
-
-EPYTEST_IGNORE=(
-   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
-   # by ensuring only zipp from ${BUILD_DIR} is loaded
-   zipp.py
-)
-
-python_prepare_all() {
-   # dep of disabled test
-   sed -i -e '/func_timeout/d' test_zipp.py || die
-   distutils-r1_python_prepare_all
-}



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

2021-10-31 Thread Sam James
commit: bb345b449bb89ac1cd32d37ae4b604c284757df3
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 31 17:53:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 31 17:53:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb345b44

dev-python/zipp: Stabilize 3.6.0 ALLARCHES, #821058

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

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

diff --git a/dev-python/zipp/zipp-3.6.0.ebuild 
b/dev-python/zipp/zipp-3.6.0.ebuild
index bef59282ca2..aa0bec0ed72 100644
--- a/dev-python/zipp/zipp-3.6.0.ebuild
+++ b/dev-python/zipp/zipp-3.6.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 BDEPEND="
dev-python/toml[${PYTHON_USEDEP}]



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

2021-09-29 Thread Michał Górny
commit: 2e4fb90c03458c91616dfa4f659694d3548dbe71
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 29 21:24:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 29 21:59:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4fb90c

dev-python/zipp: Bump to 3.6.0

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.6.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index c72c5f34bc5..be886d0aa2c 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1,3 @@
 DIST zipp-3.5.0.tar.gz 13270 BLAKE2B 
ba3b6f82ed0f1a902050ee8a89b6876a839d180dc048dd19cd31ddbaf89ec0494b9444f2ac082ed347e3183ccaf2e8342748737c2a29e1a2bbc492a0bc34767c
 SHA512 
676d7e9a7fde386b57a213975121aba015461453f0809a97d39d030b06918a4c54ba1cad21877ddf007560941ae285883098d81d5e6f17eb4636379345b4513d
 DIST zipp-3.5.1.tar.gz 13005 BLAKE2B 
fe50ce8467dcb62a3685a56d3feab0b227832320f4d97ba7eb12a07a66065c1acee8ecb391812e2c772e7c55bbd4966743891f9fd80adf1138b289ed0bc06cd6
 SHA512 
7043d491a7f5588416973c4ea9d1fb5e47ee7febe423d01ee131662867ed1d616e2df4d2c87ad327ff1b8b297a8b10c6584cfce5de27d09a81d7a7ce4fcc4815
+DIST zipp-3.6.0.tar.gz 13047 BLAKE2B 
2e3f5fd0acf9f931f5a74957e9ae29f12a42bc824eb36d769720282ec0413d90b0b45f0524f3b319ce614f43c061ae324fb29f7f2a83e7aeb393283827bca5d1
 SHA512 
8e21b0a757ed9ebddeca43d3e4b64549dc4e59f781704626b0b2b0a117752b84798a0484cceedd4684ee0459643df4d0f479e64a143c8d9337d2b66951a7b227

diff --git a/dev-python/zipp/zipp-3.6.0.ebuild 
b/dev-python/zipp/zipp-3.6.0.ebuild
new file mode 100644
index 000..bef59282ca2
--- /dev/null
+++ b/dev-python/zipp/zipp-3.6.0.ebuild
@@ -0,0 +1,43 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
+   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+EPYTEST_IGNORE=(
+   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
+   # by ensuring only zipp from ${BUILD_DIR} is loaded
+   zipp.py
+)
+
+python_prepare_all() {
+   # dep of disabled test
+   sed -i -e '/func_timeout/d' test_zipp.py || die
+   distutils-r1_python_prepare_all
+}



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

2021-09-29 Thread Michał Górny
commit: ee7c6f800a9231919959a730443d587fc86e3b44
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 29 07:23:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 29 08:16:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7c6f80

dev-python/zipp: Bump to 3.5.1

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.5.1.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 1d0a4877f37..c72c5f34bc5 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.5.0.tar.gz 13270 BLAKE2B 
ba3b6f82ed0f1a902050ee8a89b6876a839d180dc048dd19cd31ddbaf89ec0494b9444f2ac082ed347e3183ccaf2e8342748737c2a29e1a2bbc492a0bc34767c
 SHA512 
676d7e9a7fde386b57a213975121aba015461453f0809a97d39d030b06918a4c54ba1cad21877ddf007560941ae285883098d81d5e6f17eb4636379345b4513d
+DIST zipp-3.5.1.tar.gz 13005 BLAKE2B 
fe50ce8467dcb62a3685a56d3feab0b227832320f4d97ba7eb12a07a66065c1acee8ecb391812e2c772e7c55bbd4966743891f9fd80adf1138b289ed0bc06cd6
 SHA512 
7043d491a7f5588416973c4ea9d1fb5e47ee7febe423d01ee131662867ed1d616e2df4d2c87ad327ff1b8b297a8b10c6584cfce5de27d09a81d7a7ce4fcc4815

diff --git a/dev-python/zipp/zipp-3.5.1.ebuild 
b/dev-python/zipp/zipp-3.5.1.ebuild
new file mode 100644
index 000..bef59282ca2
--- /dev/null
+++ b/dev-python/zipp/zipp-3.5.1.ebuild
@@ -0,0 +1,43 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
+   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+EPYTEST_IGNORE=(
+   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
+   # by ensuring only zipp from ${BUILD_DIR} is loaded
+   zipp.py
+)
+
+python_prepare_all() {
+   # dep of disabled test
+   sed -i -e '/func_timeout/d' test_zipp.py || die
+   distutils-r1_python_prepare_all
+}



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

2021-08-07 Thread Michał Górny
commit: 24bb4764b157943f128f780a3100124070646777
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 14:50:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 14:52:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24bb4764

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest  |  1 -
 dev-python/zipp/zipp-3.4.1.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 823621fdc50..1d0a4877f37 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1 @@
-DIST zipp-3.4.1.tar.gz 16545 BLAKE2B 
5ebdc4d1e932d72502866701db8b0f352aca3194890d9ed340722bb2a65c4e3be0f6bb54f49567e4fd46faaec3379d0c1d668e1a55f63bea6c57e4ef0c2f9e01
 SHA512 
2ba50109efd0ceea9eb1d57e2d839f522b5a78a8dae344d6da54b79305dd46bff23f1116f562127290152c0b100369439c17fe9dc3fb14d0b42beaa48348ebe6
 DIST zipp-3.5.0.tar.gz 13270 BLAKE2B 
ba3b6f82ed0f1a902050ee8a89b6876a839d180dc048dd19cd31ddbaf89ec0494b9444f2ac082ed347e3183ccaf2e8342748737c2a29e1a2bbc492a0bc34767c
 SHA512 
676d7e9a7fde386b57a213975121aba015461453f0809a97d39d030b06918a4c54ba1cad21877ddf007560941ae285883098d81d5e6f17eb4636379345b4513d

diff --git a/dev-python/zipp/zipp-3.4.1.ebuild 
b/dev-python/zipp/zipp-3.4.1.ebuild
deleted file mode 100644
index 49091cfd7e4..000
--- a/dev-python/zipp/zipp-3.4.1.ebuild
+++ /dev/null
@@ -1,40 +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..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
-
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Skip a potentially flaky performance test
-   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
-   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
-   # by ensuring only zipp from ${BUILD_DIR} is loaded
-   epytest --ignore zipp.py
-}



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

2021-08-07 Thread Sam James
commit: 539db0f21bf3a4fe17b2ac86421aeb43c36fcb1b
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 14:42:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 14:42:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539db0f2

dev-python/zipp: Stabilize 3.5.0 ALLARCHES, #806941

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

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

diff --git a/dev-python/zipp/zipp-3.5.0.ebuild 
b/dev-python/zipp/zipp-3.5.0.ebuild
index 4ceef32cedf..3a39a8dd6fc 100644
--- a/dev-python/zipp/zipp-3.5.0.ebuild
+++ b/dev-python/zipp/zipp-3.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 BDEPEND="
dev-python/toml[${PYTHON_USEDEP}]



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

2021-07-03 Thread Michał Górny
commit: 6fbbb91a29b8fe5436dc6e87543f74dd08e6514f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 06:33:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 06:33:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbbb91a

dev-python/zipp: Bump to 3.5.0

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.5.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index a0af4c9ace8..823621fdc50 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.4.1.tar.gz 16545 BLAKE2B 
5ebdc4d1e932d72502866701db8b0f352aca3194890d9ed340722bb2a65c4e3be0f6bb54f49567e4fd46faaec3379d0c1d668e1a55f63bea6c57e4ef0c2f9e01
 SHA512 
2ba50109efd0ceea9eb1d57e2d839f522b5a78a8dae344d6da54b79305dd46bff23f1116f562127290152c0b100369439c17fe9dc3fb14d0b42beaa48348ebe6
+DIST zipp-3.5.0.tar.gz 13270 BLAKE2B 
ba3b6f82ed0f1a902050ee8a89b6876a839d180dc048dd19cd31ddbaf89ec0494b9444f2ac082ed347e3183ccaf2e8342748737c2a29e1a2bbc492a0bc34767c
 SHA512 
676d7e9a7fde386b57a213975121aba015461453f0809a97d39d030b06918a4c54ba1cad21877ddf007560941ae285883098d81d5e6f17eb4636379345b4513d

diff --git a/dev-python/zipp/zipp-3.5.0.ebuild 
b/dev-python/zipp/zipp-3.5.0.ebuild
new file mode 100644
index 000..4ceef32cedf
--- /dev/null
+++ b/dev-python/zipp/zipp-3.5.0.ebuild
@@ -0,0 +1,39 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
+   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Skip a potentially flaky performance test
+   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
+   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
+   # by ensuring only zipp from ${BUILD_DIR} is loaded
+   epytest --ignore zipp.py
+}



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

2021-05-22 Thread Michał Górny
commit: 6b290794fe12f8998ed719abe5d3eb8836f70950
Author: Zamarin Arthur  gmail  com>
AuthorDate: Fri May 21 13:57:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 22 10:52:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b290794

dev-python/zipp: bump to python 3.10

passes tests

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zipp/zipp-3.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/zipp/zipp-3.4.1.ebuild 
b/dev-python/zipp/zipp-3.4.1.ebuild
index e7eae1e79a9..49091cfd7e4 100644
--- a/dev-python/zipp/zipp-3.4.1.ebuild
+++ b/dev-python/zipp/zipp-3.4.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 
 inherit distutils-r1
 
@@ -36,5 +36,5 @@ python_prepare_all() {
 python_test() {
# Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
# by ensuring only zipp from ${BUILD_DIR} is loaded
-   pytest --ignore zipp.py -vv || die "Tests fail with ${EPYTHON}"
+   epytest --ignore zipp.py
 }



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

2021-04-05 Thread Michał Górny
commit: bc8a6df8eabb3c35710fe7ed6e9b81231658b147
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  5 17:59:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  5 17:59:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8a6df8

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest  |  1 -
 dev-python/zipp/zipp-3.4.0.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index fec8424a6d7..a0af4c9ace8 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1 @@
-DIST zipp-3.4.0.tar.gz 15638 BLAKE2B 
c06f68b9a23e6ba560cf7b703150e4b14d8bbeb5c8712c54257f587de9a44eb853804495eaecff2ad17261304da9b9433951cbb9b17e3f35446406e4e4fe517d
 SHA512 
c791e72f05a92110037cbee7153103e47ec536994d9e86cdecb34c602839c0bf5e6e4ab4ce56d6a44c7eb4f7a555ba531df8c986e302654c624f59e2217bf10f
 DIST zipp-3.4.1.tar.gz 16545 BLAKE2B 
5ebdc4d1e932d72502866701db8b0f352aca3194890d9ed340722bb2a65c4e3be0f6bb54f49567e4fd46faaec3379d0c1d668e1a55f63bea6c57e4ef0c2f9e01
 SHA512 
2ba50109efd0ceea9eb1d57e2d839f522b5a78a8dae344d6da54b79305dd46bff23f1116f562127290152c0b100369439c17fe9dc3fb14d0b42beaa48348ebe6

diff --git a/dev-python/zipp/zipp-3.4.0.ebuild 
b/dev-python/zipp/zipp-3.4.0.ebuild
deleted file mode 100644
index e6c69b7468f..000
--- a/dev-python/zipp/zipp-3.4.0.ebuild
+++ /dev/null
@@ -1,40 +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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~x64-macos"
-
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Skip a potentially flaky performance test
-   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
-   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
-   # by ensuring only zipp from ${BUILD_DIR} is loaded
-   pytest --ignore zipp.py -vv || die "Tests fail with ${EPYTHON}"
-}



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

2021-03-05 Thread Michał Górny
commit: 3ccb5995bc62c47ce64e75670416e8ce9698e062
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  5 07:51:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  5 10:13:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ccb5995

dev-python/zipp: Bump to 3.4.1

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.4.1.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 3b56349e7f1..fec8424a6d7 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.4.0.tar.gz 15638 BLAKE2B 
c06f68b9a23e6ba560cf7b703150e4b14d8bbeb5c8712c54257f587de9a44eb853804495eaecff2ad17261304da9b9433951cbb9b17e3f35446406e4e4fe517d
 SHA512 
c791e72f05a92110037cbee7153103e47ec536994d9e86cdecb34c602839c0bf5e6e4ab4ce56d6a44c7eb4f7a555ba531df8c986e302654c624f59e2217bf10f
+DIST zipp-3.4.1.tar.gz 16545 BLAKE2B 
5ebdc4d1e932d72502866701db8b0f352aca3194890d9ed340722bb2a65c4e3be0f6bb54f49567e4fd46faaec3379d0c1d668e1a55f63bea6c57e4ef0c2f9e01
 SHA512 
2ba50109efd0ceea9eb1d57e2d839f522b5a78a8dae344d6da54b79305dd46bff23f1116f562127290152c0b100369439c17fe9dc3fb14d0b42beaa48348ebe6

diff --git a/dev-python/zipp/zipp-3.4.1.ebuild 
b/dev-python/zipp/zipp-3.4.1.ebuild
new file mode 100644
index 000..b486e084b54
--- /dev/null
+++ b/dev-python/zipp/zipp-3.4.1.ebuild
@@ -0,0 +1,40 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
+   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Skip a potentially flaky performance test
+   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
+   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
+   # by ensuring only zipp from ${BUILD_DIR} is loaded
+   pytest --ignore zipp.py -vv || die "Tests fail with ${EPYTHON}"
+}



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

2020-11-28 Thread Sam James
commit: 1634b0bea2f89ddfe774b7bc1d15414d9812ba2a
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 07:59:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 08:07:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1634b0be

dev-python/zipp: ~x64-macos keyworded

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

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

diff --git a/dev-python/zipp/zipp-3.4.0.ebuild 
b/dev-python/zipp/zipp-3.4.0.ebuild
index 4dc3ff1b933..2cb6538d95d 100644
--- a/dev-python/zipp/zipp-3.4.0.ebuild
+++ b/dev-python/zipp/zipp-3.4.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~x64-macos"
 
 BDEPEND="
dev-python/toml[${PYTHON_USEDEP}]



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

2020-11-26 Thread Michał Górny
commit: 140938dc66ee93ea9b455526ab372bebe147a9cc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 26 08:20:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 26 08:25:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140938dc

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest  |  1 -
 dev-python/zipp/zipp-3.1.0.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index b19aae7ed22..3b56349e7f1 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1 @@
-DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e
 DIST zipp-3.4.0.tar.gz 15638 BLAKE2B 
c06f68b9a23e6ba560cf7b703150e4b14d8bbeb5c8712c54257f587de9a44eb853804495eaecff2ad17261304da9b9433951cbb9b17e3f35446406e4e4fe517d
 SHA512 
c791e72f05a92110037cbee7153103e47ec536994d9e86cdecb34c602839c0bf5e6e4ab4ce56d6a44c7eb4f7a555ba531df8c986e302654c624f59e2217bf10f

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
deleted file mode 100644
index 2de7bedc518..000
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86"
-IUSE="test"
-
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Skip a potentially flaky performance test
-   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
-   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
-   distutils-r1_python_prepare_all
-}



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

2020-11-25 Thread Agostino Sarubbo
commit: da17a26487f4c9e592d1a8b92c911af91aabe255
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov 26 06:53:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov 26 06:53:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da17a264

dev-python/zipp: amd64/arm64/arm/hppa/ppc64/ppc/s390/sparc/x86 stable 
(ALLARCHES policy) wrt bug #756634

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

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

diff --git a/dev-python/zipp/zipp-3.4.0.ebuild 
b/dev-python/zipp/zipp-3.4.0.ebuild
index 46fb971a3bc..4dc3ff1b933 100644
--- a/dev-python/zipp/zipp-3.4.0.ebuild
+++ b/dev-python/zipp/zipp-3.4.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86"
 
 BDEPEND="
dev-python/toml[${PYTHON_USEDEP}]



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

2020-11-02 Thread Michał Górny
commit: cc69135255ccd90af758c1390456f579e4d1cd55
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  2 10:31:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  2 10:34:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc691352

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest  |  1 -
 dev-python/zipp/zipp-3.3.2.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 9e4db1a4b6b..b19aae7ed22 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,3 +1,2 @@
 DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e
-DIST zipp-3.3.2.tar.gz 15570 BLAKE2B 
a508d22c1e938ab865e3c6495120a01f79416ac3fa31565eaa4b066b049797ee16e0850e53e0d440e135bf7605b5396cc0fc8798272b59b692d2c004682d8395
 SHA512 
ecd90625a92167c7751bbe077b63577f236b05a9946b7f4a0629488856e8b275e3c03e5daefc8b89140f43617c0f4440e2baa6d1ff982e3babe3954daadee75a
 DIST zipp-3.4.0.tar.gz 15638 BLAKE2B 
c06f68b9a23e6ba560cf7b703150e4b14d8bbeb5c8712c54257f587de9a44eb853804495eaecff2ad17261304da9b9433951cbb9b17e3f35446406e4e4fe517d
 SHA512 
c791e72f05a92110037cbee7153103e47ec536994d9e86cdecb34c602839c0bf5e6e4ab4ce56d6a44c7eb4f7a555ba531df8c986e302654c624f59e2217bf10f

diff --git a/dev-python/zipp/zipp-3.3.2.ebuild 
b/dev-python/zipp/zipp-3.3.2.ebuild
deleted file mode 100644
index 46fb971a3bc..000
--- a/dev-python/zipp/zipp-3.3.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Skip a potentially flaky performance test
-   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
-   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
-   # by ensuring only zipp from ${BUILD_DIR} is loaded
-   pytest --ignore zipp.py -vv || die "Tests fail with ${EPYTHON}"
-}



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

2020-10-25 Thread Louis Sautier
commit: d765637d8a4e61d8c9348a10102fdc3183718b16
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Oct 25 20:21:44 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Oct 25 20:21:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d765637d

dev-python/zipp: remove old

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

 dev-python/zipp/Manifest  |  1 -
 dev-python/zipp/zipp-3.3.1.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 6ccc6ae80ef..9e4db1a4b6b 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,4 +1,3 @@
 DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e
-DIST zipp-3.3.1.tar.gz 17336 BLAKE2B 
a71e4a059f5c1f3d7a91032f48686aeda64b5bdd83da45fadc24d6662d03944e3ac9484a1a1ec345baf9ebc4f64b73bf4d880fcdda46e23a17291b6e06a7a72e
 SHA512 
0504e42b09148e5db45d8368e5a9d7b857474d81d18561342cac3306e26944df291c2961114b568940ef003387461ac55b673ae21b2f5e5820194119173fd732
 DIST zipp-3.3.2.tar.gz 15570 BLAKE2B 
a508d22c1e938ab865e3c6495120a01f79416ac3fa31565eaa4b066b049797ee16e0850e53e0d440e135bf7605b5396cc0fc8798272b59b692d2c004682d8395
 SHA512 
ecd90625a92167c7751bbe077b63577f236b05a9946b7f4a0629488856e8b275e3c03e5daefc8b89140f43617c0f4440e2baa6d1ff982e3babe3954daadee75a
 DIST zipp-3.4.0.tar.gz 15638 BLAKE2B 
c06f68b9a23e6ba560cf7b703150e4b14d8bbeb5c8712c54257f587de9a44eb853804495eaecff2ad17261304da9b9433951cbb9b17e3f35446406e4e4fe517d
 SHA512 
c791e72f05a92110037cbee7153103e47ec536994d9e86cdecb34c602839c0bf5e6e4ab4ce56d6a44c7eb4f7a555ba531df8c986e302654c624f59e2217bf10f

diff --git a/dev-python/zipp/zipp-3.3.1.ebuild 
b/dev-python/zipp/zipp-3.3.1.ebuild
deleted file mode 100644
index 46fb971a3bc..000
--- a/dev-python/zipp/zipp-3.3.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Skip a potentially flaky performance test
-   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
-   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
-   # by ensuring only zipp from ${BUILD_DIR} is loaded
-   pytest --ignore zipp.py -vv || die "Tests fail with ${EPYTHON}"
-}



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

2020-10-25 Thread Louis Sautier
commit: 08c8a438bc81f427b3a10ed48f46496ccb93874e
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Oct 25 20:20:53 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Oct 25 20:20:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c8a438

dev-python/zipp: bump to 3.4.0

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.4.0.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index fa7faf862b6..6ccc6ae80ef 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,3 +1,4 @@
 DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e
 DIST zipp-3.3.1.tar.gz 17336 BLAKE2B 
a71e4a059f5c1f3d7a91032f48686aeda64b5bdd83da45fadc24d6662d03944e3ac9484a1a1ec345baf9ebc4f64b73bf4d880fcdda46e23a17291b6e06a7a72e
 SHA512 
0504e42b09148e5db45d8368e5a9d7b857474d81d18561342cac3306e26944df291c2961114b568940ef003387461ac55b673ae21b2f5e5820194119173fd732
 DIST zipp-3.3.2.tar.gz 15570 BLAKE2B 
a508d22c1e938ab865e3c6495120a01f79416ac3fa31565eaa4b066b049797ee16e0850e53e0d440e135bf7605b5396cc0fc8798272b59b692d2c004682d8395
 SHA512 
ecd90625a92167c7751bbe077b63577f236b05a9946b7f4a0629488856e8b275e3c03e5daefc8b89140f43617c0f4440e2baa6d1ff982e3babe3954daadee75a
+DIST zipp-3.4.0.tar.gz 15638 BLAKE2B 
c06f68b9a23e6ba560cf7b703150e4b14d8bbeb5c8712c54257f587de9a44eb853804495eaecff2ad17261304da9b9433951cbb9b17e3f35446406e4e4fe517d
 SHA512 
c791e72f05a92110037cbee7153103e47ec536994d9e86cdecb34c602839c0bf5e6e4ab4ce56d6a44c7eb4f7a555ba531df8c986e302654c624f59e2217bf10f

diff --git a/dev-python/zipp/zipp-3.4.0.ebuild 
b/dev-python/zipp/zipp-3.4.0.ebuild
new file mode 100644
index 000..46fb971a3bc
--- /dev/null
+++ b/dev-python/zipp/zipp-3.4.0.ebuild
@@ -0,0 +1,40 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
+   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Skip a potentially flaky performance test
+   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
+   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
+   # by ensuring only zipp from ${BUILD_DIR} is loaded
+   pytest --ignore zipp.py -vv || die "Tests fail with ${EPYTHON}"
+}



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

2020-10-24 Thread Louis Sautier
commit: 5e32421ea0eed110e4a94c343720d2b1eeb43c80
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Oct 24 18:57:25 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Oct 24 18:57:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e32421e

dev-python/zipp: remove old

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

 dev-python/zipp/Manifest  |  1 -
 dev-python/zipp/zipp-3.3.0.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 0b6cb15cd4b..fa7faf862b6 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,4 +1,3 @@
 DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e
-DIST zipp-3.3.0.tar.gz 16796 BLAKE2B 
4d6acbca82e7da97f0634a47306d157fc3bc9cd37875c95fa449cd08ac7c9ad266c43cfeec373a6d866fc21ccb7ced9049552cc9cc816e471bbe5f7ffd43a4df
 SHA512 
af43451d908dca5971625dade20fa8038713a2c4d2c3ddb1690199832d44b8515124276193bb514883cfba70b32360b450a64a2ed1d8537dc71f243ef57e9d92
 DIST zipp-3.3.1.tar.gz 17336 BLAKE2B 
a71e4a059f5c1f3d7a91032f48686aeda64b5bdd83da45fadc24d6662d03944e3ac9484a1a1ec345baf9ebc4f64b73bf4d880fcdda46e23a17291b6e06a7a72e
 SHA512 
0504e42b09148e5db45d8368e5a9d7b857474d81d18561342cac3306e26944df291c2961114b568940ef003387461ac55b673ae21b2f5e5820194119173fd732
 DIST zipp-3.3.2.tar.gz 15570 BLAKE2B 
a508d22c1e938ab865e3c6495120a01f79416ac3fa31565eaa4b066b049797ee16e0850e53e0d440e135bf7605b5396cc0fc8798272b59b692d2c004682d8395
 SHA512 
ecd90625a92167c7751bbe077b63577f236b05a9946b7f4a0629488856e8b275e3c03e5daefc8b89140f43617c0f4440e2baa6d1ff982e3babe3954daadee75a

diff --git a/dev-python/zipp/zipp-3.3.0.ebuild 
b/dev-python/zipp/zipp-3.3.0.ebuild
deleted file mode 100644
index 46fb971a3bc..000
--- a/dev-python/zipp/zipp-3.3.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Skip a potentially flaky performance test
-   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
-   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
-   # by ensuring only zipp from ${BUILD_DIR} is loaded
-   pytest --ignore zipp.py -vv || die "Tests fail with ${EPYTHON}"
-}



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

2020-10-24 Thread Louis Sautier
commit: 59b65f4d64d544486cb09b2edfb5b4feadfafc35
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Oct 24 18:55:51 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Oct 24 18:55:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b65f4d

dev-python/zipp: bump to 3.3.2

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.3.2.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 069f2fc3b8b..0b6cb15cd4b 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,3 +1,4 @@
 DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e
 DIST zipp-3.3.0.tar.gz 16796 BLAKE2B 
4d6acbca82e7da97f0634a47306d157fc3bc9cd37875c95fa449cd08ac7c9ad266c43cfeec373a6d866fc21ccb7ced9049552cc9cc816e471bbe5f7ffd43a4df
 SHA512 
af43451d908dca5971625dade20fa8038713a2c4d2c3ddb1690199832d44b8515124276193bb514883cfba70b32360b450a64a2ed1d8537dc71f243ef57e9d92
 DIST zipp-3.3.1.tar.gz 17336 BLAKE2B 
a71e4a059f5c1f3d7a91032f48686aeda64b5bdd83da45fadc24d6662d03944e3ac9484a1a1ec345baf9ebc4f64b73bf4d880fcdda46e23a17291b6e06a7a72e
 SHA512 
0504e42b09148e5db45d8368e5a9d7b857474d81d18561342cac3306e26944df291c2961114b568940ef003387461ac55b673ae21b2f5e5820194119173fd732
+DIST zipp-3.3.2.tar.gz 15570 BLAKE2B 
a508d22c1e938ab865e3c6495120a01f79416ac3fa31565eaa4b066b049797ee16e0850e53e0d440e135bf7605b5396cc0fc8798272b59b692d2c004682d8395
 SHA512 
ecd90625a92167c7751bbe077b63577f236b05a9946b7f4a0629488856e8b275e3c03e5daefc8b89140f43617c0f4440e2baa6d1ff982e3babe3954daadee75a

diff --git a/dev-python/zipp/zipp-3.3.2.ebuild 
b/dev-python/zipp/zipp-3.3.2.ebuild
new file mode 100644
index 000..46fb971a3bc
--- /dev/null
+++ b/dev-python/zipp/zipp-3.3.2.ebuild
@@ -0,0 +1,40 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
+   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Skip a potentially flaky performance test
+   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
+   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
+   # by ensuring only zipp from ${BUILD_DIR} is loaded
+   pytest --ignore zipp.py -vv || die "Tests fail with ${EPYTHON}"
+}



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

2020-10-16 Thread Louis Sautier
commit: 6ee4d934b9f19f5c16baf92d2dfad4cf7c711926
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Oct 16 17:34:41 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Oct 16 17:37:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee4d934

dev-python/zipp: bump to 3.3.1

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.3.1.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index b5608260e3d..d7db686aa8c 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,3 +1,4 @@
 DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e
 DIST zipp-3.2.0.tar.gz 16238 BLAKE2B 
d74781639c714342863a0532ac8bbfc4d8cdcd554b9ce2b0edf83dc26ac423231ac85323379b4923308f2319c828aca2e0bcd4bd136845e7026b09e1e16e108e
 SHA512 
fc0c8a9f1fbbcdd0f70c536e7498605e0a338dd99abd65f16b360cb16f96c7860d422ce2b55f7b2c1bfd7e5c5b5ca3bf818a48bae19bfbf190d91d4778aed31a
 DIST zipp-3.3.0.tar.gz 16796 BLAKE2B 
4d6acbca82e7da97f0634a47306d157fc3bc9cd37875c95fa449cd08ac7c9ad266c43cfeec373a6d866fc21ccb7ced9049552cc9cc816e471bbe5f7ffd43a4df
 SHA512 
af43451d908dca5971625dade20fa8038713a2c4d2c3ddb1690199832d44b8515124276193bb514883cfba70b32360b450a64a2ed1d8537dc71f243ef57e9d92
+DIST zipp-3.3.1.tar.gz 17336 BLAKE2B 
a71e4a059f5c1f3d7a91032f48686aeda64b5bdd83da45fadc24d6662d03944e3ac9484a1a1ec345baf9ebc4f64b73bf4d880fcdda46e23a17291b6e06a7a72e
 SHA512 
0504e42b09148e5db45d8368e5a9d7b857474d81d18561342cac3306e26944df291c2961114b568940ef003387461ac55b673ae21b2f5e5820194119173fd732

diff --git a/dev-python/zipp/zipp-3.3.1.ebuild 
b/dev-python/zipp/zipp-3.3.1.ebuild
new file mode 100644
index 000..46fb971a3bc
--- /dev/null
+++ b/dev-python/zipp/zipp-3.3.1.ebuild
@@ -0,0 +1,40 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
+   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Skip a potentially flaky performance test
+   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
+   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
+   # by ensuring only zipp from ${BUILD_DIR} is loaded
+   pytest --ignore zipp.py -vv || die "Tests fail with ${EPYTHON}"
+}



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

2020-10-16 Thread Louis Sautier
commit: 097fba9c889086eed80817cc209b227954796f64
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Oct 16 17:35:28 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Oct 16 17:37:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097fba9c

dev-python/zipp: remove old

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

 dev-python/zipp/Manifest  |  1 -
 dev-python/zipp/zipp-3.2.0.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index d7db686aa8c..069f2fc3b8b 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,4 +1,3 @@
 DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e
-DIST zipp-3.2.0.tar.gz 16238 BLAKE2B 
d74781639c714342863a0532ac8bbfc4d8cdcd554b9ce2b0edf83dc26ac423231ac85323379b4923308f2319c828aca2e0bcd4bd136845e7026b09e1e16e108e
 SHA512 
fc0c8a9f1fbbcdd0f70c536e7498605e0a338dd99abd65f16b360cb16f96c7860d422ce2b55f7b2c1bfd7e5c5b5ca3bf818a48bae19bfbf190d91d4778aed31a
 DIST zipp-3.3.0.tar.gz 16796 BLAKE2B 
4d6acbca82e7da97f0634a47306d157fc3bc9cd37875c95fa449cd08ac7c9ad266c43cfeec373a6d866fc21ccb7ced9049552cc9cc816e471bbe5f7ffd43a4df
 SHA512 
af43451d908dca5971625dade20fa8038713a2c4d2c3ddb1690199832d44b8515124276193bb514883cfba70b32360b450a64a2ed1d8537dc71f243ef57e9d92
 DIST zipp-3.3.1.tar.gz 17336 BLAKE2B 
a71e4a059f5c1f3d7a91032f48686aeda64b5bdd83da45fadc24d6662d03944e3ac9484a1a1ec345baf9ebc4f64b73bf4d880fcdda46e23a17291b6e06a7a72e
 SHA512 
0504e42b09148e5db45d8368e5a9d7b857474d81d18561342cac3306e26944df291c2961114b568940ef003387461ac55b673ae21b2f5e5820194119173fd732

diff --git a/dev-python/zipp/zipp-3.2.0.ebuild 
b/dev-python/zipp/zipp-3.2.0.ebuild
deleted file mode 100644
index 6d394845905..000
--- a/dev-python/zipp/zipp-3.2.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-IUSE="test"
-
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Skip a potentially flaky performance test
-   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
-   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
-   # by ensuring only zipp from ${BUILD_DIR} is loaded
-   pytest --ignore zipp.py -vv || die "Tests fail with ${EPYTHON}"
-}



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

2020-10-03 Thread Louis Sautier
commit: 814988a344a0eb0be7583259d6c317786578e80e
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Oct  3 21:39:21 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Oct  3 21:40:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814988a3

dev-python/zipp: bump to 3.3.0

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.3.0.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index b6230e3f3b6..b5608260e3d 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1,3 @@
 DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e
 DIST zipp-3.2.0.tar.gz 16238 BLAKE2B 
d74781639c714342863a0532ac8bbfc4d8cdcd554b9ce2b0edf83dc26ac423231ac85323379b4923308f2319c828aca2e0bcd4bd136845e7026b09e1e16e108e
 SHA512 
fc0c8a9f1fbbcdd0f70c536e7498605e0a338dd99abd65f16b360cb16f96c7860d422ce2b55f7b2c1bfd7e5c5b5ca3bf818a48bae19bfbf190d91d4778aed31a
+DIST zipp-3.3.0.tar.gz 16796 BLAKE2B 
4d6acbca82e7da97f0634a47306d157fc3bc9cd37875c95fa449cd08ac7c9ad266c43cfeec373a6d866fc21ccb7ced9049552cc9cc816e471bbe5f7ffd43a4df
 SHA512 
af43451d908dca5971625dade20fa8038713a2c4d2c3ddb1690199832d44b8515124276193bb514883cfba70b32360b450a64a2ed1d8537dc71f243ef57e9d92

diff --git a/dev-python/zipp/zipp-3.3.0.ebuild 
b/dev-python/zipp/zipp-3.3.0.ebuild
new file mode 100644
index 000..46fb971a3bc
--- /dev/null
+++ b/dev-python/zipp/zipp-3.3.0.ebuild
@@ -0,0 +1,40 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
+   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Skip a potentially flaky performance test
+   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
+   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
+   # by ensuring only zipp from ${BUILD_DIR} is loaded
+   pytest --ignore zipp.py -vv || die "Tests fail with ${EPYTHON}"
+}



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

2020-09-23 Thread Louis Sautier
commit: db89a0a60b43ae66dfb6b14338339c07b2ea78f3
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Sep 23 11:52:05 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Sep 23 11:52:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db89a0a6

dev-python/zipp: bump to 3.2.0

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.2.0.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 301e191fabb..b6230e3f3b6 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e
+DIST zipp-3.2.0.tar.gz 16238 BLAKE2B 
d74781639c714342863a0532ac8bbfc4d8cdcd554b9ce2b0edf83dc26ac423231ac85323379b4923308f2319c828aca2e0bcd4bd136845e7026b09e1e16e108e
 SHA512 
fc0c8a9f1fbbcdd0f70c536e7498605e0a338dd99abd65f16b360cb16f96c7860d422ce2b55f7b2c1bfd7e5c5b5ca3bf818a48bae19bfbf190d91d4778aed31a

diff --git a/dev-python/zipp/zipp-3.2.0.ebuild 
b/dev-python/zipp/zipp-3.2.0.ebuild
new file mode 100644
index 000..6d394845905
--- /dev/null
+++ b/dev-python/zipp/zipp-3.2.0.ebuild
@@ -0,0 +1,41 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="test"
+
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
+   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Skip a potentially flaky performance test
+   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
+   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # Ignoring zipp.py from ${S} avoids ImportPathMismatchError with Python 
< 3.8
+   # by ensuring only zipp from ${BUILD_DIR} is loaded
+   pytest --ignore zipp.py -vv || die "Tests fail with ${EPYTHON}"
+}



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

2020-09-21 Thread Michał Górny
commit: a248dc3b12fd872f7fb4bab7e11f31a42e965488
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 21 15:23:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 21 15:30:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a248dc3b

dev-python/zipp: Restore default DISTUTILS_USE_SETUPTOOLS

The underlying issue causing false positives has been fixed.

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

 dev-python/zipp/zipp-3.1.0.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
index ec24598fd3a..2de7bedc518 100644
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -4,8 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( pypy3 python3_{6..9} )
-# [options.entry_points] is present in setup.cfg but it is empty
-DISTUTILS_USE_SETUPTOOLS=manual
 
 inherit distutils-r1
 
@@ -19,7 +17,6 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 
~riscv s390 sparc x8
 IUSE="test"
 
 BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]
>=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )



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

2020-09-20 Thread Michał Górny
commit: b2feb29deaf2063e64bae30bc40511add5c36238
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 20 15:28:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 20 15:37:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2feb29d

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest  |  1 -
 dev-python/zipp/zipp-1.0.0.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 910433e8aca..301e191fabb 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,2 +1 @@
-DIST zipp-1.0.0.tar.gz 10821 BLAKE2B 
f5e0476cb0ca01054abc0c56f1a9581a6f537c002791c4a363238555ce9a211fe13114041374c1bfef426544545e3c654e5b0a7e0541c30b775757c43df6d756
 SHA512 
dbfadfedd30ca4cb31ac4163f367134d96e57405ef00d5f4c19c0af7a141f78487dec29a0ba94975584fcb462d22c8b536bf29c67b7e298368072e897b0e9d82
 DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e

diff --git a/dev-python/zipp/zipp-1.0.0.ebuild 
b/dev-python/zipp/zipp-1.0.0.ebuild
deleted file mode 100644
index 7b3294151af..000
--- a/dev-python/zipp/zipp-1.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6..9}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="test"
-
-RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   ${RDEPEND}
-   $(python_gen_cond_dep '
-   dev-python/contextlib2[${PYTHON_USEDEP}]
-   dev-python/pathlib2[${PYTHON_USEDEP}]
-   dev-python/unittest2[${PYTHON_USEDEP}]
-   ' pypy{,3} python{2_7,3_{5,6,7}})
-   )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   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/zipp/

2020-09-19 Thread Michał Górny
commit: 1cc4828f2cc7248cc4b5521d8d34c6119b6c08da
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 19 06:43:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 19 07:21:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc4828f

dev-python/zipp: Remove old

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

 dev-python/zipp/Manifest  |  1 -
 dev-python/zipp/zipp-2.0.1.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index e1a69bebce8..910433e8aca 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,3 +1,2 @@
 DIST zipp-1.0.0.tar.gz 10821 BLAKE2B 
f5e0476cb0ca01054abc0c56f1a9581a6f537c002791c4a363238555ce9a211fe13114041374c1bfef426544545e3c654e5b0a7e0541c30b775757c43df6d756
 SHA512 
dbfadfedd30ca4cb31ac4163f367134d96e57405ef00d5f4c19c0af7a141f78487dec29a0ba94975584fcb462d22c8b536bf29c67b7e298368072e897b0e9d82
-DIST zipp-2.0.1.tar.gz 12790 BLAKE2B 
107079d2cbe73c4d0d7053696181d99636192374eac4598a8f2007b8197c007e90ef39a56d193052d484b36247d73d5712d878ea35d222895e5b3ff21963ba13
 SHA512 
ac49f0c0aa83398ad0892932b1f067df94e2108691338c80400235053834bcbcb1a58b2b7b5807f398088a09e9d1cb591d94153a2a44ef3ef96506271d817e05
 DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e

diff --git a/dev-python/zipp/zipp-2.0.1.ebuild 
b/dev-python/zipp/zipp-2.0.1.ebuild
deleted file mode 100644
index ebac4ee566b..000
--- a/dev-python/zipp/zipp-2.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="test"
-
-RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND} )
-"
-
-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/zipp/

2020-09-18 Thread Sam James
commit: bdbadefafc5167aa0ff98bf7c820b3853726ee46
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 19 00:25:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 19 00:25:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbadefa

dev-python/zipp: Stabilize 3.1.0 ALLARCHES, #720662

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

 dev-python/zipp/zipp-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
index ec2450cdb43..ec24598fd3a 100644
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86"
 IUSE="test"
 
 BDEPEND="



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

2020-09-18 Thread Sam James
commit: 906c612102e2a9f7f23a85827f6053ede9cd234a
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 19 00:16:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 19 00:16:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906c6121

dev-python/zipp: arm64 stable (bug #720662)

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

 dev-python/zipp/zipp-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
index 736fe71888a..ec2450cdb43 100644
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 IUSE="test"
 
 BDEPEND="



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

2020-09-18 Thread Sam James
commit: d0781bc7b54af8bdda53ce9b0b5ef98202d63e78
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 19 00:05:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 19 00:05:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0781bc7

dev-python/zipp: Stabilize 2.0.1 ALLARCHES, #714578

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

 dev-python/zipp/zipp-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-2.0.1.ebuild 
b/dev-python/zipp/zipp-2.0.1.ebuild
index ffa8b87599a..ebac4ee566b 100644
--- a/dev-python/zipp/zipp-2.0.1.ebuild
+++ b/dev-python/zipp/zipp-2.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]"



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

2020-09-12 Thread Michał Górny
commit: 9da76417e849777e4aa77ac75476dfd2ae74f788
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 12 22:12:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 12 22:58:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da76417

dev-python/zipp: Enable py3.9

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

 dev-python/zipp/zipp-1.0.0.ebuild | 4 ++--
 dev-python/zipp/zipp-3.1.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/zipp/zipp-1.0.0.ebuild 
b/dev-python/zipp/zipp-1.0.0.ebuild
index c84afd3ef58..7b3294151af 100644
--- a/dev-python/zipp/zipp-1.0.0.ebuild
+++ b/dev-python/zipp/zipp-1.0.0.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6..9}} )
 
 inherit distutils-r1
 
@@ -18,7 +19,6 @@ IUSE="test"
 
 RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]"
 BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${RDEPEND}
$(python_gen_cond_dep '

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
index 376bf2af070..736fe71888a 100644
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6..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/zipp/

2020-05-15 Thread Sergei Trofimovich
commit: 2f2d1ec640d368a799ac7526f5f1264a9b36b3a9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 15 16:41:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 15 17:33:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2d1ec6

dev-python/zipp: stable 3.1.0 for hppa, bug #720662

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

 dev-python/zipp/zipp-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
index 4c940d4244d..f95016aff4e 100644
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 
 BDEPEND="



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

2020-05-14 Thread Agostino Sarubbo
commit: a270baec371e3c628e8dec35038c9b8eea7716b5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 14 08:03:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 14 08:03:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a270baec

dev-python/zipp: x86 stable wrt bug #720662

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

 dev-python/zipp/zipp-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
index 3c56ad574e1..4c940d4244d 100644
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 
 BDEPEND="



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

2020-05-13 Thread Agostino Sarubbo
commit: 1df99c3bcea3a5e6879f17dfe91574b27bdd765b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 13 17:14:31 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 13 17:14:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df99c3b

dev-python/zipp: ppc64 stable wrt bug #720662

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

 dev-python/zipp/zipp-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
index 37dde7da847..3c56ad574e1 100644
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
 IUSE="test"
 
 BDEPEND="



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

2020-05-13 Thread Agostino Sarubbo
commit: 7782be1d5c63f87f318eccad7b770273836513b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 13 17:12:19 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 13 17:12:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7782be1d

dev-python/zipp: ppc stable wrt bug #720662

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

 dev-python/zipp/zipp-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
index 790df3b5b94..37dde7da847 100644
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
~x86"
 IUSE="test"
 
 BDEPEND="



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

2020-05-13 Thread Agostino Sarubbo
commit: 94e1664241be80a100a50f898908ce2ec6722dcb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 13 17:11:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 13 17:11:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e16642

dev-python/zipp: arm stable wrt bug #720662

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

 dev-python/zipp/zipp-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
index 1f5f285f464..790df3b5b94 100644
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86"
 IUSE="test"
 
 BDEPEND="



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

2020-05-13 Thread Agostino Sarubbo
commit: 7d57e432e7f0fb8a475433e6684f00c1de1ab304
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 13 14:51:11 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 13 14:51:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d57e432

dev-python/zipp: amd64 stable wrt bug #720662

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

 dev-python/zipp/zipp-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
index c993d353685..1f5f285f464 100644
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86"
 IUSE="test"
 
 BDEPEND="



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

2020-05-13 Thread Agostino Sarubbo
commit: c6ca43777fbaa9707aebd737354e9f8a961c543e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 13 13:18:44 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 13 13:18:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ca4377

dev-python/zipp: sparc stable wrt bug #720662

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

 dev-python/zipp/zipp-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
index 742ed8bf9ca..c993d353685 100644
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86"
 IUSE="test"
 
 BDEPEND="



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

2020-05-11 Thread Mart Raudsepp
commit: 2ccaf59d085aa5301d2989cae8e8914003f57789
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon May 11 15:26:24 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May 11 15:34:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ccaf59d

dev-python/zipp: arm64 stable (bug #714578)

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/zipp/zipp-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-2.0.1.ebuild 
b/dev-python/zipp/zipp-2.0.1.ebuild
index 91052cdf13a..ffa8b87599a 100644
--- a/dev-python/zipp/zipp-2.0.1.ebuild
+++ b/dev-python/zipp/zipp-2.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]"



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

2020-03-29 Thread Michał Górny
commit: 186836294436d6ecfc90ded0ea302b41061bb956
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 12:14:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 12:20:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18683629

dev-python/zipp: Remove redundant versions

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

 dev-python/zipp/Manifest  |  1 -
 dev-python/zipp/zipp-3.0.0.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index afbfda7b4b8..e1a69bebce8 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,4 +1,3 @@
 DIST zipp-1.0.0.tar.gz 10821 BLAKE2B 
f5e0476cb0ca01054abc0c56f1a9581a6f537c002791c4a363238555ce9a211fe13114041374c1bfef426544545e3c654e5b0a7e0541c30b775757c43df6d756
 SHA512 
dbfadfedd30ca4cb31ac4163f367134d96e57405ef00d5f4c19c0af7a141f78487dec29a0ba94975584fcb462d22c8b536bf29c67b7e298368072e897b0e9d82
 DIST zipp-2.0.1.tar.gz 12790 BLAKE2B 
107079d2cbe73c4d0d7053696181d99636192374eac4598a8f2007b8197c007e90ef39a56d193052d484b36247d73d5712d878ea35d222895e5b3ff21963ba13
 SHA512 
ac49f0c0aa83398ad0892932b1f067df94e2108691338c80400235053834bcbcb1a58b2b7b5807f398088a09e9d1cb591d94153a2a44ef3ef96506271d817e05
-DIST zipp-3.0.0.tar.gz 14501 BLAKE2B 
c0dc7534a3b1dd59e9f275e2dda95119061b26b0426964b7f01ef6721db108255e2ca9734097380e87d19449284d9335405357650f0a69edb87dff1e2223bbe2
 SHA512 
16ea46ee456416333ab4d25ae0d6099fa30eb93ad9a3485504ac3448c8669dc6020e0ec19830b8204af8ba6851e8336827d238c87cc389e4f2b40345c2877ff2
 DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e

diff --git a/dev-python/zipp/zipp-3.0.0.ebuild 
b/dev-python/zipp/zipp-3.0.0.ebuild
deleted file mode 100644
index c3effeb47ea..000
--- a/dev-python/zipp/zipp-3.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="test"
-
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Skip a potentially flaky performance test
-   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
-   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
-   distutils-r1_python_prepare_all
-}



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

2020-03-29 Thread Michał Górny
commit: 790e7fd81f590ad245b8b9e9b3073cb7ab343966
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 12:13:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 12:13:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790e7fd8

dev-python/zipp: Mark ALLARCHES

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

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

diff --git a/dev-python/zipp/metadata.xml b/dev-python/zipp/metadata.xml
index a0ceea39a38..b8f93196db5 100644
--- a/dev-python/zipp/metadata.xml
+++ b/dev-python/zipp/metadata.xml
@@ -9,6 +9,7 @@
pyt...@gentoo.org
Python

+   

zipp
jaraco/zipp



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

2020-03-26 Thread Agostino Sarubbo
commit: b0ae17cb89f1559d77f4219a5f14db548f2ba80e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 26 08:28:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 26 08:28:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ae17cb

dev-python/zipp: ia64 stable wrt bug #714578

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/zipp/zipp-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-2.0.1.ebuild 
b/dev-python/zipp/zipp-2.0.1.ebuild
index 91052cdf13a..c87a160aa14 100644
--- a/dev-python/zipp/zipp-2.0.1.ebuild
+++ b/dev-python/zipp/zipp-2.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]"



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

2020-03-25 Thread Agostino Sarubbo
commit: 05e80372716638ef464f3545b7adf721729f9872
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 17:43:43 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 17:43:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e80372

dev-python/zipp: x86 stable wrt bug #714578

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

 dev-python/zipp/zipp-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-2.0.1.ebuild 
b/dev-python/zipp/zipp-2.0.1.ebuild
index e7f0418aaed..91052cdf13a 100644
--- a/dev-python/zipp/zipp-2.0.1.ebuild
+++ b/dev-python/zipp/zipp-2.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]"



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

2020-03-25 Thread Agostino Sarubbo
commit: ab3ae13ccec96755927bbbdaec9ef10ada387f4e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 16:13:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 16:13:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3ae13c

dev-python/zipp: ppc64 stable wrt bug #714578

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/zipp/zipp-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-2.0.1.ebuild 
b/dev-python/zipp/zipp-2.0.1.ebuild
index dbd8e4d844b..e7f0418aaed 100644
--- a/dev-python/zipp/zipp-2.0.1.ebuild
+++ b/dev-python/zipp/zipp-2.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc ~x86"
 IUSE="test"
 
 RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]"



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

2020-03-25 Thread Agostino Sarubbo
commit: 237b2123a944a791ad4f96035ec337f20ed04c92
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 15:25:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 15:25:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237b2123

dev-python/zipp: amd64 stable wrt bug #714578

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/zipp/zipp-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-2.0.1.ebuild 
b/dev-python/zipp/zipp-2.0.1.ebuild
index 459ce235a65..dbd8e4d844b 100644
--- a/dev-python/zipp/zipp-2.0.1.ebuild
+++ b/dev-python/zipp/zipp-2.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc ~x86"
 IUSE="test"
 
 RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]"



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

2020-03-25 Thread Agostino Sarubbo
commit: 1490763035662c686026d4cabbb816ba6317620b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 15:24:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 15:24:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14907630

dev-python/zipp: ppc stable wrt bug #714578

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/zipp/zipp-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-2.0.1.ebuild 
b/dev-python/zipp/zipp-2.0.1.ebuild
index 6d6221b74a0..459ce235a65 100644
--- a/dev-python/zipp/zipp-2.0.1.ebuild
+++ b/dev-python/zipp/zipp-2.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc 
~x86"
 IUSE="test"
 
 RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]"



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

2020-03-25 Thread Agostino Sarubbo
commit: f2ca5b38d1a3e4e5e3669da1de9055b34d76d371
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 15:23:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 15:23:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ca5b38

dev-python/zipp: arm stable wrt bug #714578

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/zipp/zipp-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-2.0.1.ebuild 
b/dev-python/zipp/zipp-2.0.1.ebuild
index 3b29810248b..6d6221b74a0 100644
--- a/dev-python/zipp/zipp-2.0.1.ebuild
+++ b/dev-python/zipp/zipp-2.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc 
~x86"
 IUSE="test"
 
 RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]"



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

2020-03-25 Thread Agostino Sarubbo
commit: f8a51f653fe58126dc2e862e5869fe9a0d7811a9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 13:50:24 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 13:50:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a51f65

dev-python/zipp: sparc stable wrt bug #714578

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/zipp/zipp-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-2.0.1.ebuild 
b/dev-python/zipp/zipp-2.0.1.ebuild
index 29dec4bb32c..3b29810248b 100644
--- a/dev-python/zipp/zipp-2.0.1.ebuild
+++ b/dev-python/zipp/zipp-2.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc 
~x86"
 IUSE="test"
 
 RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]"



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

2020-03-25 Thread Agostino Sarubbo
commit: 5c66dcc3ec6e6f6ef0dbf05b2c7dbabafa943584
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 13:37:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 13:37:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c66dcc3

dev-python/zipp: s390 stable wrt bug #714578

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/zipp/zipp-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-2.0.1.ebuild 
b/dev-python/zipp/zipp-2.0.1.ebuild
index 49ed0fc97ee..29dec4bb32c 100644
--- a/dev-python/zipp/zipp-2.0.1.ebuild
+++ b/dev-python/zipp/zipp-2.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sparc 
~x86"
 IUSE="test"
 
 RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]"



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

2020-03-15 Thread Mikle Kolyada
commit: b7318da9f1b7a0211f02239968a2be4b6fdc99e8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 15 12:20:40 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 15 12:20:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7318da9

dev-python/zipp: Add ~arm keyword wrt bug #706642

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

 dev-python/zipp/zipp-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
index c3effeb47ea..742ed8bf9ca 100644
--- a/dev-python/zipp/zipp-3.1.0.ebuild
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE="test"
 
 BDEPEND="



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

2020-03-09 Thread Louis Sautier
commit: 85a3dff5e71fc196c4755da1d6500833f6d8cd03
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Mar  9 11:39:35 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Mar  9 11:39:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a3dff5

dev-python/zipp: remove old

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

 dev-python/zipp/Manifest  |  1 -
 dev-python/zipp/zipp-2.2.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 266cb68c597..afbfda7b4b8 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1,5 +1,4 @@
 DIST zipp-1.0.0.tar.gz 10821 BLAKE2B 
f5e0476cb0ca01054abc0c56f1a9581a6f537c002791c4a363238555ce9a211fe13114041374c1bfef426544545e3c654e5b0a7e0541c30b775757c43df6d756
 SHA512 
dbfadfedd30ca4cb31ac4163f367134d96e57405ef00d5f4c19c0af7a141f78487dec29a0ba94975584fcb462d22c8b536bf29c67b7e298368072e897b0e9d82
 DIST zipp-2.0.1.tar.gz 12790 BLAKE2B 
107079d2cbe73c4d0d7053696181d99636192374eac4598a8f2007b8197c007e90ef39a56d193052d484b36247d73d5712d878ea35d222895e5b3ff21963ba13
 SHA512 
ac49f0c0aa83398ad0892932b1f067df94e2108691338c80400235053834bcbcb1a58b2b7b5807f398088a09e9d1cb591d94153a2a44ef3ef96506271d817e05
-DIST zipp-2.2.0.tar.gz 13850 BLAKE2B 
22596eb8428358c70c2ef233a30121c89f327b38941b9b688bf99de4eef1d5748eb6184c5b954cd70d192ee6987966ca487785bdd93e18a0e42d914ae7c96c84
 SHA512 
33e715d65df93cd9343a663f93e3cb5d120d4bb5ca2cdcabd78e6c19199554351618b685f7b2146f722a4924a9681f94ca129fbb2df37fb0f44358da507828cb
 DIST zipp-3.0.0.tar.gz 14501 BLAKE2B 
c0dc7534a3b1dd59e9f275e2dda95119061b26b0426964b7f01ef6721db108255e2ca9734097380e87d19449284d9335405357650f0a69edb87dff1e2223bbe2
 SHA512 
16ea46ee456416333ab4d25ae0d6099fa30eb93ad9a3485504ac3448c8669dc6020e0ec19830b8204af8ba6851e8336827d238c87cc389e4f2b40345c2877ff2
 DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e

diff --git a/dev-python/zipp/zipp-2.2.0.ebuild 
b/dev-python/zipp/zipp-2.2.0.ebuild
deleted file mode 100644
index e49c6c90fb8..000
--- a/dev-python/zipp/zipp-2.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
-
-DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE="https://github.com/jaraco/zipp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="test"
-
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
-   test? ( dev-python/jaraco-itertools[${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/zipp/

2020-03-09 Thread Louis Sautier
commit: 62d397f8c701ea3d01d4fdf1d4d2d32107aab230
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Mar  9 11:30:27 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Mar  9 11:30:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d397f8

dev-python/zipp: bump to 3.1.0

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.1.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index eb9f5f211b4..266cb68c597 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -2,3 +2,4 @@ DIST zipp-1.0.0.tar.gz 10821 BLAKE2B 
f5e0476cb0ca01054abc0c56f1a9581a6f537c00279
 DIST zipp-2.0.1.tar.gz 12790 BLAKE2B 
107079d2cbe73c4d0d7053696181d99636192374eac4598a8f2007b8197c007e90ef39a56d193052d484b36247d73d5712d878ea35d222895e5b3ff21963ba13
 SHA512 
ac49f0c0aa83398ad0892932b1f067df94e2108691338c80400235053834bcbcb1a58b2b7b5807f398088a09e9d1cb591d94153a2a44ef3ef96506271d817e05
 DIST zipp-2.2.0.tar.gz 13850 BLAKE2B 
22596eb8428358c70c2ef233a30121c89f327b38941b9b688bf99de4eef1d5748eb6184c5b954cd70d192ee6987966ca487785bdd93e18a0e42d914ae7c96c84
 SHA512 
33e715d65df93cd9343a663f93e3cb5d120d4bb5ca2cdcabd78e6c19199554351618b685f7b2146f722a4924a9681f94ca129fbb2df37fb0f44358da507828cb
 DIST zipp-3.0.0.tar.gz 14501 BLAKE2B 
c0dc7534a3b1dd59e9f275e2dda95119061b26b0426964b7f01ef6721db108255e2ca9734097380e87d19449284d9335405357650f0a69edb87dff1e2223bbe2
 SHA512 
16ea46ee456416333ab4d25ae0d6099fa30eb93ad9a3485504ac3448c8669dc6020e0ec19830b8204af8ba6851e8336827d238c87cc389e4f2b40345c2877ff2
+DIST zipp-3.1.0.tar.gz 14808 BLAKE2B 
fb5524c2619e51c5f8c1b85fa819d1001e6296df6c9d5320c6ab3ec88fa5c932c139161e621d51b2827ef40402bb2492b8b08e470b7333e847495ec690024879
 SHA512 
bb8dea71eccc4f3b18fc816dae700582c3feb72f346e115bb2d1adc336f121304a285e4d5dad48d15b386b9e137c6e1d1793ef50d22b6bd697812a661817684e

diff --git a/dev-python/zipp/zipp-3.1.0.ebuild 
b/dev-python/zipp/zipp-3.1.0.ebuild
new file mode 100644
index 000..c3effeb47ea
--- /dev/null
+++ b/dev-python/zipp/zipp-3.1.0.ebuild
@@ -0,0 +1,38 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="test"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
+   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Skip a potentially flaky performance test
+   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
+   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
+   distutils-r1_python_prepare_all
+}



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

2020-03-02 Thread Matt Turner
commit: db7995bb32abfc056d85a3df2426a8c8623b4f57
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar  3 07:21:51 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar  3 07:22:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7995bb

dev-python/zipp-3.0.0: add ~alpha, bug 706642

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/zipp/zipp-3.0.0.ebuild 
b/dev-python/zipp/zipp-3.0.0.ebuild
index be47ab9ecb1..c3effeb47ea 100644
--- a/dev-python/zipp/zipp-3.0.0.ebuild
+++ b/dev-python/zipp/zipp-3.0.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 
 BDEPEND="



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

2020-02-27 Thread Louis Sautier
commit: 2d3f541993feda5149de87639b09d2eac5f2b6fc
Author: Louis Sautier  gentoo  org>
AuthorDate: Thu Feb 27 23:11:01 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Thu Feb 27 23:19:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3f5419

dev-python/zipp: bump to 3.0.0

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

 dev-python/zipp/Manifest  |  1 +
 dev-python/zipp/zipp-3.0.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 49050e0ed31..15f4486fc77 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -2,3 +2,4 @@ DIST zipp-1.0.0.tar.gz 10821 BLAKE2B 
f5e0476cb0ca01054abc0c56f1a9581a6f537c00279
 DIST zipp-2.0.1.tar.gz 12790 BLAKE2B 
107079d2cbe73c4d0d7053696181d99636192374eac4598a8f2007b8197c007e90ef39a56d193052d484b36247d73d5712d878ea35d222895e5b3ff21963ba13
 SHA512 
ac49f0c0aa83398ad0892932b1f067df94e2108691338c80400235053834bcbcb1a58b2b7b5807f398088a09e9d1cb591d94153a2a44ef3ef96506271d817e05
 DIST zipp-2.1.0.tar.gz 13758 BLAKE2B 
1e1c0e0a7d6b7116c12c8f2af8ba9e807d203920450e1673fc0137ba4f47390ae5fd9c677876b582ed2c91cf33677913ada5fedf20f7c8cdd48c38646d3a4afd
 SHA512 
24829aea6f76bf277e2bef9f039f253d5f7cae5830ca7fb0ad9140ba48ad02bb5848b0f5eccb5e72c5282da1f8e18083b98868aea2ca4f7a41d478a03d012235
 DIST zipp-2.2.0.tar.gz 13850 BLAKE2B 
22596eb8428358c70c2ef233a30121c89f327b38941b9b688bf99de4eef1d5748eb6184c5b954cd70d192ee6987966ca487785bdd93e18a0e42d914ae7c96c84
 SHA512 
33e715d65df93cd9343a663f93e3cb5d120d4bb5ca2cdcabd78e6c19199554351618b685f7b2146f722a4924a9681f94ca129fbb2df37fb0f44358da507828cb
+DIST zipp-3.0.0.tar.gz 14501 BLAKE2B 
c0dc7534a3b1dd59e9f275e2dda95119061b26b0426964b7f01ef6721db108255e2ca9734097380e87d19449284d9335405357650f0a69edb87dff1e2223bbe2
 SHA512 
16ea46ee456416333ab4d25ae0d6099fa30eb93ad9a3485504ac3448c8669dc6020e0ec19830b8204af8ba6851e8336827d238c87cc389e4f2b40345c2877ff2

diff --git a/dev-python/zipp/zipp-3.0.0.ebuild 
b/dev-python/zipp/zipp-3.0.0.ebuild
new file mode 100644
index 000..be47ab9ecb1
--- /dev/null
+++ b/dev-python/zipp/zipp-3.0.0.ebuild
@@ -0,0 +1,38 @@
+# 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
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="https://github.com/jaraco/zipp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="test"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.2[${PYTHON_USEDEP}]
+   test? ( dev-python/jaraco-itertools[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Skip a potentially flaky performance test
+   sed -i -e '/^import func_timeout\|^ *@func_timeout\.func_set_timeout/d' 
\
+   -e 's/test_implied_dirs_performance/_&/' test_zipp.py || die
+   distutils-r1_python_prepare_all
+}



  1   2   >