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

2024-05-11 Thread Michał Górny
commit: 282b0500615f9116bd5455b80548c9c20a60e972
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 11 16:50:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 11 17:02:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282b0500

dev-python/path: Enable py3.13

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

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

diff --git a/dev-python/path/path-16.14.0.ebuild 
b/dev-python/path/path-16.14.0.ebuild
index e5374882c3bc..7b8b21fb918e 100644
--- a/dev-python/path/path-16.14.0.ebuild
+++ b/dev-python/path/path-16.14.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2024-04-24 Thread Michał Górny
commit: 6fdf70fe87a068115ba77cdc6a92815375ed082d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 24 17:05:34 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 24 17:15:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdf70fe

dev-python/path: Remove old

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

 dev-python/path/Manifest|  1 -
 dev-python/path/path-16.12.1.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index dac72eeb6a93..222189638047 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1,2 +1 @@
-DIST path-16.12.1.tar.gz 49685 BLAKE2B 
2e2fca5db8ed82764686f4cb9a3de0ce18ce92e6e70999ffd93f13638a061cb2b3624d96f91740cba3efc9fcb8d80c37b55ab9595138e90764093901ab05c111
 SHA512 
144710438a0ed6f433094f9c27c0f9a3de02e6ee3fad337092a3b8d3c969746f330d4380924ba2ef17f99dc2757cde47115e392f6ee393bcd9f650e0f214d145
 DIST path-16.14.0.tar.gz 50076 BLAKE2B 
0046501fc05e65a211360e84cd30e312c6b1a18d482a36b8451d338cd8c87749254fc31dbe497ec55d55880dab0eae3b88ce412b2058454c0c1ad01cb180d522
 SHA512 
1b35bf06413d3f5da5fd818b2327458ef92a3bcb7e0d8108e4db113e3819f3723384650f7f9e889862bfcd2bc761f2be46932d11023f5a1dcda6bb4c51074ec0

diff --git a/dev-python/path/path-16.12.1.ebuild 
b/dev-python/path/path-16.12.1.ebuild
deleted file mode 100644
index 09894ede6758..
--- a/dev-python/path/path-16.12.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="
-   https://github.com/jaraco/path/
-   https://pypi.org/project/path/
-"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # unreliable, not really meaningful for end users
-   test_path.py::TestPerformance
-)



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

2024-04-24 Thread Sam James
commit: 9bfe80d40fe567c7d8f3393242c343568c1ccabb
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 24 15:30:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 24 15:30:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bfe80d4

dev-python/path: Stabilize 16.14.0 ALLARCHES, #930618

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

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

diff --git a/dev-python/path/path-16.14.0.ebuild 
b/dev-python/path/path-16.14.0.ebuild
index 5bb399e2402a..e5374882c3bc 100644
--- a/dev-python/path/path-16.14.0.ebuild
+++ b/dev-python/path/path-16.14.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2024-04-20 Thread Michał Górny
commit: 6398215595d2ed072bd7dc03be9a175c585c7872
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 09:51:09 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 09:51:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63982155

dev-python/path: Remove old

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

 dev-python/path/Manifest|  2 --
 dev-python/path/path-16.10.0.ebuild | 37 -
 dev-python/path/path-16.10.2.ebuild | 37 -
 3 files changed, 76 deletions(-)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index bff44a55f1a0..dac72eeb6a93 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1,4 +1,2 @@
-DIST path-16.10.0.tar.gz 49271 BLAKE2B 
36762e0b50d74b07db14ca01c6d94577f24b36c007eda58de4b63197cd91f869efbdc5ac1ceb270f1fc5e5a07c4c87f6cabd10cbac5fac74681f73451a3f73e1
 SHA512 
a5dfa964f5ffd4c2aa27733716b67437f02fd6dedc8c574bb87a9a3ac64eb60d27c3a05217aa4859293ebd96bdd17cdb1a04ea21c6ad35b7b22f05725826c057
-DIST path-16.10.2.tar.gz 49415 BLAKE2B 
3784b557bc31b17523a0fe37ebc646f932edd2427c6cae6d3544db29a689026b1e828d0d105234af10787f494ff1afce95e7935a36f01477a9434ce8994113d9
 SHA512 
df698a44b7c3f0b0dac1f5a3668c3a76f0b473921696bba2e4a66d4b7c7379bcda5938a9800a628dbaa487b6a35920266edee13ea829ee0f4cabb3ec1c30dca1
 DIST path-16.12.1.tar.gz 49685 BLAKE2B 
2e2fca5db8ed82764686f4cb9a3de0ce18ce92e6e70999ffd93f13638a061cb2b3624d96f91740cba3efc9fcb8d80c37b55ab9595138e90764093901ab05c111
 SHA512 
144710438a0ed6f433094f9c27c0f9a3de02e6ee3fad337092a3b8d3c969746f330d4380924ba2ef17f99dc2757cde47115e392f6ee393bcd9f650e0f214d145
 DIST path-16.14.0.tar.gz 50076 BLAKE2B 
0046501fc05e65a211360e84cd30e312c6b1a18d482a36b8451d338cd8c87749254fc31dbe497ec55d55880dab0eae3b88ce412b2058454c0c1ad01cb180d522
 SHA512 
1b35bf06413d3f5da5fd818b2327458ef92a3bcb7e0d8108e4db113e3819f3723384650f7f9e889862bfcd2bc761f2be46932d11023f5a1dcda6bb4c51074ec0

diff --git a/dev-python/path/path-16.10.0.ebuild 
b/dev-python/path/path-16.10.0.ebuild
deleted file mode 100644
index 09894ede6758..
--- a/dev-python/path/path-16.10.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="
-   https://github.com/jaraco/path/
-   https://pypi.org/project/path/
-"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # unreliable, not really meaningful for end users
-   test_path.py::TestPerformance
-)

diff --git a/dev-python/path/path-16.10.2.ebuild 
b/dev-python/path/path-16.10.2.ebuild
deleted file mode 100644
index 5346cd3c6d67..
--- a/dev-python/path/path-16.10.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="
-   https://github.com/jaraco/path/
-   https://pypi.org/project/path/
-"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # unreliable, not really meaningful for end users
-   test_path.py::TestPerformance
-)



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

2024-04-20 Thread Michał Górny
commit: 5d1184c5b75231a5f027161f4a237d9ff062d18b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 09:48:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 09:48:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1184c5

dev-python/path: Stabilize 16.12.1 ALLARCHES, #930319

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

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

diff --git a/dev-python/path/path-16.12.1.ebuild 
b/dev-python/path/path-16.12.1.ebuild
index 5346cd3c6d67..09894ede6758 100644
--- a/dev-python/path/path-16.12.1.ebuild
+++ b/dev-python/path/path-16.12.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2024-04-16 Thread Ben Kohler
commit: e5603c7198e9619743dbaefaca138d6e516030f0
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Apr 16 16:12:35 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Apr 16 18:07:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5603c71

dev-python/path-and-address: enable py3.12

Closes: https://bugs.gentoo.org/929478

Signed-off-by: Ben Kohler  gentoo.org>

 dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild 
b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
index a629618e9c5a..44c21d84f23c 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{9..12} )
 PYPI_NO_NORMALIZE=1
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi



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

2024-04-09 Thread Michał Górny
commit: 51fd7d107b9ddf50165838410f546edfab35ba76
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 05:28:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 06:01:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51fd7d10

dev-python/path: Bump to 16.14.0

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

 dev-python/path/Manifest|  1 +
 dev-python/path/path-16.14.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index 965d42d959b2..bff44a55f1a0 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1,3 +1,4 @@
 DIST path-16.10.0.tar.gz 49271 BLAKE2B 
36762e0b50d74b07db14ca01c6d94577f24b36c007eda58de4b63197cd91f869efbdc5ac1ceb270f1fc5e5a07c4c87f6cabd10cbac5fac74681f73451a3f73e1
 SHA512 
a5dfa964f5ffd4c2aa27733716b67437f02fd6dedc8c574bb87a9a3ac64eb60d27c3a05217aa4859293ebd96bdd17cdb1a04ea21c6ad35b7b22f05725826c057
 DIST path-16.10.2.tar.gz 49415 BLAKE2B 
3784b557bc31b17523a0fe37ebc646f932edd2427c6cae6d3544db29a689026b1e828d0d105234af10787f494ff1afce95e7935a36f01477a9434ce8994113d9
 SHA512 
df698a44b7c3f0b0dac1f5a3668c3a76f0b473921696bba2e4a66d4b7c7379bcda5938a9800a628dbaa487b6a35920266edee13ea829ee0f4cabb3ec1c30dca1
 DIST path-16.12.1.tar.gz 49685 BLAKE2B 
2e2fca5db8ed82764686f4cb9a3de0ce18ce92e6e70999ffd93f13638a061cb2b3624d96f91740cba3efc9fcb8d80c37b55ab9595138e90764093901ab05c111
 SHA512 
144710438a0ed6f433094f9c27c0f9a3de02e6ee3fad337092a3b8d3c969746f330d4380924ba2ef17f99dc2757cde47115e392f6ee393bcd9f650e0f214d145
+DIST path-16.14.0.tar.gz 50076 BLAKE2B 
0046501fc05e65a211360e84cd30e312c6b1a18d482a36b8451d338cd8c87749254fc31dbe497ec55d55880dab0eae3b88ce412b2058454c0c1ad01cb180d522
 SHA512 
1b35bf06413d3f5da5fd818b2327458ef92a3bcb7e0d8108e4db113e3819f3723384650f7f9e889862bfcd2bc761f2be46932d11023f5a1dcda6bb4c51074ec0

diff --git a/dev-python/path/path-16.14.0.ebuild 
b/dev-python/path/path-16.14.0.ebuild
new file mode 100644
index ..5bb399e2402a
--- /dev/null
+++ b/dev-python/path/path-16.14.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="
+   https://github.com/jaraco/path/
+   https://pypi.org/project/path/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # unreliable, not really meaningful for end users
+   test_path.py::TestPerformance
+)



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

2024-04-04 Thread Michał Górny
commit: 336910fcfbdd5996b48da0adb26b8aa3cbe43ee9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr  4 14:46:19 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr  4 18:08:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336910fc

dev-python/path: Bump to 16.10.2

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

 dev-python/path/Manifest|  1 +
 dev-python/path/path-16.10.2.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index 564b6f662076..50ed89409e63 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1 +1,2 @@
 DIST path-16.10.0.tar.gz 49271 BLAKE2B 
36762e0b50d74b07db14ca01c6d94577f24b36c007eda58de4b63197cd91f869efbdc5ac1ceb270f1fc5e5a07c4c87f6cabd10cbac5fac74681f73451a3f73e1
 SHA512 
a5dfa964f5ffd4c2aa27733716b67437f02fd6dedc8c574bb87a9a3ac64eb60d27c3a05217aa4859293ebd96bdd17cdb1a04ea21c6ad35b7b22f05725826c057
+DIST path-16.10.2.tar.gz 49415 BLAKE2B 
3784b557bc31b17523a0fe37ebc646f932edd2427c6cae6d3544db29a689026b1e828d0d105234af10787f494ff1afce95e7935a36f01477a9434ce8994113d9
 SHA512 
df698a44b7c3f0b0dac1f5a3668c3a76f0b473921696bba2e4a66d4b7c7379bcda5938a9800a628dbaa487b6a35920266edee13ea829ee0f4cabb3ec1c30dca1

diff --git a/dev-python/path/path-16.10.2.ebuild 
b/dev-python/path/path-16.10.2.ebuild
new file mode 100644
index ..5346cd3c6d67
--- /dev/null
+++ b/dev-python/path/path-16.10.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="
+   https://github.com/jaraco/path/
+   https://pypi.org/project/path/
+"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # unreliable, not really meaningful for end users
+   test_path.py::TestPerformance
+)



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

2024-04-04 Thread Michał Górny
commit: 0408d520a070cf35c6791874ef24bb1ac63f9b4f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr  4 14:46:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr  4 18:08:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0408d520

dev-python/path: Bump to 16.12.1

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

 dev-python/path/Manifest|  1 +
 dev-python/path/path-16.12.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index 50ed89409e63..965d42d959b2 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1,2 +1,3 @@
 DIST path-16.10.0.tar.gz 49271 BLAKE2B 
36762e0b50d74b07db14ca01c6d94577f24b36c007eda58de4b63197cd91f869efbdc5ac1ceb270f1fc5e5a07c4c87f6cabd10cbac5fac74681f73451a3f73e1
 SHA512 
a5dfa964f5ffd4c2aa27733716b67437f02fd6dedc8c574bb87a9a3ac64eb60d27c3a05217aa4859293ebd96bdd17cdb1a04ea21c6ad35b7b22f05725826c057
 DIST path-16.10.2.tar.gz 49415 BLAKE2B 
3784b557bc31b17523a0fe37ebc646f932edd2427c6cae6d3544db29a689026b1e828d0d105234af10787f494ff1afce95e7935a36f01477a9434ce8994113d9
 SHA512 
df698a44b7c3f0b0dac1f5a3668c3a76f0b473921696bba2e4a66d4b7c7379bcda5938a9800a628dbaa487b6a35920266edee13ea829ee0f4cabb3ec1c30dca1
+DIST path-16.12.1.tar.gz 49685 BLAKE2B 
2e2fca5db8ed82764686f4cb9a3de0ce18ce92e6e70999ffd93f13638a061cb2b3624d96f91740cba3efc9fcb8d80c37b55ab9595138e90764093901ab05c111
 SHA512 
144710438a0ed6f433094f9c27c0f9a3de02e6ee3fad337092a3b8d3c969746f330d4380924ba2ef17f99dc2757cde47115e392f6ee393bcd9f650e0f214d145

diff --git a/dev-python/path/path-16.12.1.ebuild 
b/dev-python/path/path-16.12.1.ebuild
new file mode 100644
index ..5346cd3c6d67
--- /dev/null
+++ b/dev-python/path/path-16.12.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="
+   https://github.com/jaraco/path/
+   https://pypi.org/project/path/
+"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # unreliable, not really meaningful for end users
+   test_path.py::TestPerformance
+)



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

2024-02-20 Thread Michał Górny
commit: 7d1e427a7f56a950e39d399a80b1a79b0ed1ff98
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 20 08:59:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 20 09:09:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1e427a

dev-python/path: Remove old

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

 dev-python/path/Manifest   |  1 -
 dev-python/path/path-16.9.0.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index 3f372545aca1..564b6f662076 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1,2 +1 @@
 DIST path-16.10.0.tar.gz 49271 BLAKE2B 
36762e0b50d74b07db14ca01c6d94577f24b36c007eda58de4b63197cd91f869efbdc5ac1ceb270f1fc5e5a07c4c87f6cabd10cbac5fac74681f73451a3f73e1
 SHA512 
a5dfa964f5ffd4c2aa27733716b67437f02fd6dedc8c574bb87a9a3ac64eb60d27c3a05217aa4859293ebd96bdd17cdb1a04ea21c6ad35b7b22f05725826c057
-DIST path-16.9.0.tar.gz 48850 BLAKE2B 
0c5edc6538cb22543dd810a535840a235b66c51415284f00338bd1e84e63847d09235e55dd3d40a71f3b02f54d18cbbf4fa1e5a0356798cee3383666a26a441c
 SHA512 
2d4c8e3923bc712c7901328a0406ce05c6c157664dfacb5a563a1b214ce561215398b31494865c99a77ed09c3ef63bb04a36d57a60e7c0e3dea05b1dacfdecf7

diff --git a/dev-python/path/path-16.9.0.ebuild 
b/dev-python/path/path-16.9.0.ebuild
deleted file mode 100644
index fc38708e9794..
--- a/dev-python/path/path-16.9.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="
-   https://github.com/jaraco/path/
-   https://pypi.org/project/path/
-"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # unreliable, not really meaningful for end users
-   test_path.py::TestPerformance
-)



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

