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

2024-06-15 Thread Michał Górny
commit: 32556030aa42d19805b3950452e6969a5388b3ab
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 15 13:19:14 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 15 13:47:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32556030

dev-python/setuptools-git: Enable py3.13

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

 dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
index 1ed7da856d44..a3b0007cf929 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 
@@ -23,7 +23,9 @@ RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-vcs/git
 "
-BDEPEND=${RDEPEND}
+BDEPEND="
+   ${RDEPEND}
+"
 
 distutils_enable_tests unittest
 



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

2023-05-23 Thread Michał Górny
commit: 9d087051834a429d2e7226839ca49da308ea0cbe
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 23 16:04:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 23 16:08:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d087051

dev-python/setuptools-git: Enable py3.12

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

 dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
index 5db1096a4e02..1ed7da856d44 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-03-17 Thread Michał Górny
commit: b6b7012cb50f25459af28082ca04f1d9f45d464d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 11:59:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 15:25:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b7012c

dev-python/setuptools-git: Use pypi.eclass

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

 dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
index 594e0434435a..5db1096a4e02 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
@@ -4,16 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Setuptools revision control system plugin for Git"
 HOMEPAGE="
https://github.com/msabramo/setuptools-git/
https://pypi.org/project/setuptools-git/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"



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

2022-06-13 Thread Michał Górny
commit: 179d6e1ba9cf8a792a99c2586ea363f299f02857
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 13 08:22:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 13 08:22:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179d6e1b

dev-python/setuptools-git: Remove old

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

 .../setuptools-git/setuptools-git-1.2-r2.ebuild| 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
deleted file mode 100644
index db5bd97c33f9..
--- a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Setuptools revision control system plugin for Git"
-HOMEPAGE="https://github.com/wichert/setuptools-git;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-vcs/git"
-BDEPEND=${RDEPEND}
-
-python_test() {
-   git config --global user.name "test user" || die
-   git config --global user.email "t...@email.com" || die
-   esetup.py test
-}



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

2022-06-13 Thread Agostino Sarubbo
commit: 4ca9ac3f03ddbb01e157d71f9b77fbc32d21c1fc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 13 07:02:56 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 13 07:02:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca9ac3f

dev-python/setuptools-git: amd64/arm64/arm/hppa/ppc64/ppc/sparc/x86 stable 
(ALLARCHES policy) wrt bug #851447

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
index 6c63d36e5de5..0d0da6be1a6a 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]



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

2022-05-10 Thread Michał Górny
commit: 7549370742904e7aa11c0fb194fbfccd26e86361
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 10 20:29:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 10 20:31:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75493707

dev-python/setuptools-git: Enable py3.11

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

 dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
index 94d1776c9317..6c63d36e5de5 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-10 Thread Michał Górny
commit: a6bc0a4670ea1a397e28f2ccaaa1b7c2ba6b3f62
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 10 20:29:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 10 20:31:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6bc0a46

dev-python/setuptools-git: EAPI 8, PEP517

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

 dev-python/setuptools-git/metadata.xml |  2 +-
 .../setuptools-git/setuptools-git-1.2-r3.ebuild| 34 ++
 2 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/metadata.xml 
b/dev-python/setuptools-git/metadata.xml
index 2498c20dc742..c3272923f931 100644
--- a/dev-python/setuptools-git/metadata.xml
+++ b/dev-python/setuptools-git/metadata.xml
@@ -12,6 +12,6 @@
   
   
 setuptools-git
-wichert/setuptools-git
+msabramo/setuptools-git
   
 

diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
new file mode 100644
index ..94d1776c9317
--- /dev/null
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Setuptools revision control system plugin for Git"
+HOMEPAGE="
+   https://github.com/msabramo/setuptools-git/
+   https://pypi.org/project/setuptools-git/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-vcs/git
+"
+BDEPEND=${RDEPEND}
+
+distutils_enable_tests unittest
+
+src_test() {
+   git config --global user.name "test user" || die
+   git config --global user.email "t...@email.com" || die
+   distutils-r1_src_test
+}



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

2022-01-26 Thread James Le Cuirot
commit: 7de6338cb06c7558e10468bf47b7c2392aa15ea3
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Jan 26 22:40:10 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Jan 26 22:40:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de6338c

dev-python/setuptools-git: Keyword 1.2-r1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
index 086be375f1ef..fbe6c725f729 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-vcs/git"



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

