commit:     56ce0bce1f4719fa117917e8917acb86476108a2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 24 16:40:20 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 24 18:08:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ce0bce

dev-python/oslo-log: py3.10, PEP517

The package fails the same 2 tests as with other implementations.

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

 dev-python/oslo-log/oslo-log-4.6.1-r1.ebuild | 47 ++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/dev-python/oslo-log/oslo-log-4.6.1-r1.ebuild 
b/dev-python/oslo-log/oslo-log-4.6.1-r1.ebuild
new file mode 100644
index 000000000000..eaf985b0c766
--- /dev/null
+++ b/dev-python/oslo-log/oslo-log-4.6.1-r1.ebuild
@@ -0,0 +1,47 @@
+# 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="OpenStack logging config library, configuration for all openstack 
projects"
+HOMEPAGE="https://pypi.org/project/oslo.log/ 
https://github.com/openstack/oslo.log";
+SRC_URI="mirror://pypi/o/oslo.log/oslo.log-${PV}.tar.gz"
+S="${WORKDIR}/oslo.log-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+       >=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]
+       >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+       >=dev-python/oslo-context-2.20.0[${PYTHON_USEDEP}]
+       >=dev-python/oslo-i18n-3.20.0[${PYTHON_USEDEP}]
+       >=dev-python/oslo-utils-3.36.0[${PYTHON_USEDEP}]
+       >=dev-python/oslo-serialization-1.25.0[${PYTHON_USEDEP}]
+       >=dev-python/debtcollector-1.19.0[${PYTHON_USEDEP}]
+       >=dev-python/pyinotify-0.9.6[${PYTHON_USEDEP}]
+       >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       >=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]
+       test? (
+               >=dev-python/testtools-2.3.0[${PYTHON_USEDEP}]
+               >=dev-python/oslotest-3.3.0[${PYTHON_USEDEP}]
+               >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests unittest
+distutils_enable_sphinx doc/source \
+       dev-python/openstackdocstheme \
+       dev-python/oslo-config
+
+python_test() {
+       eunittest -b
+}

Reply via email to