2024-02-19 Thread Sam James
commit: c94656a2aaca2b77476015e36e8b373ce87ac641
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 20 07:45:20 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 20 07:45:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94656a2

dev-python/path: Stabilize 16.10.0 ALLARCHES, #925059

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

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

diff --git a/dev-python/path/path-16.10.0.ebuild 
b/dev-python/path/path-16.10.0.ebuild
index 5346cd3c6d67..09894ede6758 100644
--- a/dev-python/path/path-16.10.0.ebuild
+++ b/dev-python/path/path-16.10.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2024-02-04 Thread Michał Górny
commit: 8a2fee9e26fc785e3b8c735012abdbebb2f67d09
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  5 03:39:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  5 03:47:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2fee9e

dev-python/path: Bump to 16.10.0

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

 dev-python/path/Manifest|  1 +
 dev-python/path/path-16.10.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index 0737215de8da..3f372545aca1 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1 +1,2 @@
+DIST path-16.10.0.tar.gz 49271 BLAKE2B 
36762e0b50d74b07db14ca01c6d94577f24b36c007eda58de4b63197cd91f869efbdc5ac1ceb270f1fc5e5a07c4c87f6cabd10cbac5fac74681f73451a3f73e1
 SHA512 
a5dfa964f5ffd4c2aa27733716b67437f02fd6dedc8c574bb87a9a3ac64eb60d27c3a05217aa4859293ebd96bdd17cdb1a04ea21c6ad35b7b22f05725826c057
 DIST path-16.9.0.tar.gz 48850 BLAKE2B 
0c5edc6538cb22543dd810a535840a235b66c51415284f00338bd1e84e63847d09235e55dd3d40a71f3b02f54d18cbbf4fa1e5a0356798cee3383666a26a441c
 SHA512 
2d4c8e3923bc712c7901328a0406ce05c6c157664dfacb5a563a1b214ce561215398b31494865c99a77ed09c3ef63bb04a36d57a60e7c0e3dea05b1dacfdecf7

diff --git a/dev-python/path/path-16.10.0.ebuild 
b/dev-python/path/path-16.10.0.ebuild
new file mode 100644
index ..5346cd3c6d67
--- /dev/null
+++ b/dev-python/path/path-16.10.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="
+   https://github.com/jaraco/path/
+   https://pypi.org/project/path/
+"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # unreliable, not really meaningful for end users
+   test_path.py::TestPerformance
+)



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

2023-12-20 Thread Michał Górny
commit: 85c4f4168c7343caa6b74b180841d06657672e13
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 20 15:55:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 20 15:55:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c4f416

dev-python/path: Remove old

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

 dev-python/path/Manifest   |  1 -
 dev-python/path/path-16.7.1.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index 29d6641f2944..0737215de8da 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1,2 +1 @@
-DIST path-16.7.1.tar.gz 48974 BLAKE2B 
a03eebbb391cf17033adce4d6b258217546e3b7494200a8ea97f756512177f1c7d7ea8155420e167cefe79b566a4240eec98d17b160478f9cb06d3fd839c28f2
 SHA512 
7d660373046845a5882a316051c350558527d6d8a5cd11735d38214f986c8e096f72b45f87cfec41bf6171e7845287a42e6e45535f87a01b46670eccd4013dbf
 DIST path-16.9.0.tar.gz 48850 BLAKE2B 
0c5edc6538cb22543dd810a535840a235b66c51415284f00338bd1e84e63847d09235e55dd3d40a71f3b02f54d18cbbf4fa1e5a0356798cee3383666a26a441c
 SHA512 
2d4c8e3923bc712c7901328a0406ce05c6c157664dfacb5a563a1b214ce561215398b31494865c99a77ed09c3ef63bb04a36d57a60e7c0e3dea05b1dacfdecf7

diff --git a/dev-python/path/path-16.7.1.ebuild 
b/dev-python/path/path-16.7.1.ebuild
deleted file mode 100644
index 297c8b83451d..
--- a/dev-python/path/path-16.7.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="
-   https://github.com/jaraco/path/
-   https://pypi.org/project/path/
-"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/packaging[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # unreliable, not really meaningful for end users
-   test_path.py::TestPerformance
-)



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

2023-12-20 Thread Michał Górny
commit: b1af991d1f50c49c44c9b21a8acf68b3530b2ca6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 20 15:51:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 20 15:51:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1af991d

dev-python/path: Stabilize 16.9.0 ALLARCHES, #920398

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

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

diff --git a/dev-python/path/path-16.9.0.ebuild 
b/dev-python/path/path-16.9.0.ebuild
index 52a7318fd514..fc38708e9794 100644
--- a/dev-python/path/path-16.9.0.ebuild
+++ b/dev-python/path/path-16.9.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2023-12-04 Thread Michał Górny
commit: effe4a9dee4cfbcf80a7f7e894e6749d28125fda
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec  5 04:25:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec  5 04:25:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=effe4a9d

dev-python/path: Bump to 16.9.0

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

 dev-python/path/Manifest   |  1 +
 dev-python/path/path-16.9.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index 69ba5b0363c3..29d6641f2944 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1 +1,2 @@
 DIST path-16.7.1.tar.gz 48974 BLAKE2B 
a03eebbb391cf17033adce4d6b258217546e3b7494200a8ea97f756512177f1c7d7ea8155420e167cefe79b566a4240eec98d17b160478f9cb06d3fd839c28f2
 SHA512 
7d660373046845a5882a316051c350558527d6d8a5cd11735d38214f986c8e096f72b45f87cfec41bf6171e7845287a42e6e45535f87a01b46670eccd4013dbf
+DIST path-16.9.0.tar.gz 48850 BLAKE2B 
0c5edc6538cb22543dd810a535840a235b66c51415284f00338bd1e84e63847d09235e55dd3d40a71f3b02f54d18cbbf4fa1e5a0356798cee3383666a26a441c
 SHA512 
2d4c8e3923bc712c7901328a0406ce05c6c157664dfacb5a563a1b214ce561215398b31494865c99a77ed09c3ef63bb04a36d57a60e7c0e3dea05b1dacfdecf7

diff --git a/dev-python/path/path-16.9.0.ebuild 
b/dev-python/path/path-16.9.0.ebuild
new file mode 100644
index ..52a7318fd514
--- /dev/null
+++ b/dev-python/path/path-16.9.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="
+   https://github.com/jaraco/path/
+   https://pypi.org/project/path/
+"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # unreliable, not really meaningful for end users
+   test_path.py::TestPerformance
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2023-08-11 Thread Michał Górny
commit: 603010ea5c36f2c9a9df6982dba6f5008fa6f114
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:28:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:28:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603010ea

dev-python/path-and-address: Remove old

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

 .../path-and-address/path-and-address-2.0.1.ebuild  | 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild 
b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
deleted file mode 100644
index e41fda94d4e1..
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Functions for server CLI applications used by humans"
-HOMEPAGE="https://github.com/joeyespo/path-and-address;
-LICENSE="MIT"
-
-SLOT="0"
-SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
-
-KEYWORDS="amd64"
-
-BDEPEND="app-arch/unzip"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2023-08-11 Thread Sam James
commit: 4abc1feaef0bef2308b54d3ae21b42fc9fb65271
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:13:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:13:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abc1fea

dev-python/path-and-address: Stabilize 2.0.1-r1 ALLARCHES, #912144

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

 dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild 
b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
index f6f7f08dd053..a629618e9c5a 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
@@ -15,6 +15,6 @@ LICENSE="MIT"
 SLOT="0"
 SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="app-arch/unzip"



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

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

dev-python/path: Remove old

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

 dev-python/path/Manifest  |  1 -
 dev-python/path/path-16.6.0-r1.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index 24b66b4c66f7..69ba5b0363c3 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1,2 +1 @@
-DIST path-16.6.0.tar.gz 49670 BLAKE2B 
16da36676acb4e4c45c364a09c1d031f4cfc6bdabc08426bc5a8945c4b3594a7dd849f880f76dbfaba4dd2282eee00edbc0f9c7c4ed4774750e023c6a03b3939
 SHA512 
f1ec159c6b755f98eef90e1aac4337fb84fd9f739beddf34205c5faf9e959863baa52d237899bd33fe8f365a2666af6999c2e9388be310a6acae16b4952df022
 DIST path-16.7.1.tar.gz 48974 BLAKE2B 
a03eebbb391cf17033adce4d6b258217546e3b7494200a8ea97f756512177f1c7d7ea8155420e167cefe79b566a4240eec98d17b160478f9cb06d3fd839c28f2
 SHA512 
7d660373046845a5882a316051c350558527d6d8a5cd11735d38214f986c8e096f72b45f87cfec41bf6171e7845287a42e6e45535f87a01b46670eccd4013dbf

diff --git a/dev-python/path/path-16.6.0-r1.ebuild 
b/dev-python/path/path-16.6.0-r1.ebuild
deleted file mode 100644
index 9908e48eba0a..
--- a/dev-python/path/path-16.6.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="
-   https://github.com/jaraco/path/
-   https://pypi.org/project/path/
-"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/packaging[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # unreliable, not really meaningful for end users
-   test_path.py::TestPerformance
-)



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

2023-08-11 Thread Arthur Zamarin
commit: 960ff16091251c71a6b9a6a6a8efaefbc9be17d4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:03:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:03:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=960ff160

dev-python/path: Stabilize 16.7.1 ALLARCHES, #912135

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

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

diff --git a/dev-python/path/path-16.7.1.ebuild 
b/dev-python/path/path-16.7.1.ebuild
index 6cd8ba8201ed..9c0968baee97 100644
--- a/dev-python/path/path-16.7.1.ebuild
+++ b/dev-python/path/path-16.7.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2023-08-11 Thread Arthur Zamarin
commit: d7066f452e090b28f6d9241cc88a925ce685349d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 18:58:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 18:58:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7066f45

dev-python/path-and-address: mark ALLARCHES

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

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

diff --git a/dev-python/path-and-address/metadata.xml 
b/dev-python/path-and-address/metadata.xml
index 20adc1cf90c3..1838b58c5891 100644
--- a/dev-python/path-and-address/metadata.xml
+++ b/dev-python/path-and-address/metadata.xml
@@ -5,6 +5,7 @@
 bkoh...@gentoo.org
 Ben Kohler
   
+  
   
 joeyespo/path-and-address
 path-and-address



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2023-07-08 Thread Ben Kohler
commit: 4785682b90d67f3062d084f1a07152301e8bd7be
Author: Ben Kohler  gentoo  org>
AuthorDate: Sat Jul  8 13:13:56 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Jul  8 18:41:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4785682b

dev-python/path-and-address: update EAPI 7 -> 8, use PEP517 build

Closes: https://bugs.gentoo.org/909926

Signed-off-by: Ben Kohler  gentoo.org>

 .../path-and-address-2.0.1-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild 
b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
new file mode 100644
index ..f6f7f08dd053
--- /dev/null
+++ b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYPI_NO_NORMALIZE=1
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Functions for server CLI applications used by humans"
+HOMEPAGE="https://github.com/joeyespo/path-and-address;
+LICENSE="MIT"
+
+SLOT="0"
+SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
+
+KEYWORDS="~amd64"
+
+BDEPEND="app-arch/unzip"



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

2023-07-06 Thread Michał Górny
commit: d1705ca8fa228b2d09a8ef476b53a6b1c9389ba6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  7 01:51:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  7 03:14:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1705ca8

dev-python/path: Bump to 16.7.1

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

 dev-python/path/Manifest   |  1 +
 dev-python/path/path-16.7.1.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index ac041f593be3..24b66b4c66f7 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1 +1,2 @@
 DIST path-16.6.0.tar.gz 49670 BLAKE2B 
16da36676acb4e4c45c364a09c1d031f4cfc6bdabc08426bc5a8945c4b3594a7dd849f880f76dbfaba4dd2282eee00edbc0f9c7c4ed4774750e023c6a03b3939
 SHA512 
f1ec159c6b755f98eef90e1aac4337fb84fd9f739beddf34205c5faf9e959863baa52d237899bd33fe8f365a2666af6999c2e9388be310a6acae16b4952df022
+DIST path-16.7.1.tar.gz 48974 BLAKE2B 
a03eebbb391cf17033adce4d6b258217546e3b7494200a8ea97f756512177f1c7d7ea8155420e167cefe79b566a4240eec98d17b160478f9cb06d3fd839c28f2
 SHA512 
7d660373046845a5882a316051c350558527d6d8a5cd11735d38214f986c8e096f72b45f87cfec41bf6171e7845287a42e6e45535f87a01b46670eccd4013dbf

diff --git a/dev-python/path/path-16.7.1.ebuild 
b/dev-python/path/path-16.7.1.ebuild
new file mode 100644
index ..6cd8ba8201ed
--- /dev/null
+++ b/dev-python/path/path-16.7.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="
+   https://github.com/jaraco/path/
+   https://pypi.org/project/path/
+"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/packaging[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # unreliable, not really meaningful for end users
+   test_path.py::TestPerformance
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2023-06-01 Thread Michał Górny
commit: 41cf017182b93213973f7693de962b86861d3cd9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  1 12:56:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  1 12:56:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41cf0171

dev-python/path-and-address: Remove python@ from maintainers

No tests, bad ebuild quality, dead package → no place for python@ here.

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

 dev-python/path-and-address/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/path-and-address/metadata.xml 
b/dev-python/path-and-address/metadata.xml
index 5497bd41a20e..20adc1cf90c3 100644
--- a/dev-python/path-and-address/metadata.xml
+++ b/dev-python/path-and-address/metadata.xml
@@ -1,9 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pyt...@gentoo.org
-  
   
 bkoh...@gentoo.org
 Ben Kohler



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

2023-05-23 Thread Michał Górny
commit: 29b39ab66a92bc559432061e63fe8e68632a9ded
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 23 15:59:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 23 16:02:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b39ab6

dev-python/path: Enable py3.12

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

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

diff --git a/dev-python/path/path-16.6.0-r1.ebuild 
b/dev-python/path/path-16.6.0-r1.ebuild
index d538d871e335..9908e48eba0a 100644
--- a/dev-python/path/path-16.6.0-r1.ebuild
+++ b/dev-python/path/path-16.6.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2023-03-07 Thread Ben Kohler
commit: 2da504b6307f789cc1304fe2cceeb783bc04ba04
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Mar  7 15:55:19 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Mar  7 15:55:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da504b6

dev-python/path-and-address: fix S after eclass add

Closes: https://bugs.gentoo.org/900194

Signed-off-by: Ben Kohler  gentoo.org>

 dev-python/path-and-address/path-and-address-2.0.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild 
b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index 957094a7a572..e41fda94d4e1 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYPI_NO_NORMALIZE=1
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2023-03-07 Thread Ben Kohler
commit: 6948d809c0242655accffa9c2c2114e55d5af375
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Mar  7 13:41:20 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Mar  7 13:45:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6948d809

dev-python/path-and-address: update SRC_URI

Signed-off-by: Ben Kohler  gentoo.org>

 dev-python/path-and-address/path-and-address-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild 
b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index b65e43329c66..957094a7a572 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -5,14 +5,14 @@ EAPI=7
 
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Functions for server CLI applications used by humans"
 HOMEPAGE="https://github.com/joeyespo/path-and-address;
 LICENSE="MIT"
 
 SLOT="0"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
 
 KEYWORDS="amd64"
 



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

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

dev-python/path: Switch to PyPI sdist

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

 dev-python/path/Manifest  | 2 +-
 dev-python/path/{path-16.6.0.ebuild => path-16.6.0-r1.ebuild} | 8 +---
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index 54f88c0201b0..ac041f593be3 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1 +1 @@
-DIST path-16.6.0.gh.tar.gz 45238 BLAKE2B 
f1fa3a23ba19f623ca276496c1fa7351ea02858710f2dddbf5f4d96cf2c9f8fc3325c74a56f1b4dec809e28e927f2c8adab913eed9d8893016e0fd3d0b3a662d
 SHA512 