2021-05-05 Thread Michał Górny
commit: 6100c00e76ebf0c9446421e7bf552da9412942db
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  5 18:14:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  5 18:19:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6100c00e

dev-python/setuptools-git: Enable python3.10

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

 dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
index dcd5ea54a7f..086be375f1e 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Setuptools revision control system plugin for Git"
@@ -16,9 +14,9 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-vcs/git"
-RDEPEND="${DEPEND}"
+BDEPEND=${RDEPEND}
 
 python_test() {
git config --global user.name "test user" || die



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

2021-03-28 Thread Sam James
commit: f5d9277f550fccb1109b81c3f4394c12b3342526
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 28 11:53:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 28 12:16:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d9277f

dev-python/setuptools-git: fix ~x64-macos keyword

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
index d79b23d8516..0c2176168d1 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~x64-macos"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-vcs/git"



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

2020-11-28 Thread Sam James
commit: 25b9fe92e0fac8bfc1fadecd4b7e42a00b42b779
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 15:28:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 15:28:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b9fe92

dev-python/setuptools-git: x64-macos keyworded

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

 dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
index d5dc2508e6b..00f94749899 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 x64-macos"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-vcs/git"



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

2020-11-28 Thread Sam James
commit: f9f34220074f84af7c499da288da883ed42a917b
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 15:27:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 15:27:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f34220

dev-python/setuptools-git: mark ALLARCHES

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

 dev-python/setuptools-git/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/setuptools-git/metadata.xml 
b/dev-python/setuptools-git/metadata.xml
index d80d6fe3c44..f06e8dea8a1 100644
--- a/dev-python/setuptools-git/metadata.xml
+++ b/dev-python/setuptools-git/metadata.xml
@@ -9,6 +9,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 setuptools-git
 wichert/setuptools-git



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

2020-09-20 Thread Michał Górny
commit: 092193d8c6767d999e6f535d9d3b4933bb4d82d0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 20 09:23:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 20 09:36:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092193d8

dev-python/setuptools-git: Remove python2

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

 .../{setuptools-git-1.2-r1.ebuild => setuptools-git-1.2-r2.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r1.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
similarity index 92%
rename from dev-python/setuptools-git/setuptools-git-1.2-r1.ebuild
rename to dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
index 09a1ebe3e1e..d5dc2508e6b 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2-r1.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-09-18 Thread Michał Górny
commit: 60908b3864ab23e2c4764c0dfcb09e766921b39d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 08:41:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 09:18:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60908b38

dev-python/setuptools-git: EAPI 7, DISTUTILS_USE_SETUPTOOLS

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

 .../{setuptools-git-1.2.ebuild => setuptools-git-1.2-r1.ebuild}   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2-r1.ebuild
similarity index 94%
rename from dev-python/setuptools-git/setuptools-git-1.2.ebuild
rename to dev-python/setuptools-git/setuptools-git-1.2-r1.ebuild
index 1956e144fa5..09a1ebe3e1e 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r1.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1



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

2020-05-25 Thread Michał Górny
commit: 8c4ec550ba16ad1946cc06a31e5630fbf3018509
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 20:15:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 20:15:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4ec550

dev-python/setuptools-git: Remove longdesc

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

 dev-python/setuptools-git/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/setuptools-git/metadata.xml 
b/dev-python/setuptools-git/metadata.xml
index bf673f4a5b4..d80d6fe3c44 100644
--- a/dev-python/setuptools-git/metadata.xml
+++ b/dev-python/setuptools-git/metadata.xml
@@ -9,9 +9,6 @@
 pyt...@gentoo.org
 Python
   
-  
-Setuptools revision control system plugin for Git
-  
   
 setuptools-git
 wichert/setuptools-git



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

2020-05-25 Thread Michał Górny
commit: b0ca6821a4cf1613c6364b31ddded769b7085cec
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 19:55:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 19:55:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ca6821

dev-python/setuptools-git: Port to py39

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

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 4b6368fa9e3..7f69c0ee96e 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2019-11-19 Thread Michał Górny
commit: 16d9e0dea6e263305b68d0cd183e7d52fcb4b80d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 19 09:01:48 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 19 09:05:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d9e0de

dev-python/setuptools-git: Enable py3.8

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

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 28a24814fe3..2bc70bc711f 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
 
 inherit distutils-r1
 
@@ -15,12 +15,11 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-dev-vcs/git"
+   dev-vcs/git"
 RDEPEND="${DEPEND}"
 
 python_test() {
git config --global user.name "test user" || die
git config --global user.email "t...@email.com" || die
esetup.py test
-   retr=$?
 }



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

2018-07-01 Thread Mikle Kolyada
commit: 29039a88e0cb661df1c4739abe50320fb74597dd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul  1 13:43:47 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul  1 13:43:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29039a88

dev-python/setuptools-git: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 5c77395184c..d7a9ff85c1a 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2018-04-09 Thread Stephen Klimaszewski
commit: bca9de3d7aec29f2e5dbe5e34bf75d20cedd4745
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Mon Apr  9 19:55:35 2018 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Mon Apr  9 20:22:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca9de3d

dev-python/setuptools-git: arm64 stable, bug #641304

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 85220feccf3..5c77395184c 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2018-03-21 Thread Markus Meier
commit: 076c230b5473b96d0d1b4da67e8c7f1a3182096f
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Mar 21 19:39:18 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Mar 21 19:39:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076c230b

dev-python/setuptools-git: arm stable, bug #641304

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

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 0f18bbff48d..85220feccf3 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2018-03-18 Thread Tim Harder
commit: 69cc9a6354164e7381fe0882433e18ccc02ebf57
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 05:05:02 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 05:35:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cc9a63

dev-python/setuptools-git: remove old

 dev-python/setuptools-git/Manifest |  1 -
 .../setuptools-git/setuptools-git-1.1-r1.ebuild| 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/setuptools-git/Manifest 
b/dev-python/setuptools-git/Manifest
index 9cd48cdc9a1..95839a0d0ef 100644
--- a/dev-python/setuptools-git/Manifest
+++ b/dev-python/setuptools-git/Manifest
@@ -1,2 +1 @@
-DIST setuptools-git-1.1.tar.gz 9450 BLAKE2B 
c659e3b894c3bcbed6bf8d40aa390dca476912782dbbc9b1dd5bebc6c98ba28b50562eba776232014093f8a222cf1075d02752da7d90a18bb594b4e724d7
 SHA512 
39e19c107f6398aaa1b78961c3b0d9d7b57b181d8ce0d93780460867fb7535ce45d266b93af43f45aa7afb89299199df22b0fdea61e9090932aeb4bd69c5f1f0
 DIST setuptools-git-1.2.tar.gz 10546 BLAKE2B 
52b7cd8387037b1eaee91e9df7de9944ea08bf02f4cf9ea74fa9d0febf85d930af989e9a07289935d8886f0fa4439c4cb46556ff81343981153ca35314703a9b
 SHA512 
c070911618b6b92c862fb0bd40f1daeaf79e2ba10389fa1e69e4c50cfdd39c8e57a612082cbc7d932f8cea12a769e13451e35e1c8fe34f170d4817fd0d44f156

diff --git a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
deleted file mode 100644
index 3e771a4a1b2..000
--- a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Setuptools revision control system plugin for Git"
-HOMEPAGE="https://github.com/wichert/setuptools-git;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-dev-vcs/git"
-RDEPEND="${DEPEND}"
-
-python_test() {
-   git config --global user.name "test user" || die
-   git config --global user.email "t...@email.com" || die
-   esetup.py test
-   retr=$?
-}



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

2018-03-18 Thread Tim Harder
commit: 0431d075dc97768b0566b8bf6b252d666cde57ee
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 05:04:37 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 05:35:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0431d075

dev-python/setuptools-git: stabilize 1.2 for x86

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index b7d50c22835..0f18bbff48d 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2018-03-14 Thread Matt Turner
commit: 1a47a2cc942c3c0b26dc185ea21b6e7f4da00540
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 15 01:00:38 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 15 01:01:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a47a2cc

dev-python/setuptools-git-1.2: alpha stable, bug 641304

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index cc4e41eefcc..b7d50c22835 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-fbsd"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2018-03-11 Thread Matt Turner
commit: 03ca5928779535ea7a5f72aaf92b060d2d9584d5
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 23:06:15 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 23:06:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ca5928

dev-python/setuptools-git-1.2: added ~alpha, bug 631608

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 1e20c1e6cae..cc4e41eefcc 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-fbsd"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2018-02-21 Thread Michał Górny
commit: 9e5b0c9a436f246023d8061fe60e9bbcea5440c1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 21 13:47:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 21 17:20:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5b0c9a

dev-python/setuptools-git: Tested on ~amd64-fbsd (bug #631608)

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 5fb37bd877d..1e20c1e6cae 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 ~amd64-fbsd"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2018-01-07 Thread Mikle Kolyada
commit: 2bc832386ba994a86f13b18d0285540ab14ed225
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jan  7 22:24:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jan  7 22:26:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc83238

dev-python/setuptools-git: add ~arm (bug #631608)

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index d5712cf06a7..5fb37bd877d 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-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=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-12-27 Thread Sergei Trofimovich
commit: 5f2d2fe6a79d298ba6a82b8721251bd8c459cfc5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Dec 27 15:57:12 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 27 20:37:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2d2fe6

dev-python/setuptools-git: stable 1.2 for sparc, bug #641304

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index e208f58780e..d5712cf06a7 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-12-27 Thread Sergei Trofimovich
commit: f62d62fac6b9da0fb858db3c50562b0224e475a5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 27 20:03:30 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 27 20:05:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62d62fa

dev-python/setuptools-git: stable 1.2 for hppa, bug #641304

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index f6eda1f45b3..e208f58780e 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-12-26 Thread Jason Zaman
commit: 16e6f38f285651da817bcf1507eaabe44e7bdd65
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Dec 26 16:04:21 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 26 16:16:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e6f38f

dev-python/setuptools-git: amd64 stable

Gentoo-bug: 641304
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index bf26dc59a28..f6eda1f45b3 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-12-23 Thread Sergei Trofimovich
commit: 541f23bc930fa2ef995cecdac4081c1d3d22f1dd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Dec 23 20:59:00 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec 23 21:58:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541f23bc

dev-python/setuptools-git: stable 1.2 for ppc/ppc64, bug #641304

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

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 46a11774092..bf26dc59a28 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-12-23 Thread Markus Meier
commit: 528f54ecf56af26043e0b6cea3f3a67434f51506
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Dec 23 11:17:17 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Dec 23 11:17:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528f54ec

dev-python/setuptools-git: add ~arm64, bug #631608

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 564f9599230..46a11774092 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-12-21 Thread Sergei Trofimovich
commit: c4c1d35ce161e2735455afaeddc67fc19436591e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:29:26 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c1d35c

dev-python/setuptools-git: stable 1.2 for ia64, bug #641304

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 5c321e9d7bf..564f9599230 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-12-19 Thread Sergei Trofimovich
commit: 756ccc93c0626fc6c6dd618ac8c89b5e84f58498
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Dec 19 22:36:10 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Dec 19 23:01:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756ccc93

dev-python/setuptools-git: keyworded 1.2 for sparc, bug #631608 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 7d8887f0b08..5c321e9d7bf 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-12-03 Thread Matt Turner
commit: c212f74af104f3f49e079330d6320a672555f858
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Dec  4 02:30:32 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Dec  4 02:30:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c212f74a

dev-python/setuptools-git-1.2: added ~mips, bug 631608

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 62308224c09..7d8887f0b08 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-09-23 Thread Sergei Trofimovich
commit: 59be0d948f7c7f69324f165a88a8cc366d2ac427
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 13:04:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 13:05:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59be0d94

dev-python/setuptools-git: keyworded 1.2 for ia64, bug #631608

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 8be93212a0e..62308224c09 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-09-23 Thread Sergei Trofimovich
commit: 0c9de1678c3ed8c228669c2203d3f2ada484dde2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 10:31:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 10:39:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9de167

dev-python/setuptools-git: keyworded 1.2 for ppc, bug #631608

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index a89d712cae2..8be93212a0e 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-09-22 Thread Sergei Trofimovich
commit: 0245d12d0f896a2827795f855a7da3c0ce9b2461
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 22 11:43:47 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 22 19:40:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0245d12d

dev-python/setuptools-git: keyworded 1.2 for ppc64, bug #631608

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index e4859434514..a89d712cae2 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-09-20 Thread Tim Harder
commit: efdce1d270c398da320c675286226f38c58a46ba
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 21 04:13:22 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep 21 05:12:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdce1d2

dev-python/setuptools-git: add pypy/pypy3 to PYTHON_COMPAT

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index b751cd71c5f..e4859434514 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 



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

2017-06-12 Thread Manuel Rüger
commit: 7e01908d922c25fed3a8d81591c7e81eb2a98ab3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun 12 12:36:39 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun 12 12:36:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e01908d

dev-python/setuptools-git: Version bump to 1.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/setuptools-git/Manifest |  1 +
 .../setuptools-git/setuptools-git-1.2.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/setuptools-git/Manifest 
b/dev-python/setuptools-git/Manifest
index 5f6934e41e9..009f99e9647 100644
--- a/dev-python/setuptools-git/Manifest
+++ b/dev-python/setuptools-git/Manifest
@@ -1 +1,2 @@
 DIST setuptools-git-1.1.tar.gz 9450 SHA256 
047d7595546635edebef226bc566579d422ccc48a8a91c7d32d8bd174f68f831 SHA512 
39e19c107f6398aaa1b78961c3b0d9d7b57b181d8ce0d93780460867fb7535ce45d266b93af43f45aa7afb89299199df22b0fdea61e9090932aeb4bd69c5f1f0
 WHIRLPOOL 
76a1ff0944c233655c6966fb8e0787d89b8ceb40a09fedb729d67d15905dd82dead4ed88a682db1b4a9ff664f354963b110339f4d96706e19451058dbe870483
+DIST setuptools-git-1.2.tar.gz 10546 SHA256 
ff64136da01aabba76ae88b050e7197918d8b2139ccbf6144e14d472b9c40445 SHA512 
c070911618b6b92c862fb0bd40f1daeaf79e2ba10389fa1e69e4c50cfdd39c8e57a612082cbc7d932f8cea12a769e13451e35e1c8fe34f170d4817fd0d44f156
 WHIRLPOOL 
7015b734c7d5acf3623ddb04351ff268608eb1ac3da051e80fec94cff920c2cb43240055dbb9a71118d9b2da91c97e43025e0fbe3b1bf36507e83d90dc891aec

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
new file mode 100644
index 000..b751cd71c5f
--- /dev/null
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Setuptools revision control system plugin for Git"
+HOMEPAGE="https://github.com/wichert/setuptools-git;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+dev-vcs/git"
+RDEPEND="${DEPEND}"
+
+python_test() {
+   git config --global user.name "test user" || die
+   git config --global user.email "t...@email.com" || die
+   esetup.py test
+   retr=$?
+}



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

2017-05-02 Thread Michał Górny
commit: 7bf057c73be2bf5b2175b7806d379cbfb2646519
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 13:33:24 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 14:01:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf057c7

dev-python/setuptools-git: Clean old versions up

 .../setuptools-git/setuptools-git-1.1.ebuild   | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.1.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.1.ebuild
deleted file mode 100644
index 89891be9d8b..000
--- a/dev-python/setuptools-git/setuptools-git-1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Setuptools revision control system plugin for Git"
-HOMEPAGE="https://github.com/wichert/setuptools-git;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-dev-vcs/git"
-RDEPEND="${DEPEND}"
-
-python_test() {
-   git config --global user.name "test user" || die
-   git config --global user.email "t...@email.com" || die
-   esetup.py test
-   retr=$?
-}



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

2017-04-28 Thread Manuel Rüger
commit: 1cbafe7ca4786728d06e7c25b7e45ab87e8180b3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 28 15:16:29 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 28 15:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cbafe7c

dev-python/setuptools-git: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
index 5a227a463f8..3e771a4a1b2 100644
--- a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-01-19 Thread Agostino Sarubbo
commit: 2850f2c7eb3a3c8855266c7bc2748dd9a7bc4f87
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 19 10:59:25 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 19 10:59:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2850f2c7

dev-python/setuptools-git: x86 stable wrt bug #606332

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
index 2efc793..f978afe 100644
--- a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-01-18 Thread Agostino Sarubbo
commit: cfafff9506dada5698c685fb026db90ccc37b792
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:51:53 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfafff95

dev-python/setuptools-git: amd64 stable wrt bug #606332

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
index e641bc5..2efc793 100644
--- a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-01-03 Thread Brian Dolbec
commit: da30887fc0e52b15ec87514eac5d1abda8bb3d51
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jan  3 21:21:40 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Jan  4 04:48:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da30887f

dev-python/setuptools-git: Bump, adding python-3.5

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 .../setuptools-git/setuptools-git-1.1-r1.ebuild| 27 ++
 1 file changed, 27 insertions(+)

diff --git a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
new file mode 100644
index ..e641bc5
--- /dev/null
+++ b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
@@ -0,0 +1,27 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="Setuptools revision control system plugin for Git"
+HOMEPAGE="https://github.com/wichert/setuptools-git;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+dev-vcs/git"
+RDEPEND="${DEPEND}"
+
+python_test() {
+   git config --global user.name "test user" || die
+   git config --global user.email "t...@email.com" || die
+   esetup.py test
+   retr=$?
+}