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

2023-04-22 Thread Michał Górny
commit: 2caec20e5357b199b873f0449326c46604bed589
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 22 16:09:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 22 16:09:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2caec20e

dev-python/installer: Remove old

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

 dev-python/installer/Manifest   |  2 --
 dev-python/installer/installer-0.6.0.ebuild | 41 -
 2 files changed, 43 deletions(-)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index b6db2da200d8..2dad2ff96f1e 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,4 +1,2 @@
-DIST installer-0.6.0-py3-none-any.whl.zip 452554 BLAKE2B 
58a38d07256ed4fde3ab9495d47c117966155067fb6e903e2c1979272055b252e81f514cc67f5d0cda12e870f0a4f68f4c44bbfd6af38628e64726bdbcb17b50
 SHA512 
eca4f06e078c920085090a24c6083fceba2d52e433b21e1f2fb4d4e2e457f0dcca0e0307fb3239ab6018a92a3cb2e797499f050264ca2918bd268699357140b7
-DIST installer-0.6.0.gh.tar.gz 469015 BLAKE2B 
c7e297724a634377d312ef408627e40c8a8aa7f67824331b657d13aa2908df2a59b935d7774437aa56b4b41bc7418f6f2e575c1e0fb6b282a124cf0440f74b89
 SHA512 
0952bbf245359d6f660f98e59096ed3d57facb5bad0e9715fe525bd52f50cce198b481811d2ba4d204776f7ae9bec9c3431ae044d6ef9a8db8d873c170cf13fb
 DIST installer-0.7.0-py3-none-any.whl.zip 453838 BLAKE2B 
59bb698e7a4232a5254b6f6c4a042c68a22a26e15c1205707d3c9734513e92bf4518a09341619eab9ef0023ee65fcaa9837a4befb7a2452f1592411654374595
 SHA512 
8e10013521238ef8fb2f5ab4bd00f6154c05046011cad8824d96b7cdc4ed235b87e534d1e163a47a11dbfb5bb3cf19d9a2ea3edd1e9c9ce5fbc9a375010c36dc
 DIST installer-0.7.0.tar.gz 474349 BLAKE2B 
76b86d14c0f4f0eba091ff08ef27e1b2f23c93318d197b3c41f5fef45eb11acc54bb1d35e3afc1e0dd98b30cc4cd3d9963ab1ba0bfe9d294ee3d0933ddaa24db
 SHA512 
e89c2d28ca73d9c4291d645dda675fdcfcaba2e4f8765b9fa4a2f211e27711510f3d171b96a6b024c11808ba7f06b7b560a7cb31fafba815bd5c7396f26789f7

