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

2020-10-20 Thread Michał Górny
commit: 96c4bc3a09368b7bb8cc3c2b9eb2cb343c888c66
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 20 15:44:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 20 15:52:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c4bc3a

dev-python/pathlib: Remove last-rited pkg

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

 dev-python/pathlib/Manifest|  1 -
 dev-python/pathlib/metadata.xml| 11 ---
 dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 22 --
 profiles/package.mask  |  1 -
 4 files changed, 35 deletions(-)

diff --git a/dev-python/pathlib/Manifest b/dev-python/pathlib/Manifest
deleted file mode 100644
index 06065bbcfe6..000
--- a/dev-python/pathlib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pathlib-1.0.1.tar.gz 49298 BLAKE2B 
918b363ebd4101fce50927dd83200cf94b44d820e9f422489be8b06cb5dfe732aa9373b936606a07efbfe0c624b685d1c9efe8851ba74aa60df9f45c08cd33be
 SHA512 
d85e45dfcc85ce75a7e7b609163dc8c75c688f279c1833510185f280af5501e473376dc09bddc6a804d1fcc3177a939db85af37b7b8d5b183b9bc2b85b3b0f8b

diff --git a/dev-python/pathlib/metadata.xml b/dev-python/pathlib/metadata.xml
deleted file mode 100644
index 40129008c24..000
--- a/dev-python/pathlib/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   pathlib
-   
-

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
deleted file mode 100644
index 2d31ebdb200..000
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# In Python 3.4, pathlib is now part of the standard library.
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Object-oriented filesystem paths"
-HOMEPAGE="https://pathlib.readthedocs.org/";
-SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-python_test() {
-   "${PYTHON}" test_pathlib.py || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 82c92f3c8e7..b470ddfbcbf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -334,7 +334,6 @@ dev-python/enum34
 dev-python/functools32
 dev-python/futures
 dev-python/ipaddress
-dev-python/pathlib
 
 # Michał Górny  (2020-09-09)
 # These packages (or package versions) still require Python 2.7.



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

2020-07-13 Thread Sam James
commit: 222c04a15f420c6bd62f458d68c2d9f97739c097
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 13 16:50:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 13 16:50:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222c04a1

dev-python/pathlib: s390 keyworded (bug #701498)

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

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 84fa3d764c1..2d31ebdb200 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 python_test() {



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

2020-04-08 Thread Sergei Trofimovich
commit: c7c67af77a2d65c0b837e9e80582ef4a535e7b49
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Apr  8 18:53:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr  8 20:53:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c67af7

dev-python/pathlib: stable 1.0.1-r1 for hppa, bug #706568

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

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 485901f9831..84fa3d764c1 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 python_test() {



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

2020-03-15 Thread Matt Turner
commit: 170b062035a987d0e68ecf78f92aee33faf8315e
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 16 06:11:26 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 16 06:11:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170b0620

dev-python/pathlib-1.0.1-r1: add ~alpha, bug 701498

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

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 8962306bf20..5a670e06cea 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 python_test() {



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

2020-02-11 Thread Agostino Sarubbo
commit: 0147c256dd040148d3e4d24a16453d3d019da32e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 09:20:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 09:20:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0147c256

dev-python/pathlib: arm stable wrt bug #706568

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

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 1527b6bb7c8..8962306bf20 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 python_test() {



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

2020-02-08 Thread Sergei Trofimovich
commit: 4194804943cbb5145ad8670d1694cf9d9a7bca9d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Feb  8 12:36:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb  8 12:50:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41948049

dev-python/pathlib: stable 1.0.1-r1 for sparc, bug #706568

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

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index bd534ea59c2..1527b6bb7c8 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 python_test() {



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

2020-01-30 Thread Agostino Sarubbo
commit: e17978a0ba0a1de94ccac72def78746ff39a20b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 30 11:04:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 30 11:04:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17978a0

dev-python/pathlib: ppc stable wrt bug #706568

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

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 25b111e7ae8..bd534ea59c2 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE=""
 
 python_test() {



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

2020-01-28 Thread Agostino Sarubbo
commit: 93a40bc86b246b9d16b1dc302c29cd4352a7e4c9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 28 11:32:33 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 28 11:32:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a40bc8

Revert "dev-python/pathlib: ~x86 keyword wrt bug #700918"

This reverts commit f49bcc2285dcc2a4ac1ae12e5160f750fff3a7e4.

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 8ed6645210f..25b111e7ae8 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 python_test() {



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

2020-01-28 Thread Agostino Sarubbo
commit: f49bcc2285dcc2a4ac1ae12e5160f750fff3a7e4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 28 10:19:51 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 28 10:19:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49bcc22

dev-python/pathlib: ~x86 keyword wrt bug #700918

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

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 25b111e7ae8..8ed6645210f 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 python_test() {



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

2020-01-14 Thread Sergei Trofimovich
commit: 2665e937cd32792452f61580cf329889f361d812
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jan 14 17:19:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan 14 19:56:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2665e937

dev-python/pathlib: keyworded 1.0.1-r1 for hppa, bug #701498

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

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index cf6bea70161..25b111e7ae8 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ia64 ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 python_test() {



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

2019-12-26 Thread Sergei Trofimovich
commit: 591779175690b25ffea3b749200e64f190665b56
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 26 09:54:03 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 26 09:54:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59177917

Revert "dev-python/pathlib: keyworded 1.0.1-r1 for ppc64, bug #701498"

This reverts commit c3e46dd3f0cbe8e514497a015e6d3a15435da6ba.

Original commit accidentally dropped stable keywords down to ~arch.
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 7b6a9138dab..0bc487a94f0 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 python_test() {



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

2019-12-25 Thread Sergei Trofimovich
commit: c3e46dd3f0cbe8e514497a015e6d3a15435da6ba
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:41:30 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e46dd3

dev-python/pathlib: keyworded 1.0.1-r1 for ppc64, bug #701498

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 0bc487a94f0..7b6a9138dab 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ia64 ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 python_test() {



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

2019-12-01 Thread Sergei Trofimovich
commit: f103368e3621482b84850c5ff094fee5d05b11af
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  1 11:10:13 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  1 11:35:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f103368e

dev-python/pathlib: keyworded 1.0.1-r1 for sparc, bug #701498

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

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 25e9597a73d..0bc487a94f0 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ia64 ~mips ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 python_test() {



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

2019-03-31 Thread Virgil Dupras
commit: c9dc4004542dc6d97eeb8d9fd9c905d7906e8929
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Mar 31 13:13:45 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Mar 31 13:13:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9dc4004

dev-python/pathlib: remove pypy3 from PYTHON_COMPAT

Bug: https://bugs.gentoo.org/616596
Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 76c5d4e5971..25e9597a73d 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 
 # In Python 3.4, pathlib is now part of the standard library.
-PYTHON_COMPAT=( python2_7 pypy pypy3 )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1
 



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

2019-03-03 Thread Joshua Kinard
commit: f43dd41020141bd75acc1f8d48d94110a62d2b26
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sun Mar  3 08:48:46 2019 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sun Mar  3 08:48:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43dd410

dev-python/pathlib: Added ~mips to KEYWORDS

Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 53b77d2f734..76c5d4e5971 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ia64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ia64 ~mips ~ppc ppc64 x86"
 IUSE=""
 
 python_test() {



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

2018-03-19 Thread Matt Thode
commit: 9937009ab720f9854902c2e9293952102018b70c
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 20 01:07:22 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 20 01:46:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9937009a

dev-python/pathlib: adding arm keyword for dev-python/keyring

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 801219bee2d..53b77d2f734 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm64 ia64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ia64 ~ppc ppc64 x86"
 IUSE=""
 
 python_test() {



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

2018-03-11 Thread Matt Turner
commit: 4835de6c9625ab1b0bad71cb68d1f63de5bba50b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 00:49:16 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 00:50:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4835de6c

dev-python/pathlib-1.0.1-r1: added ~ppc, bug 604532

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index d6d9ca198dd..801219bee2d 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm64 ia64 ppc64 x86"
+KEYWORDS="amd64 arm64 ia64 ~ppc ppc64 x86"
 IUSE=""
 
 python_test() {



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

2018-03-04 Thread Sergei Trofimovich
commit: 1c228f02e2c06656a7e4c754f0154a4714cc6470
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar  4 22:38:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar  4 22:38:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c228f02

dev-python/pathlib: stable 1.0.1-r1 for ppc64, bug #596714

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 21f2f1021ef..d6d9ca198dd 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.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
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm64 ia64 x86"
+KEYWORDS="amd64 arm64 ia64 ppc64 x86"
 IUSE=""
 
 python_test() {



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

2018-02-19 Thread Michał Górny
commit: 0dac24b15fbb662a7e0b1fc775d72b1a564cd89e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 20:50:50 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dac24b1

dev-python/pathlib: arm64 stable (via ALLARCHES)

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 3568ba1c56e..21f2f1021ef 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ia64 x86"
+KEYWORDS="amd64 arm64 ia64 x86"
 IUSE=""
 
 python_test() {



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

2017-06-19 Thread Alexis Ballier
commit: 316c93e1ebc76f84a6338aa3d990a02c82444a6b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 11:03:28 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 11:13:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316c93e1

dev-python/pathlib: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 32426c9dcc0..3568ba1c56e 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ia64 x86"
+KEYWORDS="amd64 ~arm64 ia64 x86"
 IUSE=""
 
 python_test() {



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

2016-11-25 Thread Michał Górny
commit: 7963262f53c541dd6c3eab9044e7e71e63baaa50
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 16:12:16 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 16:18:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7963262f

dev-python/pathlib: Enable pypy3

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 961c707..4278d5a 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 # In Python 3.4, pathlib is now part of the standard library.
-PYTHON_COMPAT=( python2_7 pypy )
+PYTHON_COMPAT=( python2_7 pypy pypy3 )
 
 inherit distutils-r1
 



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

2016-11-25 Thread Michał Górny
commit: 9dbb02268314380493d0f458586bb06311aaab33
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 16:10:38 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 16:18:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbb0226

dev-python/pathlib: Support running tests

 dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 81d7f72..961c707 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -17,3 +17,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
+
+python_test() {
+   "${PYTHON}" test_pathlib.py || die
+}



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

2016-09-03 Thread Mike Gilbert
commit: 9ec42c2249ac2207471b17ab064c0c0fecd566e4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep  3 15:44:29 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep  3 15:44:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec42c22

dev-python/pathlib: drop useless revbump

This added python 3.4 an 3.4 to a module that already exists in
the standard library.

Package-Manager: portage-2.3.0_p24

 dev-python/pathlib/pathlib-1.0.1-r2.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-python/pathlib/pathlib-1.0.1-r2.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r2.ebuild
deleted file mode 100644
index 9f459c6..
--- a/dev-python/pathlib/pathlib-1.0.1-r2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# In Python 3.4, pathlib is now part of the standard library.
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Object-oriented filesystem paths"
-HOMEPAGE="https://pathlib.readthedocs.org/";
-SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""



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

2016-02-18 Thread Patrick Lauer
commit: d5372a88a452fe7b93afd597498a8fdaed5a95bd
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Feb 18 21:14:29 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu Feb 18 21:20:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5372a88

dev-python/pathlib: Add more python targets

Package-Manager: portage-2.2.27

 dev-python/pathlib/pathlib-1.0.1-r2.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/dev-python/pathlib/pathlib-1.0.1-r2.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r2.ebuild
new file mode 100644
index 000..9f459c6
--- /dev/null
+++ b/dev-python/pathlib/pathlib-1.0.1-r2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# In Python 3.4, pathlib is now part of the standard library.
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Object-oriented filesystem paths"
+HOMEPAGE="https://pathlib.readthedocs.org/";
+SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



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

2015-10-21 Thread Justin Lecher
commit: 515dbbf225912b125854dc9dd9d3ebc8d188b826
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Oct 21 12:16:13 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 21 13:40:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515dbbf2

dev-python/pathlib: Don't install existing modules on py3.4

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

 dev-python/pathlib/{pathlib-1.0.1.ebuild => pathlib-1.0.1-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/pathlib/pathlib-1.0.1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
similarity index 90%
rename from dev-python/pathlib/pathlib-1.0.1.ebuild
rename to dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index a85afa5..56d014d 100644
--- a/dev-python/pathlib/pathlib-1.0.1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -5,7 +5,8 @@
 EAPI=5
 
 # In Python 3.4, pathlib is now part of the standard library.
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3} pypy )
+
 inherit distutils-r1
 
 DESCRIPTION="Object-oriented filesystem paths"