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

2023-03-02 Thread Michał Górny
commit: 3a30fa3c12ee1120f00391e1554dc093e7e17d34
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  3 05:29:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  3 05:53:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a30fa3c

dev-python/setuptools_scm: Use pypi.eclass

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

 dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild
index b4b66d2a3ea1..87fa9e5896d7 100644
--- a/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild
@@ -7,14 +7,13 @@ EAPI=7
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Manage versions by scm tags via setuptools"
 HOMEPAGE="
https://github.com/pypa/setuptools_scm/
https://pypi.org/project/setuptools-scm/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2023-02-01 Thread Michał Górny
commit: 688e3a013cb8b7decac8a5f827c3f396a0f0ac73
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  1 12:35:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  1 13:18:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688e3a01

dev-python/setuptools_scm: Skip problematic test w/ nose installed

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

 .../setuptools_scm/setuptools_scm-7.1.0.ebuild | 23 --
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild
index 1efefeb1ff54..b4b66d2a3ea1 100644
--- a/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild
@@ -39,10 +39,21 @@ BDEPEND="
 
 distutils_enable_tests pytest
 
-EPYTEST_DESELECT=(
-   # the usual nondescript gpg-agent failure
-   testing/test_git.py::test_git_getdate_signed_commit
+python_test() {
+   local EPYTEST_DESELECT=(
+   # the usual nondescript gpg-agent failure
+   testing/test_git.py::test_git_getdate_signed_commit
 
-   # fetching from the Internet
-   testing/test_regressions.py::test_pip_download
-)
+   # fetching from the Internet
+   testing/test_regressions.py::test_pip_download
+   )
+
+   if has_version dev-python/nose; then
+   EPYTEST_DESELECT+=(
+   # https://bugs.gentoo.org/892639
+   testing/test_integration.py::test_pyproject_support
+   )
+   fi
+
+   epytest
+}



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

2023-01-28 Thread Michał Górny
commit: e3d29fb82e36b426edd6fe2d49486e8576e074a6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 28 20:33:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 28 20:33:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d29fb8

dev-python/setuptools_scm: Remove old

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

 dev-python/setuptools_scm/Manifest |  1 -
 .../setuptools_scm/setuptools_scm-7.0.5.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index e96f48f655a3..1098d86add27 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1 @@
-DIST setuptools_scm-7.0.5.tar.gz 70716 BLAKE2B 
242809a32cd23d9d98e3326714d1435220907eacdb3127558987d0d8be95775b7f8ed284707421a9c52e401c1738c11a01782fee2c0635924122307d3308cc0c
 SHA512 
5b3420f0aaa0dd1655afb0fdcedc3738b75dbb9d8205e0ad67555c251d330a0d3620a7297cfdcfabbc7386a8acf43fe73fa7f3b17e2d156495fd8b2ab7d1c985
 DIST setuptools_scm-7.1.0.tar.gz 71904 BLAKE2B 
be5ae215dadcc290290762b732434258409ecc2d71cdf1332ffe73431effae7cbc33e052a718efd952be79350171ed3e468492fc719bc08750dc23364fb0ee9d
 SHA512 
bd7260672c213db6b8c5842dbb6ac69e69ce040777865c935033971f65d905bd8e6b54e174190a924e452c302e69d4c1de231cbc8f603176ba013a739840dad3

diff --git a/dev-python/setuptools_scm/setuptools_scm-7.0.5.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-7.0.5.ebuild
deleted file mode 100644
index d8cc706418e3..
--- a/dev-python/setuptools_scm/setuptools_scm-7.0.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Manage versions by scm tags via setuptools"
-HOMEPAGE="
-   https://github.com/pypa/setuptools_scm/
-   https://pypi.org/project/setuptools-scm/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-vcs/git
-   !sparc? (
-   dev-vcs/mercurial
-   )
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # fetching from the Internet
-   testing/test_regressions.py::test_pip_download
-
-   # the usual nondescript gpg-agent failure
-   testing/test_git.py::test_git_getdate_signed_commit
-
-   # broken by... pbr?
-   testing/test_integration.py::test_pyproject_support
-
-   # missing files, i guess
-   testing/test_git.py::test_git_archhival_from_unfiltered
-)



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

2023-01-28 Thread Arthur Zamarin
commit: 12166b47317537694bdae938e93f1a7b42236cd6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 28 20:21:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 28 20:21:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12166b47

dev-python/setuptools_scm: Stabilize 7.1.0 ALLARCHES, #892463

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild
index e54df5c5c691..1efefeb1ff54 100644
--- a/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2022-12-17 Thread Michał Górny
commit: 85f0578a9ca3460e7905889185bb823ea3b800f6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 18 05:41:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 18 07:27:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f0578a

dev-python/setuptools_scm: Bump to 7.1.0

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-7.1.0.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 2f12c66bb930..e96f48f655a3 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1 +1,2 @@
 DIST setuptools_scm-7.0.5.tar.gz 70716 BLAKE2B 
242809a32cd23d9d98e3326714d1435220907eacdb3127558987d0d8be95775b7f8ed284707421a9c52e401c1738c11a01782fee2c0635924122307d3308cc0c
 SHA512 
5b3420f0aaa0dd1655afb0fdcedc3738b75dbb9d8205e0ad67555c251d330a0d3620a7297cfdcfabbc7386a8acf43fe73fa7f3b17e2d156495fd8b2ab7d1c985
+DIST setuptools_scm-7.1.0.tar.gz 71904 BLAKE2B 
be5ae215dadcc290290762b732434258409ecc2d71cdf1332ffe73431effae7cbc33e052a718efd952be79350171ed3e468492fc719bc08750dc23364fb0ee9d
 SHA512 
bd7260672c213db6b8c5842dbb6ac69e69ce040777865c935033971f65d905bd8e6b54e174190a924e452c302e69d4c1de231cbc8f603176ba013a739840dad3

diff --git a/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild
new file mode 100644
index ..d482b3534ad3
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-7.1.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.{8..10})
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-vcs/git
+   !sparc? (
+   dev-vcs/mercurial
+   )
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # the usual nondescript gpg-agent failure
+   testing/test_git.py::test_git_getdate_signed_commit
+
+   # fetching from the Internet
+   testing/test_regressions.py::test_pip_download
+)



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

2022-07-24 Thread Michał Górny
commit: 684bc9009b4ccd096e27d2696a3228fba325d552
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 24 20:23:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 24 20:23:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684bc900

dev-python/setuptools_scm: Remove old

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

 dev-python/setuptools_scm/Manifest |  5 ---
 .../setuptools_scm/setuptools_scm-6.4.2.ebuild | 46 ---
 .../setuptools_scm/setuptools_scm-7.0.1-r1.ebuild  | 51 --
 .../setuptools_scm/setuptools_scm-7.0.2.ebuild | 50 -
 .../setuptools_scm/setuptools_scm-7.0.3.ebuild | 49 -
 .../setuptools_scm/setuptools_scm-7.0.4.ebuild | 49 -
 6 files changed, 250 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 2f1e9816ba67..2f12c66bb930 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,6 +1 @@
-DIST setuptools_scm-6.4.2.tar.gz 61305 BLAKE2B 
e1b5191425cf5db8334761a6857b0bc39c547c167901cbdf8401af441c5941cd75744162417ff42dbac792ae867d71c7576c5e9e533fe8039a75954f4c2ba439
 SHA512 
224dfe543e8658e7d8b7272d18eb657fac1774a206d079d65bb6e22bfa68b35e618a31b3671418d095f8b7b492339ea18491a1711be3a87eeecf50c6703a4096
-DIST setuptools_scm-7.0.1.tar.gz 67921 BLAKE2B 
15a4a8953bb9cf8754fe465b53e11483ade33b09c5b407f096ecbdaed80081fa554e0c6da1accdbc629163019bf91968f4edae40166dc4598b25e0a51c5881d1
 SHA512 
49d296ca4af3175c47a385d9d935fe32371d39c31ff4e6d704ea6fc8dd512e7ed6b0136677e7768836c0ec2ae558c47f156adc5975ace30a396fa81644e61acb
-DIST setuptools_scm-7.0.2.tar.gz 68142 BLAKE2B 
11bc3db134c3ee90b9262cf663036a6119a559e134b479a42e10c4b54005029c0e192d92e32d14f8d2dee2d09258b9cbebe9b45f07b553507b80ac7f2ecee110
 SHA512 
c9782a1b5bbfaaab2bbfc223477e92e8ee2fb0b2a393ff912f0c54fb99494d1c014a4e6c103a3f852d335733b02bcaa3b15eed8ec3a5c1ef54c4691fba7cb0de
-DIST setuptools_scm-7.0.3.tar.gz 70341 BLAKE2B 
dea8fcdb3cafb040dd2bcdc5efeb8bcba1906d35fee83b17646e1df10a4fee642a01df7d115d66e93c1c177c2ddfa0f4260fb9fe9bf54d24955c3c7014611d35
 SHA512 
511cff1d00601e535ef4abb14189b7a965003b77b630578c6306758946d45e9140f9a0cdf9a02b915d829f92fcc3460a49091ad2971dec783016f952cff1d326
-DIST setuptools_scm-7.0.4.tar.gz 70512 BLAKE2B 
07acfccdbeb0c7f6a6773ff93fa10c35aa8cc2451ede42cce269e2278606fed4acd17e8fda8294ac84b596e776a5ba02ae5ef1203dff42738291798e624cd991
 SHA512 
cdd1f36fab5b0fa9c1f3dc42c57ee732fbc7b39e761b2db3047c9e953ddc28dd6bbc29b44451e77f602c4ea39469af86a7b08d2d6ab1513b938193e000c3c04e
 DIST setuptools_scm-7.0.5.tar.gz 70716 BLAKE2B 
242809a32cd23d9d98e3326714d1435220907eacdb3127558987d0d8be95775b7f8ed284707421a9c52e401c1738c11a01782fee2c0635924122307d3308cc0c
 SHA512 
5b3420f0aaa0dd1655afb0fdcedc3738b75dbb9d8205e0ad67555c251d330a0d3620a7297cfdcfabbc7386a8acf43fe73fa7f3b17e2d156495fd8b2ab7d1c985

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild
deleted file mode 100644
index c5176551b20b..
--- a/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Manage versions by scm tags via setuptools"
-HOMEPAGE="
-   https://github.com/pypa/setuptools_scm/
-   https://pypi.org/project/setuptools-scm/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-vcs/git
-   !sparc? (
-   dev-vcs/mercurial
-   )
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # fetching from the Internet
-   testing/test_regressions.py::test_pip_download
-   testing/test_setuptools_support.py
-
-   # broken by setuptools pyproject.toml validation
-   testing/test_integration.py::test_pyproject_support
-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-7.0.1-r1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-7.0.1-r1.ebuild
deleted file mode 100644
index 91c722d47031..
--- a/dev-python/setuptools_scm/setuptools_scm-7.0.1-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public 

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

2022-07-12 Thread Michał Górny
commit: c928da33489913743e24bd5783977408dead0ef6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 12 07:42:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 12 09:05:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c928da33

dev-python/setuptools_scm: Bump to 7.0.5

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-7.0.5.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index fb543185697f..2f1e9816ba67 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -3,3 +3,4 @@ DIST setuptools_scm-7.0.1.tar.gz 67921 BLAKE2B 
15a4a8953bb9cf8754fe465b53e11483a
 DIST setuptools_scm-7.0.2.tar.gz 68142 BLAKE2B 
11bc3db134c3ee90b9262cf663036a6119a559e134b479a42e10c4b54005029c0e192d92e32d14f8d2dee2d09258b9cbebe9b45f07b553507b80ac7f2ecee110
 SHA512 
c9782a1b5bbfaaab2bbfc223477e92e8ee2fb0b2a393ff912f0c54fb99494d1c014a4e6c103a3f852d335733b02bcaa3b15eed8ec3a5c1ef54c4691fba7cb0de
 DIST setuptools_scm-7.0.3.tar.gz 70341 BLAKE2B 
dea8fcdb3cafb040dd2bcdc5efeb8bcba1906d35fee83b17646e1df10a4fee642a01df7d115d66e93c1c177c2ddfa0f4260fb9fe9bf54d24955c3c7014611d35
 SHA512 
511cff1d00601e535ef4abb14189b7a965003b77b630578c6306758946d45e9140f9a0cdf9a02b915d829f92fcc3460a49091ad2971dec783016f952cff1d326
 DIST setuptools_scm-7.0.4.tar.gz 70512 BLAKE2B 
07acfccdbeb0c7f6a6773ff93fa10c35aa8cc2451ede42cce269e2278606fed4acd17e8fda8294ac84b596e776a5ba02ae5ef1203dff42738291798e624cd991
 SHA512 
cdd1f36fab5b0fa9c1f3dc42c57ee732fbc7b39e761b2db3047c9e953ddc28dd6bbc29b44451e77f602c4ea39469af86a7b08d2d6ab1513b938193e000c3c04e
+DIST setuptools_scm-7.0.5.tar.gz 70716 BLAKE2B 
242809a32cd23d9d98e3326714d1435220907eacdb3127558987d0d8be95775b7f8ed284707421a9c52e401c1738c11a01782fee2c0635924122307d3308cc0c
 SHA512 
5b3420f0aaa0dd1655afb0fdcedc3738b75dbb9d8205e0ad67555c251d330a0d3620a7297cfdcfabbc7386a8acf43fe73fa7f3b17e2d156495fd8b2ab7d1c985

diff --git a/dev-python/setuptools_scm/setuptools_scm-7.0.5.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-7.0.5.ebuild
new file mode 100644
index ..1088c09905a4
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-7.0.5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/tomli[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-vcs/git
+   !sparc? (
+   dev-vcs/mercurial
+   )
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # fetching from the Internet
+   testing/test_regressions.py::test_pip_download
+
+   # the usual nondescript gpg-agent failure
+   testing/test_git.py::test_git_getdate_signed_commit
+
+   # broken by... pbr?
+   testing/test_integration.py::test_pyproject_support
+
+   # missing files, i guess
+   testing/test_git.py::test_git_archhival_from_unfiltered
+)



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

2022-07-01 Thread Michał Górny
commit: 6ba82d183bc7bea6dfea232294e1082fe5fe7d50
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 03:53:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 04:46:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba82d18

dev-python/setuptools_scm: Bump to 7.0.4

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-7.0.4.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 9b100fb5d944..fb543185697f 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -2,3 +2,4 @@ DIST setuptools_scm-6.4.2.tar.gz 61305 BLAKE2B 
e1b5191425cf5db8334761a6857b0bc39
 DIST setuptools_scm-7.0.1.tar.gz 67921 BLAKE2B 
15a4a8953bb9cf8754fe465b53e11483ade33b09c5b407f096ecbdaed80081fa554e0c6da1accdbc629163019bf91968f4edae40166dc4598b25e0a51c5881d1
 SHA512 
49d296ca4af3175c47a385d9d935fe32371d39c31ff4e6d704ea6fc8dd512e7ed6b0136677e7768836c0ec2ae558c47f156adc5975ace30a396fa81644e61acb
 DIST setuptools_scm-7.0.2.tar.gz 68142 BLAKE2B 
11bc3db134c3ee90b9262cf663036a6119a559e134b479a42e10c4b54005029c0e192d92e32d14f8d2dee2d09258b9cbebe9b45f07b553507b80ac7f2ecee110
 SHA512 
c9782a1b5bbfaaab2bbfc223477e92e8ee2fb0b2a393ff912f0c54fb99494d1c014a4e6c103a3f852d335733b02bcaa3b15eed8ec3a5c1ef54c4691fba7cb0de
 DIST setuptools_scm-7.0.3.tar.gz 70341 BLAKE2B 
dea8fcdb3cafb040dd2bcdc5efeb8bcba1906d35fee83b17646e1df10a4fee642a01df7d115d66e93c1c177c2ddfa0f4260fb9fe9bf54d24955c3c7014611d35
 SHA512 
511cff1d00601e535ef4abb14189b7a965003b77b630578c6306758946d45e9140f9a0cdf9a02b915d829f92fcc3460a49091ad2971dec783016f952cff1d326
+DIST setuptools_scm-7.0.4.tar.gz 70512 BLAKE2B 
07acfccdbeb0c7f6a6773ff93fa10c35aa8cc2451ede42cce269e2278606fed4acd17e8fda8294ac84b596e776a5ba02ae5ef1203dff42738291798e624cd991
 SHA512 
cdd1f36fab5b0fa9c1f3dc42c57ee732fbc7b39e761b2db3047c9e953ddc28dd6bbc29b44451e77f602c4ea39469af86a7b08d2d6ab1513b938193e000c3c04e

diff --git a/dev-python/setuptools_scm/setuptools_scm-7.0.4.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-7.0.4.ebuild
new file mode 100644
index ..ce8eeed82aca
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-7.0.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/tomli[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-vcs/git
+   !sparc? (
+   dev-vcs/mercurial
+   )
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # fetching from the Internet
+   testing/test_regressions.py::test_pip_download
+
+   # the usual nondescript gpg-agent failure
+   testing/test_git.py::test_git_getdate_signed_commit
+
+   # broken by... pbr?
+   testing/test_integration.py::test_pyproject_support
+)



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

2022-06-29 Thread Michał Górny
commit: 80a6096e8a08fe6b48962d56eb312e1fb78acc9e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 30 03:54:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 30 04:26:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a6096e

dev-python/setuptools_scm: Bump to 7.0.3

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-7.0.3.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 2c77a259c122..9b100fb5d944 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,3 +1,4 @@
 DIST setuptools_scm-6.4.2.tar.gz 61305 BLAKE2B 
e1b5191425cf5db8334761a6857b0bc39c547c167901cbdf8401af441c5941cd75744162417ff42dbac792ae867d71c7576c5e9e533fe8039a75954f4c2ba439
 SHA512 
224dfe543e8658e7d8b7272d18eb657fac1774a206d079d65bb6e22bfa68b35e618a31b3671418d095f8b7b492339ea18491a1711be3a87eeecf50c6703a4096
 DIST setuptools_scm-7.0.1.tar.gz 67921 BLAKE2B 
15a4a8953bb9cf8754fe465b53e11483ade33b09c5b407f096ecbdaed80081fa554e0c6da1accdbc629163019bf91968f4edae40166dc4598b25e0a51c5881d1
 SHA512 
49d296ca4af3175c47a385d9d935fe32371d39c31ff4e6d704ea6fc8dd512e7ed6b0136677e7768836c0ec2ae558c47f156adc5975ace30a396fa81644e61acb
 DIST setuptools_scm-7.0.2.tar.gz 68142 BLAKE2B 
11bc3db134c3ee90b9262cf663036a6119a559e134b479a42e10c4b54005029c0e192d92e32d14f8d2dee2d09258b9cbebe9b45f07b553507b80ac7f2ecee110
 SHA512 
c9782a1b5bbfaaab2bbfc223477e92e8ee2fb0b2a393ff912f0c54fb99494d1c014a4e6c103a3f852d335733b02bcaa3b15eed8ec3a5c1ef54c4691fba7cb0de
+DIST setuptools_scm-7.0.3.tar.gz 70341 BLAKE2B 
dea8fcdb3cafb040dd2bcdc5efeb8bcba1906d35fee83b17646e1df10a4fee642a01df7d115d66e93c1c177c2ddfa0f4260fb9fe9bf54d24955c3c7014611d35
 SHA512 
511cff1d00601e535ef4abb14189b7a965003b77b630578c6306758946d45e9140f9a0cdf9a02b915d829f92fcc3460a49091ad2971dec783016f952cff1d326

diff --git a/dev-python/setuptools_scm/setuptools_scm-7.0.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-7.0.3.ebuild
new file mode 100644
index ..ce8eeed82aca
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-7.0.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/tomli[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-vcs/git
+   !sparc? (
+   dev-vcs/mercurial
+   )
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # fetching from the Internet
+   testing/test_regressions.py::test_pip_download
+
+   # the usual nondescript gpg-agent failure
+   testing/test_git.py::test_git_getdate_signed_commit
+
+   # broken by... pbr?
+   testing/test_integration.py::test_pyproject_support
+)



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

2022-06-23 Thread Michał Górny
commit: 369fbf443f7c13b1a0cfa09cd5236c2dcc957e2c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 23 06:41:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 23 07:19:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369fbf44

dev-python/setuptools_scm: Bump to 7.0.2

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-7.0.2.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index f8dbc9d6f6dd..2c77a259c122 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1,3 @@
 DIST setuptools_scm-6.4.2.tar.gz 61305 BLAKE2B 
e1b5191425cf5db8334761a6857b0bc39c547c167901cbdf8401af441c5941cd75744162417ff42dbac792ae867d71c7576c5e9e533fe8039a75954f4c2ba439
 SHA512 
224dfe543e8658e7d8b7272d18eb657fac1774a206d079d65bb6e22bfa68b35e618a31b3671418d095f8b7b492339ea18491a1711be3a87eeecf50c6703a4096
 DIST setuptools_scm-7.0.1.tar.gz 67921 BLAKE2B 
15a4a8953bb9cf8754fe465b53e11483ade33b09c5b407f096ecbdaed80081fa554e0c6da1accdbc629163019bf91968f4edae40166dc4598b25e0a51c5881d1
 SHA512 
49d296ca4af3175c47a385d9d935fe32371d39c31ff4e6d704ea6fc8dd512e7ed6b0136677e7768836c0ec2ae558c47f156adc5975ace30a396fa81644e61acb
+DIST setuptools_scm-7.0.2.tar.gz 68142 BLAKE2B 
11bc3db134c3ee90b9262cf663036a6119a559e134b479a42e10c4b54005029c0e192d92e32d14f8d2dee2d09258b9cbebe9b45f07b553507b80ac7f2ecee110
 SHA512 
c9782a1b5bbfaaab2bbfc223477e92e8ee2fb0b2a393ff912f0c54fb99494d1c014a4e6c103a3f852d335733b02bcaa3b15eed8ec3a5c1ef54c4691fba7cb0de

diff --git a/dev-python/setuptools_scm/setuptools_scm-7.0.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-7.0.2.ebuild
new file mode 100644
index ..a7e35478d252
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-7.0.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/tomli[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-vcs/git
+   !sparc? (
+   dev-vcs/mercurial
+   )
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # fetching from the Internet
+   testing/test_regressions.py::test_pip_download
+   testing/test_setuptools_support.py
+
+   # the usual nondescript gpg-agent failure
+   testing/test_git.py::test_git_getdate_signed_commit
+
+   # broken by... pbr?
+   testing/test_integration.py::test_pyproject_support
+)



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

2022-06-22 Thread Michał Górny
commit: f530a0c1a7aadbb06139fda938964c79808de7b7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 22 07:45:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 22 07:49:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f530a0c1

dev-python/setuptools_scm: Add missing typing-extensions dep

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

 .../{setuptools_scm-7.0.1.ebuild => setuptools_scm-7.0.1-r1.ebuild}  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/setuptools_scm/setuptools_scm-7.0.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-7.0.1-r1.ebuild
similarity index 96%
rename from dev-python/setuptools_scm/setuptools_scm-7.0.1.ebuild
rename to dev-python/setuptools_scm/setuptools_scm-7.0.1-r1.ebuild
index aa59ab75aa79..91c722d47031 100644
--- a/dev-python/setuptools_scm/setuptools_scm-7.0.1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-7.0.1-r1.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/tomli[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
 "
 BDEPEND="
${RDEPEND}



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

2022-06-21 Thread Michał Górny
commit: d19c128c7300605914ae76d41fbc6f3cc2345393
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 22 04:51:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 22 05:48:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19c128c

dev-python/setuptools_scm: Bump to 7.0.1

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-7.0.1.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index e97607a4452f..f8dbc9d6f6dd 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1 +1,2 @@
 DIST setuptools_scm-6.4.2.tar.gz 61305 BLAKE2B 
e1b5191425cf5db8334761a6857b0bc39c547c167901cbdf8401af441c5941cd75744162417ff42dbac792ae867d71c7576c5e9e533fe8039a75954f4c2ba439
 SHA512 
224dfe543e8658e7d8b7272d18eb657fac1774a206d079d65bb6e22bfa68b35e618a31b3671418d095f8b7b492339ea18491a1711be3a87eeecf50c6703a4096
+DIST setuptools_scm-7.0.1.tar.gz 67921 BLAKE2B 
15a4a8953bb9cf8754fe465b53e11483ade33b09c5b407f096ecbdaed80081fa554e0c6da1accdbc629163019bf91968f4edae40166dc4598b25e0a51c5881d1
 SHA512 
49d296ca4af3175c47a385d9d935fe32371d39c31ff4e6d704ea6fc8dd512e7ed6b0136677e7768836c0ec2ae558c47f156adc5975ace30a396fa81644e61acb

diff --git a/dev-python/setuptools_scm/setuptools_scm-7.0.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-7.0.1.ebuild
new file mode 100644
index ..aa59ab75aa79
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-7.0.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/tomli[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   dev-vcs/git
+   !sparc? (
+   dev-vcs/mercurial
+   )
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # fetching from the Internet
+   testing/test_regressions.py::test_pip_download
+   testing/test_setuptools_support.py
+
+   # the usual nondescript gpg-agent failure
+   testing/test_git.py::test_git_getdate_signed_commit
+
+   # broken by... pbr?
+   testing/test_integration.py::test_pyproject_support
+)



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

2022-05-27 Thread Michał Górny
commit: 75baaeacc453995d0da10c7d810b8ac3e0c6d223
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 27 19:49:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 19:49:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75baaeac

dev-python/setuptools_scm: Remove old

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

 dev-python/setuptools_scm/Manifest |  1 -
 .../setuptools_scm/setuptools_scm-6.4.1.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index df754e1fb782..e97607a4452f 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1 @@
-DIST setuptools_scm-6.4.1.tar.gz 61255 BLAKE2B 
984b60de24e3090bfa7284ef91f40cfb8481cd9008d57012564e6631727dc1e1bb6820265a4fd3576581ce836224599bdd8ddef73446ddc3040e51ddad4b6140
 SHA512 
b4d16fc9f352d7fccf18853aee2e80c2bd048fe46753fe5c099542253cf30e0d087be6dfec846aed0b8182238494ef63482dcd75781e285312a9f7547c11
 DIST setuptools_scm-6.4.2.tar.gz 61305 BLAKE2B 
e1b5191425cf5db8334761a6857b0bc39c547c167901cbdf8401af441c5941cd75744162417ff42dbac792ae867d71c7576c5e9e533fe8039a75954f4c2ba439
 SHA512 
224dfe543e8658e7d8b7272d18eb657fac1774a206d079d65bb6e22bfa68b35e618a31b3671418d095f8b7b492339ea18491a1711be3a87eeecf50c6703a4096

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.4.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.4.1.ebuild
deleted file mode 100644
index f910e738e999..
--- a/dev-python/setuptools_scm/setuptools_scm-6.4.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Manage versions by scm tags via setuptools"
-HOMEPAGE="
-   https://github.com/pypa/setuptools_scm/
-   https://pypi.org/project/setuptools-scm/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   !!dev-python/virtualenv-20[${PYTHON_USEDEP}]
-   dev-vcs/git
-   !sparc? ( dev-vcs/mercurial )
-   )"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # fetching from the Internet
-   testing/test_regressions.py::test_pip_download
-   testing/test_setuptools_support.py
-)



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

2022-05-27 Thread Jakov Smolić
commit: 302b9c8bddf0b6e6a8fab13fd00a84e562936df8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 27 09:12:40 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 27 09:12:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302b9c8b

dev-python/setuptools_scm: Stabilize 6.4.2 ALLARCHES, #847766

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild
index eedb7ab930d5..c5176551b20b 100644
--- a/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2022-05-09 Thread Michał Górny
commit: e2568ea91124090069cc0074fd79a78bee0d9f76
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  9 15:06:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  9 20:33:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2568ea9

dev-python/setuptools_scm: Enable py3.11

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild
index d0e711ec1e6a..eedb7ab930d5 100644
--- a/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild
@@ -5,7 +5,7 @@
 EAPI=7
 
 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_scm/

2022-05-09 Thread Michał Górny
commit: 65aacaa9f59f893468670cc681c1520a6dbdde29
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  9 14:16:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  9 15:01:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65aacaa9

dev-python/setuptools_scm: Remove unnecessary virtualenv test dep

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

 dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild
index 6207e0197458..d0e711ec1e6a 100644
--- a/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild
@@ -27,7 +27,6 @@ RDEPEND="
 "
 BDEPEND="
test? (
-   >dev-python/virtualenv-20[${PYTHON_USEDEP}]
dev-vcs/git
!sparc? (
dev-vcs/mercurial



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

2022-04-21 Thread Michał Górny
commit: 744f7abe5a74c77583efe80acea41b895d151937
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 21 14:31:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 21 15:19:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=744f7abe

dev-python/setuptools_scm: Bump to 6.4.2

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-6.4.2.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 98e5d311be2c..df754e1fb782 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1 +1,2 @@
 DIST setuptools_scm-6.4.1.tar.gz 61255 BLAKE2B 
984b60de24e3090bfa7284ef91f40cfb8481cd9008d57012564e6631727dc1e1bb6820265a4fd3576581ce836224599bdd8ddef73446ddc3040e51ddad4b6140
 SHA512 
b4d16fc9f352d7fccf18853aee2e80c2bd048fe46753fe5c099542253cf30e0d087be6dfec846aed0b8182238494ef63482dcd75781e285312a9f7547c11
+DIST setuptools_scm-6.4.2.tar.gz 61305 BLAKE2B 
e1b5191425cf5db8334761a6857b0bc39c547c167901cbdf8401af441c5941cd75744162417ff42dbac792ae867d71c7576c5e9e533fe8039a75954f4c2ba439
 SHA512 
224dfe543e8658e7d8b7272d18eb657fac1774a206d079d65bb6e22bfa68b35e618a31b3671418d095f8b7b492339ea18491a1711be3a87eeecf50c6703a4096

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild
new file mode 100644
index ..8938c7523a8b
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-6.4.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/tomli[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >dev-python/virtualenv-20[${PYTHON_USEDEP}]
+   dev-vcs/git
+   !sparc? (
+   dev-vcs/mercurial
+   )
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # fetching from the Internet
+   testing/test_regressions.py::test_pip_download
+   testing/test_setuptools_support.py
+
+   # broken by setuptools pyproject.toml validation
+   testing/test_integration.py::test_pyproject_support
+)



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

2022-02-27 Thread Michał Górny
commit: 2e042c74bd45badeef0bf1af4450fe31bc6a80fb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 27 18:56:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 27 18:56:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e042c74

dev-python/setuptools_scm: Remove old

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

 dev-python/setuptools_scm/Manifest |  1 -
 .../setuptools_scm/setuptools_scm-6.3.2.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 09ab5823ab27..98e5d311be2c 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1 @@
-DIST setuptools_scm-6.3.2.tar.gz 57207 BLAKE2B 
4291f3810dc5ea111a6bad1bf37c8704a7eb6cdd112ea476d629d6175c43cc7d8f78d450181c0e588a5f3fc0fc092fedb41fcb6e198a42f730f9fc6b8d96e343
 SHA512 
9a16552803ef92367ad71007cf322737b5baa58b924083f04c860875bf6cb2e2bb4f43a7f89778b040c2eb55c5d32de479a918056519339820c6d0f1a6a386f0
 DIST setuptools_scm-6.4.1.tar.gz 61255 BLAKE2B 
984b60de24e3090bfa7284ef91f40cfb8481cd9008d57012564e6631727dc1e1bb6820265a4fd3576581ce836224599bdd8ddef73446ddc3040e51ddad4b6140
 SHA512 
b4d16fc9f352d7fccf18853aee2e80c2bd048fe46753fe5c099542253cf30e0d087be6dfec846aed0b8182238494ef63482dcd75781e285312a9f7547c11

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild
deleted file mode 100644
index 122373658933..
--- a/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Manage versions by scm tags via setuptools"
-HOMEPAGE="
-   https://github.com/pypa/setuptools_scm/
-   https://pypi.org/project/setuptools-scm/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   !!

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

2022-02-27 Thread Jakov Smolić
commit: 14c7d5e90c6cc6b0787c8e9eeaadd5ea3f8a14e7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Feb 27 12:26:39 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Feb 27 12:26:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c7d5e9

dev-python/setuptools_scm: Stabilize 6.4.1 ALLARCHES, #834226

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.4.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.4.1.ebuild
index 6b46444cf800..f910e738e999 100644
--- a/dev-python/setuptools_scm/setuptools_scm-6.4.1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-6.4.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2022-02-09 Thread Michał Górny
commit: 9acbd40120653ee3d3a4d452d539e182cae12caa
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  9 09:01:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  9 09:08:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acbd401

dev-python/setuptools_scm: Remove old

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

 dev-python/setuptools_scm/Manifest |  2 -
 .../setuptools_scm/setuptools_scm-6.0.1-r1.ebuild  | 38 ---
 .../setuptools_scm/setuptools_scm-6.4.0.ebuild | 43 --
 3 files changed, 83 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 18af30b61a9c..09ab5823ab27 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,4 +1,2 @@
-DIST setuptools_scm-6.0.1.tar.gz 51433 BLAKE2B 
7045eec0c1a43d6c93c94e0b2799f0d000cda509fa0df9ee9a638b95383f07fe430b07c3bf72fdc4809563ac289521976956f728a4b2984921fa31532bb7ed8b
 SHA512 
db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314
 DIST setuptools_scm-6.3.2.tar.gz 57207 BLAKE2B 
4291f3810dc5ea111a6bad1bf37c8704a7eb6cdd112ea476d629d6175c43cc7d8f78d450181c0e588a5f3fc0fc092fedb41fcb6e198a42f730f9fc6b8d96e343
 SHA512 
9a16552803ef92367ad71007cf322737b5baa58b924083f04c860875bf6cb2e2bb4f43a7f89778b040c2eb55c5d32de479a918056519339820c6d0f1a6a386f0
-DIST setuptools_scm-6.4.0.tar.gz 61142 BLAKE2B 
752f6c541b05e5d63c66c20a3458e615fc774a4781f92a02aae37a64d971af536586cec3fabac8d5efebe3cf95c18c3e323ad650b4bd8c96a2b4a7808987bd7e
 SHA512 
1e11de29f73c48b93fe5c81b7d8ed5c75c0647dad39de53f2fdf334e6c731a8baa7744ea3c797d2aa95c4d456fff2c9a937cccf9eaa1af8a4c47e1f136328b54
 DIST setuptools_scm-6.4.1.tar.gz 61255 BLAKE2B 
984b60de24e3090bfa7284ef91f40cfb8481cd9008d57012564e6631727dc1e1bb6820265a4fd3576581ce836224599bdd8ddef73446ddc3040e51ddad4b6140
 SHA512 
b4d16fc9f352d7fccf18853aee2e80c2bd048fe46753fe5c099542253cf30e0d087be6dfec846aed0b8182238494ef63482dcd75781e285312a9f7547c11

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild
deleted file mode 100644
index c333450a2173..
--- a/dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Manage versions by scm tags via setuptools"
-HOMEPAGE="
-   https://github.com/pypa/setuptools_scm/
-   https://pypi.org/project/setuptools-scm/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="dev-python/toml[${PYTHON_USEDEP}]"
-BDEPEND="
-   !!https://github.com/pypa/setuptools_scm/
-   https://pypi.org/project/setuptools-scm/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   !!dev-python/virtualenv-20[${PYTHON_USEDEP}]
-   dev-vcs/git
-   !sparc? ( dev-vcs/mercurial )
-   )"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # fetching from the Internet
-   testing/test_regressions.py::test_pip_download
-   testing/test_setuptools_support.py
-   # known broken; https://github.com/pypa/setuptools_scm/issues/668
-   testing/test_integration.py::test_provides_toml_exta
-)



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