4d7772b7eb7017bee78f95f30f6286b14750d6d8edbf5f58617ede12bd664f1b893921b89bb64f797e1d2eb7e67e361d8f1e01618fee26d64a5b879a3854aead
+DIST path-16.6.0.tar.gz 49670 BLAKE2B 
16da36676acb4e4c45c364a09c1d031f4cfc6bdabc08426bc5a8945c4b3594a7dd849f880f76dbfaba4dd2282eee00edbc0f9c7c4ed4774750e023c6a03b3939
 SHA512 
f1ec159c6b755f98eef90e1aac4337fb84fd9f739beddf34205c5faf9e959863baa52d237899bd33fe8f365a2666af6999c2e9388be310a6acae16b4952df022

diff --git a/dev-python/path/path-16.6.0.ebuild 
b/dev-python/path/path-16.6.0-r1.ebuild
similarity index 83%
rename from dev-python/path/path-16.6.0.ebuild
rename to dev-python/path/path-16.6.0-r1.ebuild
index 92ebbe5403b9..fee2ea063dd8 100644
--- a/dev-python/path/path-16.6.0.ebuild
+++ b/dev-python/path/path-16.6.0-r1.ebuild
@@ -6,17 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="A module wrapper for os.path"
 HOMEPAGE="
https://github.com/jaraco/path/
https://pypi.org/project/path/
 "
-SRC_URI="
-   https://github.com/jaraco/path/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
 
 SLOT="0"
 LICENSE="MIT"
@@ -38,5 +34,3 @@ EPYTEST_DESELECT=(
# unreliable, not really meaningful for end users
test_path.py::TestPerformance
 )
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2022-12-31 Thread Michał Górny
commit: 4f2e7b06d89c8d976b63e208da43883b5f77b562
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 31 10:42:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 31 10:55:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2e7b06

dev-python/path: Remove old

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

 dev-python/path/Manifest   |  1 -
 dev-python/path/path-16.5.0.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index e8d0b73d9c50..54f88c0201b0 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1,2 +1 @@
-DIST path-16.5.0.gh.tar.gz 44286 BLAKE2B 
1d96b0003c562044c1c2ba5eba7a525d5503bd9a58ec1f9611d74e9d52581f646447d3d754809b49b4418c18de9fbfd5de34077fe9edb1c4b3d3fd49f9c2af19
 SHA512 
0b9b306b2b5cce1e51d65a7555e54770e19a3d4796dbaf2d617bbe8282c771e3d7975112e443462e9b43bafc533d6dc61bedb8608b0d93cc0d1febec995d1780
 DIST path-16.6.0.gh.tar.gz 45238 BLAKE2B 
f1fa3a23ba19f623ca276496c1fa7351ea02858710f2dddbf5f4d96cf2c9f8fc3325c74a56f1b4dec809e28e927f2c8adab913eed9d8893016e0fd3d0b3a662d
 SHA512 
4d7772b7eb7017bee78f95f30f6286b14750d6d8edbf5f58617ede12bd664f1b893921b89bb64f797e1d2eb7e67e361d8f1e01618fee26d64a5b879a3854aead

diff --git a/dev-python/path/path-16.5.0.ebuild 
b/dev-python/path/path-16.5.0.ebuild
deleted file mode 100644
index ff84d0db32cd..
--- a/dev-python/path/path-16.5.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
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="
-   https://github.com/jaraco/path/
-   https://pypi.org/project/path/
-"
-SRC_URI="
-   https://github.com/jaraco/path/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/packaging[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # unreliable, not really meaningful for end users
-   test_path.py::TestPerformance
-)
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

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

dev-python/path: Stabilize 16.6.0 ALLARCHES, #889106

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

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

diff --git a/dev-python/path/path-16.6.0.ebuild 
b/dev-python/path/path-16.6.0.ebuild
index ecd7e2ae4fa3..ff84d0db32cd 100644
--- a/dev-python/path/path-16.6.0.ebuild
+++ b/dev-python/path/path-16.6.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2022-11-30 Thread Michał Górny
commit: 357c08c7882099f11c5b78f3faa14b8dbe3d5d9b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  1 06:03:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  1 07:09:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357c08c7

dev-python/path: Bump to 16.6.0

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

 dev-python/path/Manifest   |  1 +
 dev-python/path/path-16.6.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index 5b3e7e0653d5..e8d0b73d9c50 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1 +1,2 @@
 DIST path-16.5.0.gh.tar.gz 44286 BLAKE2B 
1d96b0003c562044c1c2ba5eba7a525d5503bd9a58ec1f9611d74e9d52581f646447d3d754809b49b4418c18de9fbfd5de34077fe9edb1c4b3d3fd49f9c2af19
 SHA512 
0b9b306b2b5cce1e51d65a7555e54770e19a3d4796dbaf2d617bbe8282c771e3d7975112e443462e9b43bafc533d6dc61bedb8608b0d93cc0d1febec995d1780
+DIST path-16.6.0.gh.tar.gz 45238 BLAKE2B 
f1fa3a23ba19f623ca276496c1fa7351ea02858710f2dddbf5f4d96cf2c9f8fc3325c74a56f1b4dec809e28e927f2c8adab913eed9d8893016e0fd3d0b3a662d
 SHA512 
4d7772b7eb7017bee78f95f30f6286b14750d6d8edbf5f58617ede12bd664f1b893921b89bb64f797e1d2eb7e67e361d8f1e01618fee26d64a5b879a3854aead

diff --git a/dev-python/path/path-16.6.0.ebuild 
b/dev-python/path/path-16.6.0.ebuild
new file mode 100644
index ..ecd7e2ae4fa3
--- /dev/null
+++ b/dev-python/path/path-16.6.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="
+   https://github.com/jaraco/path/
+   https://pypi.org/project/path/
+"
+SRC_URI="
+   https://github.com/jaraco/path/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/packaging[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # unreliable, not really meaningful for end users
+   test_path.py::TestPerformance
+)
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2022-11-03 Thread Arthur Zamarin
commit: b0c404f52c6d2152030b130df25b96cadd1508cb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  3 19:41:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  3 19:41:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c404f5

dev-python/path: drop 16.4.0

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

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

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index 956b5ef26485..5b3e7e0653d5 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1,2 +1 @@
-DIST path-16.4.0.tar.gz 48289 BLAKE2B 
5ae3272ecc92689c18ffc612b8b11923225dcface88fa47dc4f42b0dc960034fa6a3c856a9521ed83c9507616577efc3d1c0a5119b0c5605ea6f6b758cfe6d2b
 SHA512 
bb78119f929fe3b160646b06db8911e737060695ae89c28bcce84835213dfbaa12a34300b540be6b51e9462c5b378b235e1e72536524750ec910255399c513d3
 DIST path-16.5.0.gh.tar.gz 44286 BLAKE2B 
1d96b0003c562044c1c2ba5eba7a525d5503bd9a58ec1f9611d74e9d52581f646447d3d754809b49b4418c18de9fbfd5de34077fe9edb1c4b3d3fd49f9c2af19
 SHA512 
0b9b306b2b5cce1e51d65a7555e54770e19a3d4796dbaf2d617bbe8282c771e3d7975112e443462e9b43bafc533d6dc61bedb8608b0d93cc0d1febec995d1780

diff --git a/dev-python/path/path-16.4.0.ebuild 
b/dev-python/path/path-16.4.0.ebuild
deleted file mode 100644
index 6338c832adad..
--- a/dev-python/path/path-16.4.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-MY_P="path-${PV}"
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
-SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   !

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

2022-11-03 Thread Arthur Zamarin
commit: a218ec97b80b5f29f6581acd1bee3009bdd2326a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  3 19:34:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  3 19:34:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a218ec97

dev-python/path: Stabilize 16.5.0 ALLARCHES, #879431

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

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

diff --git a/dev-python/path/path-16.5.0.ebuild 
b/dev-python/path/path-16.5.0.ebuild
index ecd7e2ae4fa3..ff84d0db32cd 100644
--- a/dev-python/path/path-16.5.0.ebuild
+++ b/dev-python/path/path-16.5.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2022-09-26 Thread Michał Górny
commit: a049cb86feb9cb15e6c8544b59829818b568620a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 26 11:30:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 26 11:30:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a049cb86

dev-python/path: Remove obsolete blockers

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

 dev-python/path/path-16.5.0.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/path/path-16.5.0.ebuild 
b/dev-python/path/path-16.5.0.ebuild
index e2d67f8907a8..ecd7e2ae4fa3 100644
--- a/dev-python/path/path-16.5.0.ebuild
+++ b/dev-python/path/path-16.5.0.ebuild
@@ -24,8 +24,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]
-   

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

2022-09-26 Thread Michał Górny
commit: 22793496d9f86f95ea890db8df42a79103d0ea63
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 26 11:29:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 26 11:30:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22793496

dev-python/path: Simplify post pkgmove

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

 dev-python/path/path-16.5.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/path/path-16.5.0.ebuild 
b/dev-python/path/path-16.5.0.ebuild
index 18b69066c471..e2d67f8907a8 100644
--- a/dev-python/path/path-16.5.0.ebuild
+++ b/dev-python/path/path-16.5.0.ebuild
@@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 
-MY_P=${P/-py}
 DESCRIPTION="A module wrapper for os.path"
 HOMEPAGE="
https://github.com/jaraco/path/
@@ -16,9 +15,8 @@ HOMEPAGE="
 "
 SRC_URI="
https://github.com/jaraco/path/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
+   -> ${P}.gh.tar.gz
 "
-S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="MIT"



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

2022-09-26 Thread Michał Górny
commit: 646a38432e984e45c9805b99bf02f8b3afd76d84
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 26 10:44:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 26 11:05:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646a3843

dev-python/path-py: Bump to 16.5.0

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

 dev-python/path-py/Manifest  |  1 +
 dev-python/path-py/path-py-16.5.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 38cd6ccae0ad..956b5ef26485 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1 +1,2 @@
 DIST path-16.4.0.tar.gz 48289 BLAKE2B 
5ae3272ecc92689c18ffc612b8b11923225dcface88fa47dc4f42b0dc960034fa6a3c856a9521ed83c9507616577efc3d1c0a5119b0c5605ea6f6b758cfe6d2b
 SHA512 
bb78119f929fe3b160646b06db8911e737060695ae89c28bcce84835213dfbaa12a34300b540be6b51e9462c5b378b235e1e72536524750ec910255399c513d3
+DIST path-16.5.0.gh.tar.gz 44286 BLAKE2B 
1d96b0003c562044c1c2ba5eba7a525d5503bd9a58ec1f9611d74e9d52581f646447d3d754809b49b4418c18de9fbfd5de34077fe9edb1c4b3d3fd49f9c2af19
 SHA512 
0b9b306b2b5cce1e51d65a7555e54770e19a3d4796dbaf2d617bbe8282c771e3d7975112e443462e9b43bafc533d6dc61bedb8608b0d93cc0d1febec995d1780

diff --git a/dev-python/path-py/path-py-16.5.0.ebuild 
b/dev-python/path-py/path-py-16.5.0.ebuild
new file mode 100644
index ..18b69066c471
--- /dev/null
+++ b/dev-python/path-py/path-py-16.5.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+MY_P=${P/-py}
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="
+   https://github.com/jaraco/path/
+   https://pypi.org/project/path/
+"
+SRC_URI="
+   https://github.com/jaraco/path/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2022-07-25 Thread Ben Kohler
commit: 8530075e6ff9c85da4dc88e2325f5baa841f0af6
Author: Ben Kohler  gentoo  org>
AuthorDate: Sun Jul 24 19:08:09 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Jul 25 14:26:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8530075e

dev-python/path-and-address: enable py3.11 and disable py3.7

Signed-off-by: Ben Kohler  gentoo.org>

 dev-python/path-and-address/path-and-address-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild 
b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index f592333b0391..b160fe0dfbad 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Michał Górny
commit: 6377267ca8525496af31a7c18d19a8821e37856a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 10:44:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 10:44:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6377267c

dev-python/path-py: Enable py3.11

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

 dev-python/path-py/path-py-16.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-16.4.0.ebuild 
b/dev-python/path-py/path-py-16.4.0.ebuild
index 265b024b3cb1..6338c832adad 100644
--- a/dev-python/path-py/path-py-16.4.0.ebuild
+++ b/dev-python/path-py/path-py-16.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-03-31 Thread Michał Górny
commit: a462de4fc67bcb57725672d1f1d7534d3fcdaf0d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 31 12:41:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 31 12:42:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a462de4f

dev-python/path-py: Remove old

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

 dev-python/path-py/Manifest  |  1 -
 dev-python/path-py/path-py-16.2.0.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index e8fc17d0686e..38cd6ccae0ad 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1 @@
-DIST path-16.2.0.tar.gz 45276 BLAKE2B 
40b8eacc7e28398324f24b955adef11e5fc0bd512cd711cd3117f35a322ce0c3959b55255d4c96bbae64f914b5f3768088eb73fb45511c09f2e21bf99b3e9911
 SHA512 
f893d9fe3539eff0b43e4945076f770ffa7c3125151774d6accaa3a609fce351bc121562deb7ef695c0b1fc7aba12ce7487ae09a0b5daba2d5340586fc41ec79
 DIST path-16.4.0.tar.gz 48289 BLAKE2B 
5ae3272ecc92689c18ffc612b8b11923225dcface88fa47dc4f42b0dc960034fa6a3c856a9521ed83c9507616577efc3d1c0a5119b0c5605ea6f6b758cfe6d2b
 SHA512 
bb78119f929fe3b160646b06db8911e737060695ae89c28bcce84835213dfbaa12a34300b540be6b51e9462c5b378b235e1e72536524750ec910255399c513d3

diff --git a/dev-python/path-py/path-py-16.2.0.ebuild 
b/dev-python/path-py/path-py-16.2.0.ebuild
deleted file mode 100644
index 161aeaf60c7a..
--- a/dev-python/path-py/path-py-16.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-MY_P="path-${PV}"
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
-SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   !

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

2022-03-31 Thread Jakov Smolić
commit: db384e381dc125025b417f690662eaee3afc7079
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 31 12:33:07 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 31 12:33:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db384e38

dev-python/path-py: Stabilize 16.4.0 ALLARCHES, #836509

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

 dev-python/path-py/path-py-16.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-16.4.0.ebuild 
b/dev-python/path-py/path-py-16.4.0.ebuild
index 559b393dcf0e..124fb2891c29 100644
--- a/dev-python/path-py/path-py-16.4.0.ebuild
+++ b/dev-python/path-py/path-py-16.4.0.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2022-02-25 Thread Michał Górny
commit: d3f22fe55ddf02e8ea91b3d150e79e09bb0f4a0b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 25 22:44:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 25 22:44:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f22fe5

dev-python/path-py: Bump to 16.4.0

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

 dev-python/path-py/Manifest  |  1 +
 dev-python/path-py/path-py-16.4.0.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 490338d91a13..e8fc17d0686e 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1 +1,2 @@
 DIST path-16.2.0.tar.gz 45276 BLAKE2B 
40b8eacc7e28398324f24b955adef11e5fc0bd512cd711cd3117f35a322ce0c3959b55255d4c96bbae64f914b5f3768088eb73fb45511c09f2e21bf99b3e9911
 SHA512 
f893d9fe3539eff0b43e4945076f770ffa7c3125151774d6accaa3a609fce351bc121562deb7ef695c0b1fc7aba12ce7487ae09a0b5daba2d5340586fc41ec79
+DIST path-16.4.0.tar.gz 48289 BLAKE2B 
5ae3272ecc92689c18ffc612b8b11923225dcface88fa47dc4f42b0dc960034fa6a3c856a9521ed83c9507616577efc3d1c0a5119b0c5605ea6f6b758cfe6d2b
 SHA512 
