[gentoo-commits] repo/gentoo:master commit in: virtual/python-enum34/, profiles/

2020-08-01 Thread Michał Górny
commit: b2b1a883da8bb08e3881908bf6d5acef5ba6416b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  1 21:26:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  1 21:27:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b1a883

virtual/python-enum34: Remove package

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

 profiles/package.deprecated  |  1 -
 virtual/python-enum34/metadata.xml   |  8 
 virtual/python-enum34/python-enum34-2.ebuild | 17 -
 3 files changed, 26 deletions(-)

diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index 3e3b62420c6..48be1d5cfb2 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -66,7 +66,6 @@ gnome-base/orbit
 # are really confusing.  Use $(python_gen_cond_dep ...) instead
 # if your package still needs to support Python 2 (or remove it
 # for Python 3 only packages).
-virtual/python-enum34
 virtual/python-funcsigs
 virtual/python-futures
 virtual/python-ipaddress

diff --git a/virtual/python-enum34/metadata.xml 
b/virtual/python-enum34/metadata.xml
deleted file mode 100644
index 7f4f33c6dbc..000
--- a/virtual/python-enum34/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-

diff --git a/virtual/python-enum34/python-enum34-2.ebuild 
b/virtual/python-enum34/python-enum34-2.ebuild
deleted file mode 100644
index 5bccfad4b48..000
--- a/virtual/python-enum34/python-enum34-2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit python-r1
-
-DESCRIPTION="A virtual for Python enum34 module"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' \
-   'python2*' pypy)"



[gentoo-commits] repo/gentoo:master commit in: virtual/python-enum34/

2019-12-13 Thread David Seifert
commit: a1d479ac6dd6de0b81945c4fa7c5799b0f464568
Author: David Seifert  gentoo  org>
AuthorDate: Sat Dec 14 00:41:04 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Dec 14 00:41:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d479ac

virtual/python-enum34: [QA] Remove dead python impl

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 virtual/python-enum34/python-enum34-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-enum34/python-enum34-2.ebuild 
b/virtual/python-enum34/python-enum34-2.ebuild
index 085c33f773f..1358450bbe9 100644
--- a/virtual/python-enum34/python-enum34-2.ebuild
+++ b/virtual/python-enum34/python-enum34-2.ebuild
@@ -14,4 +14,4 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' \
-   'python2*' python3_3 pypy)"
+   'python2*' pypy)"



[gentoo-commits] repo/gentoo:master commit in: virtual/python-enum34/

2019-11-14 Thread Michał Górny
commit: e2488ed6ec3e86e3c98380fc1af9caeaac7de481
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 15 07:29:34 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 15 07:33:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2488ed6

virtual/python-enum34: Enable py3.8

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

 virtual/python-enum34/python-enum34-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-enum34/python-enum34-2.ebuild 
b/virtual/python-enum34/python-enum34-2.ebuild
index 3ab7ee78ec1..085c33f773f 100644
--- a/virtual/python-enum34/python-enum34-2.ebuild
+++ b/virtual/python-enum34/python-enum34-2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 
 inherit python-r1
 



[gentoo-commits] repo/gentoo:master commit in: virtual/python-enum34/

2019-03-30 Thread Michał Górny
commit: 0d9eb4d33f7f3e34f4a42396684ab1e2e9a23a57
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:43:27 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 17:43:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9eb4d3

virtual/python-enum34: pypy3 no longer requires enum34

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

 .../{python-enum34-1.ebuild => python-enum34-2.ebuild}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/virtual/python-enum34/python-enum34-1.ebuild 
b/virtual/python-enum34/python-enum34-2.ebuild
similarity index 86%
rename from virtual/python-enum34/python-enum34-1.ebuild
rename to virtual/python-enum34/python-enum34-2.ebuild
index cd977436439..0d67c5d7b34 100644
--- a/virtual/python-enum34/python-enum34-1.ebuild
+++ b/virtual/python-enum34/python-enum34-2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
@@ -14,4 +14,4 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' \
-   'python2*' python3_3 'pypy*')"
+   'python2*' python3_3 pypy)"



[gentoo-commits] repo/gentoo:master commit in: virtual/python-enum34/

2018-12-08 Thread Mikle Kolyada
commit: d77614dca20887a0d563dff5ef987a24748cedb0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec  8 17:38:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec  8 17:38:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77614dc

virtual/python-enum34: mark s390 stable

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

 virtual/python-enum34/python-enum34-1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/python-enum34/python-enum34-1.ebuild 
b/virtual/python-enum34/python-enum34-1.ebuild
index d1ae240c836..cd977436439 100644
--- a/virtual/python-enum34/python-enum34-1.ebuild
+++ b/virtual/python-enum34/python-enum34-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit python-r1
 
 DESCRIPTION="A virtual for Python enum34 module"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~x64-solaris ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~x64-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: virtual/python-enum34/

2018-02-22 Thread Michał Górny
commit: a5872d10d6ca3c9709e2ebdc0ac4fbee25f5b76d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 22 17:16:09 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 22 17:37:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5872d10

virtual/python-enum34: Sync KEYWORDS to dev-python/enum34

 virtual/python-enum34/python-enum34-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-enum34/python-enum34-1.ebuild 
b/virtual/python-enum34/python-enum34-1.ebuild
index fe15cd2346d..c273039a4f1 100644
--- a/virtual/python-enum34/python-enum34-1.ebuild
+++ b/virtual/python-enum34/python-enum34-1.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
 
 DESCRIPTION="A virtual for Python enum34 module"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~x64-solaris ~amd64-fbsd"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: virtual/python-enum34/

2017-12-27 Thread Fabian Groffen
commit: ab15bb8cad5535126d9397e07c3ee4c759afb85b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Dec 27 19:01:47 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Dec 27 19:02:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab15bb8c

virtual/python-enum34: added Prefix keywords, bug #606554

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 virtual/python-enum34/python-enum34-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-enum34/python-enum34-1.ebuild 
b/virtual/python-enum34/python-enum34-1.ebuild
index 5fc287bd57f..fe15cd2346d 100644
--- a/virtual/python-enum34/python-enum34-1.ebuild
+++ b/virtual/python-enum34/python-enum34-1.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
 
 DESCRIPTION="A virtual for Python enum34 module"
 SLOT="0"
-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 ~x64-macos ~x86-macos"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: virtual/python-enum34/

2017-01-26 Thread Michał Górny
commit: 99ed95875e486afa71f260c623a680e4aed1c2ee
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 26 22:26:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 26 22:35:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ed9587

virtual/python-enum34: Enable python3.6

 virtual/python-enum34/python-enum34-1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/python-enum34/python-enum34-1.ebuild 
b/virtual/python-enum34/python-enum34-1.ebuild
index 0df1403..2821c62 100644
--- a/virtual/python-enum34/python-enum34-1.ebuild
+++ b/virtual/python-enum34/python-enum34-1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit python-r1
 



[gentoo-commits] repo/gentoo:master commit in: virtual/python-enum34/

2016-01-27 Thread Justin Lecher
commit: dd62a9f18ee1cbb98a23f4656061223be5993c4d
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Jan 27 08:29:24 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Jan 27 09:26:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd62a9f1

virtual/python-enum34: Add new virtual

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

 virtual/python-enum34/metadata.xml   |  8 
 virtual/python-enum34/python-enum34-1.ebuild | 24 
 2 files changed, 32 insertions(+)

diff --git a/virtual/python-enum34/metadata.xml 
b/virtual/python-enum34/metadata.xml
new file mode 100644
index 000..7f4f33c
--- /dev/null
+++ b/virtual/python-enum34/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+

diff --git a/virtual/python-enum34/python-enum34-1.ebuild 
b/virtual/python-enum34/python-enum34-1.ebuild
new file mode 100644
index 000..d51d67b
--- /dev/null
+++ b/virtual/python-enum34/python-enum34-1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit python-r1
+
+DESCRIPTION="A virtual for Python enum34 module"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' \
+   'python2*' python3_3 'pypy*')"