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

2024-06-19 Thread Petr Vaněk
commit: eedf0dae371edb584774d47a09bdaff532f28ee4
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Jun 19 15:33:36 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Wed Jun 19 15:42:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eedf0dae

dev-python/reno: enable py3.13

Signed-off-by: Petr Vaněk  gentoo.org>

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

diff --git a/dev-python/reno/reno-4.1.0.ebuild 
b/dev-python/reno/reno-4.1.0.ebuild
index 3ee68de57553..f188eb3fa638 100644
--- a/dev-python/reno/reno-4.1.0.ebuild
+++ b/dev-python/reno/reno-4.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 



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

2024-03-21 Thread Michał Górny
commit: d127d628738962cd8eee2ab048fdc483659c5471
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 03:43:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 04:38:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d127d628

dev-python/reno: Remove old

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

 dev-python/reno/Manifest  |  1 -
 dev-python/reno/reno-4.0.0.ebuild | 45 ---
 2 files changed, 46 deletions(-)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index 8777848cf88d..3d6854f9c66f 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1,2 +1 @@
-DIST reno-4.0.0.tar.gz 84541 BLAKE2B 
fdb04fb337d4cd1f9ec7c4656fdacdd76135fc44dc3357fdb43056204756ccbf854fdadccf319c3c3b2f19b611479b34f8e5afcb20f178c2aca2aca5241a165c
 SHA512 
1058416f0291a6d8fe8e3600f0e02ebc8146541fd665b4c5027c24f1e3192f178424701a48c4413f94c997719cb82fd257dff5d0fcbb5fd7fcb4aba205baea62
 DIST reno-4.1.0.tar.gz 86657 BLAKE2B 
001a2723f814b537926fd4cf6eb70acd28661affa4d3a6a20f35f2409e262e7a3431480d6cc8e95a87b2ab49399e02dba85e810155b0092f2fa5455e5842ad97
 SHA512 
b0db51f61bb5a1bef3b0149b1bd3c6cdb6c8189e4325d2acffc122e7960a4c3d1afa87318596ff3bef99ea06e911d3260c5207951cc6d6b036e49b07969243a4

diff --git a/dev-python/reno/reno-4.0.0.ebuild 
b/dev-python/reno/reno-4.0.0.ebuild
deleted file mode 100644
index 3ee68de57553..
--- a/dev-python/reno/reno-4.0.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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="Release notes manager, storing release notes in a git repo and 
building docs"
-HOMEPAGE="
-   https://opendev.org/openstack/reno/
-   https://github.com/openstack/reno/
-   https://pypi.org/project/reno/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 ~riscv ~s390 x86"
-
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   test? (
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   )
-"
-
-# The doc needs to be built from a git repository
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   # Some tests need to be run from a git repository
-   rm reno/tests/test_{cache,semver}.py || die
-   distutils-r1_python_prepare_all
-}



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

2024-03-21 Thread Arthur Zamarin
commit: 539a6cf1dd455603058ff2432a47d771be68f997
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 21 19:23:58 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 21 19:23:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539a6cf1

dev-python/reno: Stabilize 4.1.0 ALLARCHES, #927430

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

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

diff --git a/dev-python/reno/reno-4.1.0.ebuild 
b/dev-python/reno/reno-4.1.0.ebuild
index 4794f156fb8f..3ee68de57553 100644
--- a/dev-python/reno/reno-4.1.0.ebuild
+++ b/dev-python/reno/reno-4.1.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 ~riscv ~s390 x86"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2024-03-04 Thread Michał Górny
commit: 863d5e1eac19b76e51ca159757e6e55f7f20e8c0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  4 13:44:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  4 14:52:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863d5e1e

dev-python/reno: Bump to 4.1.0

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

 dev-python/reno/Manifest  |  1 +
 dev-python/reno/reno-4.1.0.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index 76673a1d7a69..8777848cf88d 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1 +1,2 @@
 DIST reno-4.0.0.tar.gz 84541 BLAKE2B 
fdb04fb337d4cd1f9ec7c4656fdacdd76135fc44dc3357fdb43056204756ccbf854fdadccf319c3c3b2f19b611479b34f8e5afcb20f178c2aca2aca5241a165c
 SHA512 
1058416f0291a6d8fe8e3600f0e02ebc8146541fd665b4c5027c24f1e3192f178424701a48c4413f94c997719cb82fd257dff5d0fcbb5fd7fcb4aba205baea62
+DIST reno-4.1.0.tar.gz 86657 BLAKE2B 
001a2723f814b537926fd4cf6eb70acd28661affa4d3a6a20f35f2409e262e7a3431480d6cc8e95a87b2ab49399e02dba85e810155b0092f2fa5455e5842ad97
 SHA512 
b0db51f61bb5a1bef3b0149b1bd3c6cdb6c8189e4325d2acffc122e7960a4c3d1afa87318596ff3bef99ea06e911d3260c5207951cc6d6b036e49b07969243a4

diff --git a/dev-python/reno/reno-4.1.0.ebuild 
b/dev-python/reno/reno-4.1.0.ebuild
new file mode 100644
index ..4794f156fb8f
--- /dev/null
+++ b/dev-python/reno/reno-4.1.0.ebuild
@@ -0,0 +1,45 @@
+# 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="Release notes manager, storing release notes in a git repo and 
building docs"
+HOMEPAGE="
+   https://opendev.org/openstack/reno/
+   https://github.com/openstack/reno/
+   https://pypi.org/project/reno/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~s390 ~x86"
+
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   test? (
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   )
+"
+
+# The doc needs to be built from a git repository
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   # Some tests need to be run from a git repository
+   rm reno/tests/test_{cache,semver}.py || die
+   distutils-r1_python_prepare_all
+}



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

2024-01-29 Thread Michał Górny
commit: 73845677043c6b8c37d1d7a2f328fb61214aa274
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 29 10:11:41 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 29 10:24:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73845677

dev-python/reno: Add dev-python/fixtures test dep

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

 dev-python/reno/reno-4.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/reno/reno-4.0.0.ebuild 
b/dev-python/reno/reno-4.0.0.ebuild
index 840133a24fa2..3ee68de57553 100644
--- a/dev-python/reno/reno-4.0.0.ebuild
+++ b/dev-python/reno/reno-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -30,6 +30,7 @@ RDEPEND="
 BDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]
test? (
+   dev-python/fixtures[${PYTHON_USEDEP}]
>=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
)
 "



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

2023-10-27 Thread Michał Górny
commit: 89bfad84341acc8301e403023f9beb3922ffb329
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 27 18:10:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 27 18:10:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bfad84

dev-python/reno: Enable py3.12

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

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

diff --git a/dev-python/reno/reno-4.0.0.ebuild 
b/dev-python/reno/reno-4.0.0.ebuild
index 0f8379712afc..840133a24fa2 100644
--- a/dev-python/reno/reno-4.0.0.ebuild
+++ b/dev-python/reno/reno-4.0.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/reno/

2023-04-08 Thread Michał Górny
commit: 5feefc2bd58b217cc9e7cd16166c50da48d7a85f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  8 12:21:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  8 12:21:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5feefc2b

dev-python/reno: Remove old

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

 dev-python/reno/Manifest |  1 -
 dev-python/reno/reno-3.5.0-r1.ebuild | 44 
 2 files changed, 45 deletions(-)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index ba9ff4a779b4..76673a1d7a69 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1,2 +1 @@
-DIST reno-3.5.0.tar.gz 83644 BLAKE2B 
803d3d3c9ed572624b77d2851221edcd0a86241f86876970f1a64877d3083b39d8e574567f14dea52680538770a37bc70c55d74b66ddab6fda551209c32bb844
 SHA512 
4d48ec3faf26d046498edccc0dd6007dff36d8346395b5c62b2b85a8ff9bba5ac571cbdcb2aa8e522b6f4c155bd845a416cc715c30a29e8eae6d033ee1b52be7
 DIST reno-4.0.0.tar.gz 84541 BLAKE2B 
fdb04fb337d4cd1f9ec7c4656fdacdd76135fc44dc3357fdb43056204756ccbf854fdadccf319c3c3b2f19b611479b34f8e5afcb20f178c2aca2aca5241a165c
 SHA512 
1058416f0291a6d8fe8e3600f0e02ebc8146541fd665b4c5027c24f1e3192f178424701a48c4413f94c997719cb82fd257dff5d0fcbb5fd7fcb4aba205baea62

diff --git a/dev-python/reno/reno-3.5.0-r1.ebuild 
b/dev-python/reno/reno-3.5.0-r1.ebuild
deleted file mode 100644
index 0f8379712afc..
--- a/dev-python/reno/reno-3.5.0-r1.ebuild
+++ /dev/null
@@ -1,44 +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_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
-HOMEPAGE="
-   https://opendev.org/openstack/reno/
-   https://github.com/openstack/reno/
-   https://pypi.org/project/reno/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 ~riscv ~s390 x86"
-
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   )
-"
-
-# The doc needs to be built from a git repository
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   # Some tests need to be run from a git repository
-   rm reno/tests/test_{cache,semver}.py || die
-   distutils-r1_python_prepare_all
-}



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

2023-04-08 Thread Arthur Zamarin
commit: 8982da8c590d1026f0155c2ed09ae0f36eb19eb1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  8 08:15:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  8 08:15:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8982da8c

dev-python/reno: Stabilize 4.0.0 ALLARCHES, #904003

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

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

diff --git a/dev-python/reno/reno-4.0.0.ebuild 
b/dev-python/reno/reno-4.0.0.ebuild
index af452418d530..0f8379712afc 100644
--- a/dev-python/reno/reno-4.0.0.ebuild
+++ b/dev-python/reno/reno-4.0.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 ~riscv ~s390 x86"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2023-03-19 Thread Michał Górny
commit: 478aec0a1e9b5d8acfa7c81374e2e56dd130f24c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 20 05:19:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 20 05:36:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478aec0a

dev-python/reno: Remove old

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

 dev-python/reno/reno-3.5.0.ebuild | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/dev-python/reno/reno-3.5.0.ebuild 
b/dev-python/reno/reno-3.5.0.ebuild
deleted file mode 100644
index 29246b1b609f..
--- a/dev-python/reno/reno-3.5.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
-HOMEPAGE="https://pypi.org/project/reno/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 ~riscv ~s390 x86"
-
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   )
-"
-
-# The doc needs to be built from a git repository
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   # Some tests need to be run from a git repository
-   rm reno/tests/test_{cache,semver}.py || die
-   distutils-r1_python_prepare_all
-}



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

2023-03-19 Thread Arthur Zamarin
commit: ca08c6953876a8cb2d49c4f38c143ba31c65c7e7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Mar 19 18:56:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Mar 19 18:56:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca08c695

dev-python/reno: Stabilize 3.5.0-r1 ALLARCHES, #902177

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

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

diff --git a/dev-python/reno/reno-3.5.0-r1.ebuild 
b/dev-python/reno/reno-3.5.0-r1.ebuild
index af452418d530..0f8379712afc 100644
--- a/dev-python/reno/reno-3.5.0-r1.ebuild
+++ b/dev-python/reno/reno-3.5.0-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 ~riscv ~s390 x86"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2023-03-08 Thread Michał Górny
commit: 180ecc65a84ec859d16d609fd97f7e15334a091f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar  8 16:35:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar  8 17:02:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180ecc65

dev-python/reno: Bump to 4.0.0

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

 dev-python/reno/Manifest  |  1 +
 dev-python/reno/reno-4.0.0.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index 13eaa3737889..ba9ff4a779b4 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1 +1,2 @@
 DIST reno-3.5.0.tar.gz 83644 BLAKE2B 
803d3d3c9ed572624b77d2851221edcd0a86241f86876970f1a64877d3083b39d8e574567f14dea52680538770a37bc70c55d74b66ddab6fda551209c32bb844
 SHA512 
4d48ec3faf26d046498edccc0dd6007dff36d8346395b5c62b2b85a8ff9bba5ac571cbdcb2aa8e522b6f4c155bd845a416cc715c30a29e8eae6d033ee1b52be7
+DIST reno-4.0.0.tar.gz 84541 BLAKE2B 
fdb04fb337d4cd1f9ec7c4656fdacdd76135fc44dc3357fdb43056204756ccbf854fdadccf319c3c3b2f19b611479b34f8e5afcb20f178c2aca2aca5241a165c
 SHA512 
1058416f0291a6d8fe8e3600f0e02ebc8146541fd665b4c5027c24f1e3192f178424701a48c4413f94c997719cb82fd257dff5d0fcbb5fd7fcb4aba205baea62

diff --git a/dev-python/reno/reno-4.0.0.ebuild 
b/dev-python/reno/reno-4.0.0.ebuild
new file mode 100644
index ..af452418d530
--- /dev/null
+++ b/dev-python/reno/reno-4.0.0.ebuild
@@ -0,0 +1,44 @@
+# 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_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
+HOMEPAGE="
+   https://opendev.org/openstack/reno/
+   https://github.com/openstack/reno/
+   https://pypi.org/project/reno/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~s390 ~x86"
+
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   )
+"
+
+# The doc needs to be built from a git repository
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   # Some tests need to be run from a git repository
+   rm reno/tests/test_{cache,semver}.py || die
+   distutils-r1_python_prepare_all
+}



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

2023-02-17 Thread Michał Górny
commit: 5193cb7a0fb3017e76be9a53829bdccefa6cc794
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 09:19:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 09:31:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5193cb7a

dev-python/reno: PEP517, py3.11, pypi.eclass

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

 dev-python/reno/reno-3.5.0-r1.ebuild | 44 
 1 file changed, 44 insertions(+)

diff --git a/dev-python/reno/reno-3.5.0-r1.ebuild 
b/dev-python/reno/reno-3.5.0-r1.ebuild
new file mode 100644
index ..af452418d530
--- /dev/null
+++ b/dev-python/reno/reno-3.5.0-r1.ebuild
@@ -0,0 +1,44 @@
+# 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_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
+HOMEPAGE="
+   https://opendev.org/openstack/reno/
+   https://github.com/openstack/reno/
+   https://pypi.org/project/reno/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~s390 ~x86"
+
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   )
+"
+
+# The doc needs to be built from a git repository
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   # Some tests need to be run from a git repository
+   rm reno/tests/test_{cache,semver}.py || die
+   distutils-r1_python_prepare_all
+}



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

2022-06-04 Thread Michał Górny
commit: ee9eda4c64f297339d84dd2850853cb70f288aaf
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  5 05:47:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  5 05:47:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9eda4c

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

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

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

diff --git a/dev-python/reno/metadata.xml b/dev-python/reno/metadata.xml
index 758b8775b144..56137c142b0c 100644
--- a/dev-python/reno/metadata.xml
+++ b/dev-python/reno/metadata.xml
@@ -5,6 +5,10 @@
prometheanf...@gentoo.org
Matthew Thode

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


reno



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

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

dev-python/reno: Keyword 3.5.0 riscv, #847925

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

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

diff --git a/dev-python/reno/reno-3.5.0.ebuild 
b/dev-python/reno/reno-3.5.0.ebuild
index 6449033e1620..c2f5a53316b9 100644
--- a/dev-python/reno/reno-3.5.0.ebuild
+++ b/dev-python/reno/reno-3.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 ~s390 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 ~riscv ~s390 x86"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2022-04-25 Thread Sam James
commit: 306c1b0d7c7351f30c73c1a17c6846a2f857d8a1
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 02:57:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 02:57:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306c1b0d

dev-python/reno: Keyword 3.5.0 s390, #840891

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

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

diff --git a/dev-python/reno/reno-3.5.0.ebuild 
b/dev-python/reno/reno-3.5.0.ebuild
index 6e2ce449523d..6449033e1620 100644
--- a/dev-python/reno/reno-3.5.0.ebuild
+++ b/dev-python/reno/reno-3.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 ~s390 x86"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2021-11-13 Thread Michał Górny
commit: 218e6cd9c20cba6fea8aec1a68bd8a652edf1f1c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 13 13:24:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 13 13:24:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218e6cd9

dev-python/reno: Remove old

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

 dev-python/reno/Manifest  |  1 -
 dev-python/reno/reno-3.4.0.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index 626eefb60a7..13eaa373788 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1,2 +1 @@
-DIST reno-3.4.0.tar.gz 82815 BLAKE2B 
aab374c48c1dcf25ba7a78d46069c5d659762bf01d25dc05f597f02098ee10e7b8c518a0afad186ecd93602782a7c50294183b7e33075f8bfe57cc0bc3c1d016
 SHA512 
cbfd5d9b41beb1599438e249b8082175c8bd2b8dca62d8e6fd1ef742bf889adf6490e1ed0fa78d8aca663a0fb6bbe70742815a6512c6d51fb8073745b6860d65
 DIST reno-3.5.0.tar.gz 83644 BLAKE2B 
803d3d3c9ed572624b77d2851221edcd0a86241f86876970f1a64877d3083b39d8e574567f14dea52680538770a37bc70c55d74b66ddab6fda551209c32bb844
 SHA512 
4d48ec3faf26d046498edccc0dd6007dff36d8346395b5c62b2b85a8ff9bba5ac571cbdcb2aa8e522b6f4c155bd845a416cc715c30a29e8eae6d033ee1b52be7

diff --git a/dev-python/reno/reno-3.4.0.ebuild 
b/dev-python/reno/reno-3.4.0.ebuild
deleted file mode 100644
index 6e2ce449523..000
--- a/dev-python/reno/reno-3.4.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
-HOMEPAGE="https://pypi.org/project/reno/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
-
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   )
-"
-
-# The doc needs to be built from a git repository
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   # Some tests need to be run from a git repository
-   rm reno/tests/test_{cache,semver}.py || die
-   distutils-r1_python_prepare_all
-}



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

2021-11-13 Thread Jakov Smolić
commit: e0627f7972a4a67de5d1f42fe5b547fa7fabe621
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Nov 13 12:16:48 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Nov 13 12:16:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0627f79

dev-python/reno: Stabilize 3.5.0 ALLARCHES, #823569

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

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

diff --git a/dev-python/reno/reno-3.5.0.ebuild 
b/dev-python/reno/reno-3.5.0.ebuild
index d05d134d0ba..6e2ce449523 100644
--- a/dev-python/reno/reno-3.5.0.ebuild
+++ b/dev-python/reno/reno-3.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2021-10-07 Thread Michał Górny
commit: 07add58b59ee1d61214c3e7e5e4321a325b14782
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  7 21:33:05 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  7 21:36:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07add58b

dev-python/reno: Bump to 3.5.0

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

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

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index 36a196a5f0e..626eefb60a7 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1 +1,2 @@
 DIST reno-3.4.0.tar.gz 82815 BLAKE2B 
aab374c48c1dcf25ba7a78d46069c5d659762bf01d25dc05f597f02098ee10e7b8c518a0afad186ecd93602782a7c50294183b7e33075f8bfe57cc0bc3c1d016
 SHA512 
cbfd5d9b41beb1599438e249b8082175c8bd2b8dca62d8e6fd1ef742bf889adf6490e1ed0fa78d8aca663a0fb6bbe70742815a6512c6d51fb8073745b6860d65
+DIST reno-3.5.0.tar.gz 83644 BLAKE2B 
803d3d3c9ed572624b77d2851221edcd0a86241f86876970f1a64877d3083b39d8e574567f14dea52680538770a37bc70c55d74b66ddab6fda551209c32bb844
 SHA512 
4d48ec3faf26d046498edccc0dd6007dff36d8346395b5c62b2b85a8ff9bba5ac571cbdcb2aa8e522b6f4c155bd845a416cc715c30a29e8eae6d033ee1b52be7

diff --git a/dev-python/reno/reno-3.5.0.ebuild 
b/dev-python/reno/reno-3.5.0.ebuild
new file mode 100644
index 000..d05d134d0ba
--- /dev/null
+++ b/dev-python/reno/reno-3.5.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
+HOMEPAGE="https://pypi.org/project/reno/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
+
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   )
+"
+
+# The doc needs to be built from a git repository
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   # Some tests need to be run from a git repository
+   rm reno/tests/test_{cache,semver}.py || die
+   distutils-r1_python_prepare_all
+}



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

2021-10-01 Thread Arthur Zamarin
commit: 7932d14d5cee4aa687ed2d516d586ac20eb33ff3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  1 06:20:51 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  1 09:21:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7932d14d

dev-python/reno: add github upstream metadata

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

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

diff --git a/dev-python/reno/metadata.xml b/dev-python/reno/metadata.xml
index d43a212c1f5..758b8775b14 100644
--- a/dev-python/reno/metadata.xml
+++ b/dev-python/reno/metadata.xml
@@ -8,5 +8,6 @@


reno
+   openstack/reno

 



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

2021-10-01 Thread Arthur Zamarin
commit: 9b8e10296613532800be9877fe6e962d8502b9ae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  1 06:25:01 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  1 09:22:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8e1029

dev-python/reno: enable py3.10

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

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

diff --git a/dev-python/reno/reno-3.4.0.ebuild 
b/dev-python/reno/reno-3.4.0.ebuild
index 83a2eee78be..6e2ce449523 100644
--- a/dev-python/reno/reno-3.4.0.ebuild
+++ b/dev-python/reno/reno-3.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"



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

2021-09-05 Thread Michał Górny
commit: 462c9bddd2460838da6b87386a6fe43cb636ddb4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  5 19:14:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  5 19:14:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462c9bdd

dev-python/reno: Remove old

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

 dev-python/reno/Manifest  |  1 -
 dev-python/reno/reno-3.3.0.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index 5619cdb5d78..36a196a5f0e 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1,2 +1 @@
-DIST reno-3.3.0.tar.gz 81168 BLAKE2B 
46afacfa437c9d5fed49d454edaf92b96ffbd677de02d91c7fd431b5ae98764918e099dd486345907446a19b2c94a1c36ac5cff9cf6d911438b48d41d9585ba1
 SHA512 
0fb6ff09e71b829cabe452693aac0c3a14d44f75f93e8934ebd0b0861e7dcd749a92b7bf19bc4f46202ecb02840edd6d5e5787c8b8a5b64a6b91fb52fe18287d
 DIST reno-3.4.0.tar.gz 82815 BLAKE2B 
aab374c48c1dcf25ba7a78d46069c5d659762bf01d25dc05f597f02098ee10e7b8c518a0afad186ecd93602782a7c50294183b7e33075f8bfe57cc0bc3c1d016
 SHA512 
cbfd5d9b41beb1599438e249b8082175c8bd2b8dca62d8e6fd1ef742bf889adf6490e1ed0fa78d8aca663a0fb6bbe70742815a6512c6d51fb8073745b6860d65

diff --git a/dev-python/reno/reno-3.3.0.ebuild 
b/dev-python/reno/reno-3.3.0.ebuild
deleted file mode 100644
index 009b910e87e..000
--- a/dev-python/reno/reno-3.3.0.ebuild
+++ /dev/null
@@ -1,42 +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} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
-HOMEPAGE="https://pypi.org/project/reno/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   )
-"
-
-# The doc needs to be built from a git repository
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   # Some tests need to be run from a git repository
-   rm reno/tests/test_{cache,semver}.py || die
-   distutils-r1_python_prepare_all
-}



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

2021-09-05 Thread Sam James
commit: bb809b15efda395378cd79524fd9fd3b3ff4f9ca
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  5 16:53:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  5 16:53:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb809b15

dev-python/reno: Stabilize 3.4.0 ALLARCHES, #811657

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

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

diff --git a/dev-python/reno/reno-3.4.0.ebuild 
b/dev-python/reno/reno-3.4.0.ebuild
index 755626baf35..83a2eee78be 100644
--- a/dev-python/reno/reno-3.4.0.ebuild
+++ b/dev-python/reno/reno-3.4.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2021-08-03 Thread Michał Górny
commit: 39fe06a54912583ebeec29c26b23df470b890341
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  3 06:03:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  3 08:52:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39fe06a5

dev-python/reno: Bump to 3.4.0

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

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

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index dfeee76f99d..5619cdb5d78 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1 +1,2 @@
 DIST reno-3.3.0.tar.gz 81168 BLAKE2B 
46afacfa437c9d5fed49d454edaf92b96ffbd677de02d91c7fd431b5ae98764918e099dd486345907446a19b2c94a1c36ac5cff9cf6d911438b48d41d9585ba1
 SHA512 
0fb6ff09e71b829cabe452693aac0c3a14d44f75f93e8934ebd0b0861e7dcd749a92b7bf19bc4f46202ecb02840edd6d5e5787c8b8a5b64a6b91fb52fe18287d
+DIST reno-3.4.0.tar.gz 82815 BLAKE2B 
aab374c48c1dcf25ba7a78d46069c5d659762bf01d25dc05f597f02098ee10e7b8c518a0afad186ecd93602782a7c50294183b7e33075f8bfe57cc0bc3c1d016
 SHA512 
cbfd5d9b41beb1599438e249b8082175c8bd2b8dca62d8e6fd1ef742bf889adf6490e1ed0fa78d8aca663a0fb6bbe70742815a6512c6d51fb8073745b6860d65

diff --git a/dev-python/reno/reno-3.4.0.ebuild 
b/dev-python/reno/reno-3.4.0.ebuild
new file mode 100644
index 000..755626baf35
--- /dev/null
+++ b/dev-python/reno/reno-3.4.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
+HOMEPAGE="https://pypi.org/project/reno/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
+
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   )
+"
+
+# The doc needs to be built from a git repository
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   # Some tests need to be run from a git repository
+   rm reno/tests/test_{cache,semver}.py || die
+   distutils-r1_python_prepare_all
+}



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

2021-04-22 Thread Michał Górny
commit: ec61008240fa7fa13501bf45d35e132f1105f545
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 22 12:58:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 22 15:06:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec610082

dev-python/reno: Remove old

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

 dev-python/reno/Manifest |  1 -
 dev-python/reno/reno-3.2.0-r1.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index 86024332c36..dfeee76f99d 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1,2 +1 @@
-DIST reno-3.2.0.tar.gz 77316 BLAKE2B 
43fe83a5f4c3e812daa3d2456f6c3b0bc7ba661193187f05527108e7b182dd078ec7a26b39e2939d51efc231e60f3d503479a4729b391faf764fa1e5d941c967
 SHA512 
b0399e5472afa4c883af563949cf4083571ee6dfcc05babb9845fa44fb9cfa2d0a1be6f315915597c22e86e0504102cb4f90aee59273ccbaceb15e93ed078b65
 DIST reno-3.3.0.tar.gz 81168 BLAKE2B 
46afacfa437c9d5fed49d454edaf92b96ffbd677de02d91c7fd431b5ae98764918e099dd486345907446a19b2c94a1c36ac5cff9cf6d911438b48d41d9585ba1
 SHA512 
0fb6ff09e71b829cabe452693aac0c3a14d44f75f93e8934ebd0b0861e7dcd749a92b7bf19bc4f46202ecb02840edd6d5e5787c8b8a5b64a6b91fb52fe18287d

diff --git a/dev-python/reno/reno-3.2.0-r1.ebuild 
b/dev-python/reno/reno-3.2.0-r1.ebuild
deleted file mode 100644
index 9f1f5e1508f..000
--- a/dev-python/reno/reno-3.2.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
-HOMEPAGE="https://pypi.org/project/reno/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   )
-"
-
-# The doc needs to be built from a git repository
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   # Some tests need to be run from a git repository
-   rm reno/tests/test_{cache,semver}.py || die
-   distutils-r1_python_prepare_all
-}



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

2021-04-22 Thread Sam James
commit: 51a9e809c4a04b4c3882bf54ee908bfbb657ed9f
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 12:06:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 12:07:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a9e809

dev-python/reno: Stabilize 3.3.0 ALLARCHES, #784743

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

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

diff --git a/dev-python/reno/reno-3.3.0.ebuild 
b/dev-python/reno/reno-3.3.0.ebuild
index 0dfe678e41c..009b910e87e 100644
--- a/dev-python/reno/reno-3.3.0.ebuild
+++ b/dev-python/reno/reno-3.3.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
 IUSE=""
 
 RDEPEND="



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

2021-03-18 Thread Michał Górny
commit: cb251b3fc8b3d9181ea819204de1ecd2de3f1063
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 18 23:18:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 23:19:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb251b3f

dev-python/reno: Bump to 3.3.0

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

 dev-python/reno/Manifest  |  1 +
 dev-python/reno/reno-3.3.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index b7302f283d4..86024332c36 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1 +1,2 @@
 DIST reno-3.2.0.tar.gz 77316 BLAKE2B 
43fe83a5f4c3e812daa3d2456f6c3b0bc7ba661193187f05527108e7b182dd078ec7a26b39e2939d51efc231e60f3d503479a4729b391faf764fa1e5d941c967
 SHA512 
b0399e5472afa4c883af563949cf4083571ee6dfcc05babb9845fa44fb9cfa2d0a1be6f315915597c22e86e0504102cb4f90aee59273ccbaceb15e93ed078b65
+DIST reno-3.3.0.tar.gz 81168 BLAKE2B 
46afacfa437c9d5fed49d454edaf92b96ffbd677de02d91c7fd431b5ae98764918e099dd486345907446a19b2c94a1c36ac5cff9cf6d911438b48d41d9585ba1
 SHA512 
0fb6ff09e71b829cabe452693aac0c3a14d44f75f93e8934ebd0b0861e7dcd749a92b7bf19bc4f46202ecb02840edd6d5e5787c8b8a5b64a6b91fb52fe18287d

diff --git a/dev-python/reno/reno-3.3.0.ebuild 
b/dev-python/reno/reno-3.3.0.ebuild
new file mode 100644
index 000..0dfe678e41c
--- /dev/null
+++ b/dev-python/reno/reno-3.3.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
+HOMEPAGE="https://pypi.org/project/reno/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   )
+"
+
+# The doc needs to be built from a git repository
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   # Some tests need to be run from a git repository
+   rm reno/tests/test_{cache,semver}.py || die
+   distutils-r1_python_prepare_all
+}



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

2020-11-16 Thread Matthew Thode
commit: 6fb2bb0b46b1bec8192100e00c65d2fef144cef6
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Nov 17 02:43:55 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Nov 17 02:44:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb2bb0b

dev-python/reno: needs extras dep for tests

Closes: https://bugs.gentoo.org/754864
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/reno/{reno-3.2.0.ebuild => reno-3.2.0-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/reno/reno-3.2.0.ebuild 
b/dev-python/reno/reno-3.2.0-r1.ebuild
similarity index 91%
rename from dev-python/reno/reno-3.2.0.ebuild
rename to dev-python/reno/reno-3.2.0-r1.ebuild
index 9408169f6b9..27021077843 100644
--- a/dev-python/reno/reno-3.2.0.ebuild
+++ b/dev-python/reno/reno-3.2.0-r1.ebuild
@@ -22,6 +22,8 @@ RDEPEND="
>=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
>=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
>=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-2.1.1[${PYTHON_USEDEP}]
 "
 BDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2020-11-15 Thread Michał Górny
commit: 5b8c5ddd375a09ad28b7699a5e6dbbc7c40039d5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 15 23:59:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 15 23:59:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8c5ddd

dev-python/reno: Remove old

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

 dev-python/reno/Manifest   |  1 -
 dev-python/reno/reno-2.11.3.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index feab07451c0..b7302f283d4 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1,2 +1 @@
-DIST reno-2.11.3.tar.gz 73296 BLAKE2B 
a09c79c12945396425f2d3a45259e15e1fe8909df107de90884a51c87a5f4ac9f425907c1f9f401417d979e8762f80f188d2e783a7ff36541c107a9497a12746
 SHA512 
8d5bfe30c7a886d295d77b3d38e7fde09a8febacfacbf984f919bd5c813d81999870684f7da5b3e77a95436c912ea8e275b68548622462218356e23ad084140c
 DIST reno-3.2.0.tar.gz 77316 BLAKE2B 
43fe83a5f4c3e812daa3d2456f6c3b0bc7ba661193187f05527108e7b182dd078ec7a26b39e2939d51efc231e60f3d503479a4729b391faf764fa1e5d941c967
 SHA512 
b0399e5472afa4c883af563949cf4083571ee6dfcc05babb9845fa44fb9cfa2d0a1be6f315915597c22e86e0504102cb4f90aee59273ccbaceb15e93ed078b65

diff --git a/dev-python/reno/reno-2.11.3.ebuild 
b/dev-python/reno/reno-2.11.3.ebuild
deleted file mode 100644
index 9ed1b48a725..000
--- a/dev-python/reno/reno-2.11.3.ebuild
+++ /dev/null
@@ -1,22 +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,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
-HOMEPAGE="https://pypi.org/project/reno/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
-IUSE=""
-
-BDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]"
-RDEPEND="${BDEPEND}
-   >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]"



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

2020-11-15 Thread Sam James
commit: dd5a3025f0284a79a5e4677d3c2eae8755c96849
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 15 23:48:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 15 23:48:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5a3025

dev-python/reno: Stabilize 3.2.0 ALLARCHES, #754546

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

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

diff --git a/dev-python/reno/reno-3.2.0.ebuild 
b/dev-python/reno/reno-3.2.0.ebuild
index 3a693a7bada..9408169f6b9 100644
--- a/dev-python/reno/reno-3.2.0.ebuild
+++ b/dev-python/reno/reno-3.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
 IUSE=""
 
 RDEPEND="



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

2020-11-14 Thread Michał Górny
commit: 4fda758d741869f47ea88ec55d5c138b3f7fd563
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 14 22:11:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 14 22:11:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fda758d

dev-python/reno: Mark ALLARCHES

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

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

diff --git a/dev-python/reno/metadata.xml b/dev-python/reno/metadata.xml
index d9ed302410f..947dd7dbb1d 100644
--- a/dev-python/reno/metadata.xml
+++ b/dev-python/reno/metadata.xml
@@ -5,6 +5,7 @@
prometheanf...@gentoo.org
Matthew Thode

+   

reno




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

2020-10-04 Thread Louis Sautier
commit: 79e2fe8673b1b0703afba4ac15aa349a22efb8ed
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Oct  4 18:50:59 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Oct  4 19:25:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e2fe86

dev-python/reno: bump to 3.2.0, add Python 3.9 support+tests

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier  gentoo.org>

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

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index 346e72e4a6c..feab07451c0 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1 +1,2 @@
 DIST reno-2.11.3.tar.gz 73296 BLAKE2B 
a09c79c12945396425f2d3a45259e15e1fe8909df107de90884a51c87a5f4ac9f425907c1f9f401417d979e8762f80f188d2e783a7ff36541c107a9497a12746
 SHA512 
8d5bfe30c7a886d295d77b3d38e7fde09a8febacfacbf984f919bd5c813d81999870684f7da5b3e77a95436c912ea8e275b68548622462218356e23ad084140c
+DIST reno-3.2.0.tar.gz 77316 BLAKE2B 
43fe83a5f4c3e812daa3d2456f6c3b0bc7ba661193187f05527108e7b182dd078ec7a26b39e2939d51efc231e60f3d503479a4729b391faf764fa1e5d941c967
 SHA512 
b0399e5472afa4c883af563949cf4083571ee6dfcc05babb9845fa44fb9cfa2d0a1be6f315915597c22e86e0504102cb4f90aee59273ccbaceb15e93ed078b65

diff --git a/dev-python/reno/reno-3.2.0.ebuild 
b/dev-python/reno/reno-3.2.0.ebuild
new file mode 100644
index 000..3a693a7bada
--- /dev/null
+++ b/dev-python/reno/reno-3.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
+HOMEPAGE="https://pypi.org/project/reno/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   )
+"
+
+# The doc needs to be built from a git repository
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   # Some tests need to be run from a git repository
+   rm reno/tests/test_{cache,semver}.py || die
+   distutils-r1_python_prepare_all
+}



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

2020-08-06 Thread Michał Górny
commit: 2d9b9fc3cc0f64e72ad7e45050e9664b7795eb5e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  6 12:24:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  6 12:24:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9b9fc3

dev-python/reno: Remove old

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

 dev-python/reno/Manifest  |  1 -
 dev-python/reno/reno-2.7.0.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index fd71af34050..346e72e4a6c 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1,2 +1 @@
 DIST reno-2.11.3.tar.gz 73296 BLAKE2B 
a09c79c12945396425f2d3a45259e15e1fe8909df107de90884a51c87a5f4ac9f425907c1f9f401417d979e8762f80f188d2e783a7ff36541c107a9497a12746
 SHA512 
8d5bfe30c7a886d295d77b3d38e7fde09a8febacfacbf984f919bd5c813d81999870684f7da5b3e77a95436c912ea8e275b68548622462218356e23ad084140c
-DIST reno-2.7.0.tar.gz 65269 BLAKE2B 
f3ba0e33246d40f7f16739f367ad313ce440cd33c6f03de268f2e02293446e0d3a043287c36492d8cae44b65c682c09d13ab0e2c86beffc23a85184ef27a751b
 SHA512 
daf32dd7c08f9f75a9a334db8aa9e8c4fdad266bd5e68a43a87920751cf57549fba7906da26dc6c8f79b97bfaf51ad481f80ce99168cd65cfbd62848cb3d0cab

diff --git a/dev-python/reno/reno-2.7.0.ebuild 
b/dev-python/reno/reno-2.7.0.ebuild
deleted file mode 100644
index 44eff81e2fd..000
--- a/dev-python/reno/reno-2.7.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
-HOMEPAGE="https://pypi.org/project/reno/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]"



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

2020-08-03 Thread Sam James
commit: ae9928f35a14b5bfac14604cd9740f74db3cfcb8
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  4 02:36:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  4 02:43:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9928f3

dev-python/reno: arm64 stable (bug #731556)

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

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

diff --git a/dev-python/reno/reno-2.11.3.ebuild 
b/dev-python/reno/reno-2.11.3.ebuild
index 0ec706bfa07..09f1f5e 100644
--- a/dev-python/reno/reno-2.11.3.ebuild
+++ b/dev-python/reno/reno-2.11.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc64 ~x86"
 IUSE=""
 
 BDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]"



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

2020-08-02 Thread Michał Górny
commit: ff997adb2fa56460886298b7eede13ad420042d2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 07:55:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 08:16:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff997adb

dev-python/reno: Remove py2.7

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

 dev-python/reno/reno-2.11.3.ebuild | 2 +-
 dev-python/reno/reno-2.7.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/reno/reno-2.11.3.ebuild 
b/dev-python/reno/reno-2.11.3.ebuild
index 67a2d6e5d14..0ec706bfa07 100644
--- a/dev-python/reno/reno-2.11.3.ebuild
+++ b/dev-python/reno/reno-2.11.3.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,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 

diff --git a/dev-python/reno/reno-2.7.0.ebuild 
b/dev-python/reno/reno-2.7.0.ebuild
index a23ec8d58ca..44eff81e2fd 100644
--- a/dev-python/reno/reno-2.7.0.ebuild
+++ b/dev-python/reno/reno-2.7.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2020-07-16 Thread Sam James
commit: cf5512d85e416cbda6cbdeb02f6f7c6feaaa07f1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:50:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:50:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5512d8

dev-python/reno: arm keyworded (bug #732484)

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

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

diff --git a/dev-python/reno/reno-2.11.3.ebuild 
b/dev-python/reno/reno-2.11.3.ebuild
index 627cf75489e..67a2d6e5d14 100644
--- a/dev-python/reno/reno-2.11.3.ebuild
+++ b/dev-python/reno/reno-2.11.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
 IUSE=""
 
 BDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]"



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

2020-05-31 Thread Matt Turner
commit: f343a5a108400f413977bcee153a7cc210db4937
Author: Matt Turner  gentoo  org>
AuthorDate: Sun May 31 06:57:10 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May 31 06:57:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f343a5a1

dev-python/reno: Keyword 2.11.3 alpha, #617528

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/reno/reno-2.11.3.ebuild 
b/dev-python/reno/reno-2.11.3.ebuild
index 1249c20a47b..627cf75489e 100644
--- a/dev-python/reno/reno-2.11.3.ebuild
+++ b/dev-python/reno/reno-2.11.3.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 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc64 ~x86"
 IUSE=""
 
 BDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]"



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

2020-05-17 Thread Sergei Trofimovich
commit: 2f5d9f4237276b3151b130e7d58961b275131e53
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May 17 09:37:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May 17 09:37:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5d9f42

dev-python/reno: keyworded 2.11.3 for ia64, bug #617528

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

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

diff --git a/dev-python/reno/reno-2.11.3.ebuild 
b/dev-python/reno/reno-2.11.3.ebuild
index d0f96e1bc5e..1249c20a47b 100644
--- a/dev-python/reno/reno-2.11.3.ebuild
+++ b/dev-python/reno/reno-2.11.3.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 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~x86"
 IUSE=""
 
 BDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]"



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

2020-01-29 Thread Patrick McLean
commit: 06a54d7f4d312eb44ca519cb895643d8e5b7c712
Author: Patrick McLean  sony  com>
AuthorDate: Wed Jan 29 02:28:22 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Jan 29 19:53:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a54d7f

dev-python/reno-2.11.3: Version bump, add py38

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/reno/Manifest   |  1 +
 dev-python/reno/reno-2.11.3.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index 60b1aef1924..c185cace079 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1,2 +1,3 @@
 DIST reno-2.11.2.tar.gz 74623 BLAKE2B 
5c985a81fb6ef7926eadfd1b096f1a1358cb814100b75c6175b6507c2d9ce64f5a06799164a7593cc40f00695cf538c9a49bee1a4d0f78c115519d660681b315
 SHA512 
b2ef0d9112e327d3a581bfe9b4d6e47b7b4edaa3fe463716772438aab0dcee445d94aaa93bfc7036ead297206353ade73a34d148521ef5d25abe9ca5e655a13f
+DIST reno-2.11.3.tar.gz 73296 BLAKE2B 
a09c79c12945396425f2d3a45259e15e1fe8909df107de90884a51c87a5f4ac9f425907c1f9f401417d979e8762f80f188d2e783a7ff36541c107a9497a12746
 SHA512 
8d5bfe30c7a886d295d77b3d38e7fde09a8febacfacbf984f919bd5c813d81999870684f7da5b3e77a95436c912ea8e275b68548622462218356e23ad084140c
 DIST reno-2.7.0.tar.gz 65269 BLAKE2B 
f3ba0e33246d40f7f16739f367ad313ce440cd33c6f03de268f2e02293446e0d3a043287c36492d8cae44b65c682c09d13ab0e2c86beffc23a85184ef27a751b
 SHA512 
daf32dd7c08f9f75a9a334db8aa9e8c4fdad266bd5e68a43a87920751cf57549fba7906da26dc6c8f79b97bfaf51ad481f80ce99168cd65cfbd62848cb3d0cab

diff --git a/dev-python/reno/reno-2.11.3.ebuild 
b/dev-python/reno/reno-2.11.3.ebuild
new file mode 100644
index 000..d0f96e1bc5e
--- /dev/null
+++ b/dev-python/reno/reno-2.11.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Release notes manager, storing release notes in a git repo and 
building docs"
+HOMEPAGE="https://pypi.org/project/reno/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+BDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]"
+RDEPEND="${BDEPEND}
+   >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]"



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

2018-10-31 Thread Sebastian Pipping
commit: ff3b1baa5516ff4c758c335fe659e4fbdf203c70
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Oct 31 17:42:30 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Oct 31 17:58:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3b1baa

dev-python/reno: 2.11.2

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-python/reno/Manifest   |  1 +
 dev-python/reno/reno-2.11.2.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index a7d349d3623..8a43cfa3ea7 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1,3 +1,4 @@
+DIST reno-2.11.2.tar.gz 74623 BLAKE2B 
5c985a81fb6ef7926eadfd1b096f1a1358cb814100b75c6175b6507c2d9ce64f5a06799164a7593cc40f00695cf538c9a49bee1a4d0f78c115519d660681b315
 SHA512 
b2ef0d9112e327d3a581bfe9b4d6e47b7b4edaa3fe463716772438aab0dcee445d94aaa93bfc7036ead297206353ade73a34d148521ef5d25abe9ca5e655a13f
 DIST reno-2.2.1.tar.gz 56013 BLAKE2B 
db1966cf542e74e6842be64ee6a1a13cefcedab261bab951c9e39082ab0c0bf278e0b88bf3e876250f141c627a3625fb8038d190a6d58ee8d87054a86da38172
 SHA512 
278a7a43168f9467342f25c3eb8692e119cac285940b5d3f5a13f8f45acaffde962d2eeac720f2e5d824d085446fe5d660ef7082f95dd3c0360d594de5a65fb1
 DIST reno-2.5.0.tar.gz 62819 BLAKE2B 
1446d1289749df74d09c123af69dc6cacedb539b8387c73a1b0f0425651679e1332427afc482ba352e5176a76fcd6bfb65b31f731e0cfb2d137e23b739110b56
 SHA512 
ee7c44235dd1c3c253b426abbafd490658d642d56ebac5688dd1e3fca45451f26855f421b252c64f9e143bd67c8b08a9e4c6b79edc9c7341b26150a576458570
 DIST reno-2.7.0.tar.gz 65269 BLAKE2B 
f3ba0e33246d40f7f16739f367ad313ce440cd33c6f03de268f2e02293446e0d3a043287c36492d8cae44b65c682c09d13ab0e2c86beffc23a85184ef27a751b
 SHA512 
daf32dd7c08f9f75a9a334db8aa9e8c4fdad266bd5e68a43a87920751cf57549fba7906da26dc6c8f79b97bfaf51ad481f80ce99168cd65cfbd62848cb3d0cab

diff --git a/dev-python/reno/reno-2.11.2.ebuild 
b/dev-python/reno/reno-2.11.2.ebuild
new file mode 100644
index 000..699a74dcfdd
--- /dev/null
+++ b/dev-python/reno/reno-2.11.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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="Release notes manager, storing release notes in a git repo and 
building docs"
+HOMEPAGE="https://pypi.org/project/reno/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]"



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

2018-08-30 Thread Matt Thode
commit: b838f9bf696211d6e58f499f5d96712645d7d640
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 30 20:21:06 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 30 21:34:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b838f9bf

dev-python/reno: 2.7.0 stable arm64 for pbr

Package-Manager: Portage-2.3.48, Repoman-2.3.10

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

diff --git a/dev-python/reno/reno-2.7.0.ebuild 
b/dev-python/reno/reno-2.7.0.ebuild
index 02bf525efe8..867b9627b70 100644
--- a/dev-python/reno/reno-2.7.0.ebuild
+++ b/dev-python/reno/reno-2.7.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=""
 
 CDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]"



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

2018-02-15 Thread Matt Thode
commit: 775c1ade4269bcf8a20e2fe6a11068177161c4de
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 16 04:17:07 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 16 04:17:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775c1ade

dev-python/reno: 2.7.0 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/reno/Manifest  |  1 +
 dev-python/reno/reno-2.7.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index 5e857b1c2fd..a7d349d3623 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1,2 +1,3 @@
 DIST reno-2.2.1.tar.gz 56013 BLAKE2B 
db1966cf542e74e6842be64ee6a1a13cefcedab261bab951c9e39082ab0c0bf278e0b88bf3e876250f141c627a3625fb8038d190a6d58ee8d87054a86da38172
 SHA512 
278a7a43168f9467342f25c3eb8692e119cac285940b5d3f5a13f8f45acaffde962d2eeac720f2e5d824d085446fe5d660ef7082f95dd3c0360d594de5a65fb1
 DIST reno-2.5.0.tar.gz 62819 BLAKE2B 
1446d1289749df74d09c123af69dc6cacedb539b8387c73a1b0f0425651679e1332427afc482ba352e5176a76fcd6bfb65b31f731e0cfb2d137e23b739110b56
 SHA512 
ee7c44235dd1c3c253b426abbafd490658d642d56ebac5688dd1e3fca45451f26855f421b252c64f9e143bd67c8b08a9e4c6b79edc9c7341b26150a576458570
+DIST reno-2.7.0.tar.gz 65269 BLAKE2B 
f3ba0e33246d40f7f16739f367ad313ce440cd33c6f03de268f2e02293446e0d3a043287c36492d8cae44b65c682c09d13ab0e2c86beffc23a85184ef27a751b
 SHA512 
daf32dd7c08f9f75a9a334db8aa9e8c4fdad266bd5e68a43a87920751cf57549fba7906da26dc6c8f79b97bfaf51ad481f80ce99168cd65cfbd62848cb3d0cab

diff --git a/dev-python/reno/reno-2.7.0.ebuild 
b/dev-python/reno/reno-2.7.0.ebuild
new file mode 100644
index 000..3eb182c0edb
--- /dev/null
+++ b/dev-python/reno/reno-2.7.0.ebuild
@@ -0,0 +1,26 @@
+# 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="Release notes manager, storing release notes in a git repo and 
building docs"
+HOMEPAGE="https://pypi.python.org/pypi/reno;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]"



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

2017-10-04 Thread Michał Górny
commit: dc4a6bd2668944a1f44a8b88a1ad432af4d0f2a7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  4 07:24:06 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  4 08:56:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4a6bd2

dev-python/reno: Strip empty metadata.xml elements

 dev-python/reno/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/reno/metadata.xml b/dev-python/reno/metadata.xml
index ad30e341604..d9ed302410f 100644
--- a/dev-python/reno/metadata.xml
+++ b/dev-python/reno/metadata.xml
@@ -5,8 +5,6 @@
prometheanf...@gentoo.org
Matthew Thode

-   
-   

reno




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

2017-07-30 Thread Matt Thode
commit: 21b9abfba44bc01d9937e9dcae281399fe98d630
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jul 31 04:34:42 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Jul 31 04:34:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b9abfb

dev-python/reno: actually mark it stable

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/dev-python/reno/reno-2.2.1.ebuild 
b/dev-python/reno/reno-2.2.1.ebuild
index f6155da6feb..369edc605c6 100644
--- a/dev-python/reno/reno-2.2.1.ebuild
+++ b/dev-python/reno/reno-2.2.1.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=""
 
 CDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]"



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

2017-07-30 Thread Matt Thode
commit: 763f74349737181ebdf87ba3fe29b7d6632a68eb
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jul 31 03:37:19 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Jul 31 03:41:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763f7434

dev-python/reno: 2.2.1, correcting pbr dep

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/reno/reno-2.2.1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/reno/reno-2.2.1.ebuild 
b/dev-python/reno/reno-2.2.1.ebuild
index 2d71015bcdb..f6155da6feb 100644
--- a/dev-python/reno/reno-2.2.1.ebuild
+++ b/dev-python/reno/reno-2.2.1.ebuild
@@ -15,9 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
-CDEPEND="
-   >=dev-python/pbr-1.4[${PYTHON_USEDEP}]
-   

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

2017-07-30 Thread Matt Thode
commit: 422c096479c75417b85f1c5eb841c154858b5029
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jul 31 03:38:34 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Jul 31 03:41:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422c0964

dev-python/reno: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/reno/Manifest  |  2 --
 dev-python/reno/reno-1.2.0.ebuild | 27 ---
 dev-python/reno/reno-1.8.0.ebuild | 27 ---
 3 files changed, 56 deletions(-)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
index b93e879cd82..9feb9110d6a 100644
--- a/dev-python/reno/Manifest
+++ b/dev-python/reno/Manifest
@@ -1,3 +1 @@
-DIST reno-1.2.0.tar.gz 23725 SHA256 
8f2c4f9b8325e6de4a5a2a98169b2906bd2479cc2c66b97cd6899da455425fd3 SHA512 
61abf852504ab9ace324efc70bbe4bf5ce226175a4375f37466ebbe011cb65c7d306d69cd90a5e152f03d60f578be02d57a3805647a486e44dccf59b17595083
 WHIRLPOOL 
4a25f46b2a3c7693642104402db8bc024c82d19e3d8e3a11c899485aa7acd005a868a31665a0bb827f4922869c08297d63bdba5df76f0bf81cf8b95b2faa35db
-DIST reno-1.8.0.tar.gz 33367 SHA256 
fa8e478fe070b6f658fa4868941449cc6dca7b08f520756dcebed2c87e070fdf SHA512 
b8254cddd713d85dbbbedfaca864950093a2194e3a2e9754e5fb2490b2434d808dc3ae3659e901df0cf5ce7f33d6bf07d1c39fc086526a127643636199420d64
 WHIRLPOOL 
3c6e288af413ddf97be057278bec4ecbdda0fd1e80b29f52b20f3ccd6212090e16842e98a50e5dbe65260cb279112d87af3ee00aeb5371bc0dbb374a378e501c
 DIST reno-2.2.1.tar.gz 56013 SHA256 
2feebbeb0fa0cfd4cd19d7fba5bdd334a10a82515b1d8c3c5fc732c076c84ec7 SHA512 
278a7a43168f9467342f25c3eb8692e119cac285940b5d3f5a13f8f45acaffde962d2eeac720f2e5d824d085446fe5d660ef7082f95dd3c0360d594de5a65fb1
 WHIRLPOOL 
30203bbb1f1f8749e43b4c5a3cfe2dd3bfbd5ecf63b9fbcd6a47e8f148d58cd02c895311557919f4e2e27fafda326162edc9df77f71fb3c258b5dc1a6e7295ce

diff --git a/dev-python/reno/reno-1.2.0.ebuild 
b/dev-python/reno/reno-1.2.0.ebuild
deleted file mode 100644
index 7c5540e27cd..000
--- a/dev-python/reno/reno-1.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="A release notes manager for storing release notes in a git 
repository and building documentation"
-HOMEPAGE="https://pypi.python.org/pypi/reno;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND="
-   >=dev-python/pbr-1.4[${PYTHON_USEDEP}]
-   https://pypi.python.org/pypi/reno;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND="
-   >=dev-python/pbr-1.4[${PYTHON_USEDEP}]
-   

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

2017-02-16 Thread Zac Medico
commit: 80d426c972d43e6a745581439966ef1c283afa6d
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Feb 16 09:14:21 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Feb 16 09:14:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d426c9

dev-python/reno: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-python/reno/reno-1.8.0.ebuild 
b/dev-python/reno/reno-1.8.0.ebuild
index 276688215a..b3570bcc6a 100644
--- a/dev-python/reno/reno-1.8.0.ebuild
+++ b/dev-python/reno/reno-1.8.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

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

dev-python/reno: adding arm64 keyword

merged on X-C1

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/reno/reno-1.2.0.ebuild 
b/dev-python/reno/reno-1.2.0.ebuild
index a558420..bcf2854 100644
--- a/dev-python/reno/reno-1.2.0.ebuild
+++ b/dev-python/reno/reno-1.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 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND="



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

2016-03-24 Thread Matt Thode
commit: 664d52a6cd4072c3d04b865eb157a27bb6accab9
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 25 02:59:00 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 25 02:59:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664d52a6

dev-python/reno: adding py35 support

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/reno/reno-1.2.0.ebuild 
b/dev-python/reno/reno-1.2.0.ebuild
index bcf2854..33387ad 100644
--- a/dev-python/reno/reno-1.2.0.ebuild
+++ b/dev-python/reno/reno-1.2.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
 
 inherit distutils-r1
 



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

2016-01-24 Thread Agostino Sarubbo
commit: 13c4823e85841eed05d21b1ce54ffbde1593e0c6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jan 24 17:21:09 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jan 24 17:21:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c4823e

dev-python/reno: amd64/x86 stable, (ALLARCHES policy) wrt bug #572642

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/reno/reno-1.2.0.ebuild 
b/dev-python/reno/reno-1.2.0.ebuild
index 2c22364..a558420 100644
--- a/dev-python/reno/reno-1.2.0.ebuild
+++ b/dev-python/reno/reno-1.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 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 CDEPEND="



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

2015-12-07 Thread Matt Thode
commit: e8b71bb2fe703ec95233f6ee3d345145199c0e39
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Dec  7 18:14:32 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Dec  7 18:41:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b71bb2

dev-python/reno: adding for new neutron dep

Package-Manager: portage-2.2.20.1

 dev-python/reno/Manifest  |  1 +
 dev-python/reno/metadata.xml  | 13 +
 dev-python/reno/reno-1.2.0.ebuild | 28 
 3 files changed, 42 insertions(+)

diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
new file mode 100644
index 000..79f09ae
--- /dev/null
+++ b/dev-python/reno/Manifest
@@ -0,0 +1 @@
+DIST reno-1.2.0.tar.gz 23725 SHA256 
8f2c4f9b8325e6de4a5a2a98169b2906bd2479cc2c66b97cd6899da455425fd3 SHA512 
61abf852504ab9ace324efc70bbe4bf5ce226175a4375f37466ebbe011cb65c7d306d69cd90a5e152f03d60f578be02d57a3805647a486e44dccf59b17595083
 WHIRLPOOL 
4a25f46b2a3c7693642104402db8bc024c82d19e3d8e3a11c899485aa7acd005a868a31665a0bb827f4922869c08297d63bdba5df76f0bf81cf8b95b2faa35db

diff --git a/dev-python/reno/metadata.xml b/dev-python/reno/metadata.xml
new file mode 100644
index 000..f441d15
--- /dev/null
+++ b/dev-python/reno/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+   
+   reno
+   
+

diff --git a/dev-python/reno/reno-1.2.0.ebuild 
b/dev-python/reno/reno-1.2.0.ebuild
new file mode 100644
index 000..2c22364
--- /dev/null
+++ b/dev-python/reno/reno-1.2.0.ebuild
@@ -0,0 +1,28 @@
+# 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="A release notes manager for storing release notes in a git 
repository and building documentation"
+HOMEPAGE="https://pypi.python.org/pypi/reno;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="
+   >=dev-python/pbr-1.4[${PYTHON_USEDEP}]
+