bb78119f929fe3b160646b06db8911e737060695ae89c28bcce84835213dfbaa12a34300b540be6b51e9462c5b378b235e1e72536524750ec910255399c513d3

diff --git a/dev-python/path-py/path-py-16.4.0.ebuild 
b/dev-python/path-py/path-py-16.4.0.ebuild
new file mode 100644
index ..559b393dcf0e
--- /dev/null
+++ b/dev-python/path-py/path-py-16.4.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+MY_P="path-${PV}"
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
+SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   !

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

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

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

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

 dev-python/path-py/path-py-16.2.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/path-py/path-py-16.2.0.ebuild 
b/dev-python/path-py/path-py-16.2.0.ebuild
index 706841a1e7b4..161aeaf60c7a 100644
--- a/dev-python/path-py/path-py-16.2.0.ebuild
+++ b/dev-python/path-py/path-py-16.2.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
@@ -22,7 +22,6 @@ RDEPEND="
!

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

2021-08-26 Thread Michał Górny
commit: 9d1e961a7514605b0244340167f164c541e59c69
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 26 08:13:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 26 08:13:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1e961a

dev-python/path-py: Remove old

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

 dev-python/path-py/Manifest  |  2 --
 dev-python/path-py/path-py-16.0.0.ebuild | 39 
 dev-python/path-py/path-py-16.1.0.ebuild | 39 
 3 files changed, 80 deletions(-)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index a500521b455..490338d91a1 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,3 +1 @@
-DIST path-16.0.0.tar.gz 44187 BLAKE2B 
839c8a9d10cf4ac3f738a9e661fbfb1059554f965fc8224457c05c249578a18118129b69b46276fe569fc8bc33b398be1462d660bb20b905ecc6ab2b4db3f8fc
 SHA512 
3874321d488543219a081adcb692739fcc4935cddaf563b58fe5a97c2cee4b5b683b2be52d220854b2f2224d15ec2bde054a53862352c249f14f1460a72d5e72
-DIST path-16.1.0.tar.gz 45551 BLAKE2B 
bb22684f9b8d1996d8dec5bfc3d6b116595338a6d9f55f3c6084e0c6a41d6a708174ddd6fbcfa29e37f042f65e85465f4155f71569a1851994f03ddd4e4eaad7
 SHA512 
85d2d0415e28eb737f9fb6eaf669b687af768c5a1c4cf20a3c36706209fe6a97b44c34ff07468d8fefae372049e18d277e245f080dc6001adb14f794654ebfaf
 DIST path-16.2.0.tar.gz 45276 BLAKE2B 
40b8eacc7e28398324f24b955adef11e5fc0bd512cd711cd3117f35a322ce0c3959b55255d4c96bbae64f914b5f3768088eb73fb45511c09f2e21bf99b3e9911
 SHA512 
f893d9fe3539eff0b43e4945076f770ffa7c3125151774d6accaa3a609fce351bc121562deb7ef695c0b1fc7aba12ce7487ae09a0b5daba2d5340586fc41ec79

diff --git a/dev-python/path-py/path-py-16.0.0.ebuild 
b/dev-python/path-py/path-py-16.0.0.ebuild
deleted file mode 100644
index b0bfdc1c94d..000
--- a/dev-python/path-py/path-py-16.0.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=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-MY_P="path-${PV}"
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
-SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   !https://pypi.org/project/path/ https://github.com/jaraco/path;
-SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   !

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

2021-08-25 Thread Sam James
commit: b37c9e968dcab03de7472d92cbba4efa0d4941e7
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 26 02:58:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 02:58:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37c9e96

dev-python/path-py: Stabilize 16.2.0 ALLARCHES, #810383

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

 dev-python/path-py/path-py-16.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-16.2.0.ebuild 
b/dev-python/path-py/path-py-16.2.0.ebuild
index 611ebee5fa9..706841a1e7b 100644
--- a/dev-python/path-py/path-py-16.2.0.ebuild
+++ b/dev-python/path-py/path-py-16.2.0.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2021-07-26 Thread Michał Górny
commit: d4fe51db479119fd604253d72abfb070cd697532
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 27 05:31:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 27 05:37:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fe51db

dev-python/path-py: Bump to 16.2.0

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

 dev-python/path-py/Manifest  |  1 +
 dev-python/path-py/path-py-16.2.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 6d9cfca27f9..a500521b455 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1,3 @@
 DIST path-16.0.0.tar.gz 44187 BLAKE2B 
839c8a9d10cf4ac3f738a9e661fbfb1059554f965fc8224457c05c249578a18118129b69b46276fe569fc8bc33b398be1462d660bb20b905ecc6ab2b4db3f8fc
 SHA512 
3874321d488543219a081adcb692739fcc4935cddaf563b58fe5a97c2cee4b5b683b2be52d220854b2f2224d15ec2bde054a53862352c249f14f1460a72d5e72
 DIST path-16.1.0.tar.gz 45551 BLAKE2B 
bb22684f9b8d1996d8dec5bfc3d6b116595338a6d9f55f3c6084e0c6a41d6a708174ddd6fbcfa29e37f042f65e85465f4155f71569a1851994f03ddd4e4eaad7
 SHA512 
85d2d0415e28eb737f9fb6eaf669b687af768c5a1c4cf20a3c36706209fe6a97b44c34ff07468d8fefae372049e18d277e245f080dc6001adb14f794654ebfaf
+DIST path-16.2.0.tar.gz 45276 BLAKE2B 
40b8eacc7e28398324f24b955adef11e5fc0bd512cd711cd3117f35a322ce0c3959b55255d4c96bbae64f914b5f3768088eb73fb45511c09f2e21bf99b3e9911
 SHA512 
f893d9fe3539eff0b43e4945076f770ffa7c3125151774d6accaa3a609fce351bc121562deb7ef695c0b1fc7aba12ce7487ae09a0b5daba2d5340586fc41ec79

diff --git a/dev-python/path-py/path-py-16.2.0.ebuild 
b/dev-python/path-py/path-py-16.2.0.ebuild
new file mode 100644
index 000..611ebee5fa9
--- /dev/null
+++ b/dev-python/path-py/path-py-16.2.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=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+MY_P="path-${PV}"
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
+SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   !

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

2021-07-25 Thread Michał Górny
commit: 9634ebf15476db143220e42dc3812836c320627f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 25 19:01:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 25 21:07:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9634ebf1

dev-python/path-py: Bump to 16.1.0

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

 dev-python/path-py/Manifest  |  1 +
 dev-python/path-py/path-py-16.1.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 7b3396cab6d..6d9cfca27f9 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1 +1,2 @@
 DIST path-16.0.0.tar.gz 44187 BLAKE2B 
839c8a9d10cf4ac3f738a9e661fbfb1059554f965fc8224457c05c249578a18118129b69b46276fe569fc8bc33b398be1462d660bb20b905ecc6ab2b4db3f8fc
 SHA512 
3874321d488543219a081adcb692739fcc4935cddaf563b58fe5a97c2cee4b5b683b2be52d220854b2f2224d15ec2bde054a53862352c249f14f1460a72d5e72
+DIST path-16.1.0.tar.gz 45551 BLAKE2B 
bb22684f9b8d1996d8dec5bfc3d6b116595338a6d9f55f3c6084e0c6a41d6a708174ddd6fbcfa29e37f042f65e85465f4155f71569a1851994f03ddd4e4eaad7
 SHA512 
85d2d0415e28eb737f9fb6eaf669b687af768c5a1c4cf20a3c36706209fe6a97b44c34ff07468d8fefae372049e18d277e245f080dc6001adb14f794654ebfaf

diff --git a/dev-python/path-py/path-py-16.1.0.ebuild 
b/dev-python/path-py/path-py-16.1.0.ebuild
new file mode 100644
index 000..611ebee5fa9
--- /dev/null
+++ b/dev-python/path-py/path-py-16.1.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=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+MY_P="path-${PV}"
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
+SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   !

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

2021-07-24 Thread Michał Górny
commit: 990c95072fa82739ebe191c35a3fb1792799
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 24 17:30:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 24 17:33:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990c9507

dev-python/path-py: Remove old

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

 dev-python/path-py/Manifest  |  1 -
 dev-python/path-py/path-py-15.1.2.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index c4cc00b9bd9..7b3396cab6d 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1 @@
-DIST path-15.1.2.tar.gz 48280 BLAKE2B 
6dd6be743939d4ac1edd5caab18658473d7318eaf255140198db34cfb28c95322ed8ae05284683b18a0146f412ff8a2c14dae60d018740f8bb9cfda861b8ea20
 SHA512 
76f2a04800154ee8c7b7b9783bf7c63c544da74bb2f92424aeb437448a04dcdec008deab262d3b40d515404e6144bbad44e618d824974654ef10676878415ba4
 DIST path-16.0.0.tar.gz 44187 BLAKE2B 
839c8a9d10cf4ac3f738a9e661fbfb1059554f965fc8224457c05c249578a18118129b69b46276fe569fc8bc33b398be1462d660bb20b905ecc6ab2b4db3f8fc
 SHA512 
3874321d488543219a081adcb692739fcc4935cddaf563b58fe5a97c2cee4b5b683b2be52d220854b2f2224d15ec2bde054a53862352c249f14f1460a72d5e72

diff --git a/dev-python/path-py/path-py-15.1.2.ebuild 
b/dev-python/path-py/path-py-15.1.2.ebuild
deleted file mode 100644
index 1cbdcfd3980..000
--- a/dev-python/path-py/path-py-15.1.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-inherit distutils-r1
-
-MY_P="path-${PV}"
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
-SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   !

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

2021-07-24 Thread Sam James
commit: a39b26b98ae2ea761a8581e209a2140800a547e1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 17:09:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 17:09:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39b26b9

dev-python/path-py: Stabilize 16.0.0 ALLARCHES, #803752

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

 dev-python/path-py/path-py-16.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-16.0.0.ebuild 
b/dev-python/path-py/path-py-16.0.0.ebuild
index 05cfe7a2439..b0bfdc1c94d 100644
--- a/dev-python/path-py/path-py-16.0.0.ebuild
+++ b/dev-python/path-py/path-py-16.0.0.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2021-07-13 Thread Ben Kohler
commit: 0cbf77b42d415e85aa82910dfa889e99d94bb5a9
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Jul 13 13:18:05 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Jul 13 13:29:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cbf77b4

dev-python/path-and-address: add python3_10 compat

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 dev-python/path-and-address/path-and-address-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild 
b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index 3d9dabb3977..f592333b039 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 
 inherit distutils-r1
 



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

2021-06-13 Thread Michał Górny
commit: 42fa42229f82a45173d9ca9095a489e7028364c4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 13 05:57:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 13 06:10:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fa4222

dev-python/path-py: Bump to 16.0.0

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

 dev-python/path-py/Manifest  |  1 +
 dev-python/path-py/path-py-16.0.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index bddc7e4d614..c4cc00b9bd9 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1 +1,2 @@
 DIST path-15.1.2.tar.gz 48280 BLAKE2B 
6dd6be743939d4ac1edd5caab18658473d7318eaf255140198db34cfb28c95322ed8ae05284683b18a0146f412ff8a2c14dae60d018740f8bb9cfda861b8ea20
 SHA512 
76f2a04800154ee8c7b7b9783bf7c63c544da74bb2f92424aeb437448a04dcdec008deab262d3b40d515404e6144bbad44e618d824974654ef10676878415ba4
+DIST path-16.0.0.tar.gz 44187 BLAKE2B 
839c8a9d10cf4ac3f738a9e661fbfb1059554f965fc8224457c05c249578a18118129b69b46276fe569fc8bc33b398be1462d660bb20b905ecc6ab2b4db3f8fc
 SHA512 
3874321d488543219a081adcb692739fcc4935cddaf563b58fe5a97c2cee4b5b683b2be52d220854b2f2224d15ec2bde054a53862352c249f14f1460a72d5e72

diff --git a/dev-python/path-py/path-py-16.0.0.ebuild 
b/dev-python/path-py/path-py-16.0.0.ebuild
new file mode 100644
index 000..05cfe7a2439
--- /dev/null
+++ b/dev-python/path-py/path-py-16.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+MY_P="path-${PV}"
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
+SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   !

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

2021-05-05 Thread Michał Górny
commit: 73a8d3c00bbf917b9d166c76f996cd336830902e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  5 18:11:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  5 18:11:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a8d3c0

dev-python/path-py: Enable python3.10

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

 dev-python/path-py/path-py-15.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-15.1.2.ebuild 
b/dev-python/path-py/path-py-15.1.2.ebuild
index 952732bf19c..1cbdcfd3980 100644
--- a/dev-python/path-py/path-py-15.1.2.ebuild
+++ b/dev-python/path-py/path-py-15.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 inherit distutils-r1
 
 MY_P="path-${PV}"



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

2021-03-25 Thread Michał Górny
commit: bac490bc24b7772f15a5f57ea5df0a87ab56a9e7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 25 16:51:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 25 19:09:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac490bc

dev-python/path-py: Remove old

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

 dev-python/path-py/Manifest  |  1 -
 dev-python/path-py/path-py-15.1.0.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index d620daa6378..bddc7e4d614 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1 @@
-DIST path-15.1.0.tar.gz 48271 BLAKE2B 
3f71d7686bae65f0b605d8fb2077395e5f5f36ec6f29c41f18e2380c6f775e5bd5bc8c2d3589fe507ad49c7383f1cab84b59176e1d5952d02cec68037bf3e4b0
 SHA512 
31c40fc57d6c6c57fece4fec720b344191cc3d395efe9e5f071c98a7392727535150c6952a4f8174b037141d5cb1b026c2fa44da8921a8354ee1627daf8f6977
 DIST path-15.1.2.tar.gz 48280 BLAKE2B 
6dd6be743939d4ac1edd5caab18658473d7318eaf255140198db34cfb28c95322ed8ae05284683b18a0146f412ff8a2c14dae60d018740f8bb9cfda861b8ea20
 SHA512 
76f2a04800154ee8c7b7b9783bf7c63c544da74bb2f92424aeb437448a04dcdec008deab262d3b40d515404e6144bbad44e618d824974654ef10676878415ba4

diff --git a/dev-python/path-py/path-py-15.1.0.ebuild 
b/dev-python/path-py/path-py-15.1.0.ebuild
deleted file mode 100644
index 84e71862c2f..000
--- a/dev-python/path-py/path-py-15.1.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=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-inherit distutils-r1
-
-MY_P="path-${PV}"
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
-SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   !

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

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

dev-python/path-py: Stabilize 15.1.2 ALLARCHES, #778110

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

 dev-python/path-py/path-py-15.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-15.1.2.ebuild 
b/dev-python/path-py/path-py-15.1.2.ebuild
index ec0d713f9c9..84e71862c2f 100644
--- a/dev-python/path-py/path-py-15.1.2.ebuild
+++ b/dev-python/path-py/path-py-15.1.2.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2021-03-02 Thread Michał Górny
commit: 9fea84dee562e994a26ffdafa2ee83b742fa55d7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  2 08:31:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  2 08:31:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fea84de

dev-python/path-py: Remove old

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

 dev-python/path-py/Manifest  |  2 --
 dev-python/path-py/path-py-15.0.0.ebuild | 50 
 dev-python/path-py/path-py-15.0.1.ebuild | 49 ---
 3 files changed, 101 deletions(-)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 968329dc720..d620daa6378 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,4 +1,2 @@
-DIST path-15.0.0.tar.gz 73642 BLAKE2B 
186b77b6571dd878a5b64b575289bb5ee549145ccd0c7b858f99c9e3772cf98f2cc7ff5da759e7fa660296abc49c053a388ad95466c51adccce2162c682c6566
 SHA512 
