mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
dev-python/oslo-middleware: new version
Closes: https://bugs.gentoo.org/799536 Closes: https://bugs.gentoo.org/799530 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
DIST oslo.middleware-4.1.1.tar.gz 55970 BLAKE2B 02b9fdeadfca183102601e8c765ec941c51ac15bb83af9b7d5682ba683a20cffbc478497c4b5391cf903923822cfd5c611ca0661d51c642e9089a71cc4c988d2 SHA512 53f0695da0c9bafa1d9cc18a723793a0e7a0ed09a1cd6d6a2aa0f158e6f2fb3a6b8c2ad2cc4fc248cc80ca4fc02997f586f82ca6f951c928f4efa9b2bc5d1a93
|
DIST oslo.middleware-4.4.0.tar.gz 63935 BLAKE2B 36cd2f0c5e7ef17ae24eaa15fa64bbaf9e5d7e87475bea1d9170f7c29d1f6d946096638e5fc1d1af3a49137411654a73642a46ed47382bc77278ec24f59eb5c5 SHA512 6cbfb22ec4a513bed214de32924c370ac290ebc9c6dfd6e14b60035179695f49f623dffba9313d263f818c02eaed92596ba58912daf6289760570861307beaa5
|
||||||
|
|||||||
@@ -1,30 +1,28 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
PYTHON_COMPAT=( python3_8 )
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
DISTUTILS_USE_SETUPTOOLS=bdepend
|
||||||
|
PYTHON_COMPAT=( python3_8 )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Components injected into wsgi pipelines to intercept request/response flows."
|
DESCRIPTION="Components injected into wsgi pipelines to intercept request/response flows"
|
||||||
HOMEPAGE="https://pypi.org/project/oslo.middleware/"
|
HOMEPAGE="
|
||||||
|
https://pypi.org/project/oslo.middleware
|
||||||
|
https://launchpad.net/oslo.middleware
|
||||||
|
https://opendev.org/openstack/oslo.middleware
|
||||||
|
"
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/oslo.middleware/oslo.middleware-${PV}.tar.gz"
|
SRC_URI="mirror://pypi/${PN:0:1}/oslo.middleware/oslo.middleware-${PV}.tar.gz"
|
||||||
S="${WORKDIR}/oslo.middleware-${PV}"
|
S="${WORKDIR}/oslo.middleware-${PV}"
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
KEYWORDS="~amd64"
|
||||||
IUSE=""
|
|
||||||
RESTRICT=""
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
|
|
||||||
!~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
|
|
||||||
"
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
|
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
|
||||||
!~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/jinja-2.10[${PYTHON_USEDEP}]
|
>=dev-python/jinja-2.10[${PYTHON_USEDEP}]
|
||||||
>=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
|
>=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
|
||||||
>=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
|
>=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
|
||||||
@@ -34,4 +32,19 @@ RDEPEND="
|
|||||||
>=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
|
>=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
|
||||||
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
|
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
|
||||||
>=dev-python/statsd-3.2.1[${PYTHON_USEDEP}]
|
>=dev-python/statsd-3.2.1[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
BDEPEND="
|
||||||
|
test? (
|
||||||
|
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
|
||||||
|
)
|
||||||
|
"
|
||||||
|
|
||||||
|
distutils_enable_tests pytest
|
||||||
Reference in New Issue
Block a user