diff --git a/dev-python/installer/installer-0.6.0.ebuild 
b/dev-python/installer/installer-0.6.0.ebuild
deleted file mode 100644
index 1aa73bf5ecf6..
--- a/dev-python/installer/installer-0.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A library for installing Python wheels"
-HOMEPAGE="
-   https://pypi.org/project/installer/
-   https://github.com/pypa/installer/
-   https://installer.readthedocs.io/en/latest/
-"
-SRC_URI="
-   https://github.com/pypa/installer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   $(pypi_wheel_url --unpack)
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="
-   app-arch/unzip
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-   python_domodule src/installer "${WORKDIR}"/*.dist-info
-}
-
-python_install() {
-   distutils-r1_python_install
-   python_optimize
-}



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

2023-04-22 Thread Sam James
commit: 17b8cadce62eb1e4e246b96e3e2bd3dfea58b85f
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 22 10:53:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 22 10:53:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b8cadc

dev-python/installer: Stabilize 0.7.0 ALLARCHES, #904808

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

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

diff --git a/dev-python/installer/installer-0.7.0.ebuild 
b/dev-python/installer/installer-0.7.0.ebuild
index d7a6feac4803..199935b22ca6 100644
--- a/dev-python/installer/installer-0.7.0.ebuild
+++ b/dev-python/installer/installer-0.7.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI+="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="
app-arch/unzip



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

2023-03-18 Thread Michał Górny
commit: 7d193bde719f4e70ec95a9526c5a2eb7af4bfdad
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 18 05:52:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 18 05:54:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d193bde

dev-python/installer: Bump to 0.7.0

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

 dev-python/installer/Manifest   |  2 ++
 dev-python/installer/installer-0.7.0.ebuild | 39 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index ef2653b968aa..b6db2da200d8 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,2 +1,4 @@
 DIST installer-0.6.0-py3-none-any.whl.zip 452554 BLAKE2B 
58a38d07256ed4fde3ab9495d47c117966155067fb6e903e2c1979272055b252e81f514cc67f5d0cda12e870f0a4f68f4c44bbfd6af38628e64726bdbcb17b50
 SHA512 
eca4f06e078c920085090a24c6083fceba2d52e433b21e1f2fb4d4e2e457f0dcca0e0307fb3239ab6018a92a3cb2e797499f050264ca2918bd268699357140b7
 DIST installer-0.6.0.gh.tar.gz 469015 BLAKE2B 
c7e297724a634377d312ef408627e40c8a8aa7f67824331b657d13aa2908df2a59b935d7774437aa56b4b41bc7418f6f2e575c1e0fb6b282a124cf0440f74b89
 SHA512 
0952bbf245359d6f660f98e59096ed3d57facb5bad0e9715fe525bd52f50cce198b481811d2ba4d204776f7ae9bec9c3431ae044d6ef9a8db8d873c170cf13fb
+DIST installer-0.7.0-py3-none-any.whl.zip 453838 BLAKE2B 
59bb698e7a4232a5254b6f6c4a042c68a22a26e15c1205707d3c9734513e92bf4518a09341619eab9ef0023ee65fcaa9837a4befb7a2452f1592411654374595
 SHA512 
8e10013521238ef8fb2f5ab4bd00f6154c05046011cad8824d96b7cdc4ed235b87e534d1e163a47a11dbfb5bb3cf19d9a2ea3edd1e9c9ce5fbc9a375010c36dc
+DIST installer-0.7.0.tar.gz 474349 BLAKE2B 
76b86d14c0f4f0eba091ff08ef27e1b2f23c93318d197b3c41f5fef45eb11acc54bb1d35e3afc1e0dd98b30cc4cd3d9963ab1ba0bfe9d294ee3d0933ddaa24db
 SHA512 
e89c2d28ca73d9c4291d645dda675fdcfcaba2e4f8765b9fa4a2f211e27711510f3d171b96a6b024c11808ba7f06b7b560a7cb31fafba815bd5c7396f26789f7

diff --git a/dev-python/installer/installer-0.7.0.ebuild 
b/dev-python/installer/installer-0.7.0.ebuild
new file mode 100644
index ..d7a6feac4803
--- /dev/null
+++ b/dev-python/installer/installer-0.7.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
+
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A library for installing Python wheels"
+HOMEPAGE="
+   https://pypi.org/project/installer/
+   https://github.com/pypa/installer/
+   https://installer.readthedocs.io/en/latest/
+"
+SRC_URI+="
+   $(pypi_wheel_url --unpack)
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   app-arch/unzip
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   python_domodule src/installer "${WORKDIR}"/*.dist-info
+}
+
+python_install() {
+   distutils-r1_python_install
+   python_optimize
+}



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

2023-02-07 Thread Michał Górny
commit: 363a6e90444e0844804ca5baee960955a94aebe7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  5 17:27:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  7 14:25:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363a6e90

dev-python/installer: Use pypi.eclass

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

 dev-python/installer/installer-0.6.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/installer/installer-0.6.0.ebuild 
b/dev-python/installer/installer-0.6.0.ebuild
index 5310b5520a29..fcb3784df3fd 100644
--- a/dev-python/installer/installer-0.6.0.ebuild
+++ b/dev-python/installer/installer-0.6.0.ebuild
@@ -7,7 +7,7 @@ EAPI=7
 DISTUTILS_USE_PEP517=no
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="A library for installing Python wheels"
 HOMEPAGE="
@@ -18,8 +18,7 @@ HOMEPAGE="
 SRC_URI="
https://github.com/pypa/installer/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
-   
https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P%_p*}-py3-none-any.whl
-   -> ${P%_p*}-py3-none-any.whl.zip
+   $(pypi_wheel_url --unpack)
 "
 
 LICENSE="MIT"



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

2023-01-07 Thread Michał Górny
commit: 5d9bcdcce457ce550d7b244895a6c50344e6d3a3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  7 14:59:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  7 14:59:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9bcdcc

dev-python/installer: Remove old

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

 dev-python/installer/Manifest  |  2 --
 dev-python/installer/installer-0.5.1-r1.ebuild | 42 --
 2 files changed, 44 deletions(-)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index a7aea5b0ebee..ef2653b968aa 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,4 +1,2 @@
-DIST installer-0.5.1-py3-none-any.whl.zip 452220 BLAKE2B 
df2d2b351c3ca1e7d5991cebc77035bd8da980d0cd739b11532dac3e1fca4bcf58ebb746b4a3468978f765515ca22d3f777b279174715aaa2838231d4204028b
 SHA512 
50f4778352393ad4d56ce5ccce2f5691df2114ef133b1a614e1c4ec2802261dd4de162fd359f47a51b4195b9b5594f5448591ee80356fd2ddb3221a2e602c797
-DIST installer-0.5.1.gh.tar.gz 468433 BLAKE2B 
5ba76eb2a576209c2bdf80adfcbd8ea22b55394652640085cf8dd39ded06a0a33ab75f3e4ff73d5de2db028b8c4dac652d631c94e2c9401a825ee75e7b143c01
 SHA512 
0320c1795c98a593b5da46775465e26bdf8736f59835970517cb02f2756030a3744b9385a9342e8062362d0769d585ff6cce504fdf105e99d27d6ba40281842b
 DIST installer-0.6.0-py3-none-any.whl.zip 452554 BLAKE2B 
58a38d07256ed4fde3ab9495d47c117966155067fb6e903e2c1979272055b252e81f514cc67f5d0cda12e870f0a4f68f4c44bbfd6af38628e64726bdbcb17b50
 SHA512 
eca4f06e078c920085090a24c6083fceba2d52e433b21e1f2fb4d4e2e457f0dcca0e0307fb3239ab6018a92a3cb2e797499f050264ca2918bd268699357140b7
 DIST installer-0.6.0.gh.tar.gz 469015 BLAKE2B 
c7e297724a634377d312ef408627e40c8a8aa7f67824331b657d13aa2908df2a59b935d7774437aa56b4b41bc7418f6f2e575c1e0fb6b282a124cf0440f74b89
 SHA512 
0952bbf245359d6f660f98e59096ed3d57facb5bad0e9715fe525bd52f50cce198b481811d2ba4d204776f7ae9bec9c3431ae044d6ef9a8db8d873c170cf13fb

diff --git a/dev-python/installer/installer-0.5.1-r1.ebuild 
b/dev-python/installer/installer-0.5.1-r1.ebuild
deleted file mode 100644
index 39b7336c9b89..
--- a/dev-python/installer/installer-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for installing Python wheels"
-HOMEPAGE="
-   https://pypi.org/project/installer/
-   https://github.com/pypa/installer/
-   https://installer.readthedocs.io/en/latest/
-"
-SRC_URI="
-   https://github.com/pypa/installer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   
https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P%_p*}-py3-none-any.whl
-   -> ${P%_p*}-py3-none-any.whl.zip
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="
-   app-arch/unzip
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-   python_domodule src/installer "${WORKDIR}"/*.dist-info
-}
-
-python_install() {
-   distutils-r1_python_install
-   python_optimize
-}



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

2023-01-07 Thread Arthur Zamarin
commit: 7d24159870bf91d91721fe9d9d911cc125f39ef2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  7 12:40:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  7 12:40:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d241598

dev-python/installer: Stabilize 0.6.0 ALLARCHES, #890046

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

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

diff --git a/dev-python/installer/installer-0.6.0.ebuild 
b/dev-python/installer/installer-0.6.0.ebuild
index 92f5a8fad5b8..522ee4b0f3cc 100644
--- a/dev-python/installer/installer-0.6.0.ebuild
+++ b/dev-python/installer/installer-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # please keep this ebuild at EAPI 7 -- sys-apps/portage dep
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="
app-arch/unzip



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

2022-12-07 Thread Michał Górny
commit: 3e09ffbe4da84422769878697b9fc8e45207f525
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  7 15:20:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec  7 15:59:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e09ffbe

dev-python/installer: Bump to 0.6.0

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

 dev-python/installer/Manifest   |  2 ++
 dev-python/installer/installer-0.6.0.ebuild | 42 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index aa3c9f8fc157..a7aea5b0ebee 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,2 +1,4 @@
 DIST installer-0.5.1-py3-none-any.whl.zip 452220 BLAKE2B 
df2d2b351c3ca1e7d5991cebc77035bd8da980d0cd739b11532dac3e1fca4bcf58ebb746b4a3468978f765515ca22d3f777b279174715aaa2838231d4204028b
 SHA512 
50f4778352393ad4d56ce5ccce2f5691df2114ef133b1a614e1c4ec2802261dd4de162fd359f47a51b4195b9b5594f5448591ee80356fd2ddb3221a2e602c797
 DIST installer-0.5.1.gh.tar.gz 468433 BLAKE2B 
5ba76eb2a576209c2bdf80adfcbd8ea22b55394652640085cf8dd39ded06a0a33ab75f3e4ff73d5de2db028b8c4dac652d631c94e2c9401a825ee75e7b143c01
 SHA512 
0320c1795c98a593b5da46775465e26bdf8736f59835970517cb02f2756030a3744b9385a9342e8062362d0769d585ff6cce504fdf105e99d27d6ba40281842b
+DIST installer-0.6.0-py3-none-any.whl.zip 452554 BLAKE2B 
58a38d07256ed4fde3ab9495d47c117966155067fb6e903e2c1979272055b252e81f514cc67f5d0cda12e870f0a4f68f4c44bbfd6af38628e64726bdbcb17b50
 SHA512 
eca4f06e078c920085090a24c6083fceba2d52e433b21e1f2fb4d4e2e457f0dcca0e0307fb3239ab6018a92a3cb2e797499f050264ca2918bd268699357140b7
+DIST installer-0.6.0.gh.tar.gz 469015 BLAKE2B 
c7e297724a634377d312ef408627e40c8a8aa7f67824331b657d13aa2908df2a59b935d7774437aa56b4b41bc7418f6f2e575c1e0fb6b282a124cf0440f74b89
 SHA512 
0952bbf245359d6f660f98e59096ed3d57facb5bad0e9715fe525bd52f50cce198b481811d2ba4d204776f7ae9bec9c3431ae044d6ef9a8db8d873c170cf13fb

diff --git a/dev-python/installer/installer-0.6.0.ebuild 
b/dev-python/installer/installer-0.6.0.ebuild
new file mode 100644
index ..92f5a8fad5b8
--- /dev/null
+++ b/dev-python/installer/installer-0.6.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for installing Python wheels"
+HOMEPAGE="
+   https://pypi.org/project/installer/
+   https://github.com/pypa/installer/
+   https://installer.readthedocs.io/en/latest/
+"
+SRC_URI="
+   https://github.com/pypa/installer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P%_p*}-py3-none-any.whl
+   -> ${P%_p*}-py3-none-any.whl.zip
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   app-arch/unzip
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   python_domodule src/installer "${WORKDIR}"/*.dist-info
+}
+
+python_install() {
+   distutils-r1_python_install
+   python_optimize
+}



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

2022-08-01 Thread Michał Górny
commit: cf8733d2fcb656b7a9242812874bc061a9341961
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 27 08:18:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  2 04:04:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8733d2

dev-python/installer: Call python_optimize explicitly

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

 dev-python/installer/installer-0.5.1-r1.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-python/installer/installer-0.5.1-r1.ebuild 
b/dev-python/installer/installer-0.5.1-r1.ebuild
index a29b236242ca..39b7336c9b89 100644
--- a/dev-python/installer/installer-0.5.1-r1.ebuild
+++ b/dev-python/installer/installer-0.5.1-r1.ebuild
@@ -35,3 +35,8 @@ distutils_enable_tests pytest
 python_compile() {
python_domodule src/installer "${WORKDIR}"/*.dist-info
 }
+
+python_install() {
+   distutils-r1_python_install
+   python_optimize
+}



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

2022-07-10 Thread Michał Górny
commit: 920a2d192876adc46640fff3cb40af4e0e6d57b7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 10 18:52:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 10 18:52:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920a2d19

dev-python/installer: Remove old

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

 dev-python/installer/installer-0.5.1.ebuild | 44 -
 1 file changed, 44 deletions(-)

diff --git a/dev-python/installer/installer-0.5.1.ebuild 
b/dev-python/installer/installer-0.5.1.ebuild
deleted file mode 100644
index f0e3c54a4d5b..
--- a/dev-python/installer/installer-0.5.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=manual
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="A library for installing Python wheels"
-HOMEPAGE="
-   https://pypi.org/project/installer/
-   https://github.com/pypa/installer/
-   https://installer.readthedocs.io/en/latest/
-"
-SRC_URI="
-   https://github.com/pypa/installer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   
https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P%_p*}-py3-none-any.whl
-   -> ${P%_p*}-py3-none-any.whl.zip
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="
-   app-arch/unzip
-"
-
-distutils_enable_tests pytest
-
-# do not use any build system to avoid circular deps
-python_compile() { :; }
-
-python_test() {
-   local -x PYTHONPATH=src
-   epytest
-}
-
-python_install() {
-   python_domodule src/installer "${WORKDIR}"/*.dist-info
-}



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

2022-07-10 Thread Sam James
commit: 79372ae9991b363b5cb7789a10699a106cf09761
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 10 16:55:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 10 16:55:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79372ae9

dev-python/installer: Stabilize 0.5.1-r1 ALLARCHES, #857306

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

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

diff --git a/dev-python/installer/installer-0.5.1-r1.ebuild 
b/dev-python/installer/installer-0.5.1-r1.ebuild
index 4f89e7433018..a29b236242ca 100644
--- a/dev-python/installer/installer-0.5.1-r1.ebuild
+++ b/dev-python/installer/installer-0.5.1-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="
app-arch/unzip



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

2022-06-08 Thread Michał Górny
commit: ebba859387dd698b6b4d7271b47739ef82fd9eba
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 26 09:44:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  8 07:53:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebba8593

dev-python/installer: Use DISTUTILS_USE_PEP517=no

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

 dev-python/installer/installer-0.5.1-r1.ebuild | 37 ++
 1 file changed, 37 insertions(+)

diff --git a/dev-python/installer/installer-0.5.1-r1.ebuild 
b/dev-python/installer/installer-0.5.1-r1.ebuild
new file mode 100644
index ..4f89e7433018
--- /dev/null
+++ b/dev-python/installer/installer-0.5.1-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for installing Python wheels"
+HOMEPAGE="
+   https://pypi.org/project/installer/
+   https://github.com/pypa/installer/
+   https://installer.readthedocs.io/en/latest/
+"
+SRC_URI="
+   https://github.com/pypa/installer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P%_p*}-py3-none-any.whl
+   -> ${P%_p*}-py3-none-any.whl.zip
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   app-arch/unzip
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   python_domodule src/installer "${WORKDIR}"/*.dist-info
+}



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

2022-06-07 Thread Michał Górny
commit: fb740ddcea3bf6097ab9245c423f118207cd60db
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  7 14:35:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  7 14:35:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb740ddc

dev-python/installer: Revert "Use DISTUTILS_USE_PEP517=no"

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

 dev-python/installer/installer-0.5.1-r1.ebuild | 37 --
 1 file changed, 37 deletions(-)

diff --git a/dev-python/installer/installer-0.5.1-r1.ebuild 
b/dev-python/installer/installer-0.5.1-r1.ebuild
deleted file mode 100644
index 4f89e7433018..
--- a/dev-python/installer/installer-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for installing Python wheels"
-HOMEPAGE="
-   https://pypi.org/project/installer/
-   https://github.com/pypa/installer/
-   https://installer.readthedocs.io/en/latest/
-"
-SRC_URI="
-   https://github.com/pypa/installer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   
https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P%_p*}-py3-none-any.whl
-   -> ${P%_p*}-py3-none-any.whl.zip
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="
-   app-arch/unzip
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-   python_domodule src/installer "${WORKDIR}"/*.dist-info
-}



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

2022-06-07 Thread Michał Górny
commit: 653399cc8ee55fcbad1b103b2fd1c8b7c9886423
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 26 09:44:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  7 06:53:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653399cc

dev-python/installer: Use DISTUTILS_USE_PEP517=no

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

 dev-python/installer/installer-0.5.1-r1.ebuild | 37 ++
 1 file changed, 37 insertions(+)

diff --git a/dev-python/installer/installer-0.5.1-r1.ebuild 
b/dev-python/installer/installer-0.5.1-r1.ebuild
new file mode 100644
index ..4f89e7433018
--- /dev/null
+++ b/dev-python/installer/installer-0.5.1-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for installing Python wheels"
+HOMEPAGE="
+   https://pypi.org/project/installer/
+   https://github.com/pypa/installer/
+   https://installer.readthedocs.io/en/latest/
+"
+SRC_URI="
+   https://github.com/pypa/installer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P%_p*}-py3-none-any.whl
+   -> ${P%_p*}-py3-none-any.whl.zip
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   app-arch/unzip
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   python_domodule src/installer "${WORKDIR}"/*.dist-info
+}



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

2022-05-27 Thread Michał Górny
commit: f467d89de4d23a4243049c1d0735b1c964a0c15b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 27 19:44:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 19:44:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f467d89d

dev-python/installer: Remove old

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

 dev-python/installer/Manifest   |  2 --
 dev-python/installer/installer-0.5.0.ebuild | 44 -
 2 files changed, 46 deletions(-)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index 0d491f829ade..aa3c9f8fc157 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,4 +1,2 @@
-DIST installer-0.5.0-py3-none-any.whl.zip 452177 BLAKE2B 
41bb5929c1bc42afa1e09f366356aa441eb92d258da40421d7f46ceb466ee4604ed96fef0969dcd2fe28e8f4b06c741ac3108000f69ea42b6bb194890102ad71
 SHA512 
470c4fec114af6769db8b8cefa09a376bfcdf0d78320f884a7453a4991765cdf0b9122c74d8e147d193e75ab3e12cc24c3b93c0668956c17f52443833c4e
-DIST installer-0.5.0.gh.tar.gz 468351 BLAKE2B 
6c258bdaae3351e87a88675fb813bb70611d9188ba16a09ba03de4caa3d79fe32544e229f880338304d00343c2b3121b1948bbef2e27c7255d231a3d5665aa5f
 SHA512 
8731bbf8a51b1094dc87f84575eec07a650988bdeddf205d04cf80a5088eac0d8b2927022864f4011a9562fcaae9f511747e5672f94ec3cce1dccdfa833c4fce
 DIST installer-0.5.1-py3-none-any.whl.zip 452220 BLAKE2B 
df2d2b351c3ca1e7d5991cebc77035bd8da980d0cd739b11532dac3e1fca4bcf58ebb746b4a3468978f765515ca22d3f777b279174715aaa2838231d4204028b
 SHA512 
50f4778352393ad4d56ce5ccce2f5691df2114ef133b1a614e1c4ec2802261dd4de162fd359f47a51b4195b9b5594f5448591ee80356fd2ddb3221a2e602c797
 DIST installer-0.5.1.gh.tar.gz 468433 BLAKE2B 
5ba76eb2a576209c2bdf80adfcbd8ea22b55394652640085cf8dd39ded06a0a33ab75f3e4ff73d5de2db028b8c4dac652d631c94e2c9401a825ee75e7b143c01
 SHA512 
0320c1795c98a593b5da46775465e26bdf8736f59835970517cb02f2756030a3744b9385a9342e8062362d0769d585ff6cce504fdf105e99d27d6ba40281842b

diff --git a/dev-python/installer/installer-0.5.0.ebuild 
b/dev-python/installer/installer-0.5.0.ebuild
deleted file mode 100644
index eaf0e45936ad..
--- a/dev-python/installer/installer-0.5.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=manual
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="A library for installing Python wheels"
-HOMEPAGE="
-   https://pypi.org/project/installer/
-   https://github.com/pradyunsg/installer/
-   https://installer.readthedocs.io/en/latest/
-"
-SRC_URI="
-   https://github.com/pradyunsg/installer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   
https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P%_p*}-py3-none-any.whl
-   -> ${P%_p*}-py3-none-any.whl.zip
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="
-   app-arch/unzip
-"
-
-distutils_enable_tests pytest
-
-# do not use any build system to avoid circular deps
-python_compile() { :; }
-
-python_test() {
-   local -x PYTHONPATH=src
-   epytest
-}
-
-python_install() {
-   python_domodule src/installer "${WORKDIR}"/*.dist-info
-}



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

2022-05-27 Thread Jakov Smolić
commit: 476934206a7ea53ebe433c3abea2855e1fcfc21c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 27 09:06:23 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 27 09:06:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47693420

dev-python/installer: Stabilize 0.5.1 ALLARCHES, #847688

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

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

diff --git a/dev-python/installer/installer-0.5.1.ebuild 
b/dev-python/installer/installer-0.5.1.ebuild
index ce5ec797e91d..f0e3c54a4d5b 100644
--- a/dev-python/installer/installer-0.5.1.ebuild
+++ b/dev-python/installer/installer-0.5.1.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="
app-arch/unzip



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

2022-04-29 Thread WANG Xuerui
commit: 05079a52febd1e4504f941ca8df557a41f9abf2d
Author: WANG Xuerui  gentoo  org>
AuthorDate: Fri Apr 29 07:33:39 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Fri Apr 29 07:58:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05079a52

dev-python/installer: keyword 0.5.1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/installer/installer-0.5.1.ebuild 
b/dev-python/installer/installer-0.5.1.ebuild
index fc57c39dcab2..71731fa000a9 100644
--- a/dev-python/installer/installer-0.5.1.ebuild
+++ b/dev-python/installer/installer-0.5.1.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="
app-arch/unzip



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

2022-04-25 Thread Michał Górny
commit: 6a94c3f81ab9fa358328a3edb185bdfef51bb817
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 25 11:43:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 25 12:08:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a94c3f8

dev-python/installer: Bump to 0.5.1

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

 dev-python/installer/Manifest   |  2 ++
 dev-python/installer/installer-0.5.1.ebuild | 44 +
 dev-python/installer/metadata.xml   |  2 +-
 3 files changed, 47 insertions(+), 1 deletion(-)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index 615052a2d874..0d491f829ade 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,2 +1,4 @@
 DIST installer-0.5.0-py3-none-any.whl.zip 452177 BLAKE2B 
41bb5929c1bc42afa1e09f366356aa441eb92d258da40421d7f46ceb466ee4604ed96fef0969dcd2fe28e8f4b06c741ac3108000f69ea42b6bb194890102ad71
 SHA512 
470c4fec114af6769db8b8cefa09a376bfcdf0d78320f884a7453a4991765cdf0b9122c74d8e147d193e75ab3e12cc24c3b93c0668956c17f52443833c4e
 DIST installer-0.5.0.gh.tar.gz 468351 BLAKE2B 
6c258bdaae3351e87a88675fb813bb70611d9188ba16a09ba03de4caa3d79fe32544e229f880338304d00343c2b3121b1948bbef2e27c7255d231a3d5665aa5f
 SHA512 
8731bbf8a51b1094dc87f84575eec07a650988bdeddf205d04cf80a5088eac0d8b2927022864f4011a9562fcaae9f511747e5672f94ec3cce1dccdfa833c4fce
+DIST installer-0.5.1-py3-none-any.whl.zip 452220 BLAKE2B 
df2d2b351c3ca1e7d5991cebc77035bd8da980d0cd739b11532dac3e1fca4bcf58ebb746b4a3468978f765515ca22d3f777b279174715aaa2838231d4204028b
 SHA512 
50f4778352393ad4d56ce5ccce2f5691df2114ef133b1a614e1c4ec2802261dd4de162fd359f47a51b4195b9b5594f5448591ee80356fd2ddb3221a2e602c797
+DIST installer-0.5.1.gh.tar.gz 468433 BLAKE2B 
5ba76eb2a576209c2bdf80adfcbd8ea22b55394652640085cf8dd39ded06a0a33ab75f3e4ff73d5de2db028b8c4dac652d631c94e2c9401a825ee75e7b143c01
 SHA512 
0320c1795c98a593b5da46775465e26bdf8736f59835970517cb02f2756030a3744b9385a9342e8062362d0769d585ff6cce504fdf105e99d27d6ba40281842b

diff --git a/dev-python/installer/installer-0.5.1.ebuild 
b/dev-python/installer/installer-0.5.1.ebuild
new file mode 100644
index ..fc57c39dcab2
--- /dev/null
+++ b/dev-python/installer/installer-0.5.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=manual
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="A library for installing Python wheels"
+HOMEPAGE="
+   https://pypi.org/project/installer/
+   https://github.com/pypa/installer/
+   https://installer.readthedocs.io/en/latest/
+"
+SRC_URI="
+   https://github.com/pypa/installer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P%_p*}-py3-none-any.whl
+   -> ${P%_p*}-py3-none-any.whl.zip
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   app-arch/unzip
+"
+
+distutils_enable_tests pytest
+
+# do not use any build system to avoid circular deps
+python_compile() { :; }
+
+python_test() {
+   local -x PYTHONPATH=src
+   epytest
+}
+
+python_install() {
+   python_domodule src/installer "${WORKDIR}"/*.dist-info
+}

diff --git a/dev-python/installer/metadata.xml 
b/dev-python/installer/metadata.xml
index 090fe7139f47..29211bd2819d 100644
--- a/dev-python/installer/metadata.xml
+++ b/dev-python/installer/metadata.xml
@@ -8,6 +8,6 @@


installer
-   pradyunsg/installer
+   pypa/installer

 



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

2022-03-20 Thread Michał Górny
commit: c3440c460e3ab31560b6d562610df8069f957f8d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 20 18:33:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 20 18:33:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3440c46

dev-python/installer: Remove old

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

 dev-python/installer/Manifest  |  2 -
 .../installer/installer-0.4.0_p20220124.ebuild | 52 --
 2 files changed, 54 deletions(-)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index c3a388cfad95..615052a2d874 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,4 +1,2 @@
-DIST installer-0.4.0-py2.py3-none-any.whl.zip 451433 BLAKE2B 
933b7e63b3d0306213789d493d4df112df26b432d63ecd1f8f21449520c34bd2ad542aac25069043fbb535c44f988dca927625eafd0a5a20489fc3ce2bcf84a2
 SHA512 
cf303bb422e329a36007b361034144a232ba021d4013bb8678dc7c326544e74ec9a3b3fe8b9d3696433dbbe90d2ce4a0ae8967fb054bd5ed49321d470be729a8
-DIST installer-0.4.0_p20220124.gh.tar.gz 468296 BLAKE2B 
44763fd05b9e3cc665871817f3a6a417ddc12274ae42989e96ad432af98d42c23ab9f1c1cc37e17d4b9ce06ead7ef0c8227b2b10fe5744c899a9e3ea347e4e33
 SHA512 
b25fa910e8a7d9a2757af4694bf12a64c8731213a5682ab02bbe472229c99dd9190b1e7663a7632d61cbf0585006b2d4de62115c40f9b132be2c70672e23726d
 DIST installer-0.5.0-py3-none-any.whl.zip 452177 BLAKE2B 
41bb5929c1bc42afa1e09f366356aa441eb92d258da40421d7f46ceb466ee4604ed96fef0969dcd2fe28e8f4b06c741ac3108000f69ea42b6bb194890102ad71
 SHA512 
470c4fec114af6769db8b8cefa09a376bfcdf0d78320f884a7453a4991765cdf0b9122c74d8e147d193e75ab3e12cc24c3b93c0668956c17f52443833c4e
 DIST installer-0.5.0.gh.tar.gz 468351 BLAKE2B 
6c258bdaae3351e87a88675fb813bb70611d9188ba16a09ba03de4caa3d79fe32544e229f880338304d00343c2b3121b1948bbef2e27c7255d231a3d5665aa5f
 SHA512 
8731bbf8a51b1094dc87f84575eec07a650988bdeddf205d04cf80a5088eac0d8b2927022864f4011a9562fcaae9f511747e5672f94ec3cce1dccdfa833c4fce

diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild 
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
deleted file mode 100644
index 6dba1598032c..
--- a/dev-python/installer/installer-0.4.0_p20220124.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=manual
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-EGIT_COMMIT="05855a926b2e6d9a1be6d567300883b7a6ff3ce7"
-DESCRIPTION="A library for installing Python wheels"
-HOMEPAGE="
-   https://pypi.org/project/installer/
-   https://github.com/pradyunsg/installer/
-   https://installer.readthedocs.io/en/latest/
-"
-# TODO: switch back to pradyunsg/ upstream when the CLI PR is merged
-# https://github.com/pradyunsg/installer/pull/94
-SRC_URI="
-   https://github.com/takluyver/installer/archive/${EGIT_COMMIT}.tar.gz
-   -> ${P}.gh.tar.gz
-   
https://files.pythonhosted.org/packages/py2.py3/${PN::1}/${PN}/${P%_p*}-py2.py3-none-any.whl
-   -> ${P%_p*}-py2.py3-none-any.whl.zip
-"
-S=${WORKDIR}/${PN}-${EGIT_COMMIT}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# NB: newer git doesn't use mock anymore
-BDEPEND="
-   app-arch/unzip
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-# do not use any build system to avoid circular deps
-python_compile() { :; }
-
-python_test() {
-   local -x PYTHONPATH=src
-   epytest
-}
-
-python_install() {
-   python_domodule src/installer "${WORKDIR}"/*.dist-info
-}



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

2022-03-20 Thread Arthur Zamarin
commit: 6e117ae00415f9737e82bad373bb3eb0f10e7a8f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Mar 20 18:30:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Mar 20 18:30:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e117ae0

dev-python/installer: Stabilize 0.5.0 ALLARCHES, #835668

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

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

diff --git a/dev-python/installer/installer-0.5.0.ebuild 
b/dev-python/installer/installer-0.5.0.ebuild
index 1460b1996ea3..eaf0e45936ad 100644
--- a/dev-python/installer/installer-0.5.0.ebuild
+++ b/dev-python/installer/installer-0.5.0.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="
app-arch/unzip



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

2022-02-16 Thread Michał Górny
commit: f06125ddbdd73d4b132a2fa5295649087074d47d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 16 21:41:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 16 22:34:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06125dd

dev-python/installer: Bump to 0.5.0

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

 dev-python/installer/Manifest   |  2 ++
 dev-python/installer/installer-0.5.0.ebuild | 44 +
 2 files changed, 46 insertions(+)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index 9add80aee415..c3a388cfad95 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,2 +1,4 @@
 DIST installer-0.4.0-py2.py3-none-any.whl.zip 451433 BLAKE2B 
933b7e63b3d0306213789d493d4df112df26b432d63ecd1f8f21449520c34bd2ad542aac25069043fbb535c44f988dca927625eafd0a5a20489fc3ce2bcf84a2
 SHA512 
cf303bb422e329a36007b361034144a232ba021d4013bb8678dc7c326544e74ec9a3b3fe8b9d3696433dbbe90d2ce4a0ae8967fb054bd5ed49321d470be729a8
 DIST installer-0.4.0_p20220124.gh.tar.gz 468296 BLAKE2B 
44763fd05b9e3cc665871817f3a6a417ddc12274ae42989e96ad432af98d42c23ab9f1c1cc37e17d4b9ce06ead7ef0c8227b2b10fe5744c899a9e3ea347e4e33
 SHA512 
b25fa910e8a7d9a2757af4694bf12a64c8731213a5682ab02bbe472229c99dd9190b1e7663a7632d61cbf0585006b2d4de62115c40f9b132be2c70672e23726d
+DIST installer-0.5.0-py3-none-any.whl.zip 452177 BLAKE2B 
41bb5929c1bc42afa1e09f366356aa441eb92d258da40421d7f46ceb466ee4604ed96fef0969dcd2fe28e8f4b06c741ac3108000f69ea42b6bb194890102ad71
 SHA512 
470c4fec114af6769db8b8cefa09a376bfcdf0d78320f884a7453a4991765cdf0b9122c74d8e147d193e75ab3e12cc24c3b93c0668956c17f52443833c4e
+DIST installer-0.5.0.gh.tar.gz 468351 BLAKE2B 
6c258bdaae3351e87a88675fb813bb70611d9188ba16a09ba03de4caa3d79fe32544e229f880338304d00343c2b3121b1948bbef2e27c7255d231a3d5665aa5f
 SHA512 
8731bbf8a51b1094dc87f84575eec07a650988bdeddf205d04cf80a5088eac0d8b2927022864f4011a9562fcaae9f511747e5672f94ec3cce1dccdfa833c4fce

diff --git a/dev-python/installer/installer-0.5.0.ebuild 
b/dev-python/installer/installer-0.5.0.ebuild
new file mode 100644
index ..1460b1996ea3
--- /dev/null
+++ b/dev-python/installer/installer-0.5.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=manual
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="A library for installing Python wheels"
+HOMEPAGE="
+   https://pypi.org/project/installer/
+   https://github.com/pradyunsg/installer/
+   https://installer.readthedocs.io/en/latest/
+"
+SRC_URI="
+   https://github.com/pradyunsg/installer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P%_p*}-py3-none-any.whl
+   -> ${P%_p*}-py3-none-any.whl.zip
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   app-arch/unzip
+"
+
+distutils_enable_tests pytest
+
+# do not use any build system to avoid circular deps
+python_compile() { :; }
+
+python_test() {
+   local -x PYTHONPATH=src
+   epytest
+}
+
+python_install() {
+   python_domodule src/installer "${WORKDIR}"/*.dist-info
+}



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

2022-02-11 Thread Arthur Zamarin
commit: e1a892deef77c80f659da8e560c7a8f415536b48
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 11 20:52:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 11 20:52:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a892de

dev-python/installer: Stabilize 0.4.0_p20220124 hppa, #833064

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

 dev-python/installer/installer-0.4.0_p20220124.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild 
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
index 6ae6fa6292c9..6dba1598032c 100644
--- a/dev-python/installer/installer-0.4.0_p20220124.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220124.ebuild
@@ -27,7 +27,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-02-11 Thread Arthur Zamarin
commit: c51181bb31f7f01139a7ca3355001ff4c4a968ad
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 11 20:51:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 11 20:51:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51181bb

dev-python/installer: Stabilize 0.4.0_p20220124 arm64, #833064

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

 dev-python/installer/installer-0.4.0_p20220124.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild 
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
index 9ae39af1ed25..6ae6fa6292c9 100644
--- a/dev-python/installer/installer-0.4.0_p20220124.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220124.ebuild
@@ -27,7 +27,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-02-11 Thread Sam James
commit: 2c821d15b335452abc02d9f84cb8d995f7f0a6f8
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 11 12:24:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 11 12:24:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c821d15

dev-python/installer: Stabilize 0.4.0_p20220124 arm, #833064

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

 dev-python/installer/installer-0.4.0_p20220124.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild 
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
index a1a7b2df237d..9ae39af1ed25 100644
--- a/dev-python/installer/installer-0.4.0_p20220124.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220124.ebuild
@@ -27,7 +27,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-02-10 Thread Sam James
commit: ba87df1a7d4203228bf36509d2f82248eeaefc41
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 11:43:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 11:43:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba87df1a

dev-python/installer: Stabilize 0.4.0_p20220124 sparc, #833064

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

 dev-python/installer/installer-0.4.0_p20220124.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild 
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
index ba5e0b229ee0..a1a7b2df237d 100644
--- a/dev-python/installer/installer-0.4.0_p20220124.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220124.ebuild
@@ -27,7 +27,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-02-10 Thread Sam James
commit: 0ad99a63fe90a940b7885740c2e316f3bfa952f2
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 11:43:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 11:43:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad99a63

dev-python/installer: Stabilize 0.4.0_p20220124 ppc64, #833064

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

 dev-python/installer/installer-0.4.0_p20220124.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild 
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
index b7e972db84f0..ba5e0b229ee0 100644
--- a/dev-python/installer/installer-0.4.0_p20220124.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220124.ebuild
@@ -27,7 +27,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-02-10 Thread Sam James
commit: ba3484d9f4ff252812d707ddb0e2899b834a0302
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 11:42:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 11:42:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3484d9

dev-python/installer: Stabilize 0.4.0_p20220124 ppc, #833064

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

 dev-python/installer/installer-0.4.0_p20220124.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild 
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
index b32f13c33957..b7e972db84f0 100644
--- a/dev-python/installer/installer-0.4.0_p20220124.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220124.ebuild
@@ -27,7 +27,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-02-10 Thread Jakov Smolić
commit: 07658f840b7e708b075f59a4aad72d6700a26c00
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Feb 10 10:44:40 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Feb 10 10:44:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07658f84

dev-python/installer: Stabilize 0.4.0_p20220124 amd64, #833064

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

 dev-python/installer/installer-0.4.0_p20220124.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild 
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
index ccb216a2e4ab..b32f13c33957 100644
--- a/dev-python/installer/installer-0.4.0_p20220124.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220124.ebuild
@@ -27,7 +27,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-02-10 Thread Jakov Smolić
commit: 16445dff38427904008172d53f2061f02ec49ecb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Feb 10 10:44:10 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Feb 10 10:44:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16445dff

dev-python/installer: Stabilize 0.4.0_p20220124 x86, #833064

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

 dev-python/installer/installer-0.4.0_p20220124.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild 
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
index d6a8f49a83ea..ccb216a2e4ab 100644
--- a/dev-python/installer/installer-0.4.0_p20220124.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220124.ebuild
@@ -27,7 +27,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-30 Thread Sam James
commit: 96ba465b5a478e7063398508af34ac3f7ec31179
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 31 00:55:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 31 00:55:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ba465b

dev-python/installer: keyword 0.4.0_p20220124 for prefix

Tested on ~x64-macos.

Bug: https://bugs.gentoo.org/831741
Signed-off-by: Sam James  gentoo.org>

 dev-python/installer/installer-0.4.0_p20220124.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild 
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
index 1f007ede9936..d6a8f49a83ea 100644
--- a/dev-python/installer/installer-0.4.0_p20220124.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220124.ebuild
@@ -27,7 +27,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-26 Thread Fabian Groffen
commit: 81fe6ac104f646a60e0641e772fa9cfc32bab933
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan 26 11:42:51 2022 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan 26 11:43:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81fe6ac1

dev-python/installer-0.4.0_p20220124: marked ~x64-macos

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-python/installer/installer-0.4.0_p20220124.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild 
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
index fc34da60834e..1f007ede9936 100644
--- a/dev-python/installer/installer-0.4.0_p20220124.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220124.ebuild
@@ -27,7 +27,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-26 Thread Michał Górny
commit: da0a381690ed5f61cff3c067ab452ca1f9071a4f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 26 10:18:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 26 10:51:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0a3816

dev-python/installer: Revert to EAPI 7 to ease bootstrap

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

 dev-python/installer/installer-0.4.0_p20220124.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild 
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
index 0dd705d57a43..fc34da60834e 100644
--- a/dev-python/installer/installer-0.4.0_p20220124.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220124.ebuild
@@ -1,7 +1,8 @@
 # Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=8
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=manual
 PYTHON_COMPAT=( python3_{8..10} pypy3 )



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

2022-01-24 Thread Michał Górny
commit: 5488d6c5471b5f5ff6d03af8204561a4398f6121
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 24 21:39:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 24 22:09:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5488d6c5

dev-python/installer: Remove old

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

 dev-python/installer/Manifest  |  2 -
 .../installer/installer-0.4.0_p20220115.ebuild | 55 --
 2 files changed, 57 deletions(-)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index b18a2088dca8..9add80aee415 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,4 +1,2 @@
 DIST installer-0.4.0-py2.py3-none-any.whl.zip 451433 BLAKE2B 
933b7e63b3d0306213789d493d4df112df26b432d63ecd1f8f21449520c34bd2ad542aac25069043fbb535c44f988dca927625eafd0a5a20489fc3ce2bcf84a2
 SHA512 
cf303bb422e329a36007b361034144a232ba021d4013bb8678dc7c326544e74ec9a3b3fe8b9d3696433dbbe90d2ce4a0ae8967fb054bd5ed49321d470be729a8
-DIST installer-0.4.0_p20220115-cli.patch 14552 BLAKE2B 
6632c1472ae0a578f6c7ed0acf1bb0d89ece924626b68c0daa28d9a7d93826837adaf6b0d40f048c4f5c2986b4328ca565340137e7b7fa7f407f62ebddc70275
 SHA512 
f8c6369955e0bde2bff0b935c39748d02659bc6ca0341af405e2c1026cf145479ba0b908bd769cdc05f3cc920f881b894b6a5eb7ace643951e05250ec0486b80
-DIST installer-0.4.0_p20220115.gh.tar.gz 466532 BLAKE2B 
6dea3f4bacb52c4983e111d420495ee157076342a823b7062c6e5b3e4d3b70e6b2e9cb024d0c7baba6f88ed70f4303ab071d1882bc9d8dd0726f82a3e406056f
 SHA512 
fbb0d4c8642fa2cbe2fd3be2eef7044a0353f04c67ecce20aafed33a0d7877ff55872ca5ad51390ae7e02cdb7af5dbd57b662085b60d425be95da6643b061eaa
 DIST installer-0.4.0_p20220124.gh.tar.gz 468296 BLAKE2B 
44763fd05b9e3cc665871817f3a6a417ddc12274ae42989e96ad432af98d42c23ab9f1c1cc37e17d4b9ce06ead7ef0c8227b2b10fe5744c899a9e3ea347e4e33
 SHA512 
b25fa910e8a7d9a2757af4694bf12a64c8731213a5682ab02bbe472229c99dd9190b1e7663a7632d61cbf0585006b2d4de62115c40f9b132be2c70672e23726d

diff --git a/dev-python/installer/installer-0.4.0_p20220115.ebuild 
b/dev-python/installer/installer-0.4.0_p20220115.ebuild
deleted file mode 100644
index 1d5d429041ce..
--- a/dev-python/installer/installer-0.4.0_p20220115.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=manual
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-EGIT_COMMIT="bf68f7b045ffc08784af03cf2433548c9ee9e8ca"
-DESCRIPTION="A library for installing Python wheels"
-HOMEPAGE="
-   https://pypi.org/project/installer/
-   https://github.com/pradyunsg/installer/
-   https://installer.readthedocs.io/en/latest/
-"
-SRC_URI="
-   https://github.com/pradyunsg/installer/archive/${EGIT_COMMIT}.tar.gz
-   -> ${P}.gh.tar.gz
-   
https://files.pythonhosted.org/packages/py2.py3/${PN::1}/${PN}/${P%_p*}-py2.py3-none-any.whl
-   -> ${P%_p*}-py2.py3-none-any.whl.zip
-   
https://patch-diff.githubusercontent.com/raw/pradyunsg/installer/pull/94.diff
-   -> ${P}-cli.patch
-"
-S=${WORKDIR}/${PN}-${EGIT_COMMIT}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-
-# NB: newer git doesn't use mock anymore
-BDEPEND="
-   app-arch/unzip
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${DISTDIR}"/${P}-cli.patch
-)
-
-# do not use any build system to avoid circular deps
-python_compile() { :; }
-
-python_test() {
-   local -x PYTHONPATH=src
-   epytest
-}
-
-python_install() {
-   python_domodule src/installer "${WORKDIR}"/*.dist-info
-}



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

2022-01-24 Thread Michał Górny
commit: 715e71788ebb9cadc551a21518f7037a14039d9e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 24 10:31:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 24 10:36:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715e7178

dev-python/installer: Bump snapshot to 0.4.0_p20220124

Bump the snapshot to include +x fixes.  While at it, switch to
takluyver's fork with CLI support instead of applying it as a patch.

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

 dev-python/installer/Manifest  |  1 +
 .../installer/installer-0.4.0_p20220124.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index def27fbb1e8f..b18a2088dca8 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,3 +1,4 @@
 DIST installer-0.4.0-py2.py3-none-any.whl.zip 451433 BLAKE2B 
933b7e63b3d0306213789d493d4df112df26b432d63ecd1f8f21449520c34bd2ad542aac25069043fbb535c44f988dca927625eafd0a5a20489fc3ce2bcf84a2
 SHA512 
cf303bb422e329a36007b361034144a232ba021d4013bb8678dc7c326544e74ec9a3b3fe8b9d3696433dbbe90d2ce4a0ae8967fb054bd5ed49321d470be729a8
 DIST installer-0.4.0_p20220115-cli.patch 14552 BLAKE2B 
6632c1472ae0a578f6c7ed0acf1bb0d89ece924626b68c0daa28d9a7d93826837adaf6b0d40f048c4f5c2986b4328ca565340137e7b7fa7f407f62ebddc70275
 SHA512 
f8c6369955e0bde2bff0b935c39748d02659bc6ca0341af405e2c1026cf145479ba0b908bd769cdc05f3cc920f881b894b6a5eb7ace643951e05250ec0486b80
 DIST installer-0.4.0_p20220115.gh.tar.gz 466532 BLAKE2B 
6dea3f4bacb52c4983e111d420495ee157076342a823b7062c6e5b3e4d3b70e6b2e9cb024d0c7baba6f88ed70f4303ab071d1882bc9d8dd0726f82a3e406056f
 SHA512 
fbb0d4c8642fa2cbe2fd3be2eef7044a0353f04c67ecce20aafed33a0d7877ff55872ca5ad51390ae7e02cdb7af5dbd57b662085b60d425be95da6643b061eaa
+DIST installer-0.4.0_p20220124.gh.tar.gz 468296 BLAKE2B 
44763fd05b9e3cc665871817f3a6a417ddc12274ae42989e96ad432af98d42c23ab9f1c1cc37e17d4b9ce06ead7ef0c8227b2b10fe5744c899a9e3ea347e4e33
 SHA512 
b25fa910e8a7d9a2757af4694bf12a64c8731213a5682ab02bbe472229c99dd9190b1e7663a7632d61cbf0585006b2d4de62115c40f9b132be2c70672e23726d

diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild 
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
new file mode 100644
index ..0dd705d57a43
--- /dev/null
+++ b/dev-python/installer/installer-0.4.0_p20220124.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=manual
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+EGIT_COMMIT="05855a926b2e6d9a1be6d567300883b7a6ff3ce7"
+DESCRIPTION="A library for installing Python wheels"
+HOMEPAGE="
+   https://pypi.org/project/installer/
+   https://github.com/pradyunsg/installer/
+   https://installer.readthedocs.io/en/latest/
+"
+# TODO: switch back to pradyunsg/ upstream when the CLI PR is merged
+# https://github.com/pradyunsg/installer/pull/94
+SRC_URI="
+   https://github.com/takluyver/installer/archive/${EGIT_COMMIT}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://files.pythonhosted.org/packages/py2.py3/${PN::1}/${PN}/${P%_p*}-py2.py3-none-any.whl
+   -> ${P%_p*}-py2.py3-none-any.whl.zip
+"
+S=${WORKDIR}/${PN}-${EGIT_COMMIT}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+# NB: newer git doesn't use mock anymore
+BDEPEND="
+   app-arch/unzip
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+# do not use any build system to avoid circular deps
+python_compile() { :; }
+
+python_test() {
+   local -x PYTHONPATH=src
+   epytest
+}
+
+python_install() {
+   python_domodule src/installer "${WORKDIR}"/*.dist-info
+}



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

2022-01-18 Thread Michał Górny
commit: 27a71a9bf8be06af918654196f325d58cb67f45f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 08:46:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 08:46:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a71a9b

dev-python/installer: Remove old

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

 dev-python/installer/Manifest   |  1 -
 dev-python/installer/installer-0.4.0.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index c8357cc23f43..def27fbb1e8f 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,4 +1,3 @@
 DIST installer-0.4.0-py2.py3-none-any.whl.zip 451433 BLAKE2B 
933b7e63b3d0306213789d493d4df112df26b432d63ecd1f8f21449520c34bd2ad542aac25069043fbb535c44f988dca927625eafd0a5a20489fc3ce2bcf84a2
 SHA512 
cf303bb422e329a36007b361034144a232ba021d4013bb8678dc7c326544e74ec9a3b3fe8b9d3696433dbbe90d2ce4a0ae8967fb054bd5ed49321d470be729a8
-DIST installer-0.4.0.gh.tar.gz 466643 BLAKE2B 
635854b3461995cda3b7afa507ca3fe35cae8210e79de0bbd46938c8f103d7840ceca8bb388c2c9533efc78150691f980c478485ee33bafe0bae6c08a6aef8c4
 SHA512 
13537c479bc8ead8f8b45c8e5c5182e8b1b32c2889df8015be7f517f390a9efbea6fa167e0886dfade6621a8a2d822bfd662ee0238d3d86689619ca4d5483b26
 DIST installer-0.4.0_p20220115-cli.patch 14552 BLAKE2B 
6632c1472ae0a578f6c7ed0acf1bb0d89ece924626b68c0daa28d9a7d93826837adaf6b0d40f048c4f5c2986b4328ca565340137e7b7fa7f407f62ebddc70275
 SHA512 
f8c6369955e0bde2bff0b935c39748d02659bc6ca0341af405e2c1026cf145479ba0b908bd769cdc05f3cc920f881b894b6a5eb7ace643951e05250ec0486b80
 DIST installer-0.4.0_p20220115.gh.tar.gz 466532 BLAKE2B 
6dea3f4bacb52c4983e111d420495ee157076342a823b7062c6e5b3e4d3b70e6b2e9cb024d0c7baba6f88ed70f4303ab071d1882bc9d8dd0726f82a3e406056f
 SHA512 
fbb0d4c8642fa2cbe2fd3be2eef7044a0353f04c67ecce20aafed33a0d7877ff55872ca5ad51390ae7e02cdb7af5dbd57b662085b60d425be95da6643b061eaa

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
deleted file mode 100644
index fb0baf656345..
--- a/dev-python/installer/installer-0.4.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=manual
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="A library for installing Python wheels"
-HOMEPAGE="
-   https://pypi.org/project/installer/
-   https://github.com/pradyunsg/installer/
-   https://installer.readthedocs.io/en/latest/
-"
-SRC_URI="
-   https://github.com/pradyunsg/installer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   
https://files.pythonhosted.org/packages/py2.py3/${PN::1}/${PN}/${P}-py2.py3-none-any.whl
-   -> ${P}-py2.py3-none-any.whl.zip
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
-
-# NB: newer git doesn't use mock anymore
-BDEPEND="
-   app-arch/unzip
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-# do not use any build system to avoid circular deps
-python_compile() { :; }
-
-python_test() {
-   local -x PYTHONPATH=src
-   epytest
-}
-
-python_install() {
-   python_domodule src/installer "${WORKDIR}"/*.dist-info
-}



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

2022-01-18 Thread Michał Górny
commit: dda326a2c94207ab9061abcaf8be0e213469845f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 08:45:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 08:46:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda326a2

dev-python/installer: Keyword 0.4.0_p20220115 alpha, #831270

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

 dev-python/installer/installer-0.4.0_p20220115.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/installer/installer-0.4.0_p20220115.ebuild 
b/dev-python/installer/installer-0.4.0_p20220115.ebuild
index b25bb78be466..1d5d429041ce 100644
--- a/dev-python/installer/installer-0.4.0_p20220115.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220115.ebuild
@@ -26,7 +26,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-16 Thread Joshua Kinard
commit: 503c8ebebe87ce0cb01bef99aabf91932d4b8d6a
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 17 01:23:29 2022 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 17 02:24:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503c8ebe

dev-python/installer: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/831270
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 dev-python/installer/installer-0.4.0.ebuild   | 2 +-
 dev-python/installer/installer-0.4.0_p20220115.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
index 7cc2d248db09..fb0baf656345 100644
--- a/dev-python/installer/installer-0.4.0.ebuild
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="

diff --git a/dev-python/installer/installer-0.4.0_p20220115.ebuild 
b/dev-python/installer/installer-0.4.0_p20220115.ebuild
index 41c60f159597..b25bb78be466 100644
--- a/dev-python/installer/installer-0.4.0_p20220115.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220115.ebuild
@@ -26,7 +26,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-16 Thread James Le Cuirot
commit: d875cb12848203bd63823716dc9e82d00c567ec3
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Jan 16 23:15:54 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Jan 16 23:15:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d875cb12

dev-python/installer: Keyword 0.4.0_p20220115 for ~m68k

The tests pass.

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

 dev-python/installer/installer-0.4.0_p20220115.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/installer/installer-0.4.0_p20220115.ebuild 
b/dev-python/installer/installer-0.4.0_p20220115.ebuild
index c6fad5e821fa..41c60f159597 100644
--- a/dev-python/installer/installer-0.4.0_p20220115.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220115.ebuild
@@ -26,7 +26,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-16 Thread Michał Górny
commit: 5134c005d0229af41fb9e15c9cf6629c8e8c4a5b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 15 20:05:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 16 17:40:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5134c005

dev-python/installer: Add 0.4.0_p20220115 snap with CLI patch

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

 dev-python/installer/Manifest  |  2 +
 .../installer/installer-0.4.0_p20220115.ebuild | 55 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
index 2d38fa076c4d..c8357cc23f43 100644
--- a/dev-python/installer/Manifest
+++ b/dev-python/installer/Manifest
@@ -1,2 +1,4 @@
 DIST installer-0.4.0-py2.py3-none-any.whl.zip 451433 BLAKE2B 
933b7e63b3d0306213789d493d4df112df26b432d63ecd1f8f21449520c34bd2ad542aac25069043fbb535c44f988dca927625eafd0a5a20489fc3ce2bcf84a2
 SHA512 
cf303bb422e329a36007b361034144a232ba021d4013bb8678dc7c326544e74ec9a3b3fe8b9d3696433dbbe90d2ce4a0ae8967fb054bd5ed49321d470be729a8
 DIST installer-0.4.0.gh.tar.gz 466643 BLAKE2B 
635854b3461995cda3b7afa507ca3fe35cae8210e79de0bbd46938c8f103d7840ceca8bb388c2c9533efc78150691f980c478485ee33bafe0bae6c08a6aef8c4
 SHA512 
13537c479bc8ead8f8b45c8e5c5182e8b1b32c2889df8015be7f517f390a9efbea6fa167e0886dfade6621a8a2d822bfd662ee0238d3d86689619ca4d5483b26
+DIST installer-0.4.0_p20220115-cli.patch 14552 BLAKE2B 
6632c1472ae0a578f6c7ed0acf1bb0d89ece924626b68c0daa28d9a7d93826837adaf6b0d40f048c4f5c2986b4328ca565340137e7b7fa7f407f62ebddc70275
 SHA512 
f8c6369955e0bde2bff0b935c39748d02659bc6ca0341af405e2c1026cf145479ba0b908bd769cdc05f3cc920f881b894b6a5eb7ace643951e05250ec0486b80
+DIST installer-0.4.0_p20220115.gh.tar.gz 466532 BLAKE2B 
6dea3f4bacb52c4983e111d420495ee157076342a823b7062c6e5b3e4d3b70e6b2e9cb024d0c7baba6f88ed70f4303ab071d1882bc9d8dd0726f82a3e406056f
 SHA512 
fbb0d4c8642fa2cbe2fd3be2eef7044a0353f04c67ecce20aafed33a0d7877ff55872ca5ad51390ae7e02cdb7af5dbd57b662085b60d425be95da6643b061eaa

diff --git a/dev-python/installer/installer-0.4.0_p20220115.ebuild 
b/dev-python/installer/installer-0.4.0_p20220115.ebuild
new file mode 100644
index ..c6fad5e821fa
--- /dev/null
+++ b/dev-python/installer/installer-0.4.0_p20220115.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=manual
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+EGIT_COMMIT="bf68f7b045ffc08784af03cf2433548c9ee9e8ca"
+DESCRIPTION="A library for installing Python wheels"
+HOMEPAGE="
+   https://pypi.org/project/installer/
+   https://github.com/pradyunsg/installer/
+   https://installer.readthedocs.io/en/latest/
+"
+SRC_URI="
+   https://github.com/pradyunsg/installer/archive/${EGIT_COMMIT}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://files.pythonhosted.org/packages/py2.py3/${PN::1}/${PN}/${P%_p*}-py2.py3-none-any.whl
+   -> ${P%_p*}-py2.py3-none-any.whl.zip
+   
https://patch-diff.githubusercontent.com/raw/pradyunsg/installer/pull/94.diff
+   -> ${P}-cli.patch
+"
+S=${WORKDIR}/${PN}-${EGIT_COMMIT}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+# NB: newer git doesn't use mock anymore
+BDEPEND="
+   app-arch/unzip
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${DISTDIR}"/${P}-cli.patch
+)
+
+# do not use any build system to avoid circular deps
+python_compile() { :; }
+
+python_test() {
+   local -x PYTHONPATH=src
+   epytest
+}
+
+python_install() {
+   python_domodule src/installer "${WORKDIR}"/*.dist-info
+}



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

2022-01-16 Thread Yixun Lan
commit: 16d7f6ff57e36d7eebdcbd82f9c4fc5d7007188b
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jan 15 22:45:02 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jan 16 14:04:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d7f6ff

dev-python/installer: keyword ~riscv, bug #831270

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

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

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
index 71c831e16a89..7cc2d248db09 100644
--- a/dev-python/installer/installer-0.4.0.ebuild
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-16 Thread Arthur Zamarin
commit: 26ceec1afbdd90d549d7c78465a6e9bd24d37a54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 08:53:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 08:53:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ceec1a

dev-python/installer: Keyword 0.4.0 hppa, #831270

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

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

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
index 338f2b8d42eb..71c831e16a89 100644
--- a/dev-python/installer/installer-0.4.0.ebuild
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-16 Thread Arthur Zamarin
commit: ead15935471e2a2a4bff8705840a5f503573d9b9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 08:50:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 08:50:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead15935

dev-python/installer: Keyword 0.4.0 s390, #831270

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

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

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
index 46abf02ccfed..29aec3f027ef 100644
--- a/dev-python/installer/installer-0.4.0.ebuild
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~x86"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-16 Thread Arthur Zamarin
commit: a058db3d6e8a6cd73d44fb6830b2dd0e837e036e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 08:50:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 08:50:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a058db3d

dev-python/installer: Keyword 0.4.0 ia64, #831270

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

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

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
index 29aec3f027ef..69486f0c99cc 100644
--- a/dev-python/installer/installer-0.4.0.ebuild
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~x86"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-16 Thread Arthur Zamarin
commit: 7050a42303afe79143c711a9bc1ab3bf3f09f2c8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 08:50:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 08:50:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7050a423

dev-python/installer: Keyword 0.4.0 sparc, #831270

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

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

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
index 69486f0c99cc..338f2b8d42eb 100644
--- a/dev-python/installer/installer-0.4.0.ebuild
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-16 Thread Arthur Zamarin
commit: 2d4ec31916dd7b90865d53297307c0a4863c5236
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 08:47:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 08:47:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4ec319

dev-python/installer: Keyword 0.4.0 x86, #831270

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

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

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
index 4a1d93ad3672..46abf02ccfed 100644
--- a/dev-python/installer/installer-0.4.0.ebuild
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-16 Thread Arthur Zamarin
commit: 2aaedc3363c620537b57f92537458e8c2ceca9df
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 08:46:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 08:46:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aaedc33

dev-python/installer: Keyword 0.4.0 arm, #831270

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

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

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
index b24c81a93c94..b4e24f6770fe 100644
--- a/dev-python/installer/installer-0.4.0.ebuild
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-16 Thread Arthur Zamarin
commit: 0c8d49a027da10791a5910370fe860e870a40942
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 08:46:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 08:46:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c8d49a0

dev-python/installer: Keyword 0.4.0 arm64, #831270

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

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

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
index b4e24f6770fe..4a1d93ad3672 100644
--- a/dev-python/installer/installer-0.4.0.ebuild
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-16 Thread Arthur Zamarin
commit: db282e771302ac87d4edda3fdd3640a7c7e6e3a9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 08:45:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 08:45:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db282e77

dev-python/installer: Keyword 0.4.0 ppc64, #831270

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

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

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
index fc8ad7f327a7..b24c81a93c94 100644
--- a/dev-python/installer/installer-0.4.0.ebuild
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~ppc64"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-16 Thread Arthur Zamarin
commit: 48145f3f3aff530e0782355430d71d6236e1a762
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 08:45:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 08:45:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48145f3f

dev-python/installer: Keyword 0.4.0 ppc, #831270

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

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

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
index 4fdc9bde6479..fc8ad7f327a7 100644
--- a/dev-python/installer/installer-0.4.0.ebuild
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
 
 # NB: newer git doesn't use mock anymore
 BDEPEND="



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

2022-01-14 Thread Michał Górny
commit: 988906ed954b41c3cacb67a2e626759473b0b39d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 14 10:53:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 14 10:54:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988906ed

dev-python/installer: Add mock test dep

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

 dev-python/installer/installer-0.4.0.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
index 366c9ebc1817..4fdc9bde6479 100644
--- a/dev-python/installer/installer-0.4.0.ebuild
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -24,8 +24,12 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
+# NB: newer git doesn't use mock anymore
 BDEPEND="
app-arch/unzip
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
 "
 
 distutils_enable_tests pytest



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

2022-01-13 Thread Michał Górny
commit: a32410ac8b140c1cd8f2d5ea1a8adfec6f0ec193
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 13 21:00:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 13 21:01:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32410ac

dev-python/installer: New package, v0.4.0

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

 dev-python/installer/Manifest   |  2 ++
 dev-python/installer/installer-0.4.0.ebuild | 43 +
 dev-python/installer/metadata.xml   | 13 +
 3 files changed, 58 insertions(+)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
new file mode 100644
index ..2d38fa076c4d
--- /dev/null
+++ b/dev-python/installer/Manifest
@@ -0,0 +1,2 @@
+DIST installer-0.4.0-py2.py3-none-any.whl.zip 451433 BLAKE2B 
933b7e63b3d0306213789d493d4df112df26b432d63ecd1f8f21449520c34bd2ad542aac25069043fbb535c44f988dca927625eafd0a5a20489fc3ce2bcf84a2
 SHA512 
cf303bb422e329a36007b361034144a232ba021d4013bb8678dc7c326544e74ec9a3b3fe8b9d3696433dbbe90d2ce4a0ae8967fb054bd5ed49321d470be729a8
+DIST installer-0.4.0.gh.tar.gz 466643 BLAKE2B 
635854b3461995cda3b7afa507ca3fe35cae8210e79de0bbd46938c8f103d7840ceca8bb388c2c9533efc78150691f980c478485ee33bafe0bae6c08a6aef8c4
 SHA512 
13537c479bc8ead8f8b45c8e5c5182e8b1b32c2889df8015be7f517f390a9efbea6fa167e0886dfade6621a8a2d822bfd662ee0238d3d86689619ca4d5483b26

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
new file mode 100644
index ..366c9ebc1817
--- /dev/null
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=manual
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="A library for installing Python wheels"
+HOMEPAGE="
+   https://pypi.org/project/installer/
+   https://github.com/pradyunsg/installer/
+   https://installer.readthedocs.io/en/latest/
+"
+SRC_URI="
+   https://github.com/pradyunsg/installer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://files.pythonhosted.org/packages/py2.py3/${PN::1}/${PN}/${P}-py2.py3-none-any.whl
+   -> ${P}-py2.py3-none-any.whl.zip
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   app-arch/unzip
+"
+
+distutils_enable_tests pytest
+
+# do not use any build system to avoid circular deps
+python_compile() { :; }
+
+python_test() {
+   local -x PYTHONPATH=src
+   epytest
+}
+
+python_install() {
+   python_domodule src/installer "${WORKDIR}"/*.dist-info
+}

diff --git a/dev-python/installer/metadata.xml 
b/dev-python/installer/metadata.xml
new file mode 100644
index ..090fe7139f47
--- /dev/null
+++ b/dev-python/installer/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   installer
+   pradyunsg/installer
+   
+