e41684c576b959e27258f60c0d8b69719c38a5a7a04d9646089aea91227781573368a08f01230dca831732ae687741d22caf52efd9a481378b8d4e77627fe3a5
-DIST path-15.0.1.tar.gz 47662 BLAKE2B 
ec50e75cd1b24cd017189cb8632340a5e4ebed8517d607a9f26e43c7c75b2b7d62e9a70b6b93ea6db79feb3d100ca535aba7926cfd7317bef1ac290697ea8f90
 SHA512 
d8ea2a98cf5caad15bc99a740188d6947cb1cdacc1ac7b6164f29f8d78ca8e73258120ff36f100957e3c4c2ca0ed6eaf27c98c4765ededde41b58d98de24f672
 DIST path-15.1.0.tar.gz 48271 BLAKE2B 
3f71d7686bae65f0b605d8fb2077395e5f5f36ec6f29c41f18e2380c6f775e5bd5bc8c2d3589fe507ad49c7383f1cab84b59176e1d5952d02cec68037bf3e4b0
 SHA512 
31c40fc57d6c6c57fece4fec720b344191cc3d395efe9e5f071c98a7392727535150c6952a4f8174b037141d5cb1b026c2fa44da8921a8354ee1627daf8f6977
 DIST path-15.1.2.tar.gz 48280 BLAKE2B 
6dd6be743939d4ac1edd5caab18658473d7318eaf255140198db34cfb28c95322ed8ae05284683b18a0146f412ff8a2c14dae60d018740f8bb9cfda861b8ea20
 SHA512 
76f2a04800154ee8c7b7b9783bf7c63c544da74bb2f92424aeb437448a04dcdec008deab262d3b40d515404e6144bbad44e618d824974654ef10676878415ba4

diff --git a/dev-python/path-py/path-py-15.0.0.ebuild 
b/dev-python/path-py/path-py-15.0.0.ebuild
deleted file mode 100644
index 0c8e9269855..000
--- a/dev-python/path-py/path-py-15.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-MY_P="path-${PV}"
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
-SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   !https://pypi.org/project/path/ https://github.com/jaraco/path;
-SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   !

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

2021-03-01 Thread Sam James
commit: 605609786ec31a9250b84e4eb3ae3372ab127bf4
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  2 01:38:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  2 01:38:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60560978

dev-python/path-py: Stabilize 15.1.0 ALLARCHES, #773796

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

 dev-python/path-py/path-py-15.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-15.1.0.ebuild 
b/dev-python/path-py/path-py-15.1.0.ebuild
index ec0d713f9c9..84e71862c2f 100644
--- a/dev-python/path-py/path-py-15.1.0.ebuild
+++ b/dev-python/path-py/path-py-15.1.0.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2021-02-21 Thread Michał Górny
commit: d9980886843cfe150767620995f7a865f5611e33
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 21 21:52:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 21 22:33:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9980886

dev-python/path-py: Bump to 15.1.2

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

 dev-python/path-py/Manifest  |  1 +
 dev-python/path-py/path-py-15.1.2.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index ae0f57471f3..968329dc720 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,3 +1,4 @@
 DIST path-15.0.0.tar.gz 73642 BLAKE2B 
186b77b6571dd878a5b64b575289bb5ee549145ccd0c7b858f99c9e3772cf98f2cc7ff5da759e7fa660296abc49c053a388ad95466c51adccce2162c682c6566
 SHA512 
e41684c576b959e27258f60c0d8b69719c38a5a7a04d9646089aea91227781573368a08f01230dca831732ae687741d22caf52efd9a481378b8d4e77627fe3a5
 DIST path-15.0.1.tar.gz 47662 BLAKE2B 
ec50e75cd1b24cd017189cb8632340a5e4ebed8517d607a9f26e43c7c75b2b7d62e9a70b6b93ea6db79feb3d100ca535aba7926cfd7317bef1ac290697ea8f90
 SHA512 
d8ea2a98cf5caad15bc99a740188d6947cb1cdacc1ac7b6164f29f8d78ca8e73258120ff36f100957e3c4c2ca0ed6eaf27c98c4765ededde41b58d98de24f672
 DIST path-15.1.0.tar.gz 48271 BLAKE2B 
3f71d7686bae65f0b605d8fb2077395e5f5f36ec6f29c41f18e2380c6f775e5bd5bc8c2d3589fe507ad49c7383f1cab84b59176e1d5952d02cec68037bf3e4b0
 SHA512 
31c40fc57d6c6c57fece4fec720b344191cc3d395efe9e5f071c98a7392727535150c6952a4f8174b037141d5cb1b026c2fa44da8921a8354ee1627daf8f6977
+DIST path-15.1.2.tar.gz 48280 BLAKE2B 
6dd6be743939d4ac1edd5caab18658473d7318eaf255140198db34cfb28c95322ed8ae05284683b18a0146f412ff8a2c14dae60d018740f8bb9cfda861b8ea20
 SHA512 
76f2a04800154ee8c7b7b9783bf7c63c544da74bb2f92424aeb437448a04dcdec008deab262d3b40d515404e6144bbad44e618d824974654ef10676878415ba4

diff --git a/dev-python/path-py/path-py-15.1.2.ebuild 
b/dev-python/path-py/path-py-15.1.2.ebuild
new file mode 100644
index 000..ec0d713f9c9
--- /dev/null
+++ b/dev-python/path-py/path-py-15.1.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+inherit distutils-r1
+
+MY_P="path-${PV}"
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
+SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   !

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

2021-01-29 Thread Michał Górny
commit: 37c5b0f2cfb410d8c9c801ae18b6b0f7c84a2ddb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 29 08:34:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 29 09:00:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c5b0f2

dev-python/path-py: Bump to 15.1.0

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

 dev-python/path-py/Manifest  |  1 +
 dev-python/path-py/path-py-15.1.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 8e8480e537b..ae0f57471f3 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1,3 @@
 DIST path-15.0.0.tar.gz 73642 BLAKE2B 
186b77b6571dd878a5b64b575289bb5ee549145ccd0c7b858f99c9e3772cf98f2cc7ff5da759e7fa660296abc49c053a388ad95466c51adccce2162c682c6566
 SHA512 
e41684c576b959e27258f60c0d8b69719c38a5a7a04d9646089aea91227781573368a08f01230dca831732ae687741d22caf52efd9a481378b8d4e77627fe3a5
 DIST path-15.0.1.tar.gz 47662 BLAKE2B 
ec50e75cd1b24cd017189cb8632340a5e4ebed8517d607a9f26e43c7c75b2b7d62e9a70b6b93ea6db79feb3d100ca535aba7926cfd7317bef1ac290697ea8f90
 SHA512 
d8ea2a98cf5caad15bc99a740188d6947cb1cdacc1ac7b6164f29f8d78ca8e73258120ff36f100957e3c4c2ca0ed6eaf27c98c4765ededde41b58d98de24f672
+DIST path-15.1.0.tar.gz 48271 BLAKE2B 
3f71d7686bae65f0b605d8fb2077395e5f5f36ec6f29c41f18e2380c6f775e5bd5bc8c2d3589fe507ad49c7383f1cab84b59176e1d5952d02cec68037bf3e4b0
 SHA512 
31c40fc57d6c6c57fece4fec720b344191cc3d395efe9e5f071c98a7392727535150c6952a4f8174b037141d5cb1b026c2fa44da8921a8354ee1627daf8f6977

diff --git a/dev-python/path-py/path-py-15.1.0.ebuild 
b/dev-python/path-py/path-py-15.1.0.ebuild
new file mode 100644
index 000..ec0d713f9c9
--- /dev/null
+++ b/dev-python/path-py/path-py-15.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+inherit distutils-r1
+
+MY_P="path-${PV}"
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
+SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   !

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

2021-01-17 Thread Sam James
commit: b2053a5994ea5493d70b6fc4a78667a5df28b014
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 17 16:10:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 17 16:16:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2053a59

dev-python/path-py: bump to 15.0.1

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

 dev-python/path-py/Manifest  |  1 +
 dev-python/path-py/path-py-15.0.1.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index d304f27e748..8e8480e537b 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1 +1,2 @@
 DIST path-15.0.0.tar.gz 73642 BLAKE2B 
186b77b6571dd878a5b64b575289bb5ee549145ccd0c7b858f99c9e3772cf98f2cc7ff5da759e7fa660296abc49c053a388ad95466c51adccce2162c682c6566
 SHA512 
e41684c576b959e27258f60c0d8b69719c38a5a7a04d9646089aea91227781573368a08f01230dca831732ae687741d22caf52efd9a481378b8d4e77627fe3a5
+DIST path-15.0.1.tar.gz 47662 BLAKE2B 
ec50e75cd1b24cd017189cb8632340a5e4ebed8517d607a9f26e43c7c75b2b7d62e9a70b6b93ea6db79feb3d100ca535aba7926cfd7317bef1ac290697ea8f90
 SHA512 
d8ea2a98cf5caad15bc99a740188d6947cb1cdacc1ac7b6164f29f8d78ca8e73258120ff36f100957e3c4c2ca0ed6eaf27c98c4765ededde41b58d98de24f672

diff --git a/dev-python/path-py/path-py-15.0.1.ebuild 
b/dev-python/path-py/path-py-15.0.1.ebuild
new file mode 100644
index 000..ee2c52e7b64
--- /dev/null
+++ b/dev-python/path-py/path-py-15.0.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+inherit distutils-r1
+
+MY_P="path-${PV}"
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
+SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2020-12-28 Thread Ben Kohler
commit: 1ca31198c9d67b28aaea32301ea96428f787b706
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Dec 28 18:14:56 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Dec 28 18:50:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca31198

dev-python/path-and-address: add python3_9

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

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

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild 
b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index f4df422f872..c37f5f7172b 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
 
 inherit distutils-r1
 



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

2020-11-28 Thread Sam James
commit: b11e68dfdaa72f8a37ceae2afd61f09d08a71487
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 14:18:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 14:21:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11e68df

dev-python/path-py: ~x64-macos keyworded

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

 dev-python/path-py/path-py-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-15.0.0.ebuild 
b/dev-python/path-py/path-py-15.0.0.ebuild
index 1389d65eb26..11c26634ae0 100644
--- a/dev-python/path-py/path-py-15.0.0.ebuild
+++ b/dev-python/path-py/path-py-15.0.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2020-09-30 Thread Louis Sautier
commit: 3477d1d0ee0e67f30c7ffef20196d405777bea93
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Sep 30 12:10:58 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Sep 30 12:11:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3477d1d0

dev-python/path-py: fix DISTUTILS_USE_SETUPTOOLS value

entry_points are empty, therefore setuptools is not a runtime
dependency.

Closes: https://bugs.gentoo.org/745606
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/path-py/path-py-15.0.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/path-py/path-py-15.0.0.ebuild 
b/dev-python/path-py/path-py-15.0.0.ebuild
index 13c63b0ca9e..1389d65eb26 100644
--- a/dev-python/path-py/path-py-15.0.0.ebuild
+++ b/dev-python/path-py/path-py-15.0.0.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{6..9} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 



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

2020-09-08 Thread Sam James
commit: 5c41ef0989d0da0bcde611fc04dd423c8e7064cd
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  9 00:08:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  9 00:08:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c41ef09

dev-python/path-py: Stabilize 15.0.0 ALLARCHES, #741264

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

 dev-python/path-py/path-py-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-15.0.0.ebuild 
b/dev-python/path-py/path-py-15.0.0.ebuild
index a3fded166e6..13c63b0ca9e 100644
--- a/dev-python/path-py/path-py-15.0.0.ebuild
+++ b/dev-python/path-py/path-py-15.0.0.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-py/files/, dev-python/path-py/

2020-07-27 Thread Michał Górny
commit: fb13c210ff15feb21de300a590ef973b068cfa21
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 28 02:35:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 28 02:41:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb13c210

dev-python/path-py: Remove old

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

 dev-python/path-py/Manifest|  1 -
 .../path-py/files/path-py-11.5.2-tests.patch   | 15 --
 dev-python/path-py/path-py-11.5.2-r1.ebuild| 60 --
 3 files changed, 76 deletions(-)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index cbed46aa7a2..e5acd2e041f 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,3 +1,2 @@
 DIST path-14.0.1.tar.gz 73830 BLAKE2B 
7528f90708423802dbb177309b1a608bf8dd6b8b1563fcf3904a805830b1c53b76866ec8055bb8d4afda4adb88209b789aed90a33916e450748866479cad1889
 SHA512 
195abf3e70f3e82566653c8a1154047a8ab82b98eda09a2ae38ba8989e382fd3225fb5c772b827be54a3eafa696829afda2a0198d1bef7ee369e6dc40b0bf11c
 DIST path-15.0.0.tar.gz 73642 BLAKE2B 
186b77b6571dd878a5b64b575289bb5ee549145ccd0c7b858f99c9e3772cf98f2cc7ff5da759e7fa660296abc49c053a388ad95466c51adccce2162c682c6566
 SHA512 
e41684c576b959e27258f60c0d8b69719c38a5a7a04d9646089aea91227781573368a08f01230dca831732ae687741d22caf52efd9a481378b8d4e77627fe3a5
-DIST path.py-11.5.2.tar.gz 43542 BLAKE2B 
6b376eebf5b9197c4a2e23ee25c8261c7a8b9428007a626bc0f7d1be71496f4abf7fc6f11cee628432304e6a684bd690d6895f325981c4dd0092bdf3c4a4a4e3
 SHA512 
8a76ffd7d369adb4c5cbc25f2a52c5cabe899bf59d248d217fc5a086e45438d9dfe6b65b63aa2c89edd7662a793d213662cd6726d15f5ce49dc6bdaf22425865

diff --git a/dev-python/path-py/files/path-py-11.5.2-tests.patch 
b/dev-python/path-py/files/path-py-11.5.2-tests.patch
deleted file mode 100644
index 4760b20d3cb..000
--- a/dev-python/path-py/files/path-py-11.5.2-tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/test_path.py b/test_path.py
-index 2a7ddb8..cc7a58f 100644
 a/test_path.py
-+++ b/test_path.py
-@@ -420,6 +420,10 @@ class TestScratchDir:
- platform.system() == 'Windows' and path.PY3,
- reason="Can't write latin characters. See #133",
- )
-+@pytest.mark.xfail(
-+path.PY2,
-+reason="Broken on python 2.7",
-+)
- def test_listdir_other_encoding(self, tmpdir):
- """
- Some filesystems allow non-character sequences in path names.

diff --git a/dev-python/path-py/path-py-11.5.2-r1.ebuild 
b/dev-python/path-py/path-py-11.5.2-r1.ebuild
deleted file mode 100644
index cb5c96e6844..000
--- a/dev-python/path-py/path-py-11.5.2-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
-
-inherit distutils-r1
-
-MY_P="path.py-${PV}"
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="https://pypi.org/project/path.py/ https://github.com/jaraco/path.py;
-SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   $(python_gen_cond_dep 'dev-python/backports-os[${PYTHON_USEDEP}]' -2)
-   $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' 
python3_{5,6,7} pypy3)
-   dev-python/appdirs[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=(
-   "${FILESDIR}/path-py-11.5.2-tests.patch"
-)
-
-S="${WORKDIR}/${MY_P}"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # avoid a setuptools_scm dependency
-   sed -i "s:use_scm_version=True:version='${PV}',name='${PN//-/.}':" 
setup.py || die
-   sed -r -i 
"s:setuptools_scm[[:space:]]*([><=]{1,2}[[:space:]]*[0-9.a-zA-Z]+)[[:space:]]*::"
 \
-   setup.cfg || die
-
-   # disable flake8 tests
-   sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' \
-   pytest.ini || die
-
-   # fragile test for import time
-   sed -i -e 's:test_import_time:_&:' test_path.py || die
-
-   # fails on py3.9
-   sed -i -e 's:test_version:_&:' test_path.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   PYTHONPATH=. pytest -v || die
-}



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

2020-07-27 Thread Michał Górny
commit: 4c4cf66a5027ecf33cf60161eef57352a4f62aef
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 28 02:34:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 28 02:41:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4cf66a

dev-python/path-py: Remove py2

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

 dev-python/path-py/path-py-11.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-11.5.2-r1.ebuild 
b/dev-python/path-py/path-py-11.5.2-r1.ebuild
index fe2a341258d..cb5c96e6844 100644
--- a/dev-python/path-py/path-py-11.5.2-r1.ebuild
+++ b/dev-python/path-py/path-py-11.5.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-07-27 Thread Michał Górny
commit: 7ed8da8c612549f4873dab933652d6382fb28d3f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 28 02:35:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 28 02:41:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed8da8c

dev-python/path-py: Bump to 15.0.0

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

 dev-python/path-py/Manifest  |  1 +
 dev-python/path-py/path-py-15.0.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index d1883a315cb..cbed46aa7a2 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1,3 @@
 DIST path-14.0.1.tar.gz 73830 BLAKE2B 
7528f90708423802dbb177309b1a608bf8dd6b8b1563fcf3904a805830b1c53b76866ec8055bb8d4afda4adb88209b789aed90a33916e450748866479cad1889
 SHA512 
195abf3e70f3e82566653c8a1154047a8ab82b98eda09a2ae38ba8989e382fd3225fb5c772b827be54a3eafa696829afda2a0198d1bef7ee369e6dc40b0bf11c
+DIST path-15.0.0.tar.gz 73642 BLAKE2B 
186b77b6571dd878a5b64b575289bb5ee549145ccd0c7b858f99c9e3772cf98f2cc7ff5da759e7fa660296abc49c053a388ad95466c51adccce2162c682c6566
 SHA512 
e41684c576b959e27258f60c0d8b69719c38a5a7a04d9646089aea91227781573368a08f01230dca831732ae687741d22caf52efd9a481378b8d4e77627fe3a5
 DIST path.py-11.5.2.tar.gz 43542 BLAKE2B 
6b376eebf5b9197c4a2e23ee25c8261c7a8b9428007a626bc0f7d1be71496f4abf7fc6f11cee628432304e6a684bd690d6895f325981c4dd0092bdf3c4a4a4e3
 SHA512 
8a76ffd7d369adb4c5cbc25f2a52c5cabe899bf59d248d217fc5a086e45438d9dfe6b65b63aa2c89edd7662a793d213662cd6726d15f5ce49dc6bdaf22425865

diff --git a/dev-python/path-py/path-py-15.0.0.ebuild 
b/dev-python/path-py/path-py-15.0.0.ebuild
new file mode 100644
index 000..4779263856c
--- /dev/null
+++ b/dev-python/path-py/path-py-15.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+MY_P="path-${PV}"
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
+SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   !

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

2020-07-09 Thread Michał Górny
commit: 864cde2a55c1886d96084d60611ac38a3d944319
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  9 13:02:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  9 13:06:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864cde2a

dev-python/path-py: Mark ALLARCHES

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

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

diff --git a/dev-python/path-py/metadata.xml b/dev-python/path-py/metadata.xml
index e51461af9e0..ca530559320 100644
--- a/dev-python/path-py/metadata.xml
+++ b/dev-python/path-py/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 path.py
 jaraco/path.py



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

2020-07-09 Thread Michał Górny
commit: a79aa3c98f64347fc96c98220702fad85172fc08
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  9 13:06:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  9 13:06:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79aa3c9

dev-python/path-py: Stabilize 14.0.1 ALLARCHES, #731472

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

 dev-python/path-py/path-py-14.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-14.0.1.ebuild 
b/dev-python/path-py/path-py-14.0.1.ebuild
index 03d9ab5fe75..13f0dc92d69 100644
--- a/dev-python/path-py/path-py-14.0.1.ebuild
+++ b/dev-python/path-py/path-py-14.0.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2020-06-30 Thread Ben Kohler
commit: a03d9b22951a0f6ddf46ce1129c5fd45226b87ed
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Jun 30 12:58:10 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Jun 30 13:12:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03d9b22

dev-python/path-and-address: stable on amd64

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ben Kohler  gentoo.org>

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

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild 
b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index aad20838d94..f4df422f872 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -14,7 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="app-arch/unzip"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-05-26 Thread Michał Górny
commit: b5f501fa792b0ad49a9be7f689e70609541cd908
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 05:59:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 07:11:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f501fa

dev-python/path-py: Bump to 14.0.1

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

 dev-python/path-py/Manifest  |  1 +
 dev-python/path-py/path-py-14.0.1.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 1ad0eff1527..683d18f7e33 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1,3 @@
+DIST path-14.0.1.tar.gz 73830 BLAKE2B 
7528f90708423802dbb177309b1a608bf8dd6b8b1563fcf3904a805830b1c53b76866ec8055bb8d4afda4adb88209b789aed90a33916e450748866479cad1889
 SHA512 
195abf3e70f3e82566653c8a1154047a8ab82b98eda09a2ae38ba8989e382fd3225fb5c772b827be54a3eafa696829afda2a0198d1bef7ee369e6dc40b0bf11c
 DIST path.py-11.5.2.tar.gz 43542 BLAKE2B 
6b376eebf5b9197c4a2e23ee25c8261c7a8b9428007a626bc0f7d1be71496f4abf7fc6f11cee628432304e6a684bd690d6895f325981c4dd0092bdf3c4a4a4e3
 SHA512 
8a76ffd7d369adb4c5cbc25f2a52c5cabe899bf59d248d217fc5a086e45438d9dfe6b65b63aa2c89edd7662a793d213662cd6726d15f5ce49dc6bdaf22425865
 DIST path.py-12.0.2.tar.gz 44859 BLAKE2B 
c82bfd248e0e6eb21e3416c86f7a3a5fbfc5f5b327fe20da4084c53f22834013fc224bfbcf455690f53002c8f1c3e060aa0f04f3792e749dad62e51702cea348
 SHA512 
97971fa1e6bcdd4acf057ab4fe6cde2edb9d9d3d06dc049ea3779cae867221ae3e9d905daa1ec706f867473f738bb328b2795d3030244f8bd8ff7e8f0d5a6b2c

diff --git a/dev-python/path-py/path-py-14.0.1.ebuild 
b/dev-python/path-py/path-py-14.0.1.ebuild
new file mode 100644
index 000..a9be9a3f748
--- /dev/null
+++ b/dev-python/path-py/path-py-14.0.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+MY_P="path-${PV}"
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
+SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   ' python3_{5,6,7} pypy3)
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   !

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

2020-05-26 Thread Michał Górny
commit: 81cfcde8fd6ba08be0b5d176bf3939f383eeba31
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 07:10:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 07:11:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81cfcde8

dev-python/path-py: Revert "Bump to 14.0.1"

Missed the ebuild.

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

 dev-python/path-py/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 683d18f7e33..1ad0eff1527 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,3 +1,2 @@
-DIST path-14.0.1.tar.gz 73830 BLAKE2B 
7528f90708423802dbb177309b1a608bf8dd6b8b1563fcf3904a805830b1c53b76866ec8055bb8d4afda4adb88209b789aed90a33916e450748866479cad1889
 SHA512 
195abf3e70f3e82566653c8a1154047a8ab82b98eda09a2ae38ba8989e382fd3225fb5c772b827be54a3eafa696829afda2a0198d1bef7ee369e6dc40b0bf11c
 DIST path.py-11.5.2.tar.gz 43542 BLAKE2B 
6b376eebf5b9197c4a2e23ee25c8261c7a8b9428007a626bc0f7d1be71496f4abf7fc6f11cee628432304e6a684bd690d6895f325981c4dd0092bdf3c4a4a4e3
 SHA512 
8a76ffd7d369adb4c5cbc25f2a52c5cabe899bf59d248d217fc5a086e45438d9dfe6b65b63aa2c89edd7662a793d213662cd6726d15f5ce49dc6bdaf22425865
 DIST path.py-12.0.2.tar.gz 44859 BLAKE2B 
c82bfd248e0e6eb21e3416c86f7a3a5fbfc5f5b327fe20da4084c53f22834013fc224bfbcf455690f53002c8f1c3e060aa0f04f3792e749dad62e51702cea348
 SHA512 
97971fa1e6bcdd4acf057ab4fe6cde2edb9d9d3d06dc049ea3779cae867221ae3e9d905daa1ec706f867473f738bb328b2795d3030244f8bd8ff7e8f0d5a6b2c



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

2020-05-26 Thread Michał Górny
commit: 6e6fd714c5e6cda5005517a5b22681e7eb63bc2e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 05:59:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 06:15:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6fd714

dev-python/path-py: Bump to 14.0.1

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

 dev-python/path-py/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 1ad0eff1527..683d18f7e33 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1,3 @@
+DIST path-14.0.1.tar.gz 73830 BLAKE2B 
7528f90708423802dbb177309b1a608bf8dd6b8b1563fcf3904a805830b1c53b76866ec8055bb8d4afda4adb88209b789aed90a33916e450748866479cad1889
 SHA512 
195abf3e70f3e82566653c8a1154047a8ab82b98eda09a2ae38ba8989e382fd3225fb5c772b827be54a3eafa696829afda2a0198d1bef7ee369e6dc40b0bf11c
 DIST path.py-11.5.2.tar.gz 43542 BLAKE2B 
6b376eebf5b9197c4a2e23ee25c8261c7a8b9428007a626bc0f7d1be71496f4abf7fc6f11cee628432304e6a684bd690d6895f325981c4dd0092bdf3c4a4a4e3
 SHA512 
8a76ffd7d369adb4c5cbc25f2a52c5cabe899bf59d248d217fc5a086e45438d9dfe6b65b63aa2c89edd7662a793d213662cd6726d15f5ce49dc6bdaf22425865
 DIST path.py-12.0.2.tar.gz 44859 BLAKE2B 
c82bfd248e0e6eb21e3416c86f7a3a5fbfc5f5b327fe20da4084c53f22834013fc224bfbcf455690f53002c8f1c3e060aa0f04f3792e749dad62e51702cea348
 SHA512 
97971fa1e6bcdd4acf057ab4fe6cde2edb9d9d3d06dc049ea3779cae867221ae3e9d905daa1ec706f867473f738bb328b2795d3030244f8bd8ff7e8f0d5a6b2c



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

2020-05-25 Thread Michał Górny
commit: 406836a34f947d01d0084f723548c2fbba8dd734
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 19:57:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 20:14:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406836a3

dev-python/path-py: Port to py39

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

 dev-python/path-py/path-py-11.5.2-r1.ebuild | 5 -
 dev-python/path-py/path-py-12.0.2-r2.ebuild | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-py/path-py-11.5.2-r1.ebuild 
b/dev-python/path-py/path-py-11.5.2-r1.ebuild
index 7cb4a906d9c..fe2a341258d 100644
--- a/dev-python/path-py/path-py-11.5.2-r1.ebuild
+++ b/dev-python/path-py/path-py-11.5.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1
 
@@ -49,6 +49,9 @@ python_prepare_all() {
# fragile test for import time
sed -i -e 's:test_import_time:_&:' test_path.py || die
 
+   # fails on py3.9
+   sed -i -e 's:test_version:_&:' test_path.py || die
+
distutils-r1_python_prepare_all
 }
 

diff --git a/dev-python/path-py/path-py-12.0.2-r2.ebuild 
b/dev-python/path-py/path-py-12.0.2-r2.ebuild
index caa323eb0ce..8a2bc901dae 100644
--- a/dev-python/path-py/path-py-12.0.2-r2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



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

2020-05-17 Thread Michał Górny
commit: cd43d388e2b58d05aeac5aaaba0922fa839f7b64
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 17 08:16:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 17 08:20:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd43d388

dev-python/path-py: Add missing rdep on backports-os

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

 .../path-py/{path-py-11.5.2.ebuild => path-py-11.5.2-r1.ebuild}   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-11.5.2.ebuild 
b/dev-python/path-py/path-py-11.5.2-r1.ebuild
similarity index 88%
rename from dev-python/path-py/path-py-11.5.2.ebuild
rename to dev-python/path-py/path-py-11.5.2-r1.ebuild
index dd854041c4d..7cb4a906d9c 100644
--- a/dev-python/path-py/path-py-11.5.2.ebuild
+++ b/dev-python/path-py/path-py-11.5.2-r1.ebuild
@@ -18,7 +18,9 @@ LICENSE="MIT"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
-RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)
+RDEPEND="
+   $(python_gen_cond_dep 'dev-python/backports-os[${PYTHON_USEDEP}]' -2)
+   $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' 
python3_{5,6,7} pypy3)
dev-python/appdirs[${PYTHON_USEDEP}]"
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (



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

2020-05-16 Thread Michał Górny
commit: 9506a7f8f3ca31b2b7ec85f4bca12d64b66eaa07
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 16 07:28:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 16 09:07:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9506a7f8

dev-python/path-py: Add anti-dep breaking blocker on pytest-shutil

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

 .../path-py/{path-py-12.0.2-r1.ebuild => path-py-12.0.2-r2.ebuild}| 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-12.0.2-r1.ebuild 
b/dev-python/path-py/path-py-12.0.2-r2.ebuild
similarity index 92%
rename from dev-python/path-py/path-py-12.0.2-r1.ebuild
rename to dev-python/path-py/path-py-12.0.2-r2.ebuild
index 12f5101bb04..511276e331d 100644
--- a/dev-python/path-py/path-py-12.0.2-r1.ebuild
+++ b/dev-python/path-py/path-py-12.0.2-r2.ebuild
@@ -20,7 +20,9 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc 
ppc64 s390 sparc x86
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)
-   dev-python/appdirs[${PYTHON_USEDEP}]"
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   

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

2020-05-16 Thread Michał Górny
commit: cfd47eb1d2540122ca87dd6fd324f223529bd1fa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 16 08:02:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 16 09:07:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd47eb1

dev-python/path-py: Disable fragile timing tests

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

 dev-python/path-py/path-py-11.5.2.ebuild| 3 +++
 dev-python/path-py/path-py-12.0.2-r2.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/dev-python/path-py/path-py-11.5.2.ebuild 
b/dev-python/path-py/path-py-11.5.2.ebuild
index c95f162bf18..dd854041c4d 100644
--- a/dev-python/path-py/path-py-11.5.2.ebuild
+++ b/dev-python/path-py/path-py-11.5.2.ebuild
@@ -44,6 +44,9 @@ python_prepare_all() {
sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' \
pytest.ini || die
 
+   # fragile test for import time
+   sed -i -e 's:test_import_time:_&:' test_path.py || die
+
distutils-r1_python_prepare_all
 }
 

diff --git a/dev-python/path-py/path-py-12.0.2-r2.ebuild 
b/dev-python/path-py/path-py-12.0.2-r2.ebuild
index 511276e331d..caa323eb0ce 100644
--- a/dev-python/path-py/path-py-12.0.2-r2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2-r2.ebuild
@@ -47,6 +47,9 @@ python_prepare_all() {
sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' \
pytest.ini || die
 
+   # fragile test for import time
+   sed -i -e 's:test_import_time:_&:' test_path.py || die
+
distutils-r1_python_prepare_all
 }
 



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

2020-04-14 Thread Mike Gilbert
commit: 777a84c4c5cc4240b97ec11ce431ddf704f6c534
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Apr 15 05:52:40 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Apr 15 05:52:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777a84c4

dev-python/path-py: DISTUTILS_USE_SETUPTOOLS=rdepend

Signed-off-by: Mike Gilbert  gentoo.org>

 dev-python/path-py/{path-py-12.0.2.ebuild => path-py-12.0.2-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/path-py/path-py-12.0.2.ebuild 
b/dev-python/path-py/path-py-12.0.2-r1.ebuild
similarity index 97%
rename from dev-python/path-py/path-py-12.0.2.ebuild
rename to dev-python/path-py/path-py-12.0.2-r1.ebuild
index 656360700d3..12f5101bb04 100644
--- a/dev-python/path-py/path-py-12.0.2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2-r1.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2020-03-28 Thread Michał Górny
commit: b5ecf079c37c26f3ad29490db083568501c1d35e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 11:29:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 11:36:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ecf079

dev-python/path-and-address: Remove redundant versions

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

 dev-python/path-and-address/Manifest  |  1 -
 .../path-and-address/path-and-address-1.1.0.ebuild| 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-python/path-and-address/Manifest 
b/dev-python/path-and-address/Manifest
index 2efef2d1ad4..9c4b7467aba 100644
--- a/dev-python/path-and-address/Manifest
+++ b/dev-python/path-and-address/Manifest
@@ -1,2 +1 @@
-DIST path-and-address-1.1.0.zip 7652 BLAKE2B 
fcf80494a2969d4b59a96ca6cd6f9dbc03a56b11e4374e64ea59fba18859b50eb8621d506b28472713bce8aaec6e8d9f26ba763b82b726df439967aa3c8a75be
 SHA512 
eb60fabce6a71401b4681bcc1db5253c2043c33bd25f9bc8bf678d45aa459e2398ed482166fa0f85a0365ba8762a46e75c6c497ea25b6c1ba5c91d6a37618062
 DIST path-and-address-2.0.1.zip 6503 BLAKE2B 
146e73b5b54ea536f8b94da8ebbb923441564cf2137a55f3938552493b6fffe28c4e90c908a3fef2acb55e76f320519c7f59c0b2c99f144ebb29ca90d32e590a
 SHA512 
11b2352389662412451e1e9f3e2997e81d36acbef7ad18c50328b9e9bb395f2f5fc8bca988ef14a7d9b76f5213cbfa17bb82df0e00f6989671181b104e4f1406

diff --git a/dev-python/path-and-address/path-and-address-1.1.0.ebuild 
b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
deleted file mode 100644
index 0d35cd58135..000
--- a/dev-python/path-and-address/path-and-address-1.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( pypy3 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Functions for server CLI applications used by humans"
-HOMEPAGE="https://github.com/joeyespo/path-and-address;
-LICENSE="MIT"
-
-SLOT="0"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-KEYWORDS="~amd64"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-03-25 Thread Michał Górny
commit: ab7ff6db37669080eb435ea289f48a76c5092cdc
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 25 11:22:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 25 11:41:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7ff6db

dev-python/path-py: Stabilize 11.5.2 ALLARCHES

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

 dev-python/path-py/path-py-11.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-11.5.2.ebuild 
b/dev-python/path-py/path-py-11.5.2.ebuild
index a84d9ec..7f477ed01ef 100644
--- a/dev-python/path-py/path-py-11.5.2.ebuild
+++ b/dev-python/path-py/path-py-11.5.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2020-03-25 Thread Michał Górny
commit: 4133f51dfa8bf136da42d2d178e3c71870e4b9d8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 25 11:22:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 25 11:41:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4133f51d

dev-python/path-py: Remove old

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

 dev-python/path-py/Manifest |  1 -
 dev-python/path-py/path-py-8.1.2.ebuild | 41 -
 2 files changed, 42 deletions(-)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index e36c75beafb..1ad0eff1527 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,3 +1,2 @@
 DIST path.py-11.5.2.tar.gz 43542 BLAKE2B 
6b376eebf5b9197c4a2e23ee25c8261c7a8b9428007a626bc0f7d1be71496f4abf7fc6f11cee628432304e6a684bd690d6895f325981c4dd0092bdf3c4a4a4e3
 SHA512 
8a76ffd7d369adb4c5cbc25f2a52c5cabe899bf59d248d217fc5a086e45438d9dfe6b65b63aa2c89edd7662a793d213662cd6726d15f5ce49dc6bdaf22425865
 DIST path.py-12.0.2.tar.gz 44859 BLAKE2B 
c82bfd248e0e6eb21e3416c86f7a3a5fbfc5f5b327fe20da4084c53f22834013fc224bfbcf455690f53002c8f1c3e060aa0f04f3792e749dad62e51702cea348
 SHA512 
97971fa1e6bcdd4acf057ab4fe6cde2edb9d9d3d06dc049ea3779cae867221ae3e9d905daa1ec706f867473f738bb328b2795d3030244f8bd8ff7e8f0d5a6b2c
-DIST path.py-8.1.2.tar.gz 33437 BLAKE2B 
0033b64e9d0f4c719414e5345989308a113c9e23f99fb46722ee7d7de85c7bb4b471f5416d646d943771cdd369ac2d8f23f925660d4212b18acf7b82daaa76c0
 SHA512 
639b6247d99bd7c88e7505f5f41a5896266f23c0517b470ea5c1ec90ca76e87f1971babee623bbd7bea57bbef5f7677a7163bc51bae78c3c54e978eaf7f122d1

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
deleted file mode 100644
index 5a44eea4a3e..000
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-MY_P="path.py-${PV}"
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="https://pypi.org/project/path.py/ https://github.com/jaraco/path.py;
-SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-   sed '/setuptools_scm/d' -i setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # https://github.com/jaraco/path.py/issues/122
-   unset XDG_CONFIG_HOME
-   esetup.py test
-}



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

2020-03-10 Thread Agostino Sarubbo
commit: c1028bb258a819960e178bd9cede5d36619b2a72
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 10 10:33:36 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 10 10:33:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1028bb2

dev-python/path-py: ia64 stable wrt bug #711960

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

 dev-python/path-py/path-py-11.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-11.5.2.ebuild 
b/dev-python/path-py/path-py-11.5.2.ebuild
index 4ca895b683c..a84d9ec 100644
--- a/dev-python/path-py/path-py-11.5.2.ebuild
+++ b/dev-python/path-py/path-py-11.5.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2020-03-10 Thread Agostino Sarubbo
commit: ce543353378793288ccfa943dafb60a44308a534
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 10 08:56:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 10 08:56:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce543353

dev-python/path-py: ppc64 stable wrt bug #711960

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

 dev-python/path-py/path-py-11.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-11.5.2.ebuild 
b/dev-python/path-py/path-py-11.5.2.ebuild
index 7694fae1653..4ca895b683c 100644
--- a/dev-python/path-py/path-py-11.5.2.ebuild
+++ b/dev-python/path-py/path-py-11.5.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2020-03-10 Thread Agostino Sarubbo
commit: a47b710dc472053441c35b524163900e3517299c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 10 08:55:11 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 10 08:55:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47b710d

dev-python/path-py: ppc stable wrt bug #711960

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

 dev-python/path-py/path-py-11.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-11.5.2.ebuild 
b/dev-python/path-py/path-py-11.5.2.ebuild
index 49ccde311a5..7694fae1653 100644
--- a/dev-python/path-py/path-py-11.5.2.ebuild
+++ b/dev-python/path-py/path-py-11.5.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2020-03-10 Thread Agostino Sarubbo
commit: 44ec094016452d1a9d865c95e62340fc35b5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 10 08:52:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 10 08:52:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ec0940

dev-python/path-py: arm stable wrt bug #711960

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

 dev-python/path-py/path-py-11.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-11.5.2.ebuild 
b/dev-python/path-py/path-py-11.5.2.ebuild
index f5c684890c1..49ccde311a5 100644
--- a/dev-python/path-py/path-py-11.5.2.ebuild
+++ b/dev-python/path-py/path-py-11.5.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2020-03-09 Thread Thomas Deutschmann
commit: 37d98a1c3d9eb1d18055c60e3dfeea26f0cde144
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar  9 18:54:29 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar  9 18:55:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d98a1c

dev-python/path-py: x86 stable (bug #711960)

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/path-py/path-py-11.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-11.5.2.ebuild 
b/dev-python/path-py/path-py-11.5.2.ebuild
index fef23e64524..f5c684890c1 100644
--- a/dev-python/path-py/path-py-11.5.2.ebuild
+++ b/dev-python/path-py/path-py-11.5.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2020-03-09 Thread Mikle Kolyada
commit: 2cdc810f7e9871e79479bb002428fd11ed414058
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Mar  9 18:10:03 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Mar  9 18:10:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cdc810f

dev-python/path-py: amd64 stable wrt bug #711960

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

 dev-python/path-py/path-py-11.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-11.5.2.ebuild 
b/dev-python/path-py/path-py-11.5.2.ebuild
index 4f3427b3ce8..fef23e64524 100644
--- a/dev-python/path-py/path-py-11.5.2.ebuild
+++ b/dev-python/path-py/path-py-11.5.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2020-02-05 Thread Michał Górny
commit: 2d46b4255e9e5eb590fc94d4af65654fd647894a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 17:54:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 17:54:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d46b425

dev-python/path-and-address: Remove py2

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

 dev-python/path-and-address/path-and-address-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-and-address/path-and-address-1.1.0.ebuild 
b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
index e9ec9c8f1fb..0d35cd58135 100644
--- a/dev-python/path-and-address/path-and-address-1.1.0.ebuild
+++ b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 pypy3 python3_6 )
+PYTHON_COMPAT=( pypy3 python3_6 )
 
 inherit distutils-r1
 



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

2020-01-26 Thread Michał Górny
commit: 4b9bc841f0dbd37e85997bcd51a06d8349af73e1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 26 17:05:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 26 17:11:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9bc841

dev-python/path-py: Remove redundant versions

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

 dev-python/path-py/Manifest  |  2 --
 dev-python/path-py/path-py-10.3.1.ebuild | 39 ---
 dev-python/path-py/path-py-11.0.1.ebuild | 46 
 3 files changed, 87 deletions(-)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index ab7b9442e49..e36c75beafb 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,5 +1,3 @@
-DIST path.py-10.3.1.tar.gz 35871 BLAKE2B 
94e45372ad39f9c5dfe4167f5d1fd58e1e501272ed2fa5ecd116f0fffc7b924c66cc436a83a296a167c08bb2f57f169b1ace7692c2ac1284fc9070918b409a3c
 SHA512 
e8dc874521aee6cadc5e3d7a66ca6909010f2069b1e6ed0298a3dbd86466c971ca466b442bff90906cb891fa9f13190fd9b3bf4ae62442e9fe73909169c32c02
-DIST path.py-11.0.1.tar.gz 38348 BLAKE2B 
80bfc308c72f0e2867ce1811709e3d2ff63888be53814e026ee221c381387a581f8e0f8da05e5c1fade2e0d6b93ba930dc9b1f38117667239174a3acc85d76f0
 SHA512 
48bc8352af74e70e702e712f35f08a0bf05713b2de5f2eb617f8ef2f9138344cf74fab453aff6cbd38bd88f5c3612c39b3605e0d3899c2ab1c667662558a8651
 DIST path.py-11.5.2.tar.gz 43542 BLAKE2B 
6b376eebf5b9197c4a2e23ee25c8261c7a8b9428007a626bc0f7d1be71496f4abf7fc6f11cee628432304e6a684bd690d6895f325981c4dd0092bdf3c4a4a4e3
 SHA512 
8a76ffd7d369adb4c5cbc25f2a52c5cabe899bf59d248d217fc5a086e45438d9dfe6b65b63aa2c89edd7662a793d213662cd6726d15f5ce49dc6bdaf22425865
 DIST path.py-12.0.2.tar.gz 44859 BLAKE2B 
c82bfd248e0e6eb21e3416c86f7a3a5fbfc5f5b327fe20da4084c53f22834013fc224bfbcf455690f53002c8f1c3e060aa0f04f3792e749dad62e51702cea348
 SHA512 
97971fa1e6bcdd4acf057ab4fe6cde2edb9d9d3d06dc049ea3779cae867221ae3e9d905daa1ec706f867473f738bb328b2795d3030244f8bd8ff7e8f0d5a6b2c
 DIST path.py-8.1.2.tar.gz 33437 BLAKE2B 
0033b64e9d0f4c719414e5345989308a113c9e23f99fb46722ee7d7de85c7bb4b471f5416d646d943771cdd369ac2d8f23f925660d4212b18acf7b82daaa76c0
 SHA512 
639b6247d99bd7c88e7505f5f41a5896266f23c0517b470ea5c1ec90ca76e87f1971babee623bbd7bea57bbef5f7677a7163bc51bae78c3c54e978eaf7f122d1

diff --git a/dev-python/path-py/path-py-10.3.1.ebuild 
b/dev-python/path-py/path-py-10.3.1.ebuild
deleted file mode 100644
index 865c0e1ed6f..000
--- a/dev-python/path-py/path-py-10.3.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-MY_P="path.py-${PV}"
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="https://pypi.org/project/path.py/ https://github.com/jaraco/path.py;
-SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-   sed '/setuptools_scm/d' -i setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   py.test -v || die
-}

diff --git a/dev-python/path-py/path-py-11.0.1.ebuild 
b/dev-python/path-py/path-py-11.0.1.ebuild
deleted file mode 100644
index f3a336bbbaa..000
--- a/dev-python/path-py/path-py-11.0.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-MY_P="path.py-${PV}"
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="https://pypi.org/project/path.py/ https://github.com/jaraco/path.py;
-SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/appdirs[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-   sed '/setuptools_scm/d' -i setup.py || die
-   sed -r -i 
"s:setuptools_scm[[:space:]]*([><=]{1,2}[[:space:]]*[0-9.a-zA-Z]+)[[:space:]]*::"
 \
-   setup.cfg || die
-
-   # disable flake8 tests
-   sed -i 's/ --flake8//' pytest.ini || die
-
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2020-01-20 Thread Ben Kohler
commit: 7fe74dd7ef9c92e0b5bc5d2bcea007d3950a2551
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Jan 20 18:10:38 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Jan 20 18:15:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe74dd7

dev-python/path-and-address: add missing maintainer name

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

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

diff --git a/dev-python/path-and-address/metadata.xml 
b/dev-python/path-and-address/metadata.xml
index f07d1514075..b83619ba78c 100644
--- a/dev-python/path-and-address/metadata.xml
+++ b/dev-python/path-and-address/metadata.xml
@@ -6,6 +6,7 @@
   
   
 bkoh...@gentoo.org
+Ben Kohler
   
   
 joeyespo/path-and-address



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2020-01-20 Thread Ben Kohler
commit: bfd88aa41db7fa5735138fa1052eac3f48249c77
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Jan 20 18:03:49 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Jan 20 18:14:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd88aa4

dev-python/path-and-address: bump to 2.0.1 & update PYTHON_COMPAT

Also add myself to maintainers list since I'm taking over this package's
only reverse dep.

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

 dev-python/path-and-address/Manifest |  1 +
 dev-python/path-and-address/metadata.xml |  3 +++
 .../path-and-address/path-and-address-2.0.1.ebuild   | 20 
 3 files changed, 24 insertions(+)

diff --git a/dev-python/path-and-address/Manifest 
b/dev-python/path-and-address/Manifest
index 63a46df4a44..2efef2d1ad4 100644
--- a/dev-python/path-and-address/Manifest
+++ b/dev-python/path-and-address/Manifest
@@ -1 +1,2 @@
 DIST path-and-address-1.1.0.zip 7652 BLAKE2B 
fcf80494a2969d4b59a96ca6cd6f9dbc03a56b11e4374e64ea59fba18859b50eb8621d506b28472713bce8aaec6e8d9f26ba763b82b726df439967aa3c8a75be
 SHA512 
eb60fabce6a71401b4681bcc1db5253c2043c33bd25f9bc8bf678d45aa459e2398ed482166fa0f85a0365ba8762a46e75c6c497ea25b6c1ba5c91d6a37618062
+DIST path-and-address-2.0.1.zip 6503 BLAKE2B 
146e73b5b54ea536f8b94da8ebbb923441564cf2137a55f3938552493b6fffe28c4e90c908a3fef2acb55e76f320519c7f59c0b2c99f144ebb29ca90d32e590a
 SHA512 
11b2352389662412451e1e9f3e2997e81d36acbef7ad18c50328b9e9bb395f2f5fc8bca988ef14a7d9b76f5213cbfa17bb82df0e00f6989671181b104e4f1406

diff --git a/dev-python/path-and-address/metadata.xml 
b/dev-python/path-and-address/metadata.xml
index c007c2aa27e..f07d1514075 100644
--- a/dev-python/path-and-address/metadata.xml
+++ b/dev-python/path-and-address/metadata.xml
@@ -4,6 +4,9 @@
   
 pyt...@gentoo.org
   
+  
+bkoh...@gentoo.org
+  
   
 joeyespo/path-and-address
 path-and-address

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild 
b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
new file mode 100644
index 000..aad20838d94
--- /dev/null
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -0,0 +1,20 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="Functions for server CLI applications used by humans"
+HOMEPAGE="https://github.com/joeyespo/path-and-address;
+LICENSE="MIT"
+
+SLOT="0"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+KEYWORDS="~amd64"
+
+BDEPEND="app-arch/unzip"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-12-30 Thread Sergei Trofimovich
commit: 191ba8f818f5b18c6fffd0cf4f20a43d95a86c7c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Dec 30 08:17:02 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec 30 10:15:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191ba8f8

dev-python/path-py: stable 12.0.2 for hppa, bug #700590

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

 dev-python/path-py/path-py-12.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-12.0.2.ebuild 
b/dev-python/path-py/path-py-12.0.2.ebuild
index 3ba9139a916..bc8325a34b4 100644
--- a/dev-python/path-py/path-py-12.0.2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2019-12-24 Thread Mikle Kolyada
commit: d8ee7da897ba88d9323aa6d8ef0496fce8445996
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Dec 24 14:20:55 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Dec 24 14:20:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ee7da8

dev-python/path-py: arm stable wrt bug #700590

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

 dev-python/path-py/path-py-12.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-12.0.2.ebuild 
b/dev-python/path-py/path-py-12.0.2.ebuild
index 7e3f9521cfb..3ba9139a916 100644
--- a/dev-python/path-py/path-py-12.0.2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2019-12-15 Thread Agostino Sarubbo
commit: e45be53cd9d6550f0dc3a319555fb1523b5057f0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 16 07:54:34 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 16 07:54:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45be53c

dev-python/path-py: sparc stable wrt bug #700590

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

 dev-python/path-py/path-py-12.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-12.0.2.ebuild 
b/dev-python/path-py/path-py-12.0.2.ebuild
index a854e5888a2..7e3f9521cfb 100644
--- a/dev-python/path-py/path-py-12.0.2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2019-12-15 Thread Agostino Sarubbo
commit: d3c7968c103b41cd15f8c2100bb8df8d48d628d7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 16 07:53:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 16 07:53:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c7968c

dev-python/path-py: ia64 stable wrt bug #700590

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

 dev-python/path-py/path-py-12.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-12.0.2.ebuild 
b/dev-python/path-py/path-py-12.0.2.ebuild
index 4db4bc9ff82..a854e5888a2 100644
--- a/dev-python/path-py/path-py-12.0.2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2019-12-15 Thread Agostino Sarubbo
commit: 9e07dd90eb0a03b602c4a0f52a7120b3a9535bf0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 16 07:53:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 16 07:53:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e07dd90

dev-python/path-py: ppc64 stable wrt bug #700590

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

 dev-python/path-py/path-py-12.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-12.0.2.ebuild 
b/dev-python/path-py/path-py-12.0.2.ebuild
index 6190f008c13..4db4bc9ff82 100644
--- a/dev-python/path-py/path-py-12.0.2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2019-12-15 Thread Agostino Sarubbo
commit: 47db5512c5ea329a2b29237998f8f19255cb9225
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 16 07:51:57 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 16 07:51:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47db5512

dev-python/path-py: ppc stable wrt bug #700590

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

 dev-python/path-py/path-py-12.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-12.0.2.ebuild 
b/dev-python/path-py/path-py-12.0.2.ebuild
index 0328182b8ce..6190f008c13 100644
--- a/dev-python/path-py/path-py-12.0.2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2019-12-15 Thread Agostino Sarubbo
commit: 89f318d7bf2723620589f401f8b67ffa314c30ee
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 16 07:51:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 16 07:51:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f318d7

dev-python/path-py: s390 stable wrt bug #700590

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

 dev-python/path-py/path-py-12.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-12.0.2.ebuild 
b/dev-python/path-py/path-py-12.0.2.ebuild
index f9321ceec04..0328182b8ce 100644
--- a/dev-python/path-py/path-py-12.0.2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2019-12-15 Thread Agostino Sarubbo
commit: 214fef64e86b008a10aadcede8bbe539fa3d3e4a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 16 07:48:19 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 16 07:48:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214fef64

dev-python/path-py: x86 stable wrt bug #700590

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

 dev-python/path-py/path-py-12.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-12.0.2.ebuild 
b/dev-python/path-py/path-py-12.0.2.ebuild
index 5a4e0998bfa..f9321ceec04 100644
--- a/dev-python/path-py/path-py-12.0.2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2019-12-01 Thread Aaron Bauman
commit: e782f1e9be4c19157e608cd7c5452d980a379ffd
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Dec  2 02:38:50 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Dec  2 02:38:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e782f1e9

dev-python/path-py: amd64 stable

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

 dev-python/path-py/path-py-12.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-12.0.2.ebuild 
b/dev-python/path-py/path-py-12.0.2.ebuild
index 29d047d7cb6..cc802e545ff 100644
--- a/dev-python/path-py/path-py-12.0.2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)



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

2019-11-25 Thread Patrick McLean
commit: 86afcdf9222f5f3f32398c12777aba22f192054b
Author: Patrick McLean  sony  com>
AuthorDate: Mon Nov 25 08:06:33 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Nov 25 08:06:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86afcdf9

dev-python/path-py: fix setuptools_scm removal

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

 dev-python/path-py/path-py-11.0.1.ebuild | 2 ++
 dev-python/path-py/path-py-11.5.2.ebuild | 5 -
 dev-python/path-py/path-py-12.0.2.ebuild | 5 -
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-py/path-py-11.0.1.ebuild 
b/dev-python/path-py/path-py-11.0.1.ebuild
index 5b22dbd06d9..2fc056a01db 100644
--- a/dev-python/path-py/path-py-11.0.1.ebuild
+++ b/dev-python/path-py/path-py-11.0.1.ebuild
@@ -31,6 +31,8 @@ S="${WORKDIR}/${MY_P}"
 
 python_prepare_all() {
sed '/setuptools_scm/d' -i setup.py || die
+   sed -r -i 
"s:setuptools_scm[[:space:]]*([><=]{1,2}[[:space:]]*[0-9.a-zA-Z]+)[[:space:]]*::"
 \
+   setup.cfg || die
 
# disable flake8 tests
sed -i 's/ --flake8//' pytest.ini || die

diff --git a/dev-python/path-py/path-py-11.5.2.ebuild 
b/dev-python/path-py/path-py-11.5.2.ebuild
index 5955abedeba..2f33ff1c53d 100644
--- a/dev-python/path-py/path-py-11.5.2.ebuild
+++ b/dev-python/path-py/path-py-11.5.2.ebuild
@@ -35,7 +35,10 @@ S="${WORKDIR}/${MY_P}"
 distutils_enable_tests pytest
 
 python_prepare_all() {
-   sed -i "s:use_scm_version=True:version='${PV}',name='path.py':" 
setup.py || die
+   # avoid a setuptools_scm dependency
+   sed -i "s:use_scm_version=True:version='${PV}',name='${PN//-/.}':" 
setup.py || die
+   sed -r -i 
"s:setuptools_scm[[:space:]]*([><=]{1,2}[[:space:]]*[0-9.a-zA-Z]+)[[:space:]]*::"
 \
+   setup.cfg || die
 
# disable flake8 tests
sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' \

diff --git a/dev-python/path-py/path-py-12.0.2.ebuild 
b/dev-python/path-py/path-py-12.0.2.ebuild
index 814045bbf80..29d047d7cb6 100644
--- a/dev-python/path-py/path-py-12.0.2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2.ebuild
@@ -35,7 +35,10 @@ S="${WORKDIR}/${MY_P}"
 distutils_enable_tests pytest
 
 python_prepare_all() {
-   sed -i "s:use_scm_version=True:version='${PV}',name='path.py':" 
setup.py || die
+   # avoid a setuptools_scm dependency
+   sed -i "s:use_scm_version=True:version='${PV}',name='${PN//-/.}':" 
setup.py || die
+   sed -r -i 
"s:setuptools_scm[[:space:]]*([><=]{1,2}[[:space:]]*[0-9.a-zA-Z]+)[[:space:]]*::"
 \
+   setup.cfg || die
 
# disable flake8 tests
sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' \



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

2019-11-22 Thread Patrick McLean
commit: 0717690e90639eb6d61ecace91a56da84ac92b83
Author: Patrick McLean  sony  com>
AuthorDate: Sat Nov 23 04:30:29 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Nov 23 04:30:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0717690e

dev-python/path-py: Make sure the right package name is in the egg

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

 dev-python/path-py/path-py-11.5.2.ebuild | 2 +-
 dev-python/path-py/path-py-12.0.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-py/path-py-11.5.2.ebuild 
b/dev-python/path-py/path-py-11.5.2.ebuild
index bae80335185..5955abedeba 100644
--- a/dev-python/path-py/path-py-11.5.2.ebuild
+++ b/dev-python/path-py/path-py-11.5.2.ebuild
@@ -35,7 +35,7 @@ S="${WORKDIR}/${MY_P}"
 distutils_enable_tests pytest
 
 python_prepare_all() {
-   sed -i "s:use_scm_version=True:version='${PV}':" setup.py || die
+   sed -i "s:use_scm_version=True:version='${PV}',name='path.py':" 
setup.py || die
 
# disable flake8 tests
sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' \

diff --git a/dev-python/path-py/path-py-12.0.2.ebuild 
b/dev-python/path-py/path-py-12.0.2.ebuild
index ec861207b9a..814045bbf80 100644
--- a/dev-python/path-py/path-py-12.0.2.ebuild
+++ b/dev-python/path-py/path-py-12.0.2.ebuild
@@ -35,7 +35,7 @@ S="${WORKDIR}/${MY_P}"
 distutils_enable_tests pytest
 
 python_prepare_all() {
-   sed -i "s:use_scm_version=True:version='${PV}':" setup.py || die
+   sed -i "s:use_scm_version=True:version='${PV}',name='path.py':" 
setup.py || die
 
# disable flake8 tests
sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' \



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-py/files/, dev-python/path-py/

2019-11-22 Thread Patrick McLean
commit: 8984c5b5d033f874427cb0d4d9b661d1a00d65ca
Author: Patrick McLean  sony  com>
AuthorDate: Sat Nov 23 03:39:24 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Nov 23 03:50:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8984c5b5

dev-python/path-py: Version bump to 11.5.2

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

 dev-python/path-py/Manifest|  1 +
 .../path-py/files/path-py-11.5.2-tests.patch   | 15 +++
 dev-python/path-py/path-py-11.5.2.ebuild   | 49 ++
 3 files changed, 65 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 4685c2430d1..ab7b9442e49 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,4 +1,5 @@
 DIST path.py-10.3.1.tar.gz 35871 BLAKE2B 
94e45372ad39f9c5dfe4167f5d1fd58e1e501272ed2fa5ecd116f0fffc7b924c66cc436a83a296a167c08bb2f57f169b1ace7692c2ac1284fc9070918b409a3c
 SHA512 
e8dc874521aee6cadc5e3d7a66ca6909010f2069b1e6ed0298a3dbd86466c971ca466b442bff90906cb891fa9f13190fd9b3bf4ae62442e9fe73909169c32c02
 DIST path.py-11.0.1.tar.gz 38348 BLAKE2B 
80bfc308c72f0e2867ce1811709e3d2ff63888be53814e026ee221c381387a581f8e0f8da05e5c1fade2e0d6b93ba930dc9b1f38117667239174a3acc85d76f0
 SHA512 
48bc8352af74e70e702e712f35f08a0bf05713b2de5f2eb617f8ef2f9138344cf74fab453aff6cbd38bd88f5c3612c39b3605e0d3899c2ab1c667662558a8651
+DIST path.py-11.5.2.tar.gz 43542 BLAKE2B 
6b376eebf5b9197c4a2e23ee25c8261c7a8b9428007a626bc0f7d1be71496f4abf7fc6f11cee628432304e6a684bd690d6895f325981c4dd0092bdf3c4a4a4e3
 SHA512 
8a76ffd7d369adb4c5cbc25f2a52c5cabe899bf59d248d217fc5a086e45438d9dfe6b65b63aa2c89edd7662a793d213662cd6726d15f5ce49dc6bdaf22425865
 DIST path.py-12.0.2.tar.gz 44859 BLAKE2B 
c82bfd248e0e6eb21e3416c86f7a3a5fbfc5f5b327fe20da4084c53f22834013fc224bfbcf455690f53002c8f1c3e060aa0f04f3792e749dad62e51702cea348
 SHA512 
97971fa1e6bcdd4acf057ab4fe6cde2edb9d9d3d06dc049ea3779cae867221ae3e9d905daa1ec706f867473f738bb328b2795d3030244f8bd8ff7e8f0d5a6b2c
 DIST path.py-8.1.2.tar.gz 33437 BLAKE2B 
0033b64e9d0f4c719414e5345989308a113c9e23f99fb46722ee7d7de85c7bb4b471f5416d646d943771cdd369ac2d8f23f925660d4212b18acf7b82daaa76c0
 SHA512 
639b6247d99bd7c88e7505f5f41a5896266f23c0517b470ea5c1ec90ca76e87f1971babee623bbd7bea57bbef5f7677a7163bc51bae78c3c54e978eaf7f122d1

diff --git a/dev-python/path-py/files/path-py-11.5.2-tests.patch 
b/dev-python/path-py/files/path-py-11.5.2-tests.patch
new file mode 100644
index 000..4760b20d3cb
--- /dev/null
+++ b/dev-python/path-py/files/path-py-11.5.2-tests.patch
@@ -0,0 +1,15 @@
+diff --git a/test_path.py b/test_path.py
+index 2a7ddb8..cc7a58f 100644
+--- a/test_path.py
 b/test_path.py
+@@ -420,6 +420,10 @@ class TestScratchDir:
+ platform.system() == 'Windows' and path.PY3,
+ reason="Can't write latin characters. See #133",
+ )
++@pytest.mark.xfail(
++path.PY2,
++reason="Broken on python 2.7",
++)
+ def test_listdir_other_encoding(self, tmpdir):
+ """
+ Some filesystems allow non-character sequences in path names.

diff --git a/dev-python/path-py/path-py-11.5.2.ebuild 
b/dev-python/path-py/path-py-11.5.2.ebuild
new file mode 100644
index 000..bae80335185
--- /dev/null
+++ b/dev-python/path-py/path-py-11.5.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
+
+inherit distutils-r1
+
+MY_P="path.py-${PV}"
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path.py/ https://github.com/jaraco/path.py;
+SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="$(python_gen_cond_dep 
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_{5,6,7} pypy3)
+   dev-python/appdirs[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+PATCHES=(
+   "${FILESDIR}/path-py-11.5.2-tests.patch"
+)
+
+S="${WORKDIR}/${MY_P}"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -i "s:use_scm_version=True:version='${PV}':" setup.py || die
+
+   # disable flake8 tests
+   sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' \
+   pytest.ini || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   PYTHONPATH=. pytest -v || die
+}



  1   2   >