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

2024-03-09 Thread Michał Górny
commit: a2a7c618ef772db0ed11427ab0e6c5c091e51aaf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  9 14:13:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  9 14:19:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a7c618

dev-python/debtcollector: Remove old

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

 dev-python/debtcollector/Manifest  |  1 -
 .../debtcollector/debtcollector-2.5.0.ebuild   | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index eab9f7bd1eb6..6a07f2fdc554 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1,2 +1 @@
-DIST debtcollector-2.5.0.tar.gz 31334 BLAKE2B 
1f06725ead19e36e6feda1c8666403e536d5f39f775d9a9929a06ea053be41e64575a4e4d28b3a0032610cdd7f68f35bf54ff2445543c4b8ec667732e1a8d5ea
 SHA512 
3f1378c52994a0320b8abd997a1b240496f6f12d29e8b08612bb97c7c8d2993b23224be62cbe4eaa556dcd5a3c7a4a8f8ea4873688e1aad2f26bb5ba522c1d6a
 DIST debtcollector-3.0.0.tar.gz 31322 BLAKE2B 
496ca931267a0bb93b009f69c5488eb59cc0a2c1fbf437c66023e5074c3623f2d726109c2ab73462e4a81160f5c089b81045d66cd3370ab69500ce97d1568477
 SHA512 
92072dbe27b09fe9bccf2fe7d27f29742bfa50d19dab60ce5e4b442833aff3dda6f0dd9f72b7a2d3ce580a78d1480e03353d8f9b0e43b59575b979a20945ee26

diff --git a/dev-python/debtcollector/debtcollector-2.5.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
deleted file mode 100644
index 8d03be84b3d6..
--- a/dev-python/debtcollector/debtcollector-2.5.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="
-   https://opendev.org/openstack/debtcollector/
-   https://github.com/openstack/debtcollector/
-   https://pypi.org/project/debtcollector/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/testtools[${PYTHON_USEDEP}]
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest



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

2024-02-22 Thread Michał Górny
commit: 5ca37bcc1a3520fbbfd5d46e0c26bd3ff1c8dcf3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 23 03:20:23 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 23 03:37:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca37bcc

dev-python/debtcollector: Bump to 3.0.0

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

 dev-python/debtcollector/Manifest  |  1 +
 .../debtcollector/debtcollector-3.0.0.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index dc03bf6280ab..eab9f7bd1eb6 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1 +1,2 @@
 DIST debtcollector-2.5.0.tar.gz 31334 BLAKE2B 
1f06725ead19e36e6feda1c8666403e536d5f39f775d9a9929a06ea053be41e64575a4e4d28b3a0032610cdd7f68f35bf54ff2445543c4b8ec667732e1a8d5ea
 SHA512 
3f1378c52994a0320b8abd997a1b240496f6f12d29e8b08612bb97c7c8d2993b23224be62cbe4eaa556dcd5a3c7a4a8f8ea4873688e1aad2f26bb5ba522c1d6a
+DIST debtcollector-3.0.0.tar.gz 31322 BLAKE2B 
496ca931267a0bb93b009f69c5488eb59cc0a2c1fbf437c66023e5074c3623f2d726109c2ab73462e4a81160f5c089b81045d66cd3370ab69500ce97d1568477
 SHA512 
92072dbe27b09fe9bccf2fe7d27f29742bfa50d19dab60ce5e4b442833aff3dda6f0dd9f72b7a2d3ce580a78d1480e03353d8f9b0e43b59575b979a20945ee26

diff --git a/dev-python/debtcollector/debtcollector-3.0.0.ebuild 
b/dev-python/debtcollector/debtcollector-3.0.0.ebuild
new file mode 100644
index ..e778e9427b2d
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-3.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
+HOMEPAGE="
+   https://opendev.org/openstack/debtcollector/
+   https://github.com/openstack/debtcollector/
+   https://pypi.org/project/debtcollector/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/testtools[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest



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

2023-06-22 Thread Michał Górny
commit: d90915ce560ea0f28a1b99a0f302be1f9580825a
Author: Petr Vaněk  atlas  cz>
AuthorDate: Thu Jun 22 05:55:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 22 14:16:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90915ce

dev-python/debtcollector: enable py3.12

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/debtcollector/debtcollector-2.5.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
index 9ef9a69eec2a..8d03be84b3d6 100644
--- a/dev-python/debtcollector/debtcollector-2.5.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-03-15 Thread Michał Górny
commit: d8a0ab9d0378f18559437d83be60eedc0667036e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 17:45:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 03:45:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a0ab9d

dev-python/debtcollector: Use pypi.eclass

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

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

diff --git a/dev-python/debtcollector/debtcollector-2.5.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
index fd0d3a2f2e84..9ef9a69eec2a 100644
--- a/dev-python/debtcollector/debtcollector-2.5.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
 HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://github.com/openstack/debtcollector/
https://pypi.org/project/debtcollector/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



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

2022-06-04 Thread Michał Górny
commit: 120cb847e55d93fb75fcd742692ad7d656b6bc50
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  4 17:43:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  4 17:48:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120cb847

dev-python/debtcollector: Add python@ as co-maint.

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

 dev-python/debtcollector/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/debtcollector/metadata.xml 
b/dev-python/debtcollector/metadata.xml
index d4aa3f95b190..c2d8a7088798 100644
--- a/dev-python/debtcollector/metadata.xml
+++ b/dev-python/debtcollector/metadata.xml
@@ -5,6 +5,10 @@
prometheanf...@gentoo.org
Matthew Thode

+   
+   pyt...@gentoo.org
+   Python
+   


debtcollector



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

2022-05-28 Thread Jakov Smolić
commit: c38ee53ae1a325e4f4acb3875c59201a4d2ef23c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat May 28 16:00:07 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat May 28 16:00:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38ee53a

dev-python/debtcollector: Keyword 2.5.0 riscv, #847925

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

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

diff --git a/dev-python/debtcollector/debtcollector-2.5.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
index 6f4355680b0d..4f5658b2b5bf 100644
--- a/dev-python/debtcollector/debtcollector-2.5.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]



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

2022-05-21 Thread Michał Górny
commit: a2141190c38f09a5eba0568d8bd6665aed94d877
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 21 14:11:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 21 14:14:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2141190

dev-python/debtcollector: Enable py3.11

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

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

diff --git a/dev-python/debtcollector/debtcollector-2.5.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
index ade8e03cb2bc..6f4355680b0d 100644
--- a/dev-python/debtcollector/debtcollector-2.5.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-21 Thread Michał Górny
commit: f1f6b4163a1f5c87bdd06e0122273fb9cbb15f78
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 21 14:11:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 21 14:14:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f6b416

dev-python/debtcollector: Remove unnecessary subunit dep

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

 dev-python/debtcollector/debtcollector-2.5.0.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/debtcollector/debtcollector-2.5.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
index 5d8a4d52f930..ade8e03cb2bc 100644
--- a/dev-python/debtcollector/debtcollector-2.5.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
@@ -9,7 +9,11 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="https://www.openstack.org/;
+HOMEPAGE="
+   https://opendev.org/openstack/debtcollector/
+   https://github.com/openstack/debtcollector/
+   https://pypi.org/project/debtcollector/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
@@ -22,7 +26,6 @@ RDEPEND="
 BDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
test? (
-   dev-python/subunit[${PYTHON_USEDEP}]
dev-python/testtools[${PYTHON_USEDEP}]
dev-python/fixtures[${PYTHON_USEDEP}]
)



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

2022-04-15 Thread Arthur Zamarin
commit: c29fd43d0b68fb015b411e782eeff174058dac5b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 15 15:44:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 15 15:44:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29fd43d

dev-python/debtcollector: drop 2.4.0

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

 dev-python/debtcollector/Manifest  |  1 -
 .../debtcollector/debtcollector-2.4.0.ebuild   | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index 94159b144b4f..dc03bf6280ab 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1,2 +1 @@
-DIST debtcollector-2.4.0.tar.gz 31376 BLAKE2B 
ccd34005133a888b164538c01ed482da26e91e2dd5d9f11bb0efacc0941c9eb1c0357ce8d0c237734ad450226512263ba8aa52f3b8e712a33a40fac384db2791
 SHA512 
31287e223524d5997e9dc776766c5ab2ec77c771fca6e9b27e058fdd94a20b67a73147c538f9a7a3155c4ce6eb85a20e8276bedd1a53a81bebcb5daaceb1b463
 DIST debtcollector-2.5.0.tar.gz 31334 BLAKE2B 
1f06725ead19e36e6feda1c8666403e536d5f39f775d9a9929a06ea053be41e64575a4e4d28b3a0032610cdd7f68f35bf54ff2445543c4b8ec667732e1a8d5ea
 SHA512 
3f1378c52994a0320b8abd997a1b240496f6f12d29e8b08612bb97c7c8d2993b23224be62cbe4eaa556dcd5a3c7a4a8f8ea4873688e1aad2f26bb5ba522c1d6a

diff --git a/dev-python/debtcollector/debtcollector-2.4.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.4.0.ebuild
deleted file mode 100644
index 6cf81cd7ca46..
--- a/dev-python/debtcollector/debtcollector-2.4.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="https://www.openstack.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/subunit[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest



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

2022-04-15 Thread Arthur Zamarin
commit: 48a2d7485eb7826fb1f2d0d2174955d3836b0940
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 15 15:42:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 15 15:42:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a2d748

dev-python/debtcollector: Stabilize 2.5.0 ALLARCHES, #838640

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

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

diff --git a/dev-python/debtcollector/debtcollector-2.5.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
index 82200b8255ef..5d8a4d52f930 100644
--- a/dev-python/debtcollector/debtcollector-2.5.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="
>=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]



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

2022-03-14 Thread Michał Górny
commit: cbd421246ec2ccde8821fac381636a836ab6c1d1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 14 15:31:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 14 17:04:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd42124

dev-python/debtcollector: Bump to 2.5.0

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

 dev-python/debtcollector/Manifest  |  1 +
 .../debtcollector/debtcollector-2.5.0.ebuild   | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index 89e697a12f6c..94159b144b4f 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1 +1,2 @@
 DIST debtcollector-2.4.0.tar.gz 31376 BLAKE2B 
ccd34005133a888b164538c01ed482da26e91e2dd5d9f11bb0efacc0941c9eb1c0357ce8d0c237734ad450226512263ba8aa52f3b8e712a33a40fac384db2791
 SHA512 
31287e223524d5997e9dc776766c5ab2ec77c771fca6e9b27e058fdd94a20b67a73147c538f9a7a3155c4ce6eb85a20e8276bedd1a53a81bebcb5daaceb1b463
+DIST debtcollector-2.5.0.tar.gz 31334 BLAKE2B 
1f06725ead19e36e6feda1c8666403e536d5f39f775d9a9929a06ea053be41e64575a4e4d28b3a0032610cdd7f68f35bf54ff2445543c4b8ec667732e1a8d5ea
 SHA512 
3f1378c52994a0320b8abd997a1b240496f6f12d29e8b08612bb97c7c8d2993b23224be62cbe4eaa556dcd5a3c7a4a8f8ea4873688e1aad2f26bb5ba522c1d6a

diff --git a/dev-python/debtcollector/debtcollector-2.5.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
new file mode 100644
index ..82200b8255ef
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
+HOMEPAGE="https://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/subunit[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest



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

2022-02-17 Thread Michał Górny
commit: ad5b5597934ac1cfca95f97a59c5c23f6a37d320
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 17 21:51:40 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 17 21:51:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5b5597

dev-python/debtcollector: Remove old

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

 dev-python/debtcollector/Manifest  |  1 -
 .../debtcollector/debtcollector-2.3.0.ebuild   | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index 889e03b196c5..89e697a12f6c 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1,2 +1 @@
-DIST debtcollector-2.3.0.tar.gz 31537 BLAKE2B 
6c4993edf08dd72e8378bd82e4578a491f0540d35165e3c67e918ef5a659de06e4fd83d2737458cddd27ef08dfd01a38679b940e80a4b460e145ab20789940e5
 SHA512 
d8a9a65ec33bf6bc777d6766842cd6351c265752f552bda3bfd1db86a08c8c89c3f871c6eff15648a8c1a79d7820368711256d404934fd826ee6cb0c7c53f77a
 DIST debtcollector-2.4.0.tar.gz 31376 BLAKE2B 
ccd34005133a888b164538c01ed482da26e91e2dd5d9f11bb0efacc0941c9eb1c0357ce8d0c237734ad450226512263ba8aa52f3b8e712a33a40fac384db2791
 SHA512 
31287e223524d5997e9dc776766c5ab2ec77c771fca6e9b27e058fdd94a20b67a73147c538f9a7a3155c4ce6eb85a20e8276bedd1a53a81bebcb5daaceb1b463

diff --git a/dev-python/debtcollector/debtcollector-2.3.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.3.0.ebuild
deleted file mode 100644
index fe180f068609..
--- a/dev-python/debtcollector/debtcollector-2.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="https://www.openstack.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/subunit[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest



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

2022-02-17 Thread Arthur Zamarin
commit: 1716ebe52fc44ac3746bdecb540393f305c1eece
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb 17 21:25:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb 17 21:25:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1716ebe5

dev-python/debtcollector: Stabilize 2.4.0 ALLARCHES, #833560

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

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

diff --git a/dev-python/debtcollector/debtcollector-2.4.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.4.0.ebuild
index fdd005b4f461..6cf81cd7ca46 100644
--- a/dev-python/debtcollector/debtcollector-2.4.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-2.4.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



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

2022-01-18 Thread Michał Górny
commit: 02964c42a225eb98bf54ac9460d86287311a40a8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 09:11:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 09:51:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02964c42

dev-python/debtcollector: Bump to 2.4.0

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

 dev-python/debtcollector/Manifest  |  1 +
 .../debtcollector/debtcollector-2.4.0.ebuild   | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index 89eb4b3c3cfd..889e03b196c5 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1 +1,2 @@
 DIST debtcollector-2.3.0.tar.gz 31537 BLAKE2B 
6c4993edf08dd72e8378bd82e4578a491f0540d35165e3c67e918ef5a659de06e4fd83d2737458cddd27ef08dfd01a38679b940e80a4b460e145ab20789940e5
 SHA512 
d8a9a65ec33bf6bc777d6766842cd6351c265752f552bda3bfd1db86a08c8c89c3f871c6eff15648a8c1a79d7820368711256d404934fd826ee6cb0c7c53f77a
+DIST debtcollector-2.4.0.tar.gz 31376 BLAKE2B 
ccd34005133a888b164538c01ed482da26e91e2dd5d9f11bb0efacc0941c9eb1c0357ce8d0c237734ad450226512263ba8aa52f3b8e712a33a40fac384db2791
 SHA512 
31287e223524d5997e9dc776766c5ab2ec77c771fca6e9b27e058fdd94a20b67a73147c538f9a7a3155c4ce6eb85a20e8276bedd1a53a81bebcb5daaceb1b463

diff --git a/dev-python/debtcollector/debtcollector-2.4.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.4.0.ebuild
new file mode 100644
index ..fdd005b4f461
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-2.4.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
+HOMEPAGE="https://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/subunit[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest



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

2021-10-31 Thread Michał Górny
commit: ecf6e7ce3d0a22dedc290ee0c797188c996500f7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 31 20:22:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 31 20:22:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf6e7ce

dev-python/debtcollector: Remove old

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

 dev-python/debtcollector/Manifest   |  1 -
 dev-python/debtcollector/debtcollector-2.2.0.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index 8e0c7c06dc3..89eb4b3c3cf 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1,2 +1 @@
-DIST debtcollector-2.2.0.tar.gz 28833 BLAKE2B 
33361daaba12c52a1cc0bac168199ef3dbb959279def29ef782fa421f0aa106038de02217f6321c64e02845abd0573e69f5638b384411e7fbfd194dd3f6b3356
 SHA512 
6e5fdf38a25406a7a56d18e9b900471e3e4ce513ef62619c9eafa153ea08ff6b4b9bd90c524cfa16e04ff0c9c324e90d4fdd75212fced0b202245cdddae02137
 DIST debtcollector-2.3.0.tar.gz 31537 BLAKE2B 
6c4993edf08dd72e8378bd82e4578a491f0540d35165e3c67e918ef5a659de06e4fd83d2737458cddd27ef08dfd01a38679b940e80a4b460e145ab20789940e5
 SHA512 
d8a9a65ec33bf6bc777d6766842cd6351c265752f552bda3bfd1db86a08c8c89c3f871c6eff15648a8c1a79d7820368711256d404934fd826ee6cb0c7c53f77a

diff --git a/dev-python/debtcollector/debtcollector-2.2.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.2.0.ebuild
deleted file mode 100644
index 8241170b328..000
--- a/dev-python/debtcollector/debtcollector-2.2.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="https://www.openstack.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]"



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

2021-10-01 Thread Arthur Zamarin
commit: fe645c7c39e312fde8ea6e8e38351362c1ab3b2e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  1 05:51:21 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  1 06:13:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe645c7c

dev-python/debtcollector: enable py3.10

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

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

diff --git a/dev-python/debtcollector/debtcollector-2.3.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.3.0.ebuild
index 78c052a7a9d..96fd0363c2f 100644
--- a/dev-python/debtcollector/debtcollector-2.3.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-2.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"



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

2021-09-30 Thread Arthur Zamarin
commit: 901e1545d20758b55ba79c46538c78f19a40d989
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  1 04:38:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  1 05:41:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901e1545

dev-python/debtcollector: add 2.3.0, enable tests

Closes: https://bugs.gentoo.org/797478
Closes: https://bugs.gentoo.org/732976
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/debtcollector/Manifest  |  1 +
 .../debtcollector/debtcollector-2.3.0.ebuild   | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index dbd8f127376..8e0c7c06dc3 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1 +1,2 @@
 DIST debtcollector-2.2.0.tar.gz 28833 BLAKE2B 
33361daaba12c52a1cc0bac168199ef3dbb959279def29ef782fa421f0aa106038de02217f6321c64e02845abd0573e69f5638b384411e7fbfd194dd3f6b3356
 SHA512 
6e5fdf38a25406a7a56d18e9b900471e3e4ce513ef62619c9eafa153ea08ff6b4b9bd90c524cfa16e04ff0c9c324e90d4fdd75212fced0b202245cdddae02137
+DIST debtcollector-2.3.0.tar.gz 31537 BLAKE2B 
6c4993edf08dd72e8378bd82e4578a491f0540d35165e3c67e918ef5a659de06e4fd83d2737458cddd27ef08dfd01a38679b940e80a4b460e145ab20789940e5
 SHA512 
d8a9a65ec33bf6bc777d6766842cd6351c265752f552bda3bfd1db86a08c8c89c3f871c6eff15648a8c1a79d7820368711256d404934fd826ee6cb0c7c53f77a

diff --git a/dev-python/debtcollector/debtcollector-2.3.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.3.0.ebuild
new file mode 100644
index 000..78c052a7a9d
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-2.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
+HOMEPAGE="https://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/subunit[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest



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

2021-09-30 Thread Arthur Zamarin
commit: e6c019b69940756651971769387f75b7403bb9d2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  1 04:38:57 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  1 05:41:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c019b6

dev-python/debtcollector: add github upstream metadata

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

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

diff --git a/dev-python/debtcollector/metadata.xml 
b/dev-python/debtcollector/metadata.xml
index ffd011760b3..d4aa3f95b19 100644
--- a/dev-python/debtcollector/metadata.xml
+++ b/dev-python/debtcollector/metadata.xml
@@ -8,5 +8,6 @@


debtcollector
+   openstack/debtcollector

 



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

2021-02-22 Thread Sam James
commit: 74a666f90d751d8ce697030d89687608380ce55f
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Feb 22 20:57:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 22 22:19:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a666f9

dev-python/debtcollector: Port to python 3.9

Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/19582
Signed-off-by: Sam James  gentoo.org>

 dev-python/debtcollector/debtcollector-2.2.0.ebuild | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-python/debtcollector/debtcollector-2.2.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.2.0.ebuild
index 76b68956472..f2d8758c6da 100644
--- a/dev-python/debtcollector/debtcollector-2.2.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-2.2.0.ebuild
@@ -2,9 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
 
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
@@ -15,11 +14,8 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 x86"
 
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
+RDEPEND="${DEPEND}
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
-"
+   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]"



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

2021-01-23 Thread Sam James
commit: b07c842b5f0f7ea88c0414a9a28f3b6226c0d7be
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 24 00:06:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 24 00:06:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07c842b

dev-python/debtcollector: Keyword 2.2.0 arm, #728612

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

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

diff --git a/dev-python/debtcollector/debtcollector-2.2.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.2.0.ebuild
index d2a96a53365..92b1b8fbc78 100644
--- a/dev-python/debtcollector/debtcollector-2.2.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-2.2.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
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"



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

2020-11-15 Thread Michał Górny
commit: fffab183ae3155c68819f54cbdc72522e836c7be
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 15 13:05:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 15 13:05:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffab183

dev-python/debtcollector: Remove old

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

 dev-python/debtcollector/Manifest  |  1 -
 .../debtcollector/debtcollector-1.21.0.ebuild  | 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index 7040aeb438a..dbd8f127376 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1,2 +1 @@
-DIST debtcollector-1.21.0.tar.gz 28472 BLAKE2B 
a7c4a2d41ff6df1df1bfc2b775d888c1f9839ddb76bc80ff6b9bb9d1fb8e14eb225006021a0889d2a49c317c48f65cec024ff1d3c4e9c9bee1c0139a7cd1fc71
 SHA512 
a5a4f66a4d65134e84164de6953d4c6d5b2b9d36974055d26263b6d8505c4a131d693c371287ccd9c76220a9b59d6c3d1f0015db1d0f2bd8eafcb79c0bef0822
 DIST debtcollector-2.2.0.tar.gz 28833 BLAKE2B 
33361daaba12c52a1cc0bac168199ef3dbb959279def29ef782fa421f0aa106038de02217f6321c64e02845abd0573e69f5638b384411e7fbfd194dd3f6b3356
 SHA512 
6e5fdf38a25406a7a56d18e9b900471e3e4ce513ef62619c9eafa153ea08ff6b4b9bd90c524cfa16e04ff0c9c324e90d4fdd75212fced0b202245cdddae02137

diff --git a/dev-python/debtcollector/debtcollector-1.21.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.21.0.ebuild
deleted file mode 100644
index da6094e14af..000
--- a/dev-python/debtcollector/debtcollector-1.21.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="https://www.openstack.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || di
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   distutils_install_for_testing
-
-   rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPYTHON}"
-
-   testr init || die "testr init failed under ${EPYTHON}"
-   testr run || die "testr run failed under ${EPYTHON}"
-}



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

2020-11-15 Thread Sam James
commit: 6426adbefab8967302a6e4d19c9c2d2e6f6b6bda
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 15 11:39:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 15 11:39:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6426adbe

dev-python/debtcollector: Stabilize 2.2.0 ALLARCHES, #75

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

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

diff --git a/dev-python/debtcollector/debtcollector-2.2.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.2.0.ebuild
index e76434a9b87..d2a96a53365 100644
--- a/dev-python/debtcollector/debtcollector-2.2.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-2.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"



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

2020-11-14 Thread Michał Górny
commit: 6345487cbecb24e2553c076ade30bbeccf534bfa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 14 21:31:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 14 21:52:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6345487c

dev-python/debtcollector: Mark ALLARCHES

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

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

diff --git a/dev-python/debtcollector/metadata.xml 
b/dev-python/debtcollector/metadata.xml
index ba8168cba2d..d8d731b45bb 100644
--- a/dev-python/debtcollector/metadata.xml
+++ b/dev-python/debtcollector/metadata.xml
@@ -5,6 +5,7 @@
prometheanf...@gentoo.org
Matthew Thode

+   

debtcollector




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

2020-10-10 Thread Matthew Thode
commit: 5501fcb5b51a67497a1ded29ff82c343bbe47c0f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Oct 10 23:26:10 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Oct 11 01:29:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5501fcb5

dev-python/debtcollector: 2.2.0 bump

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

 dev-python/debtcollector/Manifest  |  1 +
 .../debtcollector/debtcollector-2.2.0.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index 9a85edd7f34..7040aeb438a 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1 +1,2 @@
 DIST debtcollector-1.21.0.tar.gz 28472 BLAKE2B 
a7c4a2d41ff6df1df1bfc2b775d888c1f9839ddb76bc80ff6b9bb9d1fb8e14eb225006021a0889d2a49c317c48f65cec024ff1d3c4e9c9bee1c0139a7cd1fc71
 SHA512 
a5a4f66a4d65134e84164de6953d4c6d5b2b9d36974055d26263b6d8505c4a131d693c371287ccd9c76220a9b59d6c3d1f0015db1d0f2bd8eafcb79c0bef0822
+DIST debtcollector-2.2.0.tar.gz 28833 BLAKE2B 
33361daaba12c52a1cc0bac168199ef3dbb959279def29ef782fa421f0aa106038de02217f6321c64e02845abd0573e69f5638b384411e7fbfd194dd3f6b3356
 SHA512 
6e5fdf38a25406a7a56d18e9b900471e3e4ce513ef62619c9eafa153ea08ff6b4b9bd90c524cfa16e04ff0c9c324e90d4fdd75212fced0b202245cdddae02137

diff --git a/dev-python/debtcollector/debtcollector-2.2.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.2.0.ebuild
new file mode 100644
index 000..e76434a9b87
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-2.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
+HOMEPAGE="https://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+"



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

2020-02-04 Thread Michał Górny
commit: ede76d28b691ae6f70cd16aa765a4c39b974065f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 19:43:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 19:47:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede76d28

dev-python/debtcollector: Remove py2

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

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

diff --git a/dev-python/debtcollector/debtcollector-1.21.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.21.0.ebuild
index 1f91538f8b8..89bc19073f2 100644
--- a/dev-python/debtcollector/debtcollector-1.21.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.21.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2019-10-02 Thread Matthew Thode
commit: 4af9e010a3e780126475551121edac691006feee
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Oct  2 16:42:37 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Oct  2 16:47:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af9e010

dev-python/debtcollector: remove broken doc build

clean up old builds

Fixes: https://bugs.gentoo.org/696016
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/debtcollector/Manifest  |  3 -
 .../debtcollector/debtcollector-1.11.0.ebuild  | 70 -
 .../debtcollector/debtcollector-1.17.1.ebuild  | 73 --
 .../debtcollector/debtcollector-1.19.0.ebuild  | 70 -
 .../debtcollector/debtcollector-1.21.0.ebuild  | 20 +-
 5 files changed, 1 insertion(+), 235 deletions(-)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index becdd8e42da..9a85edd7f34 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1,4 +1 @@
-DIST debtcollector-1.11.0.tar.gz 26266 BLAKE2B 
e94c8754d730417638542229c0c47d798efeb2f55f203c51b337f516e356f930f476881bfba7e51824e0fcdda84a2aea4cfe238fa3251a35a9bf395942de7563
 SHA512 
9dcbfdaec5d16714d17eca2bfce7049c0a042b2370b1be5a4a0c0057dc28bf060ba570639581ceb5e5c27f2117f9001e4b2bb350899bdab0c0c7cdc3098a9bb2
-DIST debtcollector-1.17.1.tar.gz 28805 BLAKE2B 
25d965359ba815e182cddb2a8c82d7360e43ec549185380e759cb993dc44dae88bf1e6e21a67b6929862389f80450dc2f07eff7b2f7a5af58f1d8b64a2716255
 SHA512 
751ac56695369a36c4baa7fd60b3c0d2c027fb23f7b71cf4103acb70362af4455ebe50b73ca0ba4f946b318c38e67f3477ae937afd697d505a6f2455f932faa3
-DIST debtcollector-1.19.0.tar.gz 26176 BLAKE2B 
be471b8ccb8cc3df3ade1af544f6326073f65cb1a6c64a8a864ee437692508fe21d7a117f47ab9f0c8cfb74502a7cf1c68e5e9dc26d8da3cd2ac0519c93be93b
 SHA512 
f2bd1eeb9f402853e57ef6bd31d9961acc45617c50be36192b8761454869b3b9fc7709dbd14c36be469e6dbf3532f5d75a9fb863c7ea95c276f82d06f69a2164
 DIST debtcollector-1.21.0.tar.gz 28472 BLAKE2B 
a7c4a2d41ff6df1df1bfc2b775d888c1f9839ddb76bc80ff6b9bb9d1fb8e14eb225006021a0889d2a49c317c48f65cec024ff1d3c4e9c9bee1c0139a7cd1fc71
 SHA512 
a5a4f66a4d65134e84164de6953d4c6d5b2b9d36974055d26263b6d8505c4a131d693c371287ccd9c76220a9b59d6c3d1f0015db1d0f2bd8eafcb79c0bef0822

diff --git a/dev-python/debtcollector/debtcollector-1.11.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
deleted file mode 100644
index c68ecca481b..000
--- a/dev-python/debtcollector/debtcollector-1.11.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# 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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="https://www.openstack.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc test"
-
-CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   !~dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   dev-python/doc8[${PYTHON_USEDEP}]
-   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-   )
-   doc? (
-   >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
-   =dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
-   virtual/python-funcsigs[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || di
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   distutils_install_for_testing
-
-   rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPYTHON}"
-
-   testr init || die "testr init failed under ${EPYTHON}"
-   testr run || die "testr run failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/debtcollector/debtcollector-1.17.1.ebuild 
b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
deleted file mode 100644
index 30ce83b8ad0..000
--- 

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

2019-05-11 Thread Matthew Thode
commit: 087644c00c3f11fe9bae25e54a00cce38331a1dd
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 11 18:54:39 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 11 19:05:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087644c0

dev-python/debtcollector: 1.21.0 allarches stablized

Stablized for Openstack Stein

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

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

diff --git a/dev-python/debtcollector/debtcollector-1.21.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.21.0.ebuild
index d14fd9b3528..1cdfbb6e143 100644
--- a/dev-python/debtcollector/debtcollector-1.21.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.21.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="doc test"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2019-04-09 Thread Matthew Thode
commit: f90723dc78d7ef0dd9609afd2ff84e6c4e31bf7d
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 10 04:10:26 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Apr 10 05:07:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90723dc

dev-python/debtcollector: 1.21.0 bump

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

 dev-python/debtcollector/Manifest  |  1 +
 .../debtcollector/debtcollector-1.21.0.ebuild  | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index 8f20bbb8a48..becdd8e42da 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1,3 +1,4 @@
 DIST debtcollector-1.11.0.tar.gz 26266 BLAKE2B 
e94c8754d730417638542229c0c47d798efeb2f55f203c51b337f516e356f930f476881bfba7e51824e0fcdda84a2aea4cfe238fa3251a35a9bf395942de7563
 SHA512 
9dcbfdaec5d16714d17eca2bfce7049c0a042b2370b1be5a4a0c0057dc28bf060ba570639581ceb5e5c27f2117f9001e4b2bb350899bdab0c0c7cdc3098a9bb2
 DIST debtcollector-1.17.1.tar.gz 28805 BLAKE2B 
25d965359ba815e182cddb2a8c82d7360e43ec549185380e759cb993dc44dae88bf1e6e21a67b6929862389f80450dc2f07eff7b2f7a5af58f1d8b64a2716255
 SHA512 
751ac56695369a36c4baa7fd60b3c0d2c027fb23f7b71cf4103acb70362af4455ebe50b73ca0ba4f946b318c38e67f3477ae937afd697d505a6f2455f932faa3
 DIST debtcollector-1.19.0.tar.gz 26176 BLAKE2B 
be471b8ccb8cc3df3ade1af544f6326073f65cb1a6c64a8a864ee437692508fe21d7a117f47ab9f0c8cfb74502a7cf1c68e5e9dc26d8da3cd2ac0519c93be93b
 SHA512 
f2bd1eeb9f402853e57ef6bd31d9961acc45617c50be36192b8761454869b3b9fc7709dbd14c36be469e6dbf3532f5d75a9fb863c7ea95c276f82d06f69a2164
+DIST debtcollector-1.21.0.tar.gz 28472 BLAKE2B 
a7c4a2d41ff6df1df1bfc2b775d888c1f9839ddb76bc80ff6b9bb9d1fb8e14eb225006021a0889d2a49c317c48f65cec024ff1d3c4e9c9bee1c0139a7cd1fc71
 SHA512 
a5a4f66a4d65134e84164de6953d4c6d5b2b9d36974055d26263b6d8505c4a131d693c371287ccd9c76220a9b59d6c3d1f0015db1d0f2bd8eafcb79c0bef0822

diff --git a/dev-python/debtcollector/debtcollector-1.21.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.21.0.ebuild
new file mode 100644
index 000..0e38212acee
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-1.21.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
+HOMEPAGE="https://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+   virtual/python-funcsigs[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || di
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   distutils_install_for_testing
+
+   rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPYTHON}"
+
+   testr init || die "testr init failed under ${EPYTHON}"
+   testr run || die "testr run failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2019-01-28 Thread Matthew Thode
commit: 245fd04a832407e890ffdea264a28c095be3419e
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 28 04:57:06 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 28 04:57:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245fd04a

dev-python/debtcollector: 1.19.0 py37

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/debtcollector/debtcollector-1.19.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.19.0.ebuild
index 77677acbe94..f94f4364eb2 100644
--- a/dev-python/debtcollector/debtcollector-1.19.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.19.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1
 



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

2018-04-11 Thread Matt Thode
commit: c7ea17d73265e9b4f17dd797f82af7b2163510fd
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr  9 13:11:39 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Apr 12 04:24:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ea17d7

dev-python/debtcollector: use HTTPS

Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/debtcollector/debtcollector-1.11.0.ebuild | 4 ++--
 dev-python/debtcollector/debtcollector-1.17.1.ebuild | 4 ++--
 dev-python/debtcollector/debtcollector-1.19.0.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/debtcollector/debtcollector-1.11.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
index 5eb92d9dd8a..155cd3b4f6b 100644
--- a/dev-python/debtcollector/debtcollector-1.11.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="http://www.openstack.org/;
+HOMEPAGE="https://www.openstack.org/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/debtcollector/debtcollector-1.17.1.ebuild 
b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
index 406437c2b8b..8490a275bd6 100644
--- a/dev-python/debtcollector/debtcollector-1.17.1.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="http://www.openstack.org/;
+HOMEPAGE="https://www.openstack.org/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/debtcollector/debtcollector-1.19.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.19.0.ebuild
index 2b35a185964..77677acbe94 100644
--- a/dev-python/debtcollector/debtcollector-1.19.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.19.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="http://www.openstack.org/;
+HOMEPAGE="https://www.openstack.org/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"



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

2018-02-15 Thread Matt Thode
commit: b818dcd403d68810b019db7e40eaed7f7f9a2b90
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 16 05:28:45 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 16 05:28:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b818dcd4

dev-python/debtcollector: 1.19.0 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/debtcollector/Manifest  |  1 +
 .../debtcollector/debtcollector-1.19.0.ebuild  | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index e8971e4b698..8f20bbb8a48 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1,2 +1,3 @@
 DIST debtcollector-1.11.0.tar.gz 26266 BLAKE2B 
e94c8754d730417638542229c0c47d798efeb2f55f203c51b337f516e356f930f476881bfba7e51824e0fcdda84a2aea4cfe238fa3251a35a9bf395942de7563
 SHA512 
9dcbfdaec5d16714d17eca2bfce7049c0a042b2370b1be5a4a0c0057dc28bf060ba570639581ceb5e5c27f2117f9001e4b2bb350899bdab0c0c7cdc3098a9bb2
 DIST debtcollector-1.17.1.tar.gz 28805 BLAKE2B 
25d965359ba815e182cddb2a8c82d7360e43ec549185380e759cb993dc44dae88bf1e6e21a67b6929862389f80450dc2f07eff7b2f7a5af58f1d8b64a2716255
 SHA512 
751ac56695369a36c4baa7fd60b3c0d2c027fb23f7b71cf4103acb70362af4455ebe50b73ca0ba4f946b318c38e67f3477ae937afd697d505a6f2455f932faa3
+DIST debtcollector-1.19.0.tar.gz 26176 BLAKE2B 
be471b8ccb8cc3df3ade1af544f6326073f65cb1a6c64a8a864ee437692508fe21d7a117f47ab9f0c8cfb74502a7cf1c68e5e9dc26d8da3cd2ac0519c93be93b
 SHA512 
f2bd1eeb9f402853e57ef6bd31d9961acc45617c50be36192b8761454869b3b9fc7709dbd14c36be469e6dbf3532f5d75a9fb863c7ea95c276f82d06f69a2164

diff --git a/dev-python/debtcollector/debtcollector-1.19.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.19.0.ebuild
new file mode 100644
index 000..d499f8f46a5
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-1.19.0.ebuild
@@ -0,0 +1,70 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
+HOMEPAGE="http://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   !~dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.17.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+   virtual/python-funcsigs[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || di
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   distutils_install_for_testing
+
+   rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPYTHON}"
+
+   testr init || die "testr init failed under ${EPYTHON}"
+   testr run || die "testr run failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2017-11-17 Thread Matt Thode
commit: 0ec3c667ba0523c85d702818759e24a9a63e30eb
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Nov 17 23:26:37 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Nov 17 23:27:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec3c667

dev-python/debtcollector: 1.17.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/debtcollector/Manifest  |  2 -
 .../debtcollector/debtcollector-1.17.0.ebuild  | 72 --
 .../debtcollector/debtcollector-1.17.1.ebuild  |  2 +-
 .../debtcollector/debtcollector-1.3.0.ebuild   | 70 -
 4 files changed, 1 insertion(+), 145 deletions(-)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index 609dfd53faa..76100feb2e6 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1,4 +1,2 @@
 DIST debtcollector-1.11.0.tar.gz 26266 SHA256 
733afa881c844a40ef4623ab73ce1862e505bc4655635da3a91d8f3482677785 SHA512 
9dcbfdaec5d16714d17eca2bfce7049c0a042b2370b1be5a4a0c0057dc28bf060ba570639581ceb5e5c27f2117f9001e4b2bb350899bdab0c0c7cdc3098a9bb2
 WHIRLPOOL 
3456da61c660b4102c391c38910158fcc3907c41cd7a5ed079bfa8366af42bbff9291c42e5e00a14b495c2443a0d4febd5be1da536901eb184bec9cb0c9142e7
-DIST debtcollector-1.17.0.tar.gz 28122 SHA256 
71e3350b6b97acede200f30b3858749b21303a70fde4ded26e4cbe599a3b0466 SHA512 
8c35cdc00f9161cf940ff22a4b155e281adf66bb2dd16870a40017b05553387e37d9bd988bb4adcb89c5f75ca63d626a9de949986caa877d4d70d8cbf90daf63
 WHIRLPOOL 
a2c36051735d0c2a9ffbd839518c7b467a7f60f73598e9c26dfa0dc7c86c031b00fdd68759993450c8e61374e5549cc305d34bf5110e015e8c227d50d22449e4
 DIST debtcollector-1.17.1.tar.gz 28805 SHA256 
1f751d74789baa82684f55bececf754ebff1ad40e3fb1bee44fcf5c25a31e92d SHA512 
751ac56695369a36c4baa7fd60b3c0d2c027fb23f7b71cf4103acb70362af4455ebe50b73ca0ba4f946b318c38e67f3477ae937afd697d505a6f2455f932faa3
 WHIRLPOOL 
90e8a0ae9f9dfc5442f16c539658306c72f58420d58963eb26eded18717c2c0706cf156a546bb143497c16137a4e493b2ecff23b35154803f93ec5c7e5035aa1
-DIST debtcollector-1.3.0.tar.gz 21853 SHA256 
9a65cf09239eab75b961ef609b3176ed2487bedcfa0a465331661824e1c8db8f SHA512 
b53ef131599fb04abb9f11e8abe3dc8447a595695bab505be642c03925e0da625e6a10944ec10863526645080ed3ce43b9a5138a1f7ba91511ade6daf42d018a
 WHIRLPOOL 
04c6ee34a48955a86535c3161005417f5c5dfca9152e092c3856d61a4707f6249245398006d0da0c31ffa7103ab69a566bf84d7321b70362d59f359b5225622f

diff --git a/dev-python/debtcollector/debtcollector-1.17.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.17.0.ebuild
deleted file mode 100644
index 97960ad6ff0..000
--- a/dev-python/debtcollector/debtcollector-1.17.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
-HOMEPAGE="http://www.openstack.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc test"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   !~dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   dev-python/doc8[${PYTHON_USEDEP}]
-   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-   !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
-   )
-   doc? (
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   >=dev-python/openstackdocstheme-1.11.0[${PYTHON_USEDEP}]
-   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-   !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
-   virtual/python-funcsigs[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || di
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   distutils_install_for_testing
-
-   rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPYTHON}"
-
-   testr init || die "testr init failed under ${EPYTHON}"
-   testr run || die "testr run failed under ${EPYTHON}"
-}
-

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

2017-10-19 Thread Matt Thode
commit: 92dcead505e50e846a985701a7ca6d9f5ebda338
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct 20 01:10:15 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Oct 20 01:10:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92dcead5

dev-python/debtcollector: fixing missing dep in doc build for bug 634718

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/debtcollector/debtcollector-1.17.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/debtcollector/debtcollector-1.17.1.ebuild 
b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
index a1bac138b93..11809ad2350 100644
--- a/dev-python/debtcollector/debtcollector-1.17.1.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
@@ -34,6 +34,7 @@ DEPEND="
!~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
)
doc? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
>=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
>=dev-python/reno-1.8.0[${PYTHON_USEDEP}]



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

2017-10-18 Thread Matt Thode
commit: 829637776eefe3fb6363f1c36fff5d525561589d
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Oct 18 20:51:45 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Oct 18 20:54:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82963777

dev-python/debtcollector: 1.17.1 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/debtcollector/Manifest  |  1 +
 .../debtcollector/debtcollector-1.17.1.ebuild  | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index 812476a7a76..609dfd53faa 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1,3 +1,4 @@
 DIST debtcollector-1.11.0.tar.gz 26266 SHA256 
733afa881c844a40ef4623ab73ce1862e505bc4655635da3a91d8f3482677785 SHA512 
9dcbfdaec5d16714d17eca2bfce7049c0a042b2370b1be5a4a0c0057dc28bf060ba570639581ceb5e5c27f2117f9001e4b2bb350899bdab0c0c7cdc3098a9bb2
 WHIRLPOOL 
3456da61c660b4102c391c38910158fcc3907c41cd7a5ed079bfa8366af42bbff9291c42e5e00a14b495c2443a0d4febd5be1da536901eb184bec9cb0c9142e7
 DIST debtcollector-1.17.0.tar.gz 28122 SHA256 
71e3350b6b97acede200f30b3858749b21303a70fde4ded26e4cbe599a3b0466 SHA512 
8c35cdc00f9161cf940ff22a4b155e281adf66bb2dd16870a40017b05553387e37d9bd988bb4adcb89c5f75ca63d626a9de949986caa877d4d70d8cbf90daf63
 WHIRLPOOL 
a2c36051735d0c2a9ffbd839518c7b467a7f60f73598e9c26dfa0dc7c86c031b00fdd68759993450c8e61374e5549cc305d34bf5110e015e8c227d50d22449e4
+DIST debtcollector-1.17.1.tar.gz 28805 SHA256 
1f751d74789baa82684f55bececf754ebff1ad40e3fb1bee44fcf5c25a31e92d SHA512 
751ac56695369a36c4baa7fd60b3c0d2c027fb23f7b71cf4103acb70362af4455ebe50b73ca0ba4f946b318c38e67f3477ae937afd697d505a6f2455f932faa3
 WHIRLPOOL 
90e8a0ae9f9dfc5442f16c539658306c72f58420d58963eb26eded18717c2c0706cf156a546bb143497c16137a4e493b2ecff23b35154803f93ec5c7e5035aa1
 DIST debtcollector-1.3.0.tar.gz 21853 SHA256 
9a65cf09239eab75b961ef609b3176ed2487bedcfa0a465331661824e1c8db8f SHA512 
b53ef131599fb04abb9f11e8abe3dc8447a595695bab505be642c03925e0da625e6a10944ec10863526645080ed3ce43b9a5138a1f7ba91511ade6daf42d018a
 WHIRLPOOL 
04c6ee34a48955a86535c3161005417f5c5dfca9152e092c3856d61a4707f6249245398006d0da0c31ffa7103ab69a566bf84d7321b70362d59f359b5225622f

diff --git a/dev-python/debtcollector/debtcollector-1.17.1.ebuild 
b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
new file mode 100644
index 000..a1bac138b93
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
+HOMEPAGE="http://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   !~dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   dev-python/doc8[${PYTHON_USEDEP}]
+   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+   virtual/python-funcsigs[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || di
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   distutils_install_for_testing
+
+   rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPYTHON}"
+
+   testr init || die "testr init failed under ${EPYTHON}"
+   testr run || die "testr run failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2017-03-12 Thread Zac Medico
commit: 3b4d9410f38ac8fa90202f26d0b2954c562cba78
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 21:55:26 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4d9410

dev-python/debtcollector: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/debtcollector/debtcollector-1.11.0.ebuild | 2 +-
 dev-python/debtcollector/debtcollector-1.3.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/debtcollector/debtcollector-1.11.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
index fd98859cba0..b9451e244b9 100644
--- a/dev-python/debtcollector/debtcollector-1.11.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/debtcollector/debtcollector-1.3.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.3.0.ebuild
index c87928bf762..b9d019759a5 100644
--- a/dev-python/debtcollector/debtcollector-1.3.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-02-27 Thread Matt Thode
commit: b0b8c69ffa8ff33eb73a9819e997daea71e09ba1
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 27 15:10:35 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 27 15:11:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b8c69f

dev-python/debtcollector: fixing missing python_prepare_all section

fixes bug 611074 and bug 611070

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/debtcollector/debtcollector-1.11.0.ebuild | 1 +
 dev-python/debtcollector/debtcollector-1.3.0.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/debtcollector/debtcollector-1.11.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
index da10dfd7f3..fd98859cba 100644
--- a/dev-python/debtcollector/debtcollector-1.11.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
@@ -47,6 +47,7 @@ RDEPEND="
 
 python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || di
+   distutils-r1_python_prepare_all
 }
 
 python_compile_all() {

diff --git a/dev-python/debtcollector/debtcollector-1.3.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.3.0.ebuild
index 992bab7744..63907753b3 100644
--- a/dev-python/debtcollector/debtcollector-1.3.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -48,6 +48,7 @@ RDEPEND="
 
 python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || di
+   distutils-r1_python_prepare_all
 }
 
 python_compile_all() {



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

2017-02-26 Thread Matt Thode
commit: a8cfea4369d3ad3c603a036a5f2a0ac2bddc1cce
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 27 01:07:46 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 27 02:15:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8cfea43

dev-python/debtcollector: bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/debtcollector/Manifest  |  1 +
 .../debtcollector/debtcollector-1.11.0.ebuild  | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index da170ea150..9b0ba80039 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1 +1,2 @@
+DIST debtcollector-1.11.0.tar.gz 26266 SHA256 
733afa881c844a40ef4623ab73ce1862e505bc4655635da3a91d8f3482677785 SHA512 
9dcbfdaec5d16714d17eca2bfce7049c0a042b2370b1be5a4a0c0057dc28bf060ba570639581ceb5e5c27f2117f9001e4b2bb350899bdab0c0c7cdc3098a9bb2
 WHIRLPOOL 
3456da61c660b4102c391c38910158fcc3907c41cd7a5ed079bfa8366af42bbff9291c42e5e00a14b495c2443a0d4febd5be1da536901eb184bec9cb0c9142e7
 DIST debtcollector-1.3.0.tar.gz 21853 SHA256 
9a65cf09239eab75b961ef609b3176ed2487bedcfa0a465331661824e1c8db8f SHA512 
b53ef131599fb04abb9f11e8abe3dc8447a595695bab505be642c03925e0da625e6a10944ec10863526645080ed3ce43b9a5138a1f7ba91511ade6daf42d018a
 WHIRLPOOL 
04c6ee34a48955a86535c3161005417f5c5dfca9152e092c3856d61a4707f6249245398006d0da0c31ffa7103ab69a566bf84d7321b70362d59f359b5225622f

diff --git a/dev-python/debtcollector/debtcollector-1.11.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
new file mode 100644
index 00..da10dfd7f3
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
+HOMEPAGE="http://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   !~dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   dev-python/doc8[${PYTHON_USEDEP}]
+   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+   =dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+   virtual/python-funcsigs[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || di
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   distutils_install_for_testing
+
+   rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPYTHON}"
+
+   testr init || die "testr init failed under ${EPYTHON}"
+   testr run || die "testr run failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-03-24 Thread Matt Thode
commit: 73262d81baa9a4868569894520cf92374909abf3
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 25 02:57:44 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 25 02:57:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73262d81

dev-python/debtcollector: bup for mitaka

Package-Manager: portage-2.2.26

 dev-python/debtcollector/Manifest  |  1 +
 .../debtcollector/debtcollector-1.3.0.ebuild   | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index 29fb559..f36a755 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1,2 +1,3 @@
 DIST debtcollector-0.10.0.tar.gz 20669 SHA256 
8cc22cf2223af7789692ef0b1cb5c0c3a00da7d6e34cbfce125a956cb4d2f21e SHA512 
a521a4dd5229384a500e973fa504be75c9019abd00cd4012118a566a1b4d95ecc10d616de29e0c16953a69fe7cdd219b44afb9463c59a6220c49d4a3dd12f896
 WHIRLPOOL 
2ffac565e27d411321a4c8c662e78bd0774158d9be0f77f8f7baa049fd62e52cd1b8a3a552f0f993e7e4c0b9325b0be3446580e602e4524e95f7d1e58361f388
 DIST debtcollector-0.7.0.tar.gz 17151 SHA256 
03ef06604e666a9f4a1506ffcfa887068bdb9f16e33657f9211a7b4e8bc753ea SHA512 
684bea62b17843717c6aa19f36e538bd62bfe101693394eb66d6d6f408f32a0c9e458dee8c81324f4503fab952b73654f2eca24c51ef67594c51657fcdca9dad
 WHIRLPOOL 
32cb704719ae3ea00f3d5e4e1df225604e226c5c4882afcf136fdfe035c367b334f1409c35b079214f8ab8b04608ef8a1f648a38632fc9fef9a8f312ce76d3c0
+DIST debtcollector-1.3.0.tar.gz 21853 SHA256 
9a65cf09239eab75b961ef609b3176ed2487bedcfa0a465331661824e1c8db8f SHA512 
b53ef131599fb04abb9f11e8abe3dc8447a595695bab505be642c03925e0da625e6a10944ec10863526645080ed3ce43b9a5138a1f7ba91511ade6daf42d018a
 WHIRLPOOL 
04c6ee34a48955a86535c3161005417f5c5dfca9152e092c3856d61a4707f6249245398006d0da0c31ffa7103ab69a566bf84d7321b70362d59f359b5225622f

diff --git a/dev-python/debtcollector/debtcollector-1.3.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.3.0.ebuild
new file mode 100644
index 000..7d7708c
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-1.3.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
+HOMEPAGE="http://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   !~dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
+   dev-python/doc8[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
+   

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

2016-02-27 Thread Matt Thode
commit: d786eac9d64481ec2ae04d355d0d9174736ac3f4
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 07:17:42 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 07:17:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d786eac9

dev-python/debtcollector: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/debtcollector/debtcollector-0.10.0.ebuild 
b/dev-python/debtcollector/debtcollector-0.10.0.ebuild
index a7666c6..f5933ef 100644
--- a/dev-python/debtcollector/debtcollector-0.10.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-0.10.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="doc test"
 
 CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"



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

2015-11-22 Thread Alex Brandt
commit: b30f00fe309701bedb3039e5459b16c14e59ed51
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Nov 22 15:48:12 2015 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun Nov 22 15:48:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30f00fe

dev-python/debtcollector: add version 0.10.0

Package-Manager: portage-2.2.25

 dev-python/debtcollector/Manifest  |  1 +
 .../debtcollector/debtcollector-0.10.0.ebuild  | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index 63e4627..29fb559 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1 +1,2 @@
+DIST debtcollector-0.10.0.tar.gz 20669 SHA256 
8cc22cf2223af7789692ef0b1cb5c0c3a00da7d6e34cbfce125a956cb4d2f21e SHA512 
a521a4dd5229384a500e973fa504be75c9019abd00cd4012118a566a1b4d95ecc10d616de29e0c16953a69fe7cdd219b44afb9463c59a6220c49d4a3dd12f896
 WHIRLPOOL 
2ffac565e27d411321a4c8c662e78bd0774158d9be0f77f8f7baa049fd62e52cd1b8a3a552f0f993e7e4c0b9325b0be3446580e602e4524e95f7d1e58361f388
 DIST debtcollector-0.7.0.tar.gz 17151 SHA256 
03ef06604e666a9f4a1506ffcfa887068bdb9f16e33657f9211a7b4e8bc753ea SHA512 
684bea62b17843717c6aa19f36e538bd62bfe101693394eb66d6d6f408f32a0c9e458dee8c81324f4503fab952b73654f2eca24c51ef67594c51657fcdca9dad
 WHIRLPOOL 
32cb704719ae3ea00f3d5e4e1df225604e226c5c4882afcf136fdfe035c367b334f1409c35b079214f8ab8b04608ef8a1f648a38632fc9fef9a8f312ce76d3c0

diff --git a/dev-python/debtcollector/debtcollector-0.10.0.ebuild 
b/dev-python/debtcollector/debtcollector-0.10.0.ebuild
new file mode 100644
index 000..54ce16a
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-0.10.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="... Python deprecation patterns and strategies that collect 
technical debt "
+HOMEPAGE="http://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
+   >dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   !~dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
+   

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

2015-11-10 Thread Agostino Sarubbo
commit: 9355d1be353ea7cc7203904863aacce5497ee3ea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 10 08:19:27 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 10 08:19:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9355d1be

dev-python/debtcollector: amd64 stable wrt bug #564826

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

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

diff --git a/dev-python/debtcollector/debtcollector-0.7.0.ebuild 
b/dev-python/debtcollector/debtcollector-0.7.0.ebuild
index 7baebb5..cf02460 100644
--- a/dev-python/debtcollector/debtcollector-0.7.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-0.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc test"
 
 CDEPEND="



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

2015-11-10 Thread Agostino Sarubbo
commit: 15d576b921cbe60dc7aa24c3aae0673d2f66f4cd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 10 08:24:15 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 10 08:24:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d576b9

dev-python/debtcollector: x86 stable wrt bug #564826

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

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

diff --git a/dev-python/debtcollector/debtcollector-0.7.0.ebuild 
b/dev-python/debtcollector/debtcollector-0.7.0.ebuild
index cf02460..16b2fa2 100644
--- a/dev-python/debtcollector/debtcollector-0.7.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-0.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/debtcollector/, dev-python/oslo-config/, dev-python/oslotest/

2015-09-01 Thread Matt Thode
commit: c209fcd3e3f3de9877bd1a7284de820b5da197d0
Author: Matthew Thode  mthode  org>
AuthorDate: Tue Sep  1 15:35:40 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Sep  1 15:35:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c209fcd3

dev-python/oslo*: fixing seds and prepare statements

 dev-python/debtcollector/debtcollector-0.7.0.ebuild | 6 +-
 dev-python/oslo-config/oslo-config-2.3.0.ebuild | 5 +++--
 dev-python/oslotest/oslotest-1.10.0.ebuild  | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/debtcollector/debtcollector-0.7.0.ebuild 
b/dev-python/debtcollector/debtcollector-0.7.0.ebuild
index fae6fae..7baebb5 100644
--- a/dev-python/debtcollector/debtcollector-0.7.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-0.7.0.ebuild
@@ -44,8 +44,12 @@ RDEPEND="
>=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
 "
 
-python_compile_all() {
+python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
use doc && esetup.py build_sphinx
 }
 

diff --git a/dev-python/oslo-config/oslo-config-2.3.0.ebuild 
b/dev-python/oslo-config/oslo-config-2.3.0.ebuild
index 3d4c587..b275cba 100644
--- a/dev-python/oslo-config/oslo-config-2.3.0.ebuild
+++ b/dev-python/oslo-config/oslo-config-2.3.0.ebuild
@@ -47,9 +47,10 @@ RDEPEND="
 "
 
 python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt
-   sed -i '/^argparse/d' requirements.txt
+   sed -i '/^hacking/d' test-requirements.txt || die
+   sed -i '/^argparse/d' requirements.txt || die
use doc && esetup.py build_sphinx
+   distutils-r1_python_prepare_all
 }
 
 python_test() {

diff --git a/dev-python/oslotest/oslotest-1.10.0.ebuild 
b/dev-python/oslotest/oslotest-1.10.0.ebuild
index 7af4e9b..a5967d0 100644
--- a/dev-python/oslotest/oslotest-1.10.0.ebuild
+++ b/dev-python/oslotest/oslotest-1.10.0.ebuild
@@ -40,7 +40,7 @@ RDEPEND="
 "
 
 python_prepare() {
-   sed -i '/^hacking/d' test-requirements.txt
+   sed -i '/^hacking/d' test-requirements.txt || die
distutils-r1_python_prepare
 }
 



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

2015-09-01 Thread Matt Thode
commit: 8513c3c396b49ac3270ec768212350ae7a0201a9
Author: Matthew Thode  mthode  org>
AuthorDate: Tue Sep  1 15:24:15 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Sep  1 15:24:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8513c3c3

dev-python/debtcollector: adding for liberty

Package-Manager: portage-2.2.20.1

 dev-python/debtcollector/Manifest  |  1 +
 .../debtcollector/debtcollector-0.7.0.ebuild   | 65 ++
 dev-python/debtcollector/metadata.xml  | 10 
 3 files changed, 76 insertions(+)

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
new file mode 100644
index 000..63e4627
--- /dev/null
+++ b/dev-python/debtcollector/Manifest
@@ -0,0 +1 @@
+DIST debtcollector-0.7.0.tar.gz 17151 SHA256 
03ef06604e666a9f4a1506ffcfa887068bdb9f16e33657f9211a7b4e8bc753ea SHA512 
684bea62b17843717c6aa19f36e538bd62bfe101693394eb66d6d6f408f32a0c9e458dee8c81324f4503fab952b73654f2eca24c51ef67594c51657fcdca9dad
 WHIRLPOOL 
32cb704719ae3ea00f3d5e4e1df225604e226c5c4882afcf136fdfe035c367b334f1409c35b079214f8ab8b04608ef8a1f648a38632fc9fef9a8f312ce76d3c0

diff --git a/dev-python/debtcollector/debtcollector-0.7.0.ebuild 
b/dev-python/debtcollector/debtcollector-0.7.0.ebuild
new file mode 100644
index 000..fae6fae
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-0.7.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="... Python deprecation patterns and strategies that help you 
collect your technical debt "
+HOMEPAGE="http://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+