[gentoo-commits] repo/gentoo:master commit in: dev-python/shutilwhich/, profiles/

2020-12-23 Thread Michał Górny
commit: 808aa30966ef98f08aac4d60aa95027ae5694796
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 23 09:00:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 23 09:02:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808aa309

dev-python/shutilwhich: Remove last-rited pkg

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

 dev-python/shutilwhich/Manifest |  1 -
 dev-python/shutilwhich/metadata.xml | 19 ---
 dev-python/shutilwhich/shutilwhich-1.1.0.ebuild | 20 
 profiles/package.mask   |  1 -
 4 files changed, 41 deletions(-)

diff --git a/dev-python/shutilwhich/Manifest b/dev-python/shutilwhich/Manifest
deleted file mode 100644
index 9e83f97654f..000
--- a/dev-python/shutilwhich/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST shutilwhich-1.1.0.tar.gz 2300 BLAKE2B 
0b510fe364991bcb1b2a627368e0aba23550a60dd0c8f892dbf25b5f23696f49ceedec487d91cc6a5acaffe28c29f635bacc633cc3c3377799fa8c75bd8bcd4d
 SHA512 
94001875c428ce1ad1c92e5f5be1ed497630ac0e2221dbb93fde8438f128f4f2663a0a13e17b94852e4813aadec694fa21c24f647500e8053c89ec610eb7fe21

diff --git a/dev-python/shutilwhich/metadata.xml 
b/dev-python/shutilwhich/metadata.xml
deleted file mode 100644
index 1534d32f095..000
--- a/dev-python/shutilwhich/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   
-   g...@marcbrinkmann.de
-   Marc Brinkmann
-   
-   shutilwhich
-   mbr/shutilwhich
-   
-   
-   shutilwhich will monkey-patch the shutil package, so from that 
-   point on you can simply import the which function.  On Python 
-   3.3 and above, the module never do anything but return the 
-   stdlib shutil.which function.
-   
-

diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild 
b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
deleted file mode 100644
index 1ea9faf25c6..000
--- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A copy & paste backport of Python 3.3's shutil.which function"
-HOMEPAGE="https://pypi.org/project/shutilwhich/ 
https://github.com/mbr/shutilwhich;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""

diff --git a/profiles/package.mask b/profiles/package.mask
index 41eb7ee02b6..27f3565f6b3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -297,7 +297,6 @@ games-emulation/fakenes
 # (or are broken).  They have no reverse dependencies, except for other
 # packages from the list.
 # Removal in 30 days.  Bug #755623.
-dev-python/shutilwhich
 dev-python/sortedcollections
 dev-python/sphinxcontrib-pretty-searchresults
 dev-python/subvertpy



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

2020-02-05 Thread Michał Górny
commit: 40468f6e9bf5994be51f765427b3433400b5e8ee
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  6 05:50:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  6 05:59:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40468f6e

dev-python/shutilwhich: Remove py2

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

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

diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild 
b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
index 633740548c5..1ea9faf25c6 100644
--- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
+++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2019-05-21 Thread Stephen Klimaszewski
commit: 1a43db122560489567a1bc16d4d8af9c3448a5d9
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Tue May 21 13:19:47 2019 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Tue May 21 13:19:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a43db12

dev-python/shutilwhich: add ~arm64 keyword

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski  gentoo.org>

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

diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild 
b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
index 6b16ecc6015..97ffcae4bc4 100644
--- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
+++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-11-10 Thread Justin Lecher
commit: dde854c9c53d37e888ca6981780e4b453fddcfd1
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Nov 10 14:08:49 2018 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Nov 10 14:25:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde854c9

dev-python/shutilwhich: Add python3.7 support

Signed-off-by: Justin Lecher  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild 
b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
index 96649b834e1..cfab56be9c8 100644
--- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
+++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1
 



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

2018-07-29 Thread Michał Górny
commit: c17fcecd24b28e9aa9f86dbda47aad6e589b59cc
Author: Jan Ziak <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Sat Jul 28 13:26:03 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 19:57:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17fcecd

dev-python/shutilwhich: add ~x86 keyword

This is a pure Python package so adding ~x86 keyword should pose no
issues.

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

diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild 
b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
index fbad293f2c0..96649b834e1 100644
--- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
+++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-12-02 Thread Mike Gilbert
commit: 11dc0920d2fed417433b9e49cdc710078a0eb3ca
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Dec  2 15:06:26 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Dec  2 15:09:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dc0920

dev-python/shutilwhich: depend on setuptools

Closes: https://bugs.gentoo.org/626990
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7

 dev-python/shutilwhich/Manifest | 2 +-
 dev-python/shutilwhich/shutilwhich-1.1.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/shutilwhich/Manifest b/dev-python/shutilwhich/Manifest
index 55338c15549..9e83f97654f 100644
--- a/dev-python/shutilwhich/Manifest
+++ b/dev-python/shutilwhich/Manifest
@@ -1 +1 @@
-DIST shutilwhich-1.1.0.tar.gz 2300 SHA256 
db1f39c6461e42f630fa617bb8c79090f7711c9ca493e615e43d0610ecb64dc6 SHA512 
94001875c428ce1ad1c92e5f5be1ed497630ac0e2221dbb93fde8438f128f4f2663a0a13e17b94852e4813aadec694fa21c24f647500e8053c89ec610eb7fe21
 WHIRLPOOL 
31fbd1cfaacd52d271fbd7751ee2ba9ac41a310d410975fa425a1763ffcdc50be0ebec89aa9a817bf06a93152a6cae48cc343946eda118400dc865e98c217cd1
+DIST shutilwhich-1.1.0.tar.gz 2300 BLAKE2B 
0b510fe364991bcb1b2a627368e0aba23550a60dd0c8f892dbf25b5f23696f49ceedec487d91cc6a5acaffe28c29f635bacc633cc3c3377799fa8c75bd8bcd4d
 SHA512 
94001875c428ce1ad1c92e5f5be1ed497630ac0e2221dbb93fde8438f128f4f2663a0a13e17b94852e4813aadec694fa21c24f647500e8053c89ec610eb7fe21

diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild 
b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
index a831a85242b..714baa4474e 100644
--- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
+++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
@@ -16,5 +16,5 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND=""



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

2017-08-01 Thread Brian Dolbec
commit: 6d244fd83363d88dfc0439925a75429ccc0ebb83
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  1 18:41:32 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  1 18:51:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d244fd8

dev-python/shutilwhich: New pkg, dep of new pkg dev-python/crossbar

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/shutilwhich/Manifest |  1 +
 dev-python/shutilwhich/metadata.xml | 22 ++
 dev-python/shutilwhich/shutilwhich-1.1.0.ebuild | 20 
 3 files changed, 43 insertions(+)

diff --git a/dev-python/shutilwhich/Manifest b/dev-python/shutilwhich/Manifest
new file mode 100644
index 000..55338c15549
--- /dev/null
+++ b/dev-python/shutilwhich/Manifest
@@ -0,0 +1 @@
+DIST shutilwhich-1.1.0.tar.gz 2300 SHA256 
db1f39c6461e42f630fa617bb8c79090f7711c9ca493e615e43d0610ecb64dc6 SHA512 
94001875c428ce1ad1c92e5f5be1ed497630ac0e2221dbb93fde8438f128f4f2663a0a13e17b94852e4813aadec694fa21c24f647500e8053c89ec610eb7fe21
 WHIRLPOOL 
31fbd1cfaacd52d271fbd7751ee2ba9ac41a310d410975fa425a1763ffcdc50be0ebec89aa9a817bf06a93152a6cae48cc343946eda118400dc865e98c217cd1

diff --git a/dev-python/shutilwhich/metadata.xml 
b/dev-python/shutilwhich/metadata.xml
new file mode 100644
index 000..ff479cb63ca
--- /dev/null
+++ b/dev-python/shutilwhich/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Primary maintainer
+   
+   
+   
+   g...@marcbrinkmann.de
+   Marc Brinkmann
+   
+   shutilwhich
+   mbr/shutilwhich
+   
+   
+   shutilwhich will monkey-patch the shutil package, so from that 
+   point on you can simply import the which function.  On Python 
+   3.3 and above, the module never do anything but return the 
+   stdlib shutil.which function.
+   
+

diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild 
b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
new file mode 100644
index 000..a831a85242b
--- /dev/null
+++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A copy & paste backport of Python 3.3's shutil.which function"
+HOMEPAGE="https://pypi.python.org/pypi/shutilwhich 
https://github.com/mbr/shutilwhich;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""