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

2019-11-20 Thread Patrick McLean
commit: 9bd69af0b2a4b2dec03f2dfb21e7bb6824ed045c
Author: Patrick McLean  sony  com>
AuthorDate: Thu Nov 21 01:29:47 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov 21 02:02:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd69af0

dev-python/path-py: Version bump to 12.0.2, add py38

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

 dev-python/path-py/Manifest|  1 +
 dev-python/path-py/files/path-py-12.0.2-py38.patch | 19 +
 dev-python/path-py/path-py-12.0.2.ebuild   | 49 ++
 3 files changed, 69 insertions(+)

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

diff --git a/dev-python/path-py/files/path-py-12.0.2-py38.patch 
b/dev-python/path-py/files/path-py-12.0.2-py38.patch
new file mode 100644
index 000..292b0454acc
--- /dev/null
+++ b/dev-python/path-py/files/path-py-12.0.2-py38.patch
@@ -0,0 +1,19 @@
+diff -ur path.py-12.0.2.orig/path/__init__.py path.py-12.0.2/path/__init__.py
+--- path.py-12.0.2.orig/path/__init__.py   2019-11-20 17:17:03.644205243 
-0800
 path.py-12.0.2/path/__init__.py2019-11-20 17:17:57.356875924 -0800
+@@ -72,7 +72,13 @@
+ 
+ __version__ = importlib_metadata.version('path.py')
+ except Exception:
+-__version__ = 'unknown'
++try:
++import importlib.metadata
++
++__version__ = importlib.metadata.version('path.py')
++
++except Exception:
++__version__ = 'unknown'
+ 
+ 
+ class TreeWalkWarning(Warning):
+Only in path.py-12.0.2/path: .__init__.py.un~

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



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

2018-08-19 Thread Mikle Kolyada
commit: 567cbed17991061f092ac8dd23e61028e701c727
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug 20 05:00:04 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug 20 05:00:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567cbed1

dev-python/path-py: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/path-py/path-py-8.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index a3b8091144c..cf840f04e4e 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.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=5
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2018-07-14 Thread Michał Górny
commit: fca27fc5df04c2722f031d7a60b362f61d2177e5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 14 12:02:00 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 14 12:08:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca27fc5

dev-python/path-py: Add missing test-dep on packaging

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

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

diff --git a/dev-python/path-py/path-py-11.0.1.ebuild 
b/dev-python/path-py/path-py-11.0.1.ebuild
index 730d60b7603..8fe229445c4 100644
--- a/dev-python/path-py/path-py-11.0.1.ebuild
+++ b/dev-python/path-py/path-py-11.0.1.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
+   dev-python/packaging[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
 



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

2018-06-25 Thread Tim Harder
commit: 0766f155395e68eb07ab5670afeef3e33214a924
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Jun 25 18:43:33 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Jun 25 18:44:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0766f155

dev-python/path-py: version bump to 11.0.1

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

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index f738c4977b3..fba3f77025b 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1,3 @@
 DIST path.py-10.3.1.tar.gz 35871 BLAKE2B 
94e45372ad39f9c5dfe4167f5d1fd58e1e501272ed2fa5ecd116f0fffc7b924c66cc436a83a296a167c08bb2f57f169b1ace7692c2ac1284fc9070918b409a3c
 SHA512 
e8dc874521aee6cadc5e3d7a66ca6909010f2069b1e6ed0298a3dbd86466c971ca466b442bff90906cb891fa9f13190fd9b3bf4ae62442e9fe73909169c32c02
+DIST path.py-11.0.1.tar.gz 38348 BLAKE2B 
80bfc308c72f0e2867ce1811709e3d2ff63888be53814e026ee221c381387a581f8e0f8da05e5c1fade2e0d6b93ba930dc9b1f38117667239174a3acc85d76f0
 SHA512 
48bc8352af74e70e702e712f35f08a0bf05713b2de5f2eb617f8ef2f9138344cf74fab453aff6cbd38bd88f5c3612c39b3605e0d3899c2ab1c667662558a8651
 DIST path.py-8.1.2.tar.gz 33437 BLAKE2B 
0033b64e9d0f4c719414e5345989308a113c9e23f99fb46722ee7d7de85c7bb4b471f5416d646d943771cdd369ac2d8f23f925660d4212b18acf7b82daaa76c0
 SHA512 
639b6247d99bd7c88e7505f5f41a5896266f23c0517b470ea5c1ec90ca76e87f1971babee623bbd7bea57bbef5f7677a7163bc51bae78c3c54e978eaf7f122d1

diff --git a/dev-python/path-py/path-py-11.0.1.ebuild 
b/dev-python/path-py/path-py-11.0.1.ebuild
new file mode 100644
index 000..730d60b7603
--- /dev/null
+++ b/dev-python/path-py/path-py-11.0.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+MY_P="path.py-${PV}"
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path.py/ https://github.com/jaraco/path.py;
+SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+   sed '/setuptools_scm/d' -i setup.py || die
+
+   # disable flake8 tests
+   sed -i 's/ --flake8//' pytest.ini || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   PYTHONPATH=. py.test -v || die
+}



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

2018-02-21 Thread Michał Górny
commit: b289c0253978f7c389043bb158878f9bfbb828a3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 21 14:29:10 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 21 17:20:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b289c025

dev-python/path-py: Tested on ~amd64-fbsd

The only test failure looks like a wrong assumption in tests.

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

diff --git a/dev-python/path-py/path-py-10.3.1.ebuild 
b/dev-python/path-py/path-py-10.3.1.ebuild
index baf04feb81f..f54f0542a8b 100644
--- a/dev-python/path-py/path-py-10.3.1.ebuild
+++ b/dev-python/path-py/path-py-10.3.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2018-02-21 Thread Michał Górny
commit: 260d5430930237ec04e734d09e907b6830e37704
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 21 14:24:11 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 21 14:24:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260d5430

dev-python/path-py: Bump to 10.3.1

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

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

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 89e4b96076a..f738c4977b3 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1 +1,2 @@
+DIST path.py-10.3.1.tar.gz 35871 BLAKE2B 
94e45372ad39f9c5dfe4167f5d1fd58e1e501272ed2fa5ecd116f0fffc7b924c66cc436a83a296a167c08bb2f57f169b1ace7692c2ac1284fc9070918b409a3c
 SHA512 
e8dc874521aee6cadc5e3d7a66ca6909010f2069b1e6ed0298a3dbd86466c971ca466b442bff90906cb891fa9f13190fd9b3bf4ae62442e9fe73909169c32c02
 DIST path.py-8.1.2.tar.gz 33437 BLAKE2B 
0033b64e9d0f4c719414e5345989308a113c9e23f99fb46722ee7d7de85c7bb4b471f5416d646d943771cdd369ac2d8f23f925660d4212b18acf7b82daaa76c0
 SHA512 
639b6247d99bd7c88e7505f5f41a5896266f23c0517b470ea5c1ec90ca76e87f1971babee623bbd7bea57bbef5f7677a7163bc51bae78c3c54e978eaf7f122d1

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



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

2018-02-19 Thread Michał Górny
commit: 013498314961ce20124c701ca2b25cb3735a748d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 20:49:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01349831

dev-python/path-py: arm64 stable (via ALLARCHES)

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index ec8477569e3..c8329d5c6c8 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2017-12-02 Thread Mike Gilbert
commit: 3a919246c132e47aec50b404c95615d820c53f10
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Dec  2 15:33:03 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Dec  2 15:33:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a919246

dev-python/path-and-address: depend on setuptools

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

 dev-python/path-and-address/Manifest  | 2 +-
 dev-python/path-and-address/path-and-address-1.1.0.ebuild | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/path-and-address/Manifest 
b/dev-python/path-and-address/Manifest
index bbc1f49cd7d..63a46df4a44 100644
--- a/dev-python/path-and-address/Manifest
+++ b/dev-python/path-and-address/Manifest
@@ -1 +1 @@
-DIST path-and-address-1.1.0.zip 7652 SHA256 
c9cbea6919464ff2bbe441b996341e97d112ef876d8eeaa7ab127fe9fb811471 SHA512 
eb60fabce6a71401b4681bcc1db5253c2043c33bd25f9bc8bf678d45aa459e2398ed482166fa0f85a0365ba8762a46e75c6c497ea25b6c1ba5c91d6a37618062
 WHIRLPOOL 
adc380044564ae44390e9a9c882cbb0a0afb1f8d111480eef57a65c3cde611f415f2220d36d8dbfe0d76871e50643dd99fca87e88266864388c5eeb3a3f8c1ec
+DIST path-and-address-1.1.0.zip 7652 BLAKE2B 
fcf80494a2969d4b59a96ca6cd6f9dbc03a56b11e4374e64ea59fba18859b50eb8621d506b28472713bce8aaec6e8d9f26ba763b82b726df439967aa3c8a75be
 SHA512 
eb60fabce6a71401b4681bcc1db5253c2043c33bd25f9bc8bf678d45aa459e2398ed482166fa0f85a0365ba8762a46e75c6c497ea25b6c1ba5c91d6a37618062

diff --git a/dev-python/path-and-address/path-and-address-1.1.0.ebuild 
b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
index 174f3ca7f76..e752aa3869f 100644
--- a/dev-python/path-and-address/path-and-address-1.1.0.ebuild
+++ b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
@@ -15,3 +15,5 @@ SLOT="0"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 KEYWORDS="~amd64"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-08-13 Thread David Seifert
commit: 01690e1622ee3a9c8e676068c83e95e016d1561f
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Aug  7 09:44:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:23:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01690e16

dev-python/path-py: remove dead HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/5329

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index 049262bb4b8..ec8477569e3 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
 MY_P="path.py-${PV}"
 
 DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py 
https://github.com/jaraco/path.py;
+HOMEPAGE="https://pypi.python.org/pypi/path.py 
https://github.com/jaraco/path.py;
 SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"



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

2017-04-28 Thread Manuel Rüger
commit: 2501f2f6bce3b7ac81fb9e27cea75df99b72ee18
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 28 16:31:23 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 28 16:31:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2501f2f6

dev-python/path-and-address: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/path-and-address/path-and-address-1.1.0.ebuild 
b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
index d61e867d9e3..174f3ca7f76 100644
--- a/dev-python/path-and-address/path-and-address-1.1.0.ebuild
+++ b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 pypy{,3} python3_{4,5} )
+PYTHON_COMPAT=( python2_7 pypy{,3} python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-23 Thread Mike Gilbert
commit: 64dc9ace9a548571d9e974e39b45a2629e562817
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar 23 17:30:59 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar 23 17:30:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64dc9ace

dev-python/path-py: pypy3

Package-Manager: Portage-2.3.5_p2, Repoman-2.3.2_p32

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index 690e776cccb..049262bb4b8 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 



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

2017-03-11 Thread Zac Medico
commit: c8d3488de5982eaab56ccb7c6340e2ce8ba32b2d
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 04:50:39 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 12 04:52:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d3488d

dev-python/path-py: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index d3b1e871274..690e776cccb 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 



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

2017-01-03 Thread Mike Gilbert
commit: 3302e12bce2a91e927ed858e7f7297cf77e2e933
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan  3 21:32:17 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan  3 21:32:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3302e12b

dev-python/path-py: unset XDG_CONFIG_HOME for tests

Bug: https://bugs.gentoo.org/597696
Package-Manager: Portage-2.3.3_p13, Repoman-2.3.1_p6

 dev-python/path-py/path-py-8.1.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index ddc611c..2d36f62 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -35,5 +35,7 @@ python_prepare_all() {
 }
 
 python_test() {
+   # https://github.com/jaraco/path.py/issues/122
+   unset XDG_CONFIG_HOME
esetup.py test
 }



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

2016-05-29 Thread Dirkjan Ochtman
commit: 870130339c104d7a3f4eb45007c35d6902865347
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sun May 29 19:38:42 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sun May 29 19:38:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87013033

dev-python/path-and-address: add python project as maintainer

Package-Manager: portage-2.2.28

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

diff --git a/dev-python/path-and-address/metadata.xml 
b/dev-python/path-and-address/metadata.xml
index 097975e..3743220 100644
--- a/dev-python/path-and-address/metadata.xml
+++ b/dev-python/path-and-address/metadata.xml
@@ -1,4 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+pyt...@gentoo.org
+  
 



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

2016-05-29 Thread Kristian Fiskerstrand
commit: 0f3950cbbf81f8c253824893610644ec9e93b051
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Sun May 29 15:25:22 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Sun May 29 15:29:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3950cb

dev-python/path-and-address: Dropping to maintainer-needed

Gentoo-Bug: 584246

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/path-and-address/metadata.xml 
b/dev-python/path-and-address/metadata.xml
index 5c173d1..097975e 100644
--- a/dev-python/path-and-address/metadata.xml
+++ b/dev-python/path-and-address/metadata.xml
@@ -1,13 +1,4 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-dev.rindeal+bugs.gentoo@gmail.com
-Jan Chren (rindeal)
-Proxied maintainer; set to assignee in all bugs
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
 



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

2016-04-15 Thread Patrice Clement
commit: dd397f7155a02c170dc24428a50175e3db28e0ac
Author: Jan Chren 
AuthorDate: Fri Apr 15 17:59:37 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Apr 15 19:05:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd397f71

dev-python/path-and-address: new package

Closes: https://github.com/gentoo/gentoo/pull/1268

Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/path-and-address/Manifest   |  1 +
 dev-python/path-and-address/metadata.xml   | 13 +
 .../path-and-address/path-and-address-1.1.0.ebuild | 18 ++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/path-and-address/Manifest 
b/dev-python/path-and-address/Manifest
new file mode 100644
index 000..bbc1f49
--- /dev/null
+++ b/dev-python/path-and-address/Manifest
@@ -0,0 +1 @@
+DIST path-and-address-1.1.0.zip 7652 SHA256 
c9cbea6919464ff2bbe441b996341e97d112ef876d8eeaa7ab127fe9fb811471 SHA512 
eb60fabce6a71401b4681bcc1db5253c2043c33bd25f9bc8bf678d45aa459e2398ed482166fa0f85a0365ba8762a46e75c6c497ea25b6c1ba5c91d6a37618062
 WHIRLPOOL 
adc380044564ae44390e9a9c882cbb0a0afb1f8d111480eef57a65c3cde611f415f2220d36d8dbfe0d76871e50643dd99fca87e88266864388c5eeb3a3f8c1ec

diff --git a/dev-python/path-and-address/metadata.xml 
b/dev-python/path-and-address/metadata.xml
new file mode 100644
index 000..5c173d1
--- /dev/null
+++ b/dev-python/path-and-address/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+dev.rindeal+bugs.gentoo@gmail.com
+Jan Chren (rindeal)
+Proxied maintainer; set to assignee in all bugs
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+

diff --git a/dev-python/path-and-address/path-and-address-1.1.0.ebuild 
b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
new file mode 100644
index 000..7553743
--- /dev/null
+++ b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_{6,7} pypy{,3} python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Functions for server CLI applications used by humans"
+HOMEPAGE="https://github.com/joeyespo/path-and-address;
+LICENSE="MIT"
+
+SLOT="0"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+KEYWORDS="~amd64"



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

2015-11-23 Thread Justin Lecher
commit: 49ce6e78078286ce1be1dbfeda4e0946213ca0be
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 23 09:59:22 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 23 10:05:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ce6e78

dev-python/path-py: Drop old

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/path-py/Manifest |  3 ---
 dev-python/path-py/path-py-7.7.1.ebuild | 39 -
 dev-python/path-py/path-py-8.1.1.ebuild | 39 -
 dev-python/path-py/path-py-8.1.ebuild   | 39 -
 4 files changed, 120 deletions(-)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 78c53c0..36983b8 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,4 +1 @@
-DIST path.py-7.7.1.tar.gz 33102 SHA256 
692feac9d1fe3b70239b2f0f07dcdbbdad38e3611846924de33ec6175d87638e SHA512 
9275fab8340600889e0704d383f009d9aa94f9fa903aade57922b8fc797587734bdacd89ab6e87573dffd4cfa6a167067e03cfab0916cc3416619774134de7cb
 WHIRLPOOL 
7811ccbf811c8d7a307d2cb50ddfdea2e96c49de2e1618c856d97f300560cca3558c2fa2a1cf29717cfbdb4460f05f7fe8d5dbd9efadba3ae76e4f526d3c7b53
-DIST path.py-8.1.1.tar.gz 33292 SHA256 
2e109f902aed4a7999d465e4ec8456c1112e657840520c5bc7104fb7050d1add SHA512 
7a33807017c952d347bb966e1ed6db49e30625c7b2ae795dc11b39a237830d988f2d3033666da9a796cb5048ab8024690c803054f40cc21b0ce1a68fe9969802
 WHIRLPOOL 
a18277816f9fbe3042fa397b63203a3b4696f657414c2c72ee656679e24ec86363f493e8e31ff50721a52a6e2d3afee31f75a730f325e22ca4f071c4ff988681
 DIST path.py-8.1.2.tar.gz 33437 SHA256 
ada95d117c4559abe64080961daf5badda68561afdd34c278f8ca20f2fa466d2 SHA512 
639b6247d99bd7c88e7505f5f41a5896266f23c0517b470ea5c1ec90ca76e87f1971babee623bbd7bea57bbef5f7677a7163bc51bae78c3c54e978eaf7f122d1
 WHIRLPOOL 
4c71bde2b05ee863f7a7b06313d698463247427ff203bdc6e95c89f8e43e3e42744882b7045103ef56cc2535f595aae9b48ff41efd86ee704bd2063103ca98a4
-DIST path.py-8.1.tar.gz 33221 SHA256 
27ea0789c12cbe8e2a29397d2a54581009094a0684ce880844ba9fc4c16ce30c SHA512 
f5a2e824bdf7c097fc690ce57237dc476e0c2b748dd6c7b1559d4d769bef2485a5bfddcad6ae89af861a0e072fc16eeefea307a0c3e069fa30b9e4e90b9a742f
 WHIRLPOOL 
e8c307bfbdfd0c61e2d09c21689120e4c1986b230daa56c51b56d94329149a32870f37cec3ccd1fdee12d8c40cd2f38ec90de1dfdecfad3d73f233004551368b

diff --git a/dev-python/path-py/path-py-7.7.1.ebuild 
b/dev-python/path-py/path-py-7.7.1.ebuild
deleted file mode 100644
index b490b2b..000
--- a/dev-python/path-py/path-py-7.7.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-
-inherit distutils-r1
-
-MY_P="path.py-${PV}"
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py 
https://github.com/jaraco/path.py;
-SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-   sed '/setuptools_scm/d' -i setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/path-py/path-py-8.1.1.ebuild 
b/dev-python/path-py/path-py-8.1.1.ebuild
deleted file mode 100644
index b490b2b..000
--- a/dev-python/path-py/path-py-8.1.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-
-inherit distutils-r1
-
-MY_P="path.py-${PV}"
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py 
https://github.com/jaraco/path.py;
-SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/appdirs[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-   sed '/setuptools_scm/d' -i setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/path-py/path-py-8.1.ebuild 
b/dev-python/path-py/path-py-8.1.ebuild
deleted file mode 100644
index b490b2b..000
--- a/dev-python/path-py/path-py-8.1.ebuild

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

2015-11-22 Thread Jeroen Roovers
commit: 82055ed4f29ad2682069a2a4d6b0d8cbb3e56baf
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 23 06:27:59 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 23 06:44:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82055ed4

dev-python/path-py: Stable for HPPA (bug #564588).

Package-Manager: portage-2.2.25
RepoMan-Options: --ignore-arches

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index 5099315..112e60f 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2015-11-22 Thread Markus Meier
commit: efa72ae4cc74308973ea72fd7c3ed31bbd23a7ba
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Nov 22 08:53:33 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Nov 22 08:53:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa72ae4

dev-python/path-py: arm stable, bug #564588

Package-Manager: portage-2.2.25
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index ab00870..5099315 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2015-11-19 Thread Agostino Sarubbo
commit: 691413e7eb51984d2566ca30769d8c9860b48138
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov 19 10:23:41 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov 19 10:23:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691413e7

dev-python/path-py: alpha stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="alpha"

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index a851b7e..ab00870 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2015-11-16 Thread Agostino Sarubbo
commit: a6c6ec630eb0ca410c352c7696aa015bfb8fae35
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 16 14:59:42 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 16 14:59:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c6ec63

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

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index 32f736c..a851b7e 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2015-11-05 Thread Agostino Sarubbo
commit: 7251f6a53bbd7a8cc404577734181695d3b47e6d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov  5 11:50:44 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov  5 11:50:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7251f6a5

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

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index 4536b58..32f736c 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2015-11-04 Thread Agostino Sarubbo
commit: f333e28bee42331a33464f46098d792c341c5830
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov  4 15:47:56 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov  4 15:47:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f333e28b

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

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index 80fc7b5..803e830 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2015-11-04 Thread Agostino Sarubbo
commit: 9ae4ab9f013a1c683a2e12e93426422d84cda390
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov  4 16:07:54 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov  4 16:07:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae4ab9f

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

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index 803e830..4536b58 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2015-11-02 Thread Agostino Sarubbo
commit: 76e63d4f8358c8668dba8be28817e01bfb14ae22
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  2 13:07:55 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  2 13:07:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e63d4f

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

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index c2fee53..9eccdce 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2015-11-02 Thread Agostino Sarubbo
commit: 1515a42ecc23effd0267dc0f42fee8b50b2416f1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  2 13:11:03 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  2 13:11:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1515a42e

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

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index 9eccdce..3936d43 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2015-11-02 Thread Justin Lecher
commit: 2e373a9431b6568586456a3d0ee8a0e954dde6fa
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Nov  3 07:28:56 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Nov  3 07:45:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e373a94

dev-python/path-py: Keyword under ALLARCHES policy

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index 3936d43..80fc7b5 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2015-10-21 Thread Justin Lecher
commit: 9cc50ecb3c7cae65d75c3132ec6314751dfcdd5b
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Oct 21 09:50:38 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 21 13:40:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc50ecb

dev-python/path-py: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

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

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
index b490b2b..c2fee53 100644
--- a/dev-python/path-py/path-py-8.1.2.ebuild
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
 
 inherit distutils-r1
 



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

2015-10-15 Thread Justin Lecher
commit: e16897bd4604cb28439a9e76e44e9cb380a6abf2
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 15 14:28:43 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 15 14:41:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16897bd

dev-python/path-py: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

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

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 207cd1a..78c53c0 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,3 +1,4 @@
 DIST path.py-7.7.1.tar.gz 33102 SHA256 
692feac9d1fe3b70239b2f0f07dcdbbdad38e3611846924de33ec6175d87638e SHA512 
9275fab8340600889e0704d383f009d9aa94f9fa903aade57922b8fc797587734bdacd89ab6e87573dffd4cfa6a167067e03cfab0916cc3416619774134de7cb
 WHIRLPOOL 
7811ccbf811c8d7a307d2cb50ddfdea2e96c49de2e1618c856d97f300560cca3558c2fa2a1cf29717cfbdb4460f05f7fe8d5dbd9efadba3ae76e4f526d3c7b53
 DIST path.py-8.1.1.tar.gz 33292 SHA256 
2e109f902aed4a7999d465e4ec8456c1112e657840520c5bc7104fb7050d1add SHA512 
7a33807017c952d347bb966e1ed6db49e30625c7b2ae795dc11b39a237830d988f2d3033666da9a796cb5048ab8024690c803054f40cc21b0ce1a68fe9969802
 WHIRLPOOL 
a18277816f9fbe3042fa397b63203a3b4696f657414c2c72ee656679e24ec86363f493e8e31ff50721a52a6e2d3afee31f75a730f325e22ca4f071c4ff988681
+DIST path.py-8.1.2.tar.gz 33437 SHA256 
ada95d117c4559abe64080961daf5badda68561afdd34c278f8ca20f2fa466d2 SHA512 
639b6247d99bd7c88e7505f5f41a5896266f23c0517b470ea5c1ec90ca76e87f1971babee623bbd7bea57bbef5f7677a7163bc51bae78c3c54e978eaf7f122d1
 WHIRLPOOL 
4c71bde2b05ee863f7a7b06313d698463247427ff203bdc6e95c89f8e43e3e42744882b7045103ef56cc2535f595aae9b48ff41efd86ee704bd2063103ca98a4
 DIST path.py-8.1.tar.gz 33221 SHA256 
27ea0789c12cbe8e2a29397d2a54581009094a0684ce880844ba9fc4c16ce30c SHA512 
f5a2e824bdf7c097fc690ce57237dc476e0c2b748dd6c7b1559d4d769bef2485a5bfddcad6ae89af861a0e072fc16eeefea307a0c3e069fa30b9e4e90b9a742f
 WHIRLPOOL 
e8c307bfbdfd0c61e2d09c21689120e4c1986b230daa56c51b56d94329149a32870f37cec3ccd1fdee12d8c40cd2f38ec90de1dfdecfad3d73f233004551368b

diff --git a/dev-python/path-py/path-py-8.1.2.ebuild 
b/dev-python/path-py/path-py-8.1.2.ebuild
new file mode 100644
index 000..b490b2b
--- /dev/null
+++ b/dev-python/path-py/path-py-8.1.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+MY_P="path.py-${PV}"
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py 
https://github.com/jaraco/path.py;
+SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+   sed '/setuptools_scm/d' -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2015-09-11 Thread Justin Lecher
commit: 030dade93e0b69ca6b5620391728f297218549ad
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Sep 11 06:49:26 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Sep 11 07:53:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030dade9

dev-python/path-py: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

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

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 71da504..207cd1a 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1,3 @@
 DIST path.py-7.7.1.tar.gz 33102 SHA256 
692feac9d1fe3b70239b2f0f07dcdbbdad38e3611846924de33ec6175d87638e SHA512 
9275fab8340600889e0704d383f009d9aa94f9fa903aade57922b8fc797587734bdacd89ab6e87573dffd4cfa6a167067e03cfab0916cc3416619774134de7cb
 WHIRLPOOL 
7811ccbf811c8d7a307d2cb50ddfdea2e96c49de2e1618c856d97f300560cca3558c2fa2a1cf29717cfbdb4460f05f7fe8d5dbd9efadba3ae76e4f526d3c7b53
+DIST path.py-8.1.1.tar.gz 33292 SHA256 
2e109f902aed4a7999d465e4ec8456c1112e657840520c5bc7104fb7050d1add SHA512 
7a33807017c952d347bb966e1ed6db49e30625c7b2ae795dc11b39a237830d988f2d3033666da9a796cb5048ab8024690c803054f40cc21b0ce1a68fe9969802
 WHIRLPOOL 
a18277816f9fbe3042fa397b63203a3b4696f657414c2c72ee656679e24ec86363f493e8e31ff50721a52a6e2d3afee31f75a730f325e22ca4f071c4ff988681
 DIST path.py-8.1.tar.gz 33221 SHA256 
27ea0789c12cbe8e2a29397d2a54581009094a0684ce880844ba9fc4c16ce30c SHA512 
f5a2e824bdf7c097fc690ce57237dc476e0c2b748dd6c7b1559d4d769bef2485a5bfddcad6ae89af861a0e072fc16eeefea307a0c3e069fa30b9e4e90b9a742f
 WHIRLPOOL 
e8c307bfbdfd0c61e2d09c21689120e4c1986b230daa56c51b56d94329149a32870f37cec3ccd1fdee12d8c40cd2f38ec90de1dfdecfad3d73f233004551368b

diff --git a/dev-python/path-py/path-py-8.1.1.ebuild 
b/dev-python/path-py/path-py-8.1.1.ebuild
new file mode 100644
index 000..b490b2b
--- /dev/null
+++ b/dev-python/path-py/path-py-8.1.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+MY_P="path.py-${PV}"
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py 
https://github.com/jaraco/path.py;
+SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+   sed '/setuptools_scm/d' -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2015-09-02 Thread Justin Lecher
commit: b20b47efd3c176a6fb5cb037a902ced99a53a628
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:03:05 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:30:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20b47ef

dev-python/path-py: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

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

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 82e298f..6d27049 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -3,3 +3,4 @@ DIST path.py-7.4.tar.gz 27256 SHA256 
69df64c911a4b27194e24b0b81789f449e2b75af46f
 DIST path.py-7.6.1.tar.gz 32974 SHA256 
201c86613327f2f6c2d34c8f28689bdfde74fbb758c5211a1f8652dc71fa9e5a SHA512 
f0879018bc5dbc3c5796a0587976f7bd40c44d62c4d81884efef2aca914b0ed14aada3f94c5ad6b8ac6cf8dbc809ff231ca4308d64438c38feafccbba478f796
 WHIRLPOOL 
bb492d8ed4acb0b6c088c36acaba863514f85b46373fe98abd8f6edaf43ea9629340de128cbf2d385a81ccd923325870449553071bf0b967d28a9af1c54c87e1
 DIST path.py-7.7.1.tar.gz 33102 SHA256 
692feac9d1fe3b70239b2f0f07dcdbbdad38e3611846924de33ec6175d87638e SHA512 
9275fab8340600889e0704d383f009d9aa94f9fa903aade57922b8fc797587734bdacd89ab6e87573dffd4cfa6a167067e03cfab0916cc3416619774134de7cb
 WHIRLPOOL 
7811ccbf811c8d7a307d2cb50ddfdea2e96c49de2e1618c856d97f300560cca3558c2fa2a1cf29717cfbdb4460f05f7fe8d5dbd9efadba3ae76e4f526d3c7b53
 DIST path.py-7.7.tar.gz 33065 SHA256 
078e1011f0ee748e8569c9972a6259898c6e8f58d45c4ca06f3fab007c241544 SHA512 
d8b1fb41bfd923054a03ef9d750f0921952b508f6be77cc026ba887584a610376d12ec54e1c1027bba02a256996e56b30b8dd6e56e8e1753c05a571985f43dc2
 WHIRLPOOL 
c9bafc6ae2fe293978f086617c08341970dd2f0f2b2ec2e12b2904a7429171a3bcabcb8fb7014c8e8d330487724c7fb39ec10ac64d46524fc689c341ba053171
+DIST path.py-8.1.tar.gz 33221 SHA256 
27ea0789c12cbe8e2a29397d2a54581009094a0684ce880844ba9fc4c16ce30c SHA512 
f5a2e824bdf7c097fc690ce57237dc476e0c2b748dd6c7b1559d4d769bef2485a5bfddcad6ae89af861a0e072fc16eeefea307a0c3e069fa30b9e4e90b9a742f
 WHIRLPOOL 
e8c307bfbdfd0c61e2d09c21689120e4c1986b230daa56c51b56d94329149a32870f37cec3ccd1fdee12d8c40cd2f38ec90de1dfdecfad3d73f233004551368b

diff --git a/dev-python/path-py/path-py-8.1.ebuild 
b/dev-python/path-py/path-py-8.1.ebuild
new file mode 100644
index 000..b490b2b
--- /dev/null
+++ b/dev-python/path-py/path-py-8.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+MY_P="path.py-${PV}"
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py 
https://github.com/jaraco/path.py;
+SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+   sed '/setuptools_scm/d' -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2015-09-02 Thread Justin Lecher
commit: d3f0877e651a14b70bb4e1eca97e6716e9ac5a47
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 09:28:08 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 10:16:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f0877e

dev-python/path-py: Add missing test dep

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

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

diff --git a/dev-python/path-py/path-py-7.7.1.ebuild 
b/dev-python/path-py/path-py-7.7.1.ebuild
index 7ae500b..b490b2b 100644
--- a/dev-python/path-py/path-py-7.7.1.ebuild
+++ b/dev-python/path-py/path-py-7.7.1.ebuild
@@ -24,6 +24,7 @@ DEPEND="
test? (
dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
)"
 
 S="${WORKDIR}/${MY_P}"



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

2015-08-26 Thread Justin Lecher
commit: 0d8e7c9342568145c52f1408d3101416c4b65f54
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Wed Aug 26 06:38:34 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Wed Aug 26 07:07:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d8e7c93

dev-python/path-py: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

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

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index dcbd834..82e298f 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,4 +1,5 @@
 DIST path.py-7.3.zip 33549 SHA256 
f7d146f40768e3742199a5316fbe3eb6a6091b9feedcb4b969c7348dc03151e1 SHA512 
f676b81deda7b42a2a29fef0827d7c8ecbe743d0fa5efdc8221a78f3e744f357a179a9b8451264636ca2626f58d422a02d6ad77cc57eef74dd3b186585863433
 WHIRLPOOL 
7da96c488aa6bcdea0a65c69b412710dbc85f7bed04dd571389ca190d43fea2e711659ca3546b926efc69d631a1408b5905839c39866d7e98b7dde19803d0c4f
 DIST path.py-7.4.tar.gz 27256 SHA256 
69df64c911a4b27194e24b0b81789f449e2b75af46ffbd872e66c9af20009948 SHA512 
5a0d34e911315bc447ba9428a7934f77043ec701ecd32e099562290d8c8e092fd780b3ec1f0353c378394e4de2fe444a4141bd91301f40c0fb3086892726205f
 WHIRLPOOL 
41b5025654ea2ae88c829eb10f7fb6341f214e7d9050aca018fcce2349ecae14f08b9398a6743fbae752800742f06dc33a8b3a55a8171eaa8676cf0f72cd9b31
 DIST path.py-7.6.1.tar.gz 32974 SHA256 
201c86613327f2f6c2d34c8f28689bdfde74fbb758c5211a1f8652dc71fa9e5a SHA512 
f0879018bc5dbc3c5796a0587976f7bd40c44d62c4d81884efef2aca914b0ed14aada3f94c5ad6b8ac6cf8dbc809ff231ca4308d64438c38feafccbba478f796
 WHIRLPOOL 
bb492d8ed4acb0b6c088c36acaba863514f85b46373fe98abd8f6edaf43ea9629340de128cbf2d385a81ccd923325870449553071bf0b967d28a9af1c54c87e1
+DIST path.py-7.7.1.tar.gz 33102 SHA256 
692feac9d1fe3b70239b2f0f07dcdbbdad38e3611846924de33ec6175d87638e SHA512 
9275fab8340600889e0704d383f009d9aa94f9fa903aade57922b8fc797587734bdacd89ab6e87573dffd4cfa6a167067e03cfab0916cc3416619774134de7cb
 WHIRLPOOL 
7811ccbf811c8d7a307d2cb50ddfdea2e96c49de2e1618c856d97f300560cca3558c2fa2a1cf29717cfbdb4460f05f7fe8d5dbd9efadba3ae76e4f526d3c7b53
 DIST path.py-7.7.tar.gz 33065 SHA256 
078e1011f0ee748e8569c9972a6259898c6e8f58d45c4ca06f3fab007c241544 SHA512 
d8b1fb41bfd923054a03ef9d750f0921952b508f6be77cc026ba887584a610376d12ec54e1c1027bba02a256996e56b30b8dd6e56e8e1753c05a571985f43dc2
 WHIRLPOOL 
c9bafc6ae2fe293978f086617c08341970dd2f0f2b2ec2e12b2904a7429171a3bcabcb8fb7014c8e8d330487724c7fb39ec10ac64d46524fc689c341ba053171

diff --git a/dev-python/path-py/path-py-7.7.1.ebuild 
b/dev-python/path-py/path-py-7.7.1.ebuild
new file mode 100644
index 000..7ae500b
--- /dev/null
+++ b/dev-python/path-py/path-py-7.7.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+MY_P=path.py-${PV}
+
+DESCRIPTION=A module wrapper for os.path
+HOMEPAGE=http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py 
https://github.com/jaraco/path.py;
+SRC_URI=mirror://pypi/p/path.py/${MY_P}.tar.gz
+
+SLOT=0
+LICENSE=MIT
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=test
+
+DEPEND=
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+
+S=${WORKDIR}/${MY_P}
+
+python_prepare_all() {
+   sed '/setuptools_scm/d' -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2015-08-25 Thread Justin Lecher
commit: ca671d29bc925d62ccb8ec9d7431165ea8353bec
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Tue Aug 25 07:38:01 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue Aug 25 08:10:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca671d29

dev-python/path-py: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

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

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 2ee973c..dcbd834 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,3 +1,4 @@
 DIST path.py-7.3.zip 33549 SHA256 
f7d146f40768e3742199a5316fbe3eb6a6091b9feedcb4b969c7348dc03151e1 SHA512 
f676b81deda7b42a2a29fef0827d7c8ecbe743d0fa5efdc8221a78f3e744f357a179a9b8451264636ca2626f58d422a02d6ad77cc57eef74dd3b186585863433
 WHIRLPOOL 
7da96c488aa6bcdea0a65c69b412710dbc85f7bed04dd571389ca190d43fea2e711659ca3546b926efc69d631a1408b5905839c39866d7e98b7dde19803d0c4f
 DIST path.py-7.4.tar.gz 27256 SHA256 
69df64c911a4b27194e24b0b81789f449e2b75af46ffbd872e66c9af20009948 SHA512 
5a0d34e911315bc447ba9428a7934f77043ec701ecd32e099562290d8c8e092fd780b3ec1f0353c378394e4de2fe444a4141bd91301f40c0fb3086892726205f
 WHIRLPOOL 
41b5025654ea2ae88c829eb10f7fb6341f214e7d9050aca018fcce2349ecae14f08b9398a6743fbae752800742f06dc33a8b3a55a8171eaa8676cf0f72cd9b31
 DIST path.py-7.6.1.tar.gz 32974 SHA256 
201c86613327f2f6c2d34c8f28689bdfde74fbb758c5211a1f8652dc71fa9e5a SHA512 
f0879018bc5dbc3c5796a0587976f7bd40c44d62c4d81884efef2aca914b0ed14aada3f94c5ad6b8ac6cf8dbc809ff231ca4308d64438c38feafccbba478f796
 WHIRLPOOL 
bb492d8ed4acb0b6c088c36acaba863514f85b46373fe98abd8f6edaf43ea9629340de128cbf2d385a81ccd923325870449553071bf0b967d28a9af1c54c87e1
+DIST path.py-7.7.tar.gz 33065 SHA256 
078e1011f0ee748e8569c9972a6259898c6e8f58d45c4ca06f3fab007c241544 SHA512 
d8b1fb41bfd923054a03ef9d750f0921952b508f6be77cc026ba887584a610376d12ec54e1c1027bba02a256996e56b30b8dd6e56e8e1753c05a571985f43dc2
 WHIRLPOOL 
c9bafc6ae2fe293978f086617c08341970dd2f0f2b2ec2e12b2904a7429171a3bcabcb8fb7014c8e8d330487724c7fb39ec10ac64d46524fc689c341ba053171

diff --git a/dev-python/path-py/path-py-7.7.ebuild 
b/dev-python/path-py/path-py-7.7.ebuild
new file mode 100644
index 000..7ae500b
--- /dev/null
+++ b/dev-python/path-py/path-py-7.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+MY_P=path.py-${PV}
+
+DESCRIPTION=A module wrapper for os.path
+HOMEPAGE=http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py 
https://github.com/jaraco/path.py;
+SRC_URI=mirror://pypi/p/path.py/${MY_P}.tar.gz
+
+SLOT=0
+LICENSE=MIT
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=test
+
+DEPEND=
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+
+S=${WORKDIR}/${MY_P}
+
+python_prepare_all() {
+   sed '/setuptools_scm/d' -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2015-08-21 Thread Justin Lecher
commit: 39a4bb138a118595b5e88cb63f90e2d9f7374c90
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Fri Aug 21 17:17:06 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Fri Aug 21 17:19:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a4bb13

dev-python/path-py: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

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

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index f5e0681..2ee973c 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1,3 @@
 DIST path.py-7.3.zip 33549 SHA256 
f7d146f40768e3742199a5316fbe3eb6a6091b9feedcb4b969c7348dc03151e1 SHA512 
f676b81deda7b42a2a29fef0827d7c8ecbe743d0fa5efdc8221a78f3e744f357a179a9b8451264636ca2626f58d422a02d6ad77cc57eef74dd3b186585863433
 WHIRLPOOL 
7da96c488aa6bcdea0a65c69b412710dbc85f7bed04dd571389ca190d43fea2e711659ca3546b926efc69d631a1408b5905839c39866d7e98b7dde19803d0c4f
 DIST path.py-7.4.tar.gz 27256 SHA256 
69df64c911a4b27194e24b0b81789f449e2b75af46ffbd872e66c9af20009948 SHA512 
5a0d34e911315bc447ba9428a7934f77043ec701ecd32e099562290d8c8e092fd780b3ec1f0353c378394e4de2fe444a4141bd91301f40c0fb3086892726205f
 WHIRLPOOL 
41b5025654ea2ae88c829eb10f7fb6341f214e7d9050aca018fcce2349ecae14f08b9398a6743fbae752800742f06dc33a8b3a55a8171eaa8676cf0f72cd9b31
+DIST path.py-7.6.1.tar.gz 32974 SHA256 
201c86613327f2f6c2d34c8f28689bdfde74fbb758c5211a1f8652dc71fa9e5a SHA512 
f0879018bc5dbc3c5796a0587976f7bd40c44d62c4d81884efef2aca914b0ed14aada3f94c5ad6b8ac6cf8dbc809ff231ca4308d64438c38feafccbba478f796
 WHIRLPOOL 
bb492d8ed4acb0b6c088c36acaba863514f85b46373fe98abd8f6edaf43ea9629340de128cbf2d385a81ccd923325870449553071bf0b967d28a9af1c54c87e1

diff --git a/dev-python/path-py/path-py-7.6.1.ebuild 
b/dev-python/path-py/path-py-7.6.1.ebuild
new file mode 100644
index 000..7ae500b
--- /dev/null
+++ b/dev-python/path-py/path-py-7.6.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+MY_P=path.py-${PV}
+
+DESCRIPTION=A module wrapper for os.path
+HOMEPAGE=http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py 
https://github.com/jaraco/path.py;
+SRC_URI=mirror://pypi/p/path.py/${MY_P}.tar.gz
+
+SLOT=0
+LICENSE=MIT
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=test
+
+DEPEND=
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+
+S=${WORKDIR}/${MY_P}
+
+python_prepare_all() {
+   sed '/setuptools_scm/d' -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-py/, app-eselect/eselect-renpy/, ...

2015-08-10 Thread Julian Ospald
commit: 1b6a7b6901c67fc602534a66dac70e7a7e80104f
Author: Julian Ospald hasufell AT gentoo DOT org
AuthorDate: Mon Aug 10 14:17:55 2015 +
Commit: Julian Ospald hasufell AT gentoo DOT org
CommitDate: Mon Aug 10 14:17:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6a7b69

Convert CVS style headers back to git style headers

 app-admin/supernova/supernova-2.0.7.ebuild| 2 +-
 app-emulation/lxd/lxd-0.14.ebuild | 2 +-
 app-eselect/eselect-renpy/eselect-renpy-0.6.ebuild| 2 +-
 dev-db/phpmyadmin/phpmyadmin-4.4.13.1.ebuild  | 2 +-
 dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild | 2 +-
 dev-libs/libplatform/libplatform-1.0.10.ebuild| 2 +-
 dev-libs/libuv/libuv-1.7.0.ebuild | 2 +-
 dev-python/botocore/botocore-1.1.7.ebuild | 2 +-
 dev-python/os-client-config/os-client-config-1.6.1.ebuild | 2 +-
 dev-python/passlib/passlib-1.6.1-r1.ebuild| 2 +-
 dev-python/passlib/passlib-1.6.2.ebuild   | 2 +-
 dev-python/passlib/passlib-1.6.5.ebuild   | 2 +-
 dev-python/path-py/path-py-7.3.ebuild | 2 +-
 dev-python/path-py/path-py-7.4.ebuild | 2 +-
 dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild  | 2 +-
 dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +-
 dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild | 2 +-
 games-engines/openmw/openmw-0.36.1.ebuild | 2 +-
 games-engines/renpy/renpy-6.99.5.ebuild   | 2 +-
 games-strategy/openra/openra-20150424.ebuild  | 2 +-
 media-fonts/monoid/monoid-0.60.ebuild | 2 +-
 media-sound/pnmixer/pnmixer-0.6_rc1.ebuild| 2 +-
 media-video/ffdiaporama/ffdiaporama-2.1-r1.ebuild | 2 +-
 media-video/mjpg-streamer/mjpg-streamer-0_pre20120621-r1.ebuild   | 2 +-
 net-libs/gnutls/gnutls-3.3.17.ebuild  | 2 +-
 net-libs/gnutls/gnutls-3.4.4.ebuild   | 2 +-
 sci-mathematics/gmm/gmm-4.2.ebuild| 2 +-
 sci-mathematics/gmm/gmm-5.0.ebuild| 2 +-
 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.13.0.ebuild | 2 +-
 29 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/app-admin/supernova/supernova-2.0.7.ebuild 
b/app-admin/supernova/supernova-2.0.7.ebuild
index e4f0808..56a25ed 100644
--- a/app-admin/supernova/supernova-2.0.7.ebuild
+++ b/app-admin/supernova/supernova-2.0.7.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/supernova/supernova-2.0.5.ebuild,v 1.1 
2015/08/01 22:14:19 alunduil Exp $
+# $Id$
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )

diff --git a/app-emulation/lxd/lxd-0.14.ebuild 
b/app-emulation/lxd/lxd-0.14.ebuild
index 7ba3a8e..2324df5 100644
--- a/app-emulation/lxd/lxd-0.14.ebuild
+++ b/app-emulation/lxd/lxd-0.14.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxd/lxd-0.13.ebuild,v 1.1 
2015/07/19 20:36:34 alunduil Exp $
+# $Id$
 
 EAPI=5
 

diff --git a/app-eselect/eselect-renpy/eselect-renpy-0.6.ebuild 
b/app-eselect/eselect-renpy/eselect-renpy-0.6.ebuild
index cee7ecb..e255146 100644
--- a/app-eselect/eselect-renpy/eselect-renpy-0.6.ebuild
+++ b/app-eselect/eselect-renpy/eselect-renpy-0.6.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.4.13.1.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.4.13.1.ebuild
index 6ded899..d923c97 100644
--- a/dev-db/phpmyadmin/phpmyadmin-4.4.13.1.ebuild
+++ b/dev-db/phpmyadmin/phpmyadmin-4.4.13.1.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 

diff --git a/dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild 
b/dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild
index 8f7e034..ab16a2f 100644
--- a/dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-6.0.468_p20150803.ebuild,v 1.1 
2015/08/04 16:35:58 mgorny Exp $
+# 

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

2015-08-09 Thread Ian Delaney
commit: 3e099141fa009cb32efc0c1ad7de84aaff619e3c
Author: Ian Delaney idella4 AT gentoo DOT org
AuthorDate: Mon Aug 10 05:30:42 2015 +
Commit: Ian Delaney idella4 AT gentoo DOT org
CommitDate: Mon Aug 10 05:30:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e099141

dev-python/path-py bump, rm old

Package-Manager: portage-2.2.20

 dev-python/path-py/Manifest   | 2 +-
 dev-python/path-py/path-py-7.3.ebuild | 2 +-
 dev-python/path-py/{path-py-7.2.ebuild = path-py-7.4.ebuild} | 8 +++-
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index fc2d054..f5e0681 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1,2 @@
-DIST path.py-7.2.zip 33360 SHA256 
5e2330895ff3a7873c90cf2600da51b0baae0a3d5fd3ce47d22b32b15db65e1f SHA512 
b3c810305e04a4167d86a0732a3fdfd95e545252fa0ade3eb9d41ce76d5e2cc7b0396a707af99c9ab475a2fcb7df2ea3858cfe183ba8da25217fe9f27855392f
 WHIRLPOOL 
72a753879a6420dce2d504dffe1f1c7f10f53819a7c7f8e7b10b29e106083f02005ac2824b40e556392591592eaead17adc33f221eeec875d066bb5ed6685600
 DIST path.py-7.3.zip 33549 SHA256 
f7d146f40768e3742199a5316fbe3eb6a6091b9feedcb4b969c7348dc03151e1 SHA512 
f676b81deda7b42a2a29fef0827d7c8ecbe743d0fa5efdc8221a78f3e744f357a179a9b8451264636ca2626f58d422a02d6ad77cc57eef74dd3b186585863433
 WHIRLPOOL 
7da96c488aa6bcdea0a65c69b412710dbc85f7bed04dd571389ca190d43fea2e711659ca3546b926efc69d631a1408b5905839c39866d7e98b7dde19803d0c4f
+DIST path.py-7.4.tar.gz 27256 SHA256 
69df64c911a4b27194e24b0b81789f449e2b75af46ffbd872e66c9af20009948 SHA512 
5a0d34e911315bc447ba9428a7934f77043ec701ecd32e099562290d8c8e092fd780b3ec1f0353c378394e4de2fe444a4141bd91301f40c0fb3086892726205f
 WHIRLPOOL 
41b5025654ea2ae88c829eb10f7fb6341f214e7d9050aca018fcce2349ecae14f08b9398a6743fbae752800742f06dc33a8b3a55a8171eaa8676cf0f72cd9b31

diff --git a/dev-python/path-py/path-py-7.3.ebuild 
b/dev-python/path-py/path-py-7.3.ebuild
index 8b4f057..dfde927 100644
--- a/dev-python/path-py/path-py-7.3.ebuild
+++ b/dev-python/path-py/path-py-7.3.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
+# $Header: $
 
 EAPI=5
 

diff --git a/dev-python/path-py/path-py-7.2.ebuild 
b/dev-python/path-py/path-py-7.4.ebuild
similarity index 83%
rename from dev-python/path-py/path-py-7.2.ebuild
rename to dev-python/path-py/path-py-7.4.ebuild
index 8b4f057..d9d9160 100644
--- a/dev-python/path-py/path-py-7.2.ebuild
+++ b/dev-python/path-py/path-py-7.4.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
+# $Header: $
 
 EAPI=5
 
@@ -12,16 +12,14 @@ MY_P=path.py-${PV}
 
 DESCRIPTION=A module wrapper for os.path
 HOMEPAGE=http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py 
https://github.com/jaraco/path.py;
-SRC_URI=mirror://pypi/p/path.py/${MY_P}.zip
+SRC_URI=mirror://pypi/p/path.py/${MY_P}.tar.gz
 
 SLOT=0
 LICENSE=MIT
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=test
 
-DEPEND=
-   app-arch/unzip
-   dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
 
 S=${WORKDIR}/${MY_P}



<    1   2