2022-01-18 Thread Michał Górny
commit: cae6305e204643b3ac16d72fccf8660d42897819
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:14:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae6305e

dev-python/setuptools_scm: Bump to 6.4.1

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-6.4.1.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index a4b0015176ff..18af30b61a9c 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,3 +1,4 @@
 DIST setuptools_scm-6.0.1.tar.gz 51433 BLAKE2B 
7045eec0c1a43d6c93c94e0b2799f0d000cda509fa0df9ee9a638b95383f07fe430b07c3bf72fdc4809563ac289521976956f728a4b2984921fa31532bb7ed8b
 SHA512 
db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314
 DIST setuptools_scm-6.3.2.tar.gz 57207 BLAKE2B 
4291f3810dc5ea111a6bad1bf37c8704a7eb6cdd112ea476d629d6175c43cc7d8f78d450181c0e588a5f3fc0fc092fedb41fcb6e198a42f730f9fc6b8d96e343
 SHA512 
9a16552803ef92367ad71007cf322737b5baa58b924083f04c860875bf6cb2e2bb4f43a7f89778b040c2eb55c5d32de479a918056519339820c6d0f1a6a386f0
 DIST setuptools_scm-6.4.0.tar.gz 61142 BLAKE2B 
752f6c541b05e5d63c66c20a3458e615fc774a4781f92a02aae37a64d971af536586cec3fabac8d5efebe3cf95c18c3e323ad650b4bd8c96a2b4a7808987bd7e
 SHA512 
1e11de29f73c48b93fe5c81b7d8ed5c75c0647dad39de53f2fdf334e6c731a8baa7744ea3c797d2aa95c4d456fff2c9a937cccf9eaa1af8a4c47e1f136328b54
+DIST setuptools_scm-6.4.1.tar.gz 61255 BLAKE2B 
984b60de24e3090bfa7284ef91f40cfb8481cd9008d57012564e6631727dc1e1bb6820265a4fd3576581ce836224599bdd8ddef73446ddc3040e51ddad4b6140
 SHA512 
b4d16fc9f352d7fccf18853aee2e80c2bd048fe46753fe5c099542253cf30e0d087be6dfec846aed0b8182238494ef63482dcd75781e285312a9f7547c11

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.4.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.4.1.ebuild
new file mode 100644
index ..6b46444cf800
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-6.4.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/tomli[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   !!dev-python/virtualenv-20[${PYTHON_USEDEP}]
+   dev-vcs/git
+   !sparc? ( dev-vcs/mercurial )
+   )"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # fetching from the Internet
+   testing/test_regressions.py::test_pip_download
+   testing/test_setuptools_support.py
+)



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

2022-01-18 Thread Michał Górny
commit: 4d86a3459a4f1242543dd94ffca52632a4961f09
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 09:04:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 09:51:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d86a345

dev-python/setuptools_scm: Bump to 6.4.0

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-6.4.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 648021aa201f..a4b0015176ff 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1,3 @@
 DIST setuptools_scm-6.0.1.tar.gz 51433 BLAKE2B 
7045eec0c1a43d6c93c94e0b2799f0d000cda509fa0df9ee9a638b95383f07fe430b07c3bf72fdc4809563ac289521976956f728a4b2984921fa31532bb7ed8b
 SHA512 
db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314
 DIST setuptools_scm-6.3.2.tar.gz 57207 BLAKE2B 
4291f3810dc5ea111a6bad1bf37c8704a7eb6cdd112ea476d629d6175c43cc7d8f78d450181c0e588a5f3fc0fc092fedb41fcb6e198a42f730f9fc6b8d96e343
 SHA512 
9a16552803ef92367ad71007cf322737b5baa58b924083f04c860875bf6cb2e2bb4f43a7f89778b040c2eb55c5d32de479a918056519339820c6d0f1a6a386f0
+DIST setuptools_scm-6.4.0.tar.gz 61142 BLAKE2B 
752f6c541b05e5d63c66c20a3458e615fc774a4781f92a02aae37a64d971af536586cec3fabac8d5efebe3cf95c18c3e323ad650b4bd8c96a2b4a7808987bd7e
 SHA512 
1e11de29f73c48b93fe5c81b7d8ed5c75c0647dad39de53f2fdf334e6c731a8baa7744ea3c797d2aa95c4d456fff2c9a937cccf9eaa1af8a4c47e1f136328b54

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.4.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.4.0.ebuild
new file mode 100644
index ..12fb994eaec5
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-6.4.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/tomli[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   !!dev-python/virtualenv-20[${PYTHON_USEDEP}]
+   dev-vcs/git
+   !sparc? ( dev-vcs/mercurial )
+   )"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # fetching from the Internet
+   testing/test_regressions.py::test_pip_download
+   testing/test_setuptools_support.py
+   # known broken; https://github.com/pypa/setuptools_scm/issues/668
+   testing/test_integration.py::test_provides_toml_exta
+)



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

2021-10-09 Thread Michał Górny
commit: d8146c3cfd3337602df6731127c15a7925d0128a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  9 19:26:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  9 19:31:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8146c3c

dev-python/setuptools_scm: Remove old

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

 dev-python/setuptools_scm/Manifest |  1 -
 .../setuptools_scm/setuptools_scm-6.3.0-r1.ebuild  | 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 837a70d2970..648021aa201 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,3 +1,2 @@
 DIST setuptools_scm-6.0.1.tar.gz 51433 BLAKE2B 
7045eec0c1a43d6c93c94e0b2799f0d000cda509fa0df9ee9a638b95383f07fe430b07c3bf72fdc4809563ac289521976956f728a4b2984921fa31532bb7ed8b
 SHA512 
db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314
-DIST setuptools_scm-6.3.0.tar.gz 57117 BLAKE2B 
c0190e4d8f10f05fb6413d651ca15133cef4474bd460ab3bdda4b81d3410078cf9cf20e40de042bda29fe0b99c409b6d934c3d6a648350688f5b4496eabecefc
 SHA512 
c3751d27345b9423b9fe7eec15fbf6c3e3bc19679b7960a589bdcb729a53b5dba40be27878f87dc0d908fae190ef8db76ee19379e0d6dd5cb00b44950cae3896
 DIST setuptools_scm-6.3.2.tar.gz 57207 BLAKE2B 
4291f3810dc5ea111a6bad1bf37c8704a7eb6cdd112ea476d629d6175c43cc7d8f78d450181c0e588a5f3fc0fc092fedb41fcb6e198a42f730f9fc6b8d96e343
 SHA512 
9a16552803ef92367ad71007cf322737b5baa58b924083f04c860875bf6cb2e2bb4f43a7f89778b040c2eb55c5d32de479a918056519339820c6d0f1a6a386f0

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.3.0-r1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.3.0-r1.ebuild
deleted file mode 100644
index 11ac1212f1e..000
--- a/dev-python/setuptools_scm/setuptools_scm-6.3.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Manage versions by scm tags via setuptools"
-HOMEPAGE="
-   https://github.com/pypa/setuptools_scm/
-   https://pypi.org/project/setuptools-scm/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   !!

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

2021-10-09 Thread Sam James
commit: 64d6602b8e4e0ccde0bc9854ef618ee78af77aa9
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  9 19:16:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  9 19:17:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d6602b

dev-python/setuptools_scm: Stabilize 6.3.2 ALLARCHES, #817092

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild
index 11ac1212f1e..12237365893 100644
--- a/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2021-09-11 Thread Michał Górny
commit: 48b5989e621b3ffe762c1912085572a508dec568
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 11 21:46:05 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 11 22:08:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b5989e

dev-python/setuptools_scm: Bump to 6.3.2

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-6.3.2.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 54bc23aa323..837a70d2970 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1,3 @@
 DIST setuptools_scm-6.0.1.tar.gz 51433 BLAKE2B 
7045eec0c1a43d6c93c94e0b2799f0d000cda509fa0df9ee9a638b95383f07fe430b07c3bf72fdc4809563ac289521976956f728a4b2984921fa31532bb7ed8b
 SHA512 
db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314
 DIST setuptools_scm-6.3.0.tar.gz 57117 BLAKE2B 
c0190e4d8f10f05fb6413d651ca15133cef4474bd460ab3bdda4b81d3410078cf9cf20e40de042bda29fe0b99c409b6d934c3d6a648350688f5b4496eabecefc
 SHA512 
c3751d27345b9423b9fe7eec15fbf6c3e3bc19679b7960a589bdcb729a53b5dba40be27878f87dc0d908fae190ef8db76ee19379e0d6dd5cb00b44950cae3896
+DIST setuptools_scm-6.3.2.tar.gz 57207 BLAKE2B 
4291f3810dc5ea111a6bad1bf37c8704a7eb6cdd112ea476d629d6175c43cc7d8f78d450181c0e588a5f3fc0fc092fedb41fcb6e198a42f730f9fc6b8d96e343
 SHA512 
9a16552803ef92367ad71007cf322737b5baa58b924083f04c860875bf6cb2e2bb4f43a7f89778b040c2eb55c5d32de479a918056519339820c6d0f1a6a386f0

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild
new file mode 100644
index 000..11ac1212f1e
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-6.3.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/tomli[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   !!

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

2021-09-03 Thread Arthur Zamarin
commit: 0c76b447cd1be9cf611f649970851750304d9ca6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  3 19:01:50 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  3 19:01:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c76b447

dev-python/setuptools_scm: add missing dep on packaging

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../{setuptools_scm-6.3.0.ebuild => setuptools_scm-6.3.0-r1.ebuild}  | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.3.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.3.0-r1.ebuild
similarity index 92%
rename from dev-python/setuptools_scm/setuptools_scm-6.3.0.ebuild
rename to dev-python/setuptools_scm/setuptools_scm-6.3.0-r1.ebuild
index 4a02bc11ee5..11ac1212f1e 100644
--- a/dev-python/setuptools_scm/setuptools_scm-6.3.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-6.3.0-r1.ebuild
@@ -19,7 +19,10 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
-RDEPEND="dev-python/tomli[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/tomli[${PYTHON_USEDEP}]
+"
 BDEPEND="
!!

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

2021-09-03 Thread Arthur Zamarin
commit: 8882e54abf78d3af69faed5844e3ad441482f23e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  3 15:10:01 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  3 15:42:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8882e54a

dev-python/setuptools_scm: add 6.3.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-6.3.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 28cf9eebb53..9637a6be0a3 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,3 +1,4 @@
 DIST setuptools_scm-6.0.1.tar.gz 51433 BLAKE2B 
7045eec0c1a43d6c93c94e0b2799f0d000cda509fa0df9ee9a638b95383f07fe430b07c3bf72fdc4809563ac289521976956f728a4b2984921fa31532bb7ed8b
 SHA512 
db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314
 DIST setuptools_scm-6.1.0.tar.gz 55618 BLAKE2B 
b1bdf0c2faa34eb77b378908fcd73670b2f1918552b62b0bd6a0359af00508485ddc91704966e4e862255b3c4e93492210741a60da41a8f09f9cd6c660e1aa8a
 SHA512 
d9359936e22f8c0bc207def147283d79321ff0f26ba75661afd593edb3c41a06d057317f09bb5b8ef013e95b1aa5911372d4aeb3c7a05bd012ff24bdbf479073
 DIST setuptools_scm-6.2.0.tar.gz 54691 BLAKE2B 
2564e4b3e888b0b24ed053bc85311062d8bafc07b12cdfd5ade2b5c276537bfa473377905282b4eb4901f13873e6319dc05fb12a07ae4525d89814b4edd84d57
 SHA512 
33c0a7c4be0df296dd859989f94db6eddf553e37e5580abe1dda63c33054e709a672a5eb9dc6f262f482f4d2a5507511aa0332022d46943251b5c522dff7c840
+DIST setuptools_scm-6.3.0.tar.gz 57117 BLAKE2B 
c0190e4d8f10f05fb6413d651ca15133cef4474bd460ab3bdda4b81d3410078cf9cf20e40de042bda29fe0b99c409b6d934c3d6a648350688f5b4496eabecefc
 SHA512 
c3751d27345b9423b9fe7eec15fbf6c3e3bc19679b7960a589bdcb729a53b5dba40be27878f87dc0d908fae190ef8db76ee19379e0d6dd5cb00b44950cae3896

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.3.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.3.0.ebuild
new file mode 100644
index 000..4a02bc11ee5
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-6.3.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="dev-python/tomli[${PYTHON_USEDEP}]"
+BDEPEND="
+   !!

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

2021-08-28 Thread Michał Górny
commit: 5f705ae3051a9469aab7a6994b5e59d5261d5f55
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 28 06:04:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 28 06:53:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f705ae3

dev-python/setuptools_scm: Bump to 6.2.0

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-6.2.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index d9a284c2a53..28cf9eebb53 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1,3 @@
 DIST setuptools_scm-6.0.1.tar.gz 51433 BLAKE2B 
7045eec0c1a43d6c93c94e0b2799f0d000cda509fa0df9ee9a638b95383f07fe430b07c3bf72fdc4809563ac289521976956f728a4b2984921fa31532bb7ed8b
 SHA512 
db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314
 DIST setuptools_scm-6.1.0.tar.gz 55618 BLAKE2B 
b1bdf0c2faa34eb77b378908fcd73670b2f1918552b62b0bd6a0359af00508485ddc91704966e4e862255b3c4e93492210741a60da41a8f09f9cd6c660e1aa8a
 SHA512 
d9359936e22f8c0bc207def147283d79321ff0f26ba75661afd593edb3c41a06d057317f09bb5b8ef013e95b1aa5911372d4aeb3c7a05bd012ff24bdbf479073
+DIST setuptools_scm-6.2.0.tar.gz 54691 BLAKE2B 
2564e4b3e888b0b24ed053bc85311062d8bafc07b12cdfd5ade2b5c276537bfa473377905282b4eb4901f13873e6319dc05fb12a07ae4525d89814b4edd84d57
 SHA512 
33c0a7c4be0df296dd859989f94db6eddf553e37e5580abe1dda63c33054e709a672a5eb9dc6f262f482f4d2a5507511aa0332022d46943251b5c522dff7c840

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.2.0.ebuild
new file mode 100644
index 000..ab8618cba7d
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-6.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="dev-python/tomli[${PYTHON_USEDEP}]"
+BDEPEND="
+   !!

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

2021-08-27 Thread Michał Górny
commit: 9371e778caffa0260505349ebefc2fa4db3b5b32
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 27 07:20:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 27 07:28:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9371e778

dev-python/setuptools_scm: Bump to 6.1.0

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-6.1.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index a62460144a2..d9a284c2a53 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1 +1,2 @@
 DIST setuptools_scm-6.0.1.tar.gz 51433 BLAKE2B 
7045eec0c1a43d6c93c94e0b2799f0d000cda509fa0df9ee9a638b95383f07fe430b07c3bf72fdc4809563ac289521976956f728a4b2984921fa31532bb7ed8b
 SHA512 
db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314
+DIST setuptools_scm-6.1.0.tar.gz 55618 BLAKE2B 
b1bdf0c2faa34eb77b378908fcd73670b2f1918552b62b0bd6a0359af00508485ddc91704966e4e862255b3c4e93492210741a60da41a8f09f9cd6c660e1aa8a
 SHA512 
d9359936e22f8c0bc207def147283d79321ff0f26ba75661afd593edb3c41a06d057317f09bb5b8ef013e95b1aa5911372d4aeb3c7a05bd012ff24bdbf479073

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.1.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.1.0.ebuild
new file mode 100644
index 000..ab8618cba7d
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-6.1.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="dev-python/tomli[${PYTHON_USEDEP}]"
+BDEPEND="
+   !!

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

2021-08-13 Thread Michał Górny
commit: 081d29d0abafd26e11be436b7e4b9c9a9f269c69
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 13 06:42:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 13 06:57:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081d29d0

dev-python/setuptools_scm: Add EAPI upgrade note

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

 dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild
index c1bd0098b53..c333450a217 100644
--- a/dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend



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

2021-05-17 Thread Sam James
commit: 7e1efe680529b7bd154b0301624304ff76233b3e
Author: Sam James  gentoo  org>
AuthorDate: Mon May 17 23:07:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 17 23:07:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1efe68

dev-python/setuptools_scm: add dev-python/toml runtime dependency

Not just needed for tests.

Reported-by: Magnus Granberg  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../{setuptools_scm-6.0.1.ebuild => setuptools_scm-6.0.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.0.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild
similarity index 95%
rename from dev-python/setuptools_scm/setuptools_scm-6.0.1.ebuild
rename to dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild
index 7d72f211f02..c1bd0098b53 100644
--- a/dev-python/setuptools_scm/setuptools_scm-6.0.1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-6.0.1-r1.ebuild
@@ -18,10 +18,10 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
+RDEPEND="dev-python/toml[${PYTHON_USEDEP}]"
 BDEPEND="
!!

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

2021-05-05 Thread Michał Górny
commit: b96b185a75fa30d372a7ac2cebf7400ae0846e0e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  5 13:34:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  5 17:05:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96b185a

dev-python/setuptools_scm: Enable python3.10

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.0.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.0.1.ebuild
index 91f07f977c4..7d72f211f02 100644
--- a/dev-python/setuptools_scm/setuptools_scm-6.0.1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-6.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 



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

2021-04-05 Thread Michał Górny
commit: ee15c883afe33147c0342e7a02501a2808a1e978
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  5 17:58:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  5 17:58:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee15c883

dev-python/setuptools_scm: Remove old

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

 dev-python/setuptools_scm/Manifest |  2 -
 .../setuptools_scm/setuptools_scm-5.0.1.ebuild | 43 --
 .../setuptools_scm/setuptools_scm-5.0.2.ebuild | 37 ---
 3 files changed, 82 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 6f3ebe084fa..a62460144a2 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,3 +1 @@
-DIST setuptools_scm-5.0.1.tar.gz 51679 BLAKE2B 
33f43b437b675291ded4408dd5e68ffbf4615938f963516c0047ead023b2f2a50b28a0d91c7c72a8bdff678d9b8b292aeec36bf418b43f8d039f13560b1fbeb6
 SHA512 
055403539a26caeb119f3d6623e7b32ef52ccc11a39757fdd9b265ba191265346be5a062a5926a381ba47bbd1a666ffa632653ee6055050689cc38fe0f90cd0f
-DIST setuptools_scm-5.0.2.tar.gz 52273 BLAKE2B 
a4166b293f26161be8748f0c4b819dba0c03186a95d0c06b6fd6fdee7910de60e034ab81f6f1d89f7a1b47381441deb8a38d05421aef3287b35705bbddee33ee
 SHA512 
1e92d03e2d8473425c146a885eb641e98895c43afebcd3c66c1455ace2d81f187b87681072f8aacc5e8be166577f00138cc7c53e4b7d77cb1b598f835b72b010
 DIST setuptools_scm-6.0.1.tar.gz 51433 BLAKE2B 
7045eec0c1a43d6c93c94e0b2799f0d000cda509fa0df9ee9a638b95383f07fe430b07c3bf72fdc4809563ac289521976956f728a4b2984921fa31532bb7ed8b
 SHA512 
db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314

diff --git a/dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild
deleted file mode 100644
index 11d71a36698..000
--- a/dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Manage versions by scm tags via setuptools"
-HOMEPAGE="
-   https://github.com/pypa/setuptools_scm/
-   https://pypi.org/project/setuptools-scm/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   !!https://github.com/pypa/setuptools_scm/
-   https://pypi.org/project/setuptools-scm/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-BDEPEND="
-   !!

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

2021-03-17 Thread Michał Górny
commit: 902b48f0f1e96150699fbba8a86b80ca54c95b41
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 16:25:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 17 19:35:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902b48f0

dev-python/setuptools_scm: Bump to 6.0.1

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-6.0.1.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 00476fe566a..6f3ebe084fa 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1,3 @@
 DIST setuptools_scm-5.0.1.tar.gz 51679 BLAKE2B 
33f43b437b675291ded4408dd5e68ffbf4615938f963516c0047ead023b2f2a50b28a0d91c7c72a8bdff678d9b8b292aeec36bf418b43f8d039f13560b1fbeb6
 SHA512 
055403539a26caeb119f3d6623e7b32ef52ccc11a39757fdd9b265ba191265346be5a062a5926a381ba47bbd1a666ffa632653ee6055050689cc38fe0f90cd0f
 DIST setuptools_scm-5.0.2.tar.gz 52273 BLAKE2B 
a4166b293f26161be8748f0c4b819dba0c03186a95d0c06b6fd6fdee7910de60e034ab81f6f1d89f7a1b47381441deb8a38d05421aef3287b35705bbddee33ee
 SHA512 
1e92d03e2d8473425c146a885eb641e98895c43afebcd3c66c1455ace2d81f187b87681072f8aacc5e8be166577f00138cc7c53e4b7d77cb1b598f835b72b010
+DIST setuptools_scm-6.0.1.tar.gz 51433 BLAKE2B 
7045eec0c1a43d6c93c94e0b2799f0d000cda509fa0df9ee9a638b95383f07fe430b07c3bf72fdc4809563ac289521976956f728a4b2984921fa31532bb7ed8b
 SHA512 
db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.0.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.0.1.ebuild
new file mode 100644
index 000..07d1b065978
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-6.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   !!

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

2021-03-05 Thread Michał Górny
commit: 8812ac5eca6a15128735f2c08ec5d328e69c5de7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  5 09:56:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  5 10:13:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8812ac5e

dev-python/setuptools_scm: Bump to 5.0.2

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-5.0.2.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 6ce4d008407..00476fe566a 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1 +1,2 @@
 DIST setuptools_scm-5.0.1.tar.gz 51679 BLAKE2B 
33f43b437b675291ded4408dd5e68ffbf4615938f963516c0047ead023b2f2a50b28a0d91c7c72a8bdff678d9b8b292aeec36bf418b43f8d039f13560b1fbeb6
 SHA512 
055403539a26caeb119f3d6623e7b32ef52ccc11a39757fdd9b265ba191265346be5a062a5926a381ba47bbd1a666ffa632653ee6055050689cc38fe0f90cd0f
+DIST setuptools_scm-5.0.2.tar.gz 52273 BLAKE2B 
a4166b293f26161be8748f0c4b819dba0c03186a95d0c06b6fd6fdee7910de60e034ab81f6f1d89f7a1b47381441deb8a38d05421aef3287b35705bbddee33ee
 SHA512 
1e92d03e2d8473425c146a885eb641e98895c43afebcd3c66c1455ace2d81f187b87681072f8aacc5e8be166577f00138cc7c53e4b7d77cb1b598f835b72b010

diff --git a/dev-python/setuptools_scm/setuptools_scm-5.0.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-5.0.2.ebuild
new file mode 100644
index 000..07d1b065978
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-5.0.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   !!

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

2021-03-02 Thread Michał Górny
commit: 466abf3869486816872c1e2738420f94783c99b4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  2 08:33:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  2 08:43:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466abf38

dev-python/setuptools_scm: Remove old

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

 dev-python/setuptools_scm/Manifest |  2 -
 .../setuptools_scm/setuptools_scm-4.1.2-r1.ebuild  | 41 -
 .../setuptools_scm/setuptools_scm-5.0.0.ebuild | 43 --
 3 files changed, 86 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 4ded01287b4..6ce4d008407 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,3 +1 @@
-DIST setuptools_scm-4.1.2.tar.gz 48784 BLAKE2B 
258fab119d3c37c17bd173e4ac34d338a222cee5f55f6b4756f2cb7feeb09e366f8578eead56caeeebc02d1b048199c0b560609e5aecacb23870398ae86f0cf7
 SHA512 
3d9d1e0479f00f6159b57f9e5b24e34df035d2009ec50d3779c77b1246aabc6d816f2a2d3e6651791316009e39dfcc8a1b84b779077c39501b9de5740abe6af6
-DIST setuptools_scm-5.0.0.tar.gz 51575 BLAKE2B 
60f1faefe48eda74836ad4927fa851b014a7ead7da1dcd04d102052944fb4f48e18680b9e334d2c3578fa610b3ef7efc76bb0cfc9feb0fe51868290a7abcf180
 SHA512 
4e8dcb1528e48e76804e3c5eec97f2052b509b672d2671545e1dcd6a1c9604bfd1ad32fc7aecc5f4c48841dda0e36b083632463b2f14b263e857482ab4df19f6
 DIST setuptools_scm-5.0.1.tar.gz 51679 BLAKE2B 
33f43b437b675291ded4408dd5e68ffbf4615938f963516c0047ead023b2f2a50b28a0d91c7c72a8bdff678d9b8b292aeec36bf418b43f8d039f13560b1fbeb6
 SHA512 
055403539a26caeb119f3d6623e7b32ef52ccc11a39757fdd9b265ba191265346be5a062a5926a381ba47bbd1a666ffa632653ee6055050689cc38fe0f90cd0f

diff --git a/dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.ebuild
deleted file mode 100644
index 290fb25aa14..000
--- a/dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Manage versions by scm tags via setuptools"
-HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   !!https://github.com/pypa/setuptools_scm/
-   https://pypi.org/project/setuptools-scm/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   !!

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

2021-03-01 Thread Sam James
commit: 510c2c094b331da1985ed7528de94f2a26952a36
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  2 01:52:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  2 01:52:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510c2c09

dev-python/setuptools_scm: Stabilize 5.0.1 ALLARCHES, #773868

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild
index 99104ac7192..11d71a36698 100644
--- a/dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-01-06 Thread Fabian Groffen
commit: 3008ab88ec2f16e4ce480b6a62fdfb7bf6b799df
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 22:21:42 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 22:21:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3008ab88

dev-python/setuptools_scm: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.ebuild | 4 ++--
 dev-python/setuptools_scm/setuptools_scm-5.0.0.ebuild| 4 ++--
 dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.ebuild
index 5e12d165c1f..86b52a9c689 100644
--- a/dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.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="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-python/setuptools_scm/setuptools_scm-5.0.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-5.0.0.ebuild
index 4235e649c0d..f46e1f26b7f 100644
--- a/dev-python/setuptools_scm/setuptools_scm-5.0.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-5.0.0.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
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild
index 4235e649c0d..f46e1f26b7f 100644
--- a/dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-5.0.1.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
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-12-14 Thread Michał Górny
commit: 3fdfed4575cb637d2cd84fe328b8a9df10e1409c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 14 08:28:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 14 08:35:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdfed45

dev-python/setuptools_scm: Bump to 5.0.1

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-5.0.1.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index c191c7bc40e..4ded01287b4 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1,3 @@
 DIST setuptools_scm-4.1.2.tar.gz 48784 BLAKE2B 
258fab119d3c37c17bd173e4ac34d338a222cee5f55f6b4756f2cb7feeb09e366f8578eead56caeeebc02d1b048199c0b560609e5aecacb23870398ae86f0cf7
 SHA512 
3d9d1e0479f00f6159b57f9e5b24e34df035d2009ec50d3779c77b1246aabc6d816f2a2d3e6651791316009e39dfcc8a1b84b779077c39501b9de5740abe6af6
 DIST setuptools_scm-5.0.0.tar.gz 51575 BLAKE2B 
60f1faefe48eda74836ad4927fa851b014a7ead7da1dcd04d102052944fb4f48e18680b9e334d2c3578fa610b3ef7efc76bb0cfc9feb0fe51868290a7abcf180
 SHA512 
4e8dcb1528e48e76804e3c5eec97f2052b509b672d2671545e1dcd6a1c9604bfd1ad32fc7aecc5f4c48841dda0e36b083632463b2f14b263e857482ab4df19f6
+DIST setuptools_scm-5.0.1.tar.gz 51679 BLAKE2B 
33f43b437b675291ded4408dd5e68ffbf4615938f963516c0047ead023b2f2a50b28a0d91c7c72a8bdff678d9b8b292aeec36bf418b43f8d039f13560b1fbeb6
 SHA512 
055403539a26caeb119f3d6623e7b32ef52ccc11a39757fdd9b265ba191265346be5a062a5926a381ba47bbd1a666ffa632653ee6055050689cc38fe0f90cd0f

diff --git a/dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild
new file mode 100644
index 000..4235e649c0d
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-5.0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   !!

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

2020-12-13 Thread Michał Górny
commit: 0379318464583f9f19be12a47710584feb2d8685
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 13 07:57:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 13 12:12:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03793184

dev-python/setuptools_scm: Bump to 5.0.0

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-5.0.0.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index ee75f20f9a6..c191c7bc40e 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1 +1,2 @@
 DIST setuptools_scm-4.1.2.tar.gz 48784 BLAKE2B 
258fab119d3c37c17bd173e4ac34d338a222cee5f55f6b4756f2cb7feeb09e366f8578eead56caeeebc02d1b048199c0b560609e5aecacb23870398ae86f0cf7
 SHA512 
3d9d1e0479f00f6159b57f9e5b24e34df035d2009ec50d3779c77b1246aabc6d816f2a2d3e6651791316009e39dfcc8a1b84b779077c39501b9de5740abe6af6
+DIST setuptools_scm-5.0.0.tar.gz 51575 BLAKE2B 
60f1faefe48eda74836ad4927fa851b014a7ead7da1dcd04d102052944fb4f48e18680b9e334d2c3578fa610b3ef7efc76bb0cfc9feb0fe51868290a7abcf180
 SHA512 
4e8dcb1528e48e76804e3c5eec97f2052b509b672d2671545e1dcd6a1c9604bfd1ad32fc7aecc5f4c48841dda0e36b083632463b2f14b263e857482ab4df19f6

diff --git a/dev-python/setuptools_scm/setuptools_scm-5.0.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-5.0.0.ebuild
new file mode 100644
index 000..0fd2fda28e7
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-5.0.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   !!

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

2020-12-13 Thread Michał Górny
commit: 4bf3a0d88f1620ff6e4f365e1bee85796c6aa1ae
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 13 08:08:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 13 12:12:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf3a0d8

dev-python/setuptools_scm: Remove dead remote-id

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

 dev-python/setuptools_scm/metadata.xml| 3 +--
 dev-python/setuptools_scm/setuptools_scm-5.0.0.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/setuptools_scm/metadata.xml 
b/dev-python/setuptools_scm/metadata.xml
index 4e6fc4d6b40..551e4c06357 100644
--- a/dev-python/setuptools_scm/metadata.xml
+++ b/dev-python/setuptools_scm/metadata.xml
@@ -7,8 +7,7 @@



-   setuptools_scm
-   pypa/setuptools_scm
+   setuptools-scm
pypa/setuptools_scm

 

diff --git a/dev-python/setuptools_scm/setuptools_scm-5.0.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-5.0.0.ebuild
index 0fd2fda28e7..4235e649c0d 100644
--- a/dev-python/setuptools_scm/setuptools_scm-5.0.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-5.0.0.ebuild
@@ -9,7 +9,9 @@ PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Manage versions by scm tags via setuptools"
-HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2020-10-08 Thread Fabian Groffen
commit: 0e838c83e22fe215f8729201bf25bb0731434e14
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Oct  8 11:29:49 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Oct  8 11:29:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e838c83

dev-python/setuptools_scm-4.1.2-r1: add Prefix keywords

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Fabian Groffen  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.ebuild
index 0682115f53b..5e12d165c1f 100644
--- a/dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-09-20 Thread Michał Górny
commit: dd0c778bddca9abb6022c8781e9f7fefebab558c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 20 15:34:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 20 15:38:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd0c778b

dev-python/setuptools_scm: Remove python2

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

 .../{setuptools_scm-4.1.2.ebuild => setuptools_scm-4.1.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.ebuild
similarity index 95%
rename from dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild
rename to dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.ebuild
index 69cfab169ee..0682115f53b 100644
--- a/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-4.1.2-r1.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_scm/

2020-07-11 Thread Michał Górny
commit: 558e2c9fb7f8f763ccb0159396812a888b595319
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 11 08:27:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 11 08:39:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558e2c9f

dev-python/setuptools_scm: Stabilize 4.1.2 ALLARCHES, #731576

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild
index bc5b3d0b25a..c00fd3c90d9 100644
--- a/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-09 Thread Agostino Sarubbo
commit: 1115b808e2f23ee3cb55b9683e010cfe6ac5c7a7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  9 08:40:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  9 08:40:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1115b808

dev-python/setuptools_scm: sparc stable wrt bug #731576

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild
index 32fefa99144..203411394dd 100644
--- a/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-09 Thread Agostino Sarubbo
commit: ed8b848c6a96b1fafc588acf339d28fd5941c5aa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  9 08:34:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  9 08:34:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8b848c

dev-python/setuptools_scm: s390 stable wrt bug #731576

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild
index 96001b11ecc..32fefa99144 100644
--- a/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-05-31 Thread Michał Górny
commit: 61567ead234279e44685f68c95671fb94a7702ab
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 31 20:44:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 31 21:00:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61567ead

dev-python/setuptools_scm: Bump to 4.1.2

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-4.1.2.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 8acc80ffa98..bc8aa2a0af8 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,3 +1,4 @@
 DIST setuptools_scm-3.5.0.tar.gz 46272 BLAKE2B 
132711c8312dfbe48f9e2d3d7fcd0a86b057bbcf9a5f6b2e61afe018e116a4df96c3bf5cddf067bc92b96915f70182013749ce65b8fa5feb92ccef903859ee3f
 SHA512 
f7e2cdae7a8a3d5ef3d12effcda5ce7f362c426e11aecaef69ef604bede9abbab2aa1eee6f5310cdd72a9bf11a927dbd1f42671e28bd467ad7b15f2dba5b81d9
 DIST setuptools_scm-4.1.0.tar.gz 48740 BLAKE2B 
70c7530af963ad49c013f65a2279a76aa8f1ec6809fe463f95803011ecc6725cb18154f6c49f0a976e86a8c60cface13d1caecfa61a51acfa1775df291870e30
 SHA512 
96f8f3668f4efdb47f422ec33a417d8ad67697b953788757f7557ac3c8910425ff6f9438e2b724bbbd542da1f736dc1f5e02eb5305935d87bb9c4b943aff2f16
 DIST setuptools_scm-4.1.1.tar.gz 48784 BLAKE2B 
3e9fe54ccd622ccb6fbc48edc0ad58fc32f8b81fbcb985c5308ac2cd6721544d16f704b0f8cc16393aaa9e034638fb8ee974f010a08bb37b5af936f48a6a4888
 SHA512 
acc44de4a5096adc34ecb67bbcfdaf7fd80954b1595c34a0cb8291ff5bb351a4e3dbbf26832f7f1973ddb834d8bf1caac5caf699eb1b864bf00aeff963bc3fca
+DIST setuptools_scm-4.1.2.tar.gz 48784 BLAKE2B 
258fab119d3c37c17bd173e4ac34d338a222cee5f55f6b4756f2cb7feeb09e366f8578eead56caeeebc02d1b048199c0b560609e5aecacb23870398ae86f0cf7
 SHA512 
3d9d1e0479f00f6159b57f9e5b24e34df035d2009ec50d3779c77b1246aabc6d816f2a2d3e6651791316009e39dfcc8a1b84b779077c39501b9de5740abe6af6

diff --git a/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild
new file mode 100644
index 000..f28a4689c95
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-4.1.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   !!

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

2020-05-27 Thread Michał Górny
commit: 2f612f2cddde42c4c7ddcef4332c31cfb05fbf6d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 06:52:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 07:03:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f612f2c

dev-python/setuptools_scm: Bump to 4.1.1

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-4.1.1.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 6986d67b621..8acc80ffa98 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1,3 @@
 DIST setuptools_scm-3.5.0.tar.gz 46272 BLAKE2B 
132711c8312dfbe48f9e2d3d7fcd0a86b057bbcf9a5f6b2e61afe018e116a4df96c3bf5cddf067bc92b96915f70182013749ce65b8fa5feb92ccef903859ee3f
 SHA512 
f7e2cdae7a8a3d5ef3d12effcda5ce7f362c426e11aecaef69ef604bede9abbab2aa1eee6f5310cdd72a9bf11a927dbd1f42671e28bd467ad7b15f2dba5b81d9
 DIST setuptools_scm-4.1.0.tar.gz 48740 BLAKE2B 
70c7530af963ad49c013f65a2279a76aa8f1ec6809fe463f95803011ecc6725cb18154f6c49f0a976e86a8c60cface13d1caecfa61a51acfa1775df291870e30
 SHA512 
96f8f3668f4efdb47f422ec33a417d8ad67697b953788757f7557ac3c8910425ff6f9438e2b724bbbd542da1f736dc1f5e02eb5305935d87bb9c4b943aff2f16
+DIST setuptools_scm-4.1.1.tar.gz 48784 BLAKE2B 
3e9fe54ccd622ccb6fbc48edc0ad58fc32f8b81fbcb985c5308ac2cd6721544d16f704b0f8cc16393aaa9e034638fb8ee974f010a08bb37b5af936f48a6a4888
 SHA512 
acc44de4a5096adc34ecb67bbcfdaf7fd80954b1595c34a0cb8291ff5bb351a4e3dbbf26832f7f1973ddb834d8bf1caac5caf699eb1b864bf00aeff963bc3fca

diff --git a/dev-python/setuptools_scm/setuptools_scm-4.1.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-4.1.1.ebuild
new file mode 100644
index 000..f28a4689c95
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-4.1.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   !!

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

2020-05-25 Thread Michał Górny
commit: 4f83cfae81e6a2b0df4d82e35a1c186753a54381
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 19:19:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 19:27:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f83cfae

dev-python/setuptools_scm: Bump to 4.1.0

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-4.1.0.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 2b2e246f5e7..6986d67b621 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1 +1,2 @@
 DIST setuptools_scm-3.5.0.tar.gz 46272 BLAKE2B 
132711c8312dfbe48f9e2d3d7fcd0a86b057bbcf9a5f6b2e61afe018e116a4df96c3bf5cddf067bc92b96915f70182013749ce65b8fa5feb92ccef903859ee3f
 SHA512 
f7e2cdae7a8a3d5ef3d12effcda5ce7f362c426e11aecaef69ef604bede9abbab2aa1eee6f5310cdd72a9bf11a927dbd1f42671e28bd467ad7b15f2dba5b81d9
+DIST setuptools_scm-4.1.0.tar.gz 48740 BLAKE2B 
70c7530af963ad49c013f65a2279a76aa8f1ec6809fe463f95803011ecc6725cb18154f6c49f0a976e86a8c60cface13d1caecfa61a51acfa1775df291870e30
 SHA512 
96f8f3668f4efdb47f422ec33a417d8ad67697b953788757f7557ac3c8910425ff6f9438e2b724bbbd542da1f736dc1f5e02eb5305935d87bb9c4b943aff2f16

diff --git a/dev-python/setuptools_scm/setuptools_scm-4.1.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-4.1.0.ebuild
new file mode 100644
index 000..f28a4689c95
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-4.1.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   !!

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

2020-05-25 Thread Michał Górny
commit: fe0b132df4097001050fc5433d586b25c9900d9c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0b132d

dev-python/setuptools_scm: Port to py3.9

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
index 16f8f1a5e59..d433cce4159 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-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_scm/

2020-04-12 Thread Michał Górny
commit: 4204d850d764dca14e99f9aa4a70a95c2021ff11
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 12 15:20:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 12 15:21:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4204d850

dev-python/setuptools_scm: Hard-block ancient versions

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

 dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
index e55f7dfddf3..dfe4c5e8cec 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
@@ -19,6 +19,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
+   !!

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

2020-03-29 Thread Michał Górny
commit: e3941ed6cc07ad09290533f6b8588499225b51e4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 07:55:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 08:19:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3941ed6

dev-python/setuptools_scm: Mark ALLARCHES

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

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

diff --git a/dev-python/setuptools_scm/metadata.xml 
b/dev-python/setuptools_scm/metadata.xml
index 36c2a8fbd06..32674a5d550 100644
--- a/dev-python/setuptools_scm/metadata.xml
+++ b/dev-python/setuptools_scm/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

setuptools_scm
pypa/setuptools_scm



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

2020-03-29 Thread Michał Górny
commit: fe449bde0e2e5edb1e0f5719b103102defad8b41
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 07:56:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 08:19:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe449bde

dev-python/setuptools_scm: Remove redundant versions

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

 dev-python/setuptools_scm/Manifest |  3 --
 .../setuptools_scm/setuptools_scm-1.15.6-r1.ebuild | 38 --
 .../setuptools_scm/setuptools_scm-3.2.0.ebuild | 46 --
 .../setuptools_scm/setuptools_scm-3.4.3.ebuild | 40 ---
 4 files changed, 127 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 23c4b581ea2..2b2e246f5e7 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,4 +1 @@
-DIST setuptools_scm-1.15.6.tar.gz 25779 BLAKE2B 
01d6771c24015f072a46ff1429b964130f370f42a5cd3c634cc1bf9a506ca8547783087a0b9589ed4038168d034dddbe435540cd25a846536dc5a5c116f4168f
 SHA512 
ae91ac28d396215be5418df3b36af726b6f2fb89707424383e920072fe8f9f75f613a99fe406cfbfffc61f9a857a3294259191694899351ef78aebba73d08816
-DIST setuptools_scm-3.2.0.tar.gz 39646 BLAKE2B 
922e2e09a9826e8573900e8d279daf937289f91f8fead5230ea7082d85275d5d988d655854a36afd48d6b621eaa261ac9a0cd486acc115f0e389fb6828645e8b
 SHA512 
1995754654f8bf509ec7f2186857ba0005dbaea0b1c734f521becb9d022c127e7b36f21da8defd5ec9883de5d0d4afe006f9d152c4cefe6beadf8b878e949eb2
-DIST setuptools_scm-3.4.3.tar.gz 45549 BLAKE2B 
89d6438d8edc5efe2a2c435a85f0bf513fbd1af7fee6630ff8b2e542733d8af8f080ac746c949ee45cf97a46077150cdd842ea5252159aedb183f7f562922bb1
 SHA512 
455344ac7dda5c0ac79bdb26bef020cafc116fe59b979601351c78d26806e6e610774979f74762c113926e8b022e7b58513f25010ef7b92e5104fc1b2d552d4e
 DIST setuptools_scm-3.5.0.tar.gz 46272 BLAKE2B 
132711c8312dfbe48f9e2d3d7fcd0a86b057bbcf9a5f6b2e61afe018e116a4df96c3bf5cddf067bc92b96915f70182013749ce65b8fa5feb92ccef903859ee3f
 SHA512 
f7e2cdae7a8a3d5ef3d12effcda5ce7f362c426e11aecaef69ef604bede9abbab2aa1eee6f5310cdd72a9bf11a927dbd1f42671e28bd467ad7b15f2dba5b81d9

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild
deleted file mode 100644
index 84907393f6c..000
--- a/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="package to manage versions by scm tags via setuptools"
-HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="git mercurial test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   git? ( dev-vcs/git )
-   mercurial? ( dev-vcs/mercurial )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   distutils_install_for_testing
-   py.test -v -v -x -k testing/test_basic_api.py || die "tests failed 
under ${EPYTHON}"
-   py.test -v -v -x -k testing/test_functions.py || die "tests failed 
under ${EPYTHON}"
-   py.test -v -v -x -k testing/test_main.py || die "tests failed under 
${EPYTHON}"
-   py.test -v -v -x -k testing/test_regressions.py || die "tests failed 
under ${EPYTHON}"
-   if use git; then
-   py.test -v -v -x -k testing/test_git.py || die "tests failed 
under ${EPYTHON}"
-   fi
-   if use mercurial; then
-   py.test -v -v -x -k testing/test_mercurial.py || die "tests 
failed under ${EPYTHON}"
-   fi
-}

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
deleted file mode 100644
index f5cf1c3d616..000
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="package to manage versions by scm tags via setuptools"
-HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]

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

2020-03-29 Thread Michał Górny
commit: d04fbf9df7970efa4f4c3250346ed779f575c368
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 07:56:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 08:19:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04fbf9d

dev-python/setuptools_scm: Stabilize 3.5.0 ALLARCHES

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

 dev-python/setuptools_scm/metadata.xml| 3 ---
 dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/setuptools_scm/metadata.xml 
b/dev-python/setuptools_scm/metadata.xml
index 32674a5d550..4e6fc4d6b40 100644
--- a/dev-python/setuptools_scm/metadata.xml
+++ b/dev-python/setuptools_scm/metadata.xml
@@ -11,7 +11,4 @@
pypa/setuptools_scm
pypa/setuptools_scm

-   
-   Enables mercurial backend
-   
 

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
index fa4a2dcc6d2..a47f0f4b55c 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-25 Thread Agostino Sarubbo
commit: 9e48ae21fbf19e6ebb4adf8d459eae3ea0e662e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 15:26:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 15:26:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e48ae21

dev-python/setuptools_scm: ia64 stable wrt bug #714510

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
index 36d8303b45a..fe10177fa10 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-25 Thread Agostino Sarubbo
commit: 9b13bd17bf095a5b9f1d3ea0aa83cb2431feb0d6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 14:51:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 14:51:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b13bd17

dev-python/setuptools_scm: ppc64 stable wrt bug #714510

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
index cff2523cff7..36d8303b45a 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-25 Thread Agostino Sarubbo
commit: ba396d282c3a76e664d7e09f329731b197d39fb3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 13:25:59 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 13:27:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba396d28

dev-python/setuptools_scm: ppc stable wrt bug #714510

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
index f74c7981be6..c21a8b504f2 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-25 Thread Agostino Sarubbo
commit: f642bc3ee0967854e47f1c040522c0f30be8da0e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 13:11:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 13:11:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f642bc3e

dev-python/setuptools_scm: arm stable wrt bug #714510

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
index ae8f33abd3c..f74c7981be6 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-25 Thread Agostino Sarubbo
commit: 3da061e93b097c5d4fd1b3b3069a004cff76e048
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 12:35:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 12:35:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da061e9

dev-python/setuptools_scm: sparc stable wrt bug #714510

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
index f5f82882907..ae8f33abd3c 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-25 Thread Agostino Sarubbo
commit: 3c8510c12e2699ad7b502cd75948623f2be1e58a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 12:22:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 12:22:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8510c1

dev-python/setuptools_scm: s390 stable wrt bug #714510

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
index 68327330b08..f5f82882907 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-24 Thread Agostino Sarubbo
commit: 5b8a1eecb531a2b8f897430e16436bdeb3ef4172
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 24 09:56:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 24 09:56:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8a1eec

dev-python/setuptools_scm: s390 stable wrt bug #709572

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
index 4ff800d48d2..342b97f1603 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-22 Thread Sergei Trofimovich
commit: 9424b07996588c76ae80740e3046d331f0c4daf3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Feb 22 12:31:32 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb 22 14:19:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9424b079

dev-python/setuptools_scm: stable 3.4.3 for hppa, bug #709572

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
index f5be8622904..4ff800d48d2 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: 8b72ed066f3c8f23222c3135fd9da4dcc8bb5056
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:25:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:25:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b72ed06

dev-python/setuptools_scm: ppc64 stable wrt bug #709572

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
index 1549ad126f5..f5be8622904 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: 9d27f1aa7171cb5418afe8266e48c2fe7bbd034a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:16:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:16:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d27f1aa

dev-python/setuptools_scm: ia64 stable wrt bug #709572

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
index 1005bbe2034..1549ad126f5 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: b7fdf0fa4e19a065420a0640027ca03adaeb6633
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fdf0fa

dev-python/setuptools_scm: ppc stable wrt bug #709572

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
index c6c9f9dec4c..1005bbe2034 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: 8ff1c4657a2dc985bb699a1424e4bd4df4d4304b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:45:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:45:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff1c465

dev-python/setuptools_scm: arm stable wrt bug #709572

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
index 170f52581dd..c6c9f9dec4c 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-16 Thread Thomas Deutschmann
commit: 9d06114913b6823879a70589f424b3634a1efd74
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:03:59 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d061149

dev-python/setuptools_scm: x86 stable (bug #709572)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
index 56c3b64f3f6..170f52581dd 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-15 Thread Sergei Trofimovich
commit: 999dcb91f801f0425bcc14d0daa6e52ffa126a89
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Feb 15 15:29:23 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb 15 19:29:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999dcb91

dev-python/setuptools_scm: stable 3.4.3 for sparc, bug #709572

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
index 93484fe9a08..56c3b64f3f6 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-15 Thread Mikle Kolyada
commit: 7da8e2b015260ae1bd22a6e9bc4cee959e6018ce
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Feb 15 12:18:40 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Feb 15 12:18:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da8e2b0

dev-python/setuptools_scm: amd64 stable wrt bug #709572

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
index 68327330b08..93484fe9a08 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-13 Thread Michał Górny
commit: acadafbfe8e113b11afdafa678b5e5e2b13316f3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 14 05:41:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 14 07:50:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acadafbf

dev-python/setuptools_scm: Bump to 3.5.0

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-3.5.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 3110da3cb7d..0a7151f2357 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -4,3 +4,4 @@ DIST setuptools_scm-3.2.0.tar.gz 39646 BLAKE2B 
922e2e09a9826e8573900e8d279daf937
 DIST setuptools_scm-3.3.1.tar.gz 40183 BLAKE2B 
417cb000c3edba7da8e92b8fb5b1d906d2ef0170eecc4c0b9d2ea490ef6bad4cbf5ca172bee0fc536c83605d361604c728bf4097f520ef8e62ee2d4f004e3db1
 SHA512 
cd8f3d1e97743097791001197c18a2c8336b9e499a543ec5d1ab6e9b613ef1417b59e34c329507a73c2626506ee892ccaee74dddc5c0950ff71c0bdfba954dc3
 DIST setuptools_scm-3.4.2.tar.gz 45512 BLAKE2B 
4c44b85f36c4b3c5279e17e95fa54916e09a6fe7db359bc366d803796ed975c7cf8d643c5a648f25d822bd6a461c83fc08e987f2a240b15df53f27ac18558031
 SHA512 
bdfe0e1d3952be9f55b9d7a00a8623f58fc3fb81d78baafd80cf0bec43dd89cc6df6de547012d3b4bfcdfc709895b6cc7534adb631990470a015eb1199a99bbf
 DIST setuptools_scm-3.4.3.tar.gz 45549 BLAKE2B 
89d6438d8edc5efe2a2c435a85f0bf513fbd1af7fee6630ff8b2e542733d8af8f080ac746c949ee45cf97a46077150cdd842ea5252159aedb183f7f562922bb1
 SHA512 
455344ac7dda5c0ac79bdb26bef020cafc116fe59b979601351c78d26806e6e610774979f74762c113926e8b022e7b58513f25010ef7b92e5104fc1b2d552d4e
+DIST setuptools_scm-3.5.0.tar.gz 46272 BLAKE2B 
132711c8312dfbe48f9e2d3d7fcd0a86b057bbcf9a5f6b2e61afe018e116a4df96c3bf5cddf067bc92b96915f70182013749ce65b8fa5feb92ccef903859ee3f
 SHA512 
f7e2cdae7a8a3d5ef3d12effcda5ce7f362c426e11aecaef69ef604bede9abbab2aa1eee6f5310cdd72a9bf11a927dbd1f42671e28bd467ad7b15f2dba5b81d9

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
new file mode 100644
index 000..68327330b08
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-vcs/git
+   dev-vcs/mercurial )"
+
+python_prepare_all() {
+   # network access
+   sed -i -e 's:test_pip_download:_&:' testing/test_regressions.py || die
+   # all fetch specific setuptools versions
+   rm testing/test_setuptools_support.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+   pytest -v -v -x || die "Tests fail with ${EPYTHON}"
+}



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

2020-02-13 Thread Michał Górny
commit: 14af743cd3f8ead7231f5a0416acf184e90a4f79
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 14 06:14:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 14 07:51:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14af743c

dev-python/setuptools_scm: Remove redundant versions

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

 dev-python/setuptools_scm/Manifest |  3 --
 .../setuptools_scm/setuptools_scm-1.15.7.ebuild| 41 --
 .../setuptools_scm/setuptools_scm-3.3.1.ebuild | 50 --
 .../setuptools_scm/setuptools_scm-3.4.2.ebuild | 40 -
 4 files changed, 134 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 0a7151f2357..23c4b581ea2 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,7 +1,4 @@
 DIST setuptools_scm-1.15.6.tar.gz 25779 BLAKE2B 
01d6771c24015f072a46ff1429b964130f370f42a5cd3c634cc1bf9a506ca8547783087a0b9589ed4038168d034dddbe435540cd25a846536dc5a5c116f4168f
 SHA512 
ae91ac28d396215be5418df3b36af726b6f2fb89707424383e920072fe8f9f75f613a99fe406cfbfffc61f9a857a3294259191694899351ef78aebba73d08816
-DIST setuptools_scm-1.15.7.tar.gz 15426 BLAKE2B 
6c23f2bd74f51ec8633a814ce22e63e5afb9953244659833a61e810c9029227e1cc25a067a59cec5666add76863070ae5b7dc2600953a45def886e52378a3399
 SHA512 
0aa6056c03fe100cdaa7b11c9d2073431bb5c3904a80a994a8263c0ccac81f7a2c0b6c7e6dfd09ad605c5ff0e86981b894b42920cb69d1ef1d43ea08b2ddd4a0
 DIST setuptools_scm-3.2.0.tar.gz 39646 BLAKE2B 
922e2e09a9826e8573900e8d279daf937289f91f8fead5230ea7082d85275d5d988d655854a36afd48d6b621eaa261ac9a0cd486acc115f0e389fb6828645e8b
 SHA512 
1995754654f8bf509ec7f2186857ba0005dbaea0b1c734f521becb9d022c127e7b36f21da8defd5ec9883de5d0d4afe006f9d152c4cefe6beadf8b878e949eb2
-DIST setuptools_scm-3.3.1.tar.gz 40183 BLAKE2B 
417cb000c3edba7da8e92b8fb5b1d906d2ef0170eecc4c0b9d2ea490ef6bad4cbf5ca172bee0fc536c83605d361604c728bf4097f520ef8e62ee2d4f004e3db1
 SHA512 
cd8f3d1e97743097791001197c18a2c8336b9e499a543ec5d1ab6e9b613ef1417b59e34c329507a73c2626506ee892ccaee74dddc5c0950ff71c0bdfba954dc3
-DIST setuptools_scm-3.4.2.tar.gz 45512 BLAKE2B 
4c44b85f36c4b3c5279e17e95fa54916e09a6fe7db359bc366d803796ed975c7cf8d643c5a648f25d822bd6a461c83fc08e987f2a240b15df53f27ac18558031
 SHA512 
bdfe0e1d3952be9f55b9d7a00a8623f58fc3fb81d78baafd80cf0bec43dd89cc6df6de547012d3b4bfcdfc709895b6cc7534adb631990470a015eb1199a99bbf
 DIST setuptools_scm-3.4.3.tar.gz 45549 BLAKE2B 
89d6438d8edc5efe2a2c435a85f0bf513fbd1af7fee6630ff8b2e542733d8af8f080ac746c949ee45cf97a46077150cdd842ea5252159aedb183f7f562922bb1
 SHA512 
455344ac7dda5c0ac79bdb26bef020cafc116fe59b979601351c78d26806e6e610774979f74762c113926e8b022e7b58513f25010ef7b92e5104fc1b2d552d4e
 DIST setuptools_scm-3.5.0.tar.gz 46272 BLAKE2B 
132711c8312dfbe48f9e2d3d7fcd0a86b057bbcf9a5f6b2e61afe018e116a4df96c3bf5cddf067bc92b96915f70182013749ce65b8fa5feb92ccef903859ee3f
 SHA512 
f7e2cdae7a8a3d5ef3d12effcda5ce7f362c426e11aecaef69ef604bede9abbab2aa1eee6f5310cdd72a9bf11a927dbd1f42671e28bd467ad7b15f2dba5b81d9

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild
deleted file mode 100644
index 6838fad7568..000
--- a/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="package to manage versions by scm tags via setuptools"
-HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-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"
-IUSE="git mercurial test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   git? ( dev-vcs/git )
-   mercurial? ( dev-vcs/mercurial )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-# pypi tarballs don't include tests and github tarballs don't have proper 
internal versioning
-RESTRICT="test"
-
-python_test() {
-   distutils_install_for_testing
-   py.test -v -v -x -k testing/test_basic_api.py || die "tests failed 
under ${EPYTHON}"
-   py.test -v -v -x -k testing/test_functions.py || die "tests failed 
under ${EPYTHON}"
-   py.test -v -v -x -k testing/test_main.py || die "tests failed under 
${EPYTHON}"
-   py.test -v -v -x -k testing/test_regressions.py || die "tests failed 
under ${EPYTHON}"
-   if use git; then
-   py.test -v -v -x -k testing/test_git.py || die "tests failed 
under ${EPYTHON}"
-   fi
-   if use mercurial; then
-   py.test -v -v -x -k 

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

2020-01-22 Thread Michał Górny
commit: 9f27e538b0b9e38b32b41b307f98fdf78ca555b0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 23 06:09:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 23 06:51:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f27e538

dev-python/setuptools_scm: Bump to 3.4.3

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-3.4.3.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 591a2d56b5e..3110da3cb7d 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -3,3 +3,4 @@ DIST setuptools_scm-1.15.7.tar.gz 15426 BLAKE2B 
6c23f2bd74f51ec8633a814ce22e63e5
 DIST setuptools_scm-3.2.0.tar.gz 39646 BLAKE2B 
922e2e09a9826e8573900e8d279daf937289f91f8fead5230ea7082d85275d5d988d655854a36afd48d6b621eaa261ac9a0cd486acc115f0e389fb6828645e8b
 SHA512 
1995754654f8bf509ec7f2186857ba0005dbaea0b1c734f521becb9d022c127e7b36f21da8defd5ec9883de5d0d4afe006f9d152c4cefe6beadf8b878e949eb2
 DIST setuptools_scm-3.3.1.tar.gz 40183 BLAKE2B 
417cb000c3edba7da8e92b8fb5b1d906d2ef0170eecc4c0b9d2ea490ef6bad4cbf5ca172bee0fc536c83605d361604c728bf4097f520ef8e62ee2d4f004e3db1
 SHA512 
cd8f3d1e97743097791001197c18a2c8336b9e499a543ec5d1ab6e9b613ef1417b59e34c329507a73c2626506ee892ccaee74dddc5c0950ff71c0bdfba954dc3
 DIST setuptools_scm-3.4.2.tar.gz 45512 BLAKE2B 
4c44b85f36c4b3c5279e17e95fa54916e09a6fe7db359bc366d803796ed975c7cf8d643c5a648f25d822bd6a461c83fc08e987f2a240b15df53f27ac18558031
 SHA512 
bdfe0e1d3952be9f55b9d7a00a8623f58fc3fb81d78baafd80cf0bec43dd89cc6df6de547012d3b4bfcdfc709895b6cc7534adb631990470a015eb1199a99bbf
+DIST setuptools_scm-3.4.3.tar.gz 45549 BLAKE2B 
89d6438d8edc5efe2a2c435a85f0bf513fbd1af7fee6630ff8b2e542733d8af8f080ac746c949ee45cf97a46077150cdd842ea5252159aedb183f7f562922bb1
 SHA512 
455344ac7dda5c0ac79bdb26bef020cafc116fe59b979601351c78d26806e6e610774979f74762c113926e8b022e7b58513f25010ef7b92e5104fc1b2d552d4e

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
new file mode 100644
index 000..68327330b08
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-vcs/git
+   dev-vcs/mercurial )"
+
+python_prepare_all() {
+   # network access
+   sed -i -e 's:test_pip_download:_&:' testing/test_regressions.py || die
+   # all fetch specific setuptools versions
+   rm testing/test_setuptools_support.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+   pytest -v -v -x || die "Tests fail with ${EPYTHON}"
+}



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

2020-01-20 Thread Michał Górny
commit: f25ba6c1c942c719e8f0aebff37ab785cb747e3c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 20 05:40:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 20 08:16:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25ba6c1

dev-python/setuptools_scm: Bump to 3.4.2

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-3.4.2.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 6d57b042ed2..591a2d56b5e 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -2,3 +2,4 @@ DIST setuptools_scm-1.15.6.tar.gz 25779 BLAKE2B 
01d6771c24015f072a46ff1429b96413
 DIST setuptools_scm-1.15.7.tar.gz 15426 BLAKE2B 
6c23f2bd74f51ec8633a814ce22e63e5afb9953244659833a61e810c9029227e1cc25a067a59cec5666add76863070ae5b7dc2600953a45def886e52378a3399
 SHA512 
0aa6056c03fe100cdaa7b11c9d2073431bb5c3904a80a994a8263c0ccac81f7a2c0b6c7e6dfd09ad605c5ff0e86981b894b42920cb69d1ef1d43ea08b2ddd4a0
 DIST setuptools_scm-3.2.0.tar.gz 39646 BLAKE2B 
922e2e09a9826e8573900e8d279daf937289f91f8fead5230ea7082d85275d5d988d655854a36afd48d6b621eaa261ac9a0cd486acc115f0e389fb6828645e8b
 SHA512 
1995754654f8bf509ec7f2186857ba0005dbaea0b1c734f521becb9d022c127e7b36f21da8defd5ec9883de5d0d4afe006f9d152c4cefe6beadf8b878e949eb2
 DIST setuptools_scm-3.3.1.tar.gz 40183 BLAKE2B 
417cb000c3edba7da8e92b8fb5b1d906d2ef0170eecc4c0b9d2ea490ef6bad4cbf5ca172bee0fc536c83605d361604c728bf4097f520ef8e62ee2d4f004e3db1
 SHA512 
cd8f3d1e97743097791001197c18a2c8336b9e499a543ec5d1ab6e9b613ef1417b59e34c329507a73c2626506ee892ccaee74dddc5c0950ff71c0bdfba954dc3
+DIST setuptools_scm-3.4.2.tar.gz 45512 BLAKE2B 
4c44b85f36c4b3c5279e17e95fa54916e09a6fe7db359bc366d803796ed975c7cf8d643c5a648f25d822bd6a461c83fc08e987f2a240b15df53f27ac18558031
 SHA512 
bdfe0e1d3952be9f55b9d7a00a8623f58fc3fb81d78baafd80cf0bec43dd89cc6df6de547012d3b4bfcdfc709895b6cc7534adb631990470a015eb1199a99bbf

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.2.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.2.ebuild
new file mode 100644
index 000..68327330b08
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-vcs/git
+   dev-vcs/mercurial )"
+
+python_prepare_all() {
+   # network access
+   sed -i -e 's:test_pip_download:_&:' testing/test_regressions.py || die
+   # all fetch specific setuptools versions
+   rm testing/test_setuptools_support.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+   pytest -v -v -x || die "Tests fail with ${EPYTHON}"
+}



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

2019-11-16 Thread Michał Górny
commit: 50e5be9fab4db2beaaddd1b95d492189eb643c55
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 16 10:05:06 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 16 11:01:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e5be9f

dev-python/setuptools_scm: Enable py3.8

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

 dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild
index a800175d383..042257c239e 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 
 inherit distutils-r1
 
@@ -32,13 +32,17 @@ python_prepare_all() {
# remove self-dependency
sed -i -e "/arguments\.update/s@scm_config()@{'version': '${PV}'}@" \
-e "/__main__/i del sys.path[0]" setup.py || die
+   # incompatible pytest version?
+   sed -i -e '/@pytest.mark.issue/d' \
+   -e 's/, marks=pytest.mark.issue([0-9]*)//' \
+   testing/*.py || die
 
distutils-r1_python_prepare_all
 }
 
 python_test() {
PYTHONPATH= distutils_install_for_testing
-   py.test -v -v -x || die "Tests fail with ${EPYTHON}"
+   pytest -v -v -x || die "Tests fail with ${EPYTHON}"
 }
 
 python_install() {



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

2019-11-16 Thread Michał Górny
commit: a73efb02f996bde9fc9e7ee09042f68dbc7072b7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 16 10:52:12 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 16 11:01:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73efb02

dev-python/setuptools_scm: Fix remaining MissingTestRestrict

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

 dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild | 1 +
 dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild
index ca1408a0c09..7d2537afc10 100644
--- a/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild
@@ -15,6 +15,7 @@ LICENSE="MIT"
 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"
 IUSE="git mercurial test"
+RESTRICT="!test? ( test )"
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild
index 8cbd3201133..693c850fe6b 100644
--- a/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild
@@ -15,6 +15,7 @@ LICENSE="MIT"
 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"
 IUSE="git mercurial test"
+RESTRICT="!test? ( test )"
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]



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

2019-07-28 Thread Mikle Kolyada
commit: 9424328846a14a3fe2f9a89a6330c0cbd4ee3c01
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:09:15 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:09:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94243288

dev-python/setuptools_scm: arm stable wrt bug #685518

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index 743d06f43a5..3ce13cf4a00 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-07-28 Thread Mikle Kolyada
commit: b33989611949d26f75f82c8b8e3e984fd92bbb88
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:09:35 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:09:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3398961

dev-python/setuptools_scm: m68k stable wrt bug #685518

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="m68k"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index 3ce13cf4a00..18cc477aad1 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-07-28 Thread Mikle Kolyada
commit: d15bf57480faf3b9b9ab039de7f45173cdfbcd51
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:10:00 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:10:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15bf574

dev-python/setuptools_scm: sh stable wrt bug #685518

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="sh"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index 18cc477aad1..b35aa523d2a 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-07-13 Thread Sergei Trofimovich
commit: 1e5d8c2d3b39a936f4df52c4258edcb5c33ed4fb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jul 13 14:13:17 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 13 16:48:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5d8c2d

dev-python/setuptools_scm: stable 3.2.0 for hppa, bug #685518

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index 3480b706c61..743d06f43a5 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-06-05 Thread Agostino Sarubbo
commit: 9733c5d10b59feed1aa72aa9fae9cdcee08a5577
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 07:27:13 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 07:27:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9733c5d1

dev-python/setuptools_scm: ia64 stable wrt bug #685518

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index c2a66b15b74..3480b706c61 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-06-05 Thread Agostino Sarubbo
commit: 561c79f3af2bf482f60970cb211f7acd8c6da9e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 07:09:57 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 07:11:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561c79f3

dev-python/setuptools_scm: ppc stable wrt bug #685518

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index 43fed942a0b..c2a66b15b74 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-06-04 Thread Agostino Sarubbo
commit: e543f8eeb1309e7c4afe316a9dceeb2f128fdbcf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 18:51:30 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 18:51:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e543f8ee

dev-python/setuptools_scm: s390 stable wrt bug #685518

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index 4d6f59c27f0..43fed942a0b 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-06-04 Thread Agostino Sarubbo
commit: b7cd84d023510c111a144b112d78bc0dbb7b2f0e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 14:36:29 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 14:36:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cd84d0

dev-python/setuptools_scm: ppc64 stable wrt bug #685518

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index 15f0f7afba7..4d6f59c27f0 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-06-04 Thread Tobias Klausmann
commit: 90bd8001e3e40d87f31fe1f199754c57c70d403d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun  4 07:52:23 2019 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun  4 07:52:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90bd8001

dev-python/setuptools_scm-3.2.0-r0: alpha stable

Bug: http://bugs.gentoo.org/685518
Signed-off-by: Tobias Klausmann  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index 1bf03fdf621..15f0f7afba7 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-05-15 Thread Michał Górny
commit: 30b1286cd3dbef1821a3f4585a3bf19e78e89217
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:40:48 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:41:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b1286c

dev-python/setuptools_scm: Backport blocker removal to 3.2.0

Thanks to iamben for the reminder.

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

 dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index f6617c0881b..1bf03fdf621 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -18,7 +18,6 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 DEPEND="
-   !!

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

2019-05-13 Thread Michał Górny
commit: f38532799d08d32df2f0f92312a6862f3e49fcdd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 13 20:25:10 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 13 20:25:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3853279

dev-python/setuptools_scm: Fix version conflict on upgrades

Fix loading the wrong version of setuptools_scm, effectively removing
the need for self-blocker.

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

 dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild
index 4217156ad36..bd949c207fb 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild
@@ -18,7 +18,6 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 DEPEND="
-   !!

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

2019-05-12 Thread Thomas Deutschmann
commit: fbe9c86a29cc6a82da26d0eb918dbadcf6a4f6fc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 13 00:27:33 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 13 00:37:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe9c86a

dev-python/setuptools_scm: x86 stable (bug #685518)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index 90b2d045eb5..f6617c0881b 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-05-11 Thread Mikle Kolyada
commit: 4bf9576d41c4c2b9deea8f02e0dbc9a87c4a69da
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 11 11:11:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 11 11:11:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf9576d

dev-python/setuptools_scm: amd64 stable wrt bug #685518

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index 68c31655a4b..90b2d045eb5 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-05-10 Thread Sergei Trofimovich
commit: 1c513b189e130aba7a08efea530110c12644f621
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 10 21:13:53 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 10 21:15:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c513b18

dev-python/setuptools_scm: stable 3.2.0 for sparc, bug #685518

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index 4217156ad36..68c31655a4b 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-05-10 Thread Michał Górny
commit: cb75de184c84b8de4c60fd2f322752371243174c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 10 12:52:50 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 10 14:35:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb75de18

dev-python/setuptools_scm: Drop old

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

 dev-python/setuptools_scm/Manifest |   4 -
 .../files/setuptools_scm-3.1.0-test-failures.patch | 105 -
 .../setuptools_scm/setuptools_scm-1.16.1.ebuild|  37 
 .../setuptools_scm/setuptools_scm-2.1.0.ebuild |  38 
 .../setuptools_scm/setuptools_scm-3.1.0.ebuild |  43 -
 .../setuptools_scm/setuptools_scm-3.3.0.ebuild |  39 
 6 files changed, 266 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 6a6b42e60aa..6d57b042ed2 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,8 +1,4 @@
 DIST setuptools_scm-1.15.6.tar.gz 25779 BLAKE2B 
01d6771c24015f072a46ff1429b964130f370f42a5cd3c634cc1bf9a506ca8547783087a0b9589ed4038168d034dddbe435540cd25a846536dc5a5c116f4168f
 SHA512 
ae91ac28d396215be5418df3b36af726b6f2fb89707424383e920072fe8f9f75f613a99fe406cfbfffc61f9a857a3294259191694899351ef78aebba73d08816
 DIST setuptools_scm-1.15.7.tar.gz 15426 BLAKE2B 
6c23f2bd74f51ec8633a814ce22e63e5afb9953244659833a61e810c9029227e1cc25a067a59cec5666add76863070ae5b7dc2600953a45def886e52378a3399
 SHA512 
0aa6056c03fe100cdaa7b11c9d2073431bb5c3904a80a994a8263c0ccac81f7a2c0b6c7e6dfd09ad605c5ff0e86981b894b42920cb69d1ef1d43ea08b2ddd4a0
-DIST setuptools_scm-1.16.1.tar.gz 28956 BLAKE2B 
6721830e9ef171768afb94e6d6aacb829665658599409880e87c58e1bf2c6366d04a666ff60ed5d689bf376c258eda93367a4c52fe28ec694a3a93ac109db1fb
 SHA512 
fd5017648c4a8af696e8528eab37061776e8495e2de3640f726e5e4347836eca5a13cbe54fc0c2223c3ae80ede1a81a6f3d9c0910a417545b9f9f206e5177a13
-DIST setuptools_scm-2.1.0.tar.gz 32776 BLAKE2B 
7a141f3fa826a82931b6c33afd19d3185f98b735451c03651b875051e514eab287b20ee382a9576841b6f1283b9d1bf3dcbd0aabc41d2f1143cf960b856c8492
 SHA512 
69ce171aa4d3b576883efffb350c59f38bfe8b35bd8e4e8fa1128d9f8a3e6cfaab832633e91fada36126f8e7e2c18663fad621d62c9834be1b5d36c58ae1d1c8
-DIST setuptools_scm-3.1.0.tar.gz 35585 BLAKE2B 
7ecbdf325467cb3e5217150c548b99603e1bb851a3bc8c694acf3aeb0da798ec853d13b29ad0537bdf5c1010834576786e0dde3965d61991554a12cf206ba7e0
 SHA512 
bd84bb02900ddc7de2f02dd7cb62bafdea7040ebdc2506b72d05f2c6a6d16be903321e576f63a04f2aa13d8c75b1834dec7d9ea8444e8330281f8e586a3d6426
 DIST setuptools_scm-3.2.0.tar.gz 39646 BLAKE2B 
922e2e09a9826e8573900e8d279daf937289f91f8fead5230ea7082d85275d5d988d655854a36afd48d6b621eaa261ac9a0cd486acc115f0e389fb6828645e8b
 SHA512 
1995754654f8bf509ec7f2186857ba0005dbaea0b1c734f521becb9d022c127e7b36f21da8defd5ec9883de5d0d4afe006f9d152c4cefe6beadf8b878e949eb2
-DIST setuptools_scm-3.3.0.tar.gz 40061 BLAKE2B 
374b5d61ba9e4e9a7d5a7f9505ecafe7761d05bd8593a609a1a969af8323ec8fb29793c91276e8540552ef4e31dcca1f993d37374bd01f2c9f97e674447944d1
 SHA512 
e25be0e7efe56b5dcdaacf31ed512b3396285664a52a14a3d25d9ff4e2d6f3bb8e632d87b78d4ae323e0bbbfd16ac172a7d1b03a6837bf44a9753df1a4b92d0f
 DIST setuptools_scm-3.3.1.tar.gz 40183 BLAKE2B 
417cb000c3edba7da8e92b8fb5b1d906d2ef0170eecc4c0b9d2ea490ef6bad4cbf5ca172bee0fc536c83605d361604c728bf4097f520ef8e62ee2d4f004e3db1
 SHA512 
cd8f3d1e97743097791001197c18a2c8336b9e499a543ec5d1ab6e9b613ef1417b59e34c329507a73c2626506ee892ccaee74dddc5c0950ff71c0bdfba954dc3

diff --git 
a/dev-python/setuptools_scm/files/setuptools_scm-3.1.0-test-failures.patch 
b/dev-python/setuptools_scm/files/setuptools_scm-3.1.0-test-failures.patch
deleted file mode 100644
index 420bd6828b4..000
--- a/dev-python/setuptools_scm/files/setuptools_scm-3.1.0-test-failures.patch
+++ /dev/null
@@ -1,105 +0,0 @@
-diff --git a/src/setuptools_scm/hg.py b/src/setuptools_scm/hg.py
-index 972f493..8fedd68 100644
 a/src/setuptools_scm/hg.py
-+++ b/src/setuptools_scm/hg.py
-@@ -13,7 +13,7 @@ def _hg_tagdist_normalize_tagcommit(config, tag, dist, node, 
branch):
- "(branch(.)"  # look for revisions in this branch only
- " and tag({tag!r})::."  # after the last tag
- # ignore commits that only modify .hgtags and nothing else:
--" and (merge() or file('re:^(?!\.hgtags).*$'))"
-+" and (merge() or file('re:^(?!\\.hgtags).*$'))"
- " and not tag({tag!r}))"  # ignore the tagged commit itself
- ).format(
- tag=tag
-@@ -70,7 +70,9 @@ def parse(root, config=None):
- 
- def get_latest_normalizable_tag(root):
- # Gets all tags containing a '.' (see #229) from oldest to newest
--cmd = ["hg", "log", "-r", "ancestors(.) and tag('re:\.')", "--template", 
"{tags}\n"]
-+cmd = [
-+"hg", "log", "-r", "ancestors(.) and tag('re:\\.')", "--template", 
"{tags}\n"
-+]
- outlines = do(cmd, root).split()
- if not outlines:
-  

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

2019-05-10 Thread Michał Górny
commit: 0d55fb2434771a28e4e0d8a8929bdb6212b4f32b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 10 14:30:56 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 10 14:35:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d55fb24

dev-python/setuptools_scm: Block old versions

Block old versions since presence of one causes the build to fail.
A better solution than a blocker would be preferred but after spending
over an hour fighitng it I wasn't able to come up with one.

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

 dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild | 1 +
 dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
index 7ea05108202..4217156ad36 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -18,6 +18,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 DEPEND="
+   

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

2019-05-10 Thread Michał Górny
commit: 1a0ab61fbc8c2a55ded9e3d794666bf43b0e4f6f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 10 12:51:23 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 10 14:35:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0ab61f

dev-python/setuptools_scm: Bump to 3.3.1

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-3.3.1.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index dd118b5c122..6a6b42e60aa 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -5,3 +5,4 @@ DIST setuptools_scm-2.1.0.tar.gz 32776 BLAKE2B 
7a141f3fa826a82931b6c33afd19d3185
 DIST setuptools_scm-3.1.0.tar.gz 35585 BLAKE2B 
7ecbdf325467cb3e5217150c548b99603e1bb851a3bc8c694acf3aeb0da798ec853d13b29ad0537bdf5c1010834576786e0dde3965d61991554a12cf206ba7e0
 SHA512 
bd84bb02900ddc7de2f02dd7cb62bafdea7040ebdc2506b72d05f2c6a6d16be903321e576f63a04f2aa13d8c75b1834dec7d9ea8444e8330281f8e586a3d6426
 DIST setuptools_scm-3.2.0.tar.gz 39646 BLAKE2B 
922e2e09a9826e8573900e8d279daf937289f91f8fead5230ea7082d85275d5d988d655854a36afd48d6b621eaa261ac9a0cd486acc115f0e389fb6828645e8b
 SHA512 
1995754654f8bf509ec7f2186857ba0005dbaea0b1c734f521becb9d022c127e7b36f21da8defd5ec9883de5d0d4afe006f9d152c4cefe6beadf8b878e949eb2
 DIST setuptools_scm-3.3.0.tar.gz 40061 BLAKE2B 
374b5d61ba9e4e9a7d5a7f9505ecafe7761d05bd8593a609a1a969af8323ec8fb29793c91276e8540552ef4e31dcca1f993d37374bd01f2c9f97e674447944d1
 SHA512 
e25be0e7efe56b5dcdaacf31ed512b3396285664a52a14a3d25d9ff4e2d6f3bb8e632d87b78d4ae323e0bbbfd16ac172a7d1b03a6837bf44a9753df1a4b92d0f
+DIST setuptools_scm-3.3.1.tar.gz 40183 BLAKE2B 
417cb000c3edba7da8e92b8fb5b1d906d2ef0170eecc4c0b9d2ea490ef6bad4cbf5ca172bee0fc536c83605d361604c728bf4097f520ef8e62ee2d4f004e3db1
 SHA512 
cd8f3d1e97743097791001197c18a2c8336b9e499a543ec5d1ab6e9b613ef1417b59e34c329507a73c2626506ee892ccaee74dddc5c0950ff71c0bdfba954dc3

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild
new file mode 100644
index 000..7ea05108202
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="package to manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-vcs/git
+   dev-vcs/mercurial )"
+
+python_prepare_all() {
+   # network access
+   sed -i -e 's:test_pip_download:_&:' testing/test_regressions.py || die
+   # all fetch specific setuptools versions
+   rm testing/test_setuptools_support.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+   py.test -v -v -x || die "Tests fail with ${EPYTHON}"
+}



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

2019-05-08 Thread Michał Górny
commit: 5acb901c8d92007bbace2192863806be67f4a623
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 06:08:33 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 06:34:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acb901c

dev-python/setuptools_scm: Bump to 3.3.0

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-3.3.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index a65015f3a39..dd118b5c122 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -4,3 +4,4 @@ DIST setuptools_scm-1.16.1.tar.gz 28956 BLAKE2B 
6721830e9ef171768afb94e6d6aacb82
 DIST setuptools_scm-2.1.0.tar.gz 32776 BLAKE2B 
7a141f3fa826a82931b6c33afd19d3185f98b735451c03651b875051e514eab287b20ee382a9576841b6f1283b9d1bf3dcbd0aabc41d2f1143cf960b856c8492
 SHA512 
69ce171aa4d3b576883efffb350c59f38bfe8b35bd8e4e8fa1128d9f8a3e6cfaab832633e91fada36126f8e7e2c18663fad621d62c9834be1b5d36c58ae1d1c8
 DIST setuptools_scm-3.1.0.tar.gz 35585 BLAKE2B 
7ecbdf325467cb3e5217150c548b99603e1bb851a3bc8c694acf3aeb0da798ec853d13b29ad0537bdf5c1010834576786e0dde3965d61991554a12cf206ba7e0
 SHA512 
bd84bb02900ddc7de2f02dd7cb62bafdea7040ebdc2506b72d05f2c6a6d16be903321e576f63a04f2aa13d8c75b1834dec7d9ea8444e8330281f8e586a3d6426
 DIST setuptools_scm-3.2.0.tar.gz 39646 BLAKE2B 
922e2e09a9826e8573900e8d279daf937289f91f8fead5230ea7082d85275d5d988d655854a36afd48d6b621eaa261ac9a0cd486acc115f0e389fb6828645e8b
 SHA512 
1995754654f8bf509ec7f2186857ba0005dbaea0b1c734f521becb9d022c127e7b36f21da8defd5ec9883de5d0d4afe006f9d152c4cefe6beadf8b878e949eb2
+DIST setuptools_scm-3.3.0.tar.gz 40061 BLAKE2B 
374b5d61ba9e4e9a7d5a7f9505ecafe7761d05bd8593a609a1a969af8323ec8fb29793c91276e8540552ef4e31dcca1f993d37374bd01f2c9f97e674447944d1
 SHA512 
e25be0e7efe56b5dcdaacf31ed512b3396285664a52a14a3d25d9ff4e2d6f3bb8e632d87b78d4ae323e0bbbfd16ac172a7d1b03a6837bf44a9753df1a4b92d0f

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.3.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.3.0.ebuild
new file mode 100644
index 000..7ea05108202
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-3.3.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="package to manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-vcs/git
+   dev-vcs/mercurial )"
+
+python_prepare_all() {
+   # network access
+   sed -i -e 's:test_pip_download:_&:' testing/test_regressions.py || die
+   # all fetch specific setuptools versions
+   rm testing/test_setuptools_support.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+   py.test -v -v -x || die "Tests fail with ${EPYTHON}"
+}



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

2019-01-19 Thread Michał Górny
commit: 9a6cf98346cbe3e00c3c244fe7bcc5ae0e13fe8b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 19 07:52:47 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 19 08:17:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6cf983

dev-python/setuptools_scm: Bump to 3.2.0

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-3.2.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index bee0350f7c7..a65015f3a39 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -3,3 +3,4 @@ DIST setuptools_scm-1.15.7.tar.gz 15426 BLAKE2B 
6c23f2bd74f51ec8633a814ce22e63e5
 DIST setuptools_scm-1.16.1.tar.gz 28956 BLAKE2B 
6721830e9ef171768afb94e6d6aacb829665658599409880e87c58e1bf2c6366d04a666ff60ed5d689bf376c258eda93367a4c52fe28ec694a3a93ac109db1fb
 SHA512 
fd5017648c4a8af696e8528eab37061776e8495e2de3640f726e5e4347836eca5a13cbe54fc0c2223c3ae80ede1a81a6f3d9c0910a417545b9f9f206e5177a13
 DIST setuptools_scm-2.1.0.tar.gz 32776 BLAKE2B 
7a141f3fa826a82931b6c33afd19d3185f98b735451c03651b875051e514eab287b20ee382a9576841b6f1283b9d1bf3dcbd0aabc41d2f1143cf960b856c8492
 SHA512 
69ce171aa4d3b576883efffb350c59f38bfe8b35bd8e4e8fa1128d9f8a3e6cfaab832633e91fada36126f8e7e2c18663fad621d62c9834be1b5d36c58ae1d1c8
 DIST setuptools_scm-3.1.0.tar.gz 35585 BLAKE2B 
7ecbdf325467cb3e5217150c548b99603e1bb851a3bc8c694acf3aeb0da798ec853d13b29ad0537bdf5c1010834576786e0dde3965d61991554a12cf206ba7e0
 SHA512 
bd84bb02900ddc7de2f02dd7cb62bafdea7040ebdc2506b72d05f2c6a6d16be903321e576f63a04f2aa13d8c75b1834dec7d9ea8444e8330281f8e586a3d6426
+DIST setuptools_scm-3.2.0.tar.gz 39646 BLAKE2B 
922e2e09a9826e8573900e8d279daf937289f91f8fead5230ea7082d85275d5d988d655854a36afd48d6b621eaa261ac9a0cd486acc115f0e389fb6828645e8b
 SHA512 
1995754654f8bf509ec7f2186857ba0005dbaea0b1c734f521becb9d022c127e7b36f21da8defd5ec9883de5d0d4afe006f9d152c4cefe6beadf8b878e949eb2

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
new file mode 100644
index 000..aed0e197593
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="package to manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-vcs/git
+   dev-vcs/mercurial )"
+
+python_prepare_all() {
+   # network access
+   sed -i -e 's:test_pip_download:_&:' testing/test_regressions.py || die
+   # all fetch specific setuptools versions
+   rm testing/test_setuptools_support.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+   py.test -v -v -x || die "Tests fail with ${EPYTHON}"
+}



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

2019-01-11 Thread Michał Górny
commit: fd6500f8df38110bad49b24e18d45f69bcb5839d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 11 14:36:43 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 11 14:58:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6500f8

dev-python/setuptools_scm: Bump to 3.1.0

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

 dev-python/setuptools_scm/Manifest |   1 +
 .../files/setuptools_scm-3.1.0-test-failures.patch | 105 +
 .../setuptools_scm/setuptools_scm-3.1.0.ebuild |  43 +
 3 files changed, 149 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index e0e4caed9fd..bee0350f7c7 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -2,3 +2,4 @@ DIST setuptools_scm-1.15.6.tar.gz 25779 BLAKE2B 
01d6771c24015f072a46ff1429b96413
 DIST setuptools_scm-1.15.7.tar.gz 15426 BLAKE2B 
6c23f2bd74f51ec8633a814ce22e63e5afb9953244659833a61e810c9029227e1cc25a067a59cec5666add76863070ae5b7dc2600953a45def886e52378a3399
 SHA512 
0aa6056c03fe100cdaa7b11c9d2073431bb5c3904a80a994a8263c0ccac81f7a2c0b6c7e6dfd09ad605c5ff0e86981b894b42920cb69d1ef1d43ea08b2ddd4a0
 DIST setuptools_scm-1.16.1.tar.gz 28956 BLAKE2B 
6721830e9ef171768afb94e6d6aacb829665658599409880e87c58e1bf2c6366d04a666ff60ed5d689bf376c258eda93367a4c52fe28ec694a3a93ac109db1fb
 SHA512 
fd5017648c4a8af696e8528eab37061776e8495e2de3640f726e5e4347836eca5a13cbe54fc0c2223c3ae80ede1a81a6f3d9c0910a417545b9f9f206e5177a13
 DIST setuptools_scm-2.1.0.tar.gz 32776 BLAKE2B 
7a141f3fa826a82931b6c33afd19d3185f98b735451c03651b875051e514eab287b20ee382a9576841b6f1283b9d1bf3dcbd0aabc41d2f1143cf960b856c8492
 SHA512 
69ce171aa4d3b576883efffb350c59f38bfe8b35bd8e4e8fa1128d9f8a3e6cfaab832633e91fada36126f8e7e2c18663fad621d62c9834be1b5d36c58ae1d1c8
+DIST setuptools_scm-3.1.0.tar.gz 35585 BLAKE2B 
7ecbdf325467cb3e5217150c548b99603e1bb851a3bc8c694acf3aeb0da798ec853d13b29ad0537bdf5c1010834576786e0dde3965d61991554a12cf206ba7e0
 SHA512 
bd84bb02900ddc7de2f02dd7cb62bafdea7040ebdc2506b72d05f2c6a6d16be903321e576f63a04f2aa13d8c75b1834dec7d9ea8444e8330281f8e586a3d6426

diff --git 
a/dev-python/setuptools_scm/files/setuptools_scm-3.1.0-test-failures.patch 
b/dev-python/setuptools_scm/files/setuptools_scm-3.1.0-test-failures.patch
new file mode 100644
index 000..420bd6828b4
--- /dev/null
+++ b/dev-python/setuptools_scm/files/setuptools_scm-3.1.0-test-failures.patch
@@ -0,0 +1,105 @@
+diff --git a/src/setuptools_scm/hg.py b/src/setuptools_scm/hg.py
+index 972f493..8fedd68 100644
+--- a/src/setuptools_scm/hg.py
 b/src/setuptools_scm/hg.py
+@@ -13,7 +13,7 @@ def _hg_tagdist_normalize_tagcommit(config, tag, dist, node, 
branch):
+ "(branch(.)"  # look for revisions in this branch only
+ " and tag({tag!r})::."  # after the last tag
+ # ignore commits that only modify .hgtags and nothing else:
+-" and (merge() or file('re:^(?!\.hgtags).*$'))"
++" and (merge() or file('re:^(?!\\.hgtags).*$'))"
+ " and not tag({tag!r}))"  # ignore the tagged commit itself
+ ).format(
+ tag=tag
+@@ -70,7 +70,9 @@ def parse(root, config=None):
+ 
+ def get_latest_normalizable_tag(root):
+ # Gets all tags containing a '.' (see #229) from oldest to newest
+-cmd = ["hg", "log", "-r", "ancestors(.) and tag('re:\.')", "--template", 
"{tags}\n"]
++cmd = [
++"hg", "log", "-r", "ancestors(.) and tag('re:\\.')", "--template", 
"{tags}\n"
++]
+ outlines = do(cmd, root).split()
+ if not outlines:
+ return "null"
+diff --git a/testing/test_functions.py b/testing/test_functions.py
+index 14d8961..c3d78b6 100644
+--- a/testing/test_functions.py
 b/testing/test_functions.py
+@@ -8,6 +8,8 @@ from setuptools_scm.version import (
+ format_version,
+ tag_to_version,
+ )
++
++from setuptools_scm.config import Configuration
+ from setuptools_scm.utils import has_command
+ 
+ PY3 = sys.version_info > (2,)
+@@ -33,12 +35,14 @@ def test_next_tag(tag, expected):
+ assert guess_next_version(version) == expected
+ 
+ 
++c = Configuration()
++
+ VERSIONS = {
+-"exact": meta("1.1", distance=None, dirty=False),
+-"zerodistance": meta("1.1", distance=0, dirty=False),
+-"dirty": meta("1.1", distance=None, dirty=True),
+-"distance": meta("1.1", distance=3, dirty=False),
+-"distancedirty": meta("1.1", distance=3, dirty=True),
++"exact": meta("1.1", distance=None, dirty=False, config=c),
++"zerodistance": meta("1.1", distance=0, dirty=False, config=c),
++"dirty": meta("1.1", distance=None, dirty=True, config=c),
++"distance": meta("1.1", distance=3, dirty=False, config=c),
++"distancedirty": meta("1.1", distance=3, dirty=True, config=c),
+ }
+ 
+ 
+diff --git a/testing/test_version.py b/testing/test_version.py
+index be940ef..a287a0d 100644
+--- a/testing/test_version.py
 b/testing/test_version.py
+@@ -3,33 +3,36 

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

2018-07-11 Thread Michał Górny
commit: 0c9868af0f9dbef1169657d330c4f3f23277f166
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 11 06:49:33 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 11 06:51:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9868af

dev-python/setuptools_scm: Improve test coverage

Remove the silly logic attempting to selectively run tests based on USE
flags.  Instead, require complete dependency set and run all tests
except those we explicitly can't run because of network access.

 .../setuptools_scm/setuptools_scm-2.1.0.ebuild | 22 --
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-2.1.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-2.1.0.ebuild
index a8abcb4338f..82df58170f3 100644
--- a/dev-python/setuptools_scm/setuptools_scm-2.1.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-2.1.0.ebuild
@@ -14,31 +14,25 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="git mercurial test"
+IUSE="test"
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   git? ( dev-vcs/git )
-   mercurial? ( dev-vcs/mercurial )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-vcs/git
+   dev-vcs/mercurial )"
 
 python_prepare_all() {
# network access
sed -i -e 's:test_pip_download:_&:' testing/test_regressions.py || die
+   # all fetch specific setuptools versions
+   rm testing/test_setuptools_support.py || die
 
distutils-r1_python_prepare_all
 }
 
 python_test() {
distutils_install_for_testing
-   py.test -v -v -x -k testing/test_basic_api.py || die "tests failed 
under ${EPYTHON}"
-   py.test -v -v -x -k testing/test_functions.py || die "tests failed 
under ${EPYTHON}"
-   py.test -v -v -x -k testing/test_main.py || die "tests failed under 
${EPYTHON}"
-   py.test -v -v -x -k testing/test_regressions.py || die "tests failed 
under ${EPYTHON}"
-   if use git; then
-   py.test -v -v -x -k testing/test_git.py || die "tests failed 
under ${EPYTHON}"
-   fi
-   if use mercurial; then
-   py.test -v -v -x -k testing/test_mercurial.py || die "tests 
failed under ${EPYTHON}"
-   fi
+   py.test -v -v -x || die "Tests fail with ${EPYTHON}"
 }



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

2018-07-11 Thread Michał Górny
commit: cf546f97e6b434b2809231589cc5cb96d8f0cc1a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 11 06:28:57 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 11 06:51:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf546f97

dev-python/setuptools_scm: Disarm test_pip_download

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

 dev-python/setuptools_scm/setuptools_scm-2.1.0.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/setuptools_scm/setuptools_scm-2.1.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-2.1.0.ebuild
index 0367b5e4f01..a8abcb4338f 100644
--- a/dev-python/setuptools_scm/setuptools_scm-2.1.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-2.1.0.ebuild
@@ -22,6 +22,13 @@ DEPEND="
mercurial? ( dev-vcs/mercurial )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
+python_prepare_all() {
+   # network access
+   sed -i -e 's:test_pip_download:_&:' testing/test_regressions.py || die
+
+   distutils-r1_python_prepare_all
+}
+
 python_test() {
distutils_install_for_testing
py.test -v -v -x -k testing/test_basic_api.py || die "tests failed 
under ${EPYTHON}"



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

2018-06-25 Thread Tim Harder
commit: ead60f775952135d7f24eb9a81937a3640dce2a9
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Jun 25 18:56:52 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Jun 25 19:06:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead60f77

dev-python/setuptools_scm: version bump to 2.1.0

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-2.1.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index bc55882199e..e0e4caed9fd 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,3 +1,4 @@
 DIST setuptools_scm-1.15.6.tar.gz 25779 BLAKE2B 
01d6771c24015f072a46ff1429b964130f370f42a5cd3c634cc1bf9a506ca8547783087a0b9589ed4038168d034dddbe435540cd25a846536dc5a5c116f4168f
 SHA512 
ae91ac28d396215be5418df3b36af726b6f2fb89707424383e920072fe8f9f75f613a99fe406cfbfffc61f9a857a3294259191694899351ef78aebba73d08816
 DIST setuptools_scm-1.15.7.tar.gz 15426 BLAKE2B 
6c23f2bd74f51ec8633a814ce22e63e5afb9953244659833a61e810c9029227e1cc25a067a59cec5666add76863070ae5b7dc2600953a45def886e52378a3399
 SHA512 
0aa6056c03fe100cdaa7b11c9d2073431bb5c3904a80a994a8263c0ccac81f7a2c0b6c7e6dfd09ad605c5ff0e86981b894b42920cb69d1ef1d43ea08b2ddd4a0
 DIST setuptools_scm-1.16.1.tar.gz 28956 BLAKE2B 
6721830e9ef171768afb94e6d6aacb829665658599409880e87c58e1bf2c6366d04a666ff60ed5d689bf376c258eda93367a4c52fe28ec694a3a93ac109db1fb
 SHA512 
fd5017648c4a8af696e8528eab37061776e8495e2de3640f726e5e4347836eca5a13cbe54fc0c2223c3ae80ede1a81a6f3d9c0910a417545b9f9f206e5177a13
+DIST setuptools_scm-2.1.0.tar.gz 32776 BLAKE2B 
7a141f3fa826a82931b6c33afd19d3185f98b735451c03651b875051e514eab287b20ee382a9576841b6f1283b9d1bf3dcbd0aabc41d2f1143cf960b856c8492
 SHA512 
69ce171aa4d3b576883efffb350c59f38bfe8b35bd8e4e8fa1128d9f8a3e6cfaab832633e91fada36126f8e7e2c18663fad621d62c9834be1b5d36c58ae1d1c8

diff --git a/dev-python/setuptools_scm/setuptools_scm-2.1.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-2.1.0.ebuild
new file mode 100644
index 000..0367b5e4f01
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-2.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="package to manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.org/project/setuptools_scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="git mercurial test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   git? ( dev-vcs/git )
+   mercurial? ( dev-vcs/mercurial )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   distutils_install_for_testing
+   py.test -v -v -x -k testing/test_basic_api.py || die "tests failed 
under ${EPYTHON}"
+   py.test -v -v -x -k testing/test_functions.py || die "tests failed 
under ${EPYTHON}"
+   py.test -v -v -x -k testing/test_main.py || die "tests failed under 
${EPYTHON}"
+   py.test -v -v -x -k testing/test_regressions.py || die "tests failed 
under ${EPYTHON}"
+   if use git; then
+   py.test -v -v -x -k testing/test_git.py || die "tests failed 
under ${EPYTHON}"
+   fi
+   if use mercurial; then
+   py.test -v -v -x -k testing/test_mercurial.py || die "tests 
failed under ${EPYTHON}"
+   fi
+}



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

2018-06-03 Thread Mike Frysinger
commit: e104c2e69c8380f86565bf4a983df7d24d110603
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Jun  3 13:25:03 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Jun  3 13:54:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e104c2e6

dev-python/setuptools_scm: mark 1.15.6-r1 m68k/s390/sh stable

 dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild | 2 +-
 dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild| 2 +-
 dev-python/setuptools_scm/setuptools_scm-1.16.1.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild
index 77cabd9b84f..d7a0c871c22 100644
--- a/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="git mercurial test"
 
 DEPEND="

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild
index 5a3751d298b..b4db34183f9 100644
--- a/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="git mercurial test"
 
 DEPEND="

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.16.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.16.1.ebuild
index 927078b4b01..0367b5e4f01 100644
--- a/dev-python/setuptools_scm/setuptools_scm-1.16.1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-1.16.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="git mercurial test"
 
 DEPEND="



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

2018-03-19 Thread Tim Harder
commit: 890c06ad596c238fa56a43c22b7f8ba0a9057175
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar 20 03:32:52 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar 20 04:07:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890c06ad

dev-python/setuptools_scm: version bump to 1.16.1

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-1.16.1.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 38e65e6fc29..bc55882199e 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1,3 @@
 DIST setuptools_scm-1.15.6.tar.gz 25779 BLAKE2B 
01d6771c24015f072a46ff1429b964130f370f42a5cd3c634cc1bf9a506ca8547783087a0b9589ed4038168d034dddbe435540cd25a846536dc5a5c116f4168f
 SHA512 
ae91ac28d396215be5418df3b36af726b6f2fb89707424383e920072fe8f9f75f613a99fe406cfbfffc61f9a857a3294259191694899351ef78aebba73d08816
 DIST setuptools_scm-1.15.7.tar.gz 15426 BLAKE2B 
6c23f2bd74f51ec8633a814ce22e63e5afb9953244659833a61e810c9029227e1cc25a067a59cec5666add76863070ae5b7dc2600953a45def886e52378a3399
 SHA512 
0aa6056c03fe100cdaa7b11c9d2073431bb5c3904a80a994a8263c0ccac81f7a2c0b6c7e6dfd09ad605c5ff0e86981b894b42920cb69d1ef1d43ea08b2ddd4a0
+DIST setuptools_scm-1.16.1.tar.gz 28956 BLAKE2B 
6721830e9ef171768afb94e6d6aacb829665658599409880e87c58e1bf2c6366d04a666ff60ed5d689bf376c258eda93367a4c52fe28ec694a3a93ac109db1fb
 SHA512 
fd5017648c4a8af696e8528eab37061776e8495e2de3640f726e5e4347836eca5a13cbe54fc0c2223c3ae80ede1a81a6f3d9c0910a417545b9f9f206e5177a13

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.16.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.16.1.ebuild
new file mode 100644
index 000..8da7e59692a
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-1.16.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="package to manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.python.org/pypi/setuptools_scm;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+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 ~amd64-fbsd"
+IUSE="git mercurial test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   git? ( dev-vcs/git )
+   mercurial? ( dev-vcs/mercurial )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   distutils_install_for_testing
+   py.test -v -v -x -k testing/test_basic_api.py || die "tests failed 
under ${EPYTHON}"
+   py.test -v -v -x -k testing/test_functions.py || die "tests failed 
under ${EPYTHON}"
+   py.test -v -v -x -k testing/test_main.py || die "tests failed under 
${EPYTHON}"
+   py.test -v -v -x -k testing/test_regressions.py || die "tests failed 
under ${EPYTHON}"
+   if use git; then
+   py.test -v -v -x -k testing/test_git.py || die "tests failed 
under ${EPYTHON}"
+   fi
+   if use mercurial; then
+   py.test -v -v -x -k testing/test_mercurial.py || die "tests 
failed under ${EPYTHON}"
+   fi
+}



  1   2   >