* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/os-traits/
@ 2021-10-03 18:33 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2021-10-03 18:33 UTC (permalink / raw
To: gentoo-commits
commit: af32745563ba98cd70cece5cc9d90089fefe848a
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Oct 3 17:06:25 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Oct 3 18:32:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af327455
dev-python/os-traits: new version
Closes: https://bugs.gentoo.org/800305
Closes: https://bugs.gentoo.org/800302
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/os-traits/Manifest | 2 +-
dev-python/os-traits/os-traits-2.4.0.ebuild | 18 ---------------
dev-python/os-traits/os-traits-2.6.0.ebuild | 35 +++++++++++++++++++++++++++++
3 files changed, 36 insertions(+), 19 deletions(-)
diff --git a/dev-python/os-traits/Manifest b/dev-python/os-traits/Manifest
index 79f299572..874cdf84f 100644
--- a/dev-python/os-traits/Manifest
+++ b/dev-python/os-traits/Manifest
@@ -1 +1 @@
-DIST os-traits-2.4.0.tar.gz 25523 BLAKE2B 4b80ea28b748d69f9ddc510a2c4766f06bfe85544c86c6771d323f8a58e3244033d4bf79c0b525be1a46b39402f19f6dd2e83bef5fcec06e52cd0a3c0708f69d SHA512 ac6cfc58f3f77d44fb252be0c00afbd147ec0da0cca395c76b5ba31d3626a7118273713935f793c9ed9a2230062c9a3e9384867795aa83318cfa2c91fb15fa55
+DIST os-traits-2.6.0.tar.gz 29757 BLAKE2B a0839c5869fe843a372376c7146be595dd48223fcded187a3aca98db33dede7e234818ee30e79d7ecd52c3366ee87a1796e0623ed4d04c3a512304a0bddee9de SHA512 57f46678c1859af09f0e13e491760bddd818b7779716d91197f9fa45c6b195bb023a4de5fface68a95a87bf66547b27d74addb66cde043bd571a0eca176ee53b
diff --git a/dev-python/os-traits/os-traits-2.4.0.ebuild b/dev-python/os-traits/os-traits-2.4.0.ebuild
deleted file mode 100644
index 16fa79532..000000000
--- a/dev-python/os-traits/os-traits-2.4.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="os-traits is a library containing standardized trait strings."
-HOMEPAGE="https://github.com/openstack/os-traits"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=">=dev-python/pbr-5.4.0[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
diff --git a/dev-python/os-traits/os-traits-2.6.0.ebuild b/dev-python/os-traits/os-traits-2.6.0.ebuild
new file mode 100644
index 000000000..e2efe366a
--- /dev/null
+++ b/dev-python/os-traits/os-traits-2.6.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="os-traits is a library containing standardized trait strings."
+HOMEPAGE="
+ https://github.com/openstack/os-traits
+ https://pypi.org/project/os-traits
+ https://opendev.org/openstack/os-traits
+ https://launchpad.net/os-traits
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/os-traits/
@ 2021-10-06 22:30 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2021-10-06 22:30 UTC (permalink / raw
To: gentoo-commits
commit: e8206ab6f3ec859ff893cad55fb92e9a0f8af4e4
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Oct 6 22:28:29 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Oct 6 22:28:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8206ab6
dev-python/os-traits: fix variable name
Closes: https://bugs.gentoo.org/816666
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/os-traits/os-traits-2.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/os-traits/os-traits-2.6.0.ebuild b/dev-python/os-traits/os-traits-2.6.0.ebuild
index e2efe366a..5699a4c43 100644
--- a/dev-python/os-traits/os-traits-2.6.0.ebuild
+++ b/dev-python/os-traits/os-traits-2.6.0.ebuild
@@ -20,7 +20,7 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
DEPEND="
${RDEPEND}
test? (
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/os-traits/
@ 2022-03-12 3:28 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-03-12 3:28 UTC (permalink / raw
To: gentoo-commits
commit: 9ef3ea9009305ed7f50e37b4fee4ee389c7b132a
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 02:43:35 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 03:03:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ef3ea90
dev-python/os-traits: add 2.7.0, drop 2.6.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/os-traits/Manifest | 2 +-
.../os-traits/{os-traits-2.6.0.ebuild => os-traits-2.7.0.ebuild} | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/os-traits/Manifest b/dev-python/os-traits/Manifest
index 874cdf84f..3605d4097 100644
--- a/dev-python/os-traits/Manifest
+++ b/dev-python/os-traits/Manifest
@@ -1 +1 @@
-DIST os-traits-2.6.0.tar.gz 29757 BLAKE2B a0839c5869fe843a372376c7146be595dd48223fcded187a3aca98db33dede7e234818ee30e79d7ecd52c3366ee87a1796e0623ed4d04c3a512304a0bddee9de SHA512 57f46678c1859af09f0e13e491760bddd818b7779716d91197f9fa45c6b195bb023a4de5fface68a95a87bf66547b27d74addb66cde043bd571a0eca176ee53b
+DIST os-traits-2.7.0.tar.gz 30237 BLAKE2B bcd14d416b8b57fed413fac6fd5496c65f7e43851aaaab367593e1f44dd0d18d1aae63dc57c61ab8efa1c7ab5b17c6dcbb7c30f70c13618810f42fe38f3d8dfc SHA512 91ba2d527597eb00cc7576e1597b5bb1ca55c488752576debec5539512387f058bafa410c044eb46d7fc22441612ab446faf1e1b3db5678d11197abc91873457
diff --git a/dev-python/os-traits/os-traits-2.6.0.ebuild b/dev-python/os-traits/os-traits-2.7.0.ebuild
similarity index 89%
rename from dev-python/os-traits/os-traits-2.6.0.ebuild
rename to dev-python/os-traits/os-traits-2.7.0.ebuild
index 0436f29ea..3657fa725 100644
--- a/dev-python/os-traits/os-traits-2.6.0.ebuild
+++ b/dev-python/os-traits/os-traits-2.7.0.ebuild
@@ -3,14 +3,14 @@
EAPI=8
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
-DESCRIPTION="os-traits is a library containing standardized trait strings."
+DESCRIPTION="os-traits is a library containing standardized trait strings"
HOMEPAGE="
https://github.com/openstack/os-traits
- https://pypi.org/project/os-traits
+ https://pypi.org/project/os-traits/
https://opendev.org/openstack/os-traits
https://launchpad.net/os-traits
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-12 3:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-12 3:28 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/os-traits/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2021-10-06 22:30 Alessandro Barbieri
2021-10-03 18:33 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox