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

2020-12-23 Thread Michał Górny
commit: 13dfe0c2deff40b6874500e424bdd807a4cd0e17
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 23 09:00:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 23 09:02:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13dfe0c2

dev-python/vcversioner: Remove last-rited pkg

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

 dev-python/vcversioner/Manifest|  1 -
 dev-python/vcversioner/metadata.xml|  9 ---
 dev-python/vcversioner/vcversioner-2.16.0.0.ebuild | 29 --
 profiles/package.mask  |  1 -
 4 files changed, 40 deletions(-)

diff --git a/dev-python/vcversioner/Manifest b/dev-python/vcversioner/Manifest
deleted file mode 100644
index 745196e12cc..000
--- a/dev-python/vcversioner/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vcversioner-2.16.0.0.tar.gz 9024 BLAKE2B 
70d61a0d65129c28c9febfae54454a50ce99fa3478b4948fb677b90f52d7abff4c14b69ad8e71b26c45cb40a7535be8f916cdf3951a1ca932e1b7d0f07ceae0c
 SHA512 
e4e34693aa813e57991eca01d20102bd2e939b536461e2e9e063ac0e3558580e57d7e8d5e08d010690b3c901c97e53f187f20b48520b333eb492ec33e85757d8

diff --git a/dev-python/vcversioner/metadata.xml 
b/dev-python/vcversioner/metadata.xml
deleted file mode 100644
index 15cd61621bf..000
--- a/dev-python/vcversioner/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-vcversioner
-habnabit/vcversioner
-  
-

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
deleted file mode 100644
index 48d8f6a7409..000
--- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Use version control tags to discover version numbers"
-HOMEPAGE="https://github.com/habnabit/vcversioner 
https://pypi.org/project/vcversioner/;
-SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-   "
-
-# not included
-RESTRICT=test
-
-python_test() {
-   py.test || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index a2ed4dd5709..07bc0ea642d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -297,7 +297,6 @@ games-emulation/fakenes
 # (or are broken).  They have no reverse dependencies, except for other
 # packages from the list.
 # Removal in 30 days.  Bug #755623.
-dev-python/vcversioner
 dev-python/xlutils
 dev-python/zict
 



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

2020-08-02 Thread Michał Górny
commit: c169f2f157e86b4bcb16f767f1fb8798956efd2c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 09:29:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 09:29:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c169f2f1

dev-python/vcversioner: Remove py2.7

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

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

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
index a1f3f67769f..48d8f6a7409 100644
--- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 



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

2020-03-29 Thread Sergei Trofimovich
commit: 5f61db4f20bda3296d1a68710a9f836cc2107d1c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 11:19:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 11:27:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f61db4f

dev-python/vcversioner: stable 2.16.0.0 for arm, bug #715096

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
index cf6f21428be..693bbd21f37 100644
--- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 DEPEND="



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

2019-07-18 Thread Agostino Sarubbo
commit: d1c9329596e2d7edaa4c00945162674b20167e6a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 18 13:34:55 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 18 13:34:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c93295

dev-python/vcversioner: sh stable wrt bug #583704

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="sh"

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

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
index 9da08494161..2d21790f0d9 100644
--- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd"
 IUSE="test"
 
 DEPEND="



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

2019-07-18 Thread Agostino Sarubbo
commit: 1457bab353cddea1044626ada2bea814034c8c6f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 18 13:33:26 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 18 13:33:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1457bab3

dev-python/vcversioner: m68k stable wrt bug #583704

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="m68k"

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

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
index 892903c1c04..9da08494161 100644
--- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd"
 IUSE="test"
 
 DEPEND="



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

2018-06-22 Thread Mikle Kolyada
commit: 696e65f4efd7baacb51344765d3c9b831f16c7e2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jun 22 14:57:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jun 22 14:57:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696e65f4

dev-python/vcversioner: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
index 415122d4455..ccd074ebd90 100644
--- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd"
 IUSE="test"
 
 DEPEND="



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

2018-02-21 Thread Michał Górny
commit: 97574b1b85014069f7df688988357e370416af5c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 21 15:30:46 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 21 17:20:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97574b1b

dev-python/vcversioner: keyword ~amd64-fbsd

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

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
index 7264843fafb..777fd7e224f 100644
--- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd"
 IUSE="test"
 
 DEPEND="



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

2017-07-23 Thread Michael Palimaka
commit: 425f1294a2a2c778ae20babb1551ef9e3661059a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jul 23 11:49:09 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jul 23 11:53:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=425f1294

dev-python/vcversioner: remove 2.14.0.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/vcversioner/Manifest|  1 -
 dev-python/vcversioner/vcversioner-2.14.0.0.ebuild | 29 --
 2 files changed, 30 deletions(-)

diff --git a/dev-python/vcversioner/Manifest b/dev-python/vcversioner/Manifest
index 917b43a0f72..f1cf6e3244f 100644
--- a/dev-python/vcversioner/Manifest
+++ b/dev-python/vcversioner/Manifest
@@ -1,2 +1 @@
-DIST vcversioner-2.14.0.0.tar.gz 9015 SHA256 
acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86 SHA512 
0d474910f9d0f0dd0c0d0b824bcdf5da7bbb5d2b55691f18107bb0b8a237213a83d8f51f719d4761e1dae9db70e84ef8c264c388ec1995ed0a55a838575e377e
 WHIRLPOOL 
b146f1d008b635fc337c2256a7bb9bd0534ecd3a335c349a0518e36ee21e807de1b43ea52dd6a581fa4de64ad6cdb2dca53646051a93afe752a28d4a25bcbec8
 DIST vcversioner-2.16.0.0.tar.gz 9024 SHA256 
dae60c17a479781f44a4010701833f1829140b1eeccd258762a74974aa06e19b SHA512 
e4e34693aa813e57991eca01d20102bd2e939b536461e2e9e063ac0e3558580e57d7e8d5e08d010690b3c901c97e53f187f20b48520b333eb492ec33e85757d8
 WHIRLPOOL 
13dc98c065e95c445e230cd4a2f8c62af32342e8fb9bfb95c2fd17df07a4ee5673bd96b5c099bac40ef698dcd182b380f3a94d689826e5d0bc94859976beba2c

diff --git a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
deleted file mode 100644
index d713bf4da40..000
--- a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Use version control tags to discover version numbers"
-HOMEPAGE="https://github.com/habnabit/vcversioner 
https://pypi.python.org/pypi/vcversioner;
-SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-   "
-
-# not included
-RESTRICT=test
-
-python_test() {
-   py.test || die
-}



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

2017-07-23 Thread Manuel Rüger
commit: 464a68761e8f2e3d22b2f5e204f048f2f7ca9d32
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jul 23 11:37:55 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jul 23 11:37:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464a6876

dev-python/vcversioner: Drop myself as maintainer

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/vcversioner/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/vcversioner/metadata.xml 
b/dev-python/vcversioner/metadata.xml
index d5c74af4c83..15cd61621bf 100644
--- a/dev-python/vcversioner/metadata.xml
+++ b/dev-python/vcversioner/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-mr...@gentoo.org
-Manuel Rüger
-  
+  
   
 vcversioner
 habnabit/vcversioner



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

2017-03-16 Thread Michael Weber
commit: 3b735bb1b83ca8b419d443bff272c4f4fce17cac
Author: Michael Weber  gentoo  org>
AuthorDate: Thu Mar 16 08:34:37 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu Mar 16 08:35:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b735bb1

dev-python/vcversioner: arm64 stable (bug 583704)

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

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

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
index c42fcdfd54d..7264843fafb 100644
--- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="test"
 
 DEPEND="



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

2016-11-06 Thread Matt Thode
commit: a5e3066a82e4e1900faec2d880dcc71af370c568
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Nov  6 19:05:58 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Nov  6 21:32:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e3066a

dev-python/vcversioner: 2.16.0.0 stable amd64 and x86

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
index 71e0e16..d1baaab 100644
--- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86"
 IUSE="test"
 
 DEPEND="



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

2016-10-09 Thread Jeroen Roovers
commit: 821c5947c098b646eaf23e6511f0aebde8efa050
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  9 08:39:26 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  9 08:39:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821c5947

dev-python/vcversioner: Stable for PPC64 (bug #583704).

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

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

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
index 25af720..a823a64 100644
--- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="test"
 
 DEPEND="



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

2016-09-25 Thread Jeroen Roovers
commit: 05e25427f49482a9cdf29f2b40019894c52ed8f9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 25 18:47:26 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 25 18:50:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e25427

dev-python/vcversioner: Stable for HPPA (bug #583704).

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

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

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
index 8b395d4..25af720 100644
--- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE="test"
 
 DEPEND="



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

2016-06-06 Thread Tobias Klausmann
commit: 085d47f4b56f862ccef470cc4cec813471641a05
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun  6 08:08:06 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun  6 08:30:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085d47f4

dev-python/vcversioner-2.16.0.0-r0: add alpha keyword

Gentoo-Bug: 583704

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
index 81ec51e..8b395d4 100644
--- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE="test"
 
 DEPEND="



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

2016-04-29 Thread Manuel Rüger
commit: 5c26a28af701f59fce4d19f8a82ded6a803893be
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 29 20:34:55 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 29 20:34:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c26a28a

Version bump to 2.16.0.0

Package-Manager: portage-2.2.28

 dev-python/vcversioner/Manifest|  1 +
 dev-python/vcversioner/vcversioner-2.16.0.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/vcversioner/Manifest b/dev-python/vcversioner/Manifest
index 58a1f0a..917b43a 100644
--- a/dev-python/vcversioner/Manifest
+++ b/dev-python/vcversioner/Manifest
@@ -1 +1,2 @@
 DIST vcversioner-2.14.0.0.tar.gz 9015 SHA256 
acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86 SHA512 
0d474910f9d0f0dd0c0d0b824bcdf5da7bbb5d2b55691f18107bb0b8a237213a83d8f51f719d4761e1dae9db70e84ef8c264c388ec1995ed0a55a838575e377e
 WHIRLPOOL 
b146f1d008b635fc337c2256a7bb9bd0534ecd3a335c349a0518e36ee21e807de1b43ea52dd6a581fa4de64ad6cdb2dca53646051a93afe752a28d4a25bcbec8
+DIST vcversioner-2.16.0.0.tar.gz 9024 SHA256 
dae60c17a479781f44a4010701833f1829140b1eeccd258762a74974aa06e19b SHA512 
e4e34693aa813e57991eca01d20102bd2e939b536461e2e9e063ac0e3558580e57d7e8d5e08d010690b3c901c97e53f187f20b48520b333eb492ec33e85757d8
 WHIRLPOOL 
13dc98c065e95c445e230cd4a2f8c62af32342e8fb9bfb95c2fd17df07a4ee5673bd96b5c099bac40ef698dcd182b380f3a94d689826e5d0bc94859976beba2c

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
new file mode 100644
index 000..81ec51e
--- /dev/null
+++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
@@ -0,0 +1,30 @@
+# 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 distutils-r1
+
+DESCRIPTION="Use version control tags to discover version numbers"
+HOMEPAGE="https://github.com/habnabit/vcversioner 
https://pypi.python.org/pypi/vcversioner;
+SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+   "
+
+# not included
+RESTRICT=test
+
+python_test() {
+   py.test || die
+}



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

2016-02-05 Thread Justin Lecher
commit: 2f50ff7f459ea11bfcc6c3a154afe2e8890fc3d3
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Feb  5 19:23:13 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Feb  5 19:45:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f50ff7f

dev-python/vcversioner: Keyword under ALLARCHES policy

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

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

diff --git a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
index eda6a34..81ec51e 100644
--- a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE="test"
 
 DEPEND="



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

2015-09-29 Thread Markus Meier
commit: edba1b2d91fc4fa2e8f43926844b022509f7e3fe
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Sep 29 20:57:32 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Sep 29 20:57:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edba1b2d

dev-python/vcversioner: add ~arm, bug #559404

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

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

diff --git a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
index 250a7d2..dd2a487 100644
--- a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND="



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

2015-09-05 Thread Patrice Clement
commit: cd75db81004c89a6360d3a636462b136bc9437e6
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Sep  5 19:50:35 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Sep  5 19:51:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd75db81

dev-python/vcversioner: Keyword for ppc+ppc. Fixes bug 559404.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

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

diff --git a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
index c2c3399..250a7d2 100644
--- a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
 IUSE="test"
 
 DEPEND="



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

2015-09-02 Thread Justin Lecher
commit: f4f9802c2e10ad0d7f650ad142ad3e8850355093
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 10:53:11 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 11:05:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f9802c

dev-python/vcversioner: Add pypy support

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

 dev-python/vcversioner/vcversioner-2.14.0.0.ebuild | 18 +++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
index 5638db2..c2c3399 100644
--- a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
@@ -4,15 +4,27 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Use version control tags to discover version numbers"
-HOMEPAGE="https://github.com/habnabit/vcversioner;
+HOMEPAGE="https://github.com/habnabit/vcversioner 
https://pypi.python.org/pypi/vcversioner;
 SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+   "
+
+# not included
+RESTRICT=test
+
+python_test() {
+   py.test || die
+}