mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/oslo-cache: treeclean
Closes: https://bugs.gentoo.org/897488 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST oslo-cache-2.8.1.tar.gz 66086 BLAKE2B 27ea52cb00f222bab47d2b85344ac74abcadf91f202356b254b2377c1e07662b511c3d54d83a9c60c90e08cb3bff57ed8ea2352042c73ab452f1eb9a7c8c95ab SHA512 da91158415e3553c35092dc0c76d11ebae646d4e7e14ac1ad7394d9a951efc3ac963069838ccac0bd3fa84391aec7a7b0f7ca6c2771a3f0b160338d23e79afd1
|
||||
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<bugs-to>https://bugs.launchpad.net/oslo.cache</bugs-to>
|
||||
<remote-id type="launchpad">oslo.cache</remote-id>
|
||||
<remote-id type="github">openstack/oslo.cache</remote-id>
|
||||
<remote-id type="pypi">oslo.cache</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=${PN/-/.}
|
||||
|
||||
DESCRIPTION="Oslo Caching around dogpile.cache"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/openstack/oslo.cache
|
||||
https://pypi.org/project/oslo.cache/
|
||||
https://github.com/openstack/oslo.cache
|
||||
"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/dogpile-cache-1.1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-config-8.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-i18n-5.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-log-4.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-utils-4.2.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
#BDEPEND="
|
||||
# test? (
|
||||
# >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
|
||||
# >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
|
||||
# >=dev-python/pymemcache-3.4.0[${PYTHON_USEDEP}]
|
||||
# >=dev-python/python-binary-memcached-0.29.0[${PYTHON_USEDEP}]
|
||||
# >=dev-python/python-memcached-1.56[${PYTHON_USEDEP}]
|
||||
# >=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}]
|
||||
# >=dev-python/etcd3gw-0.2.0[${PYTHON_USEDEP}]
|
||||
# )
|
||||
#"
|
||||
|
||||
# dev-python/python-binary-memcached is masked
|
||||
RESTRICT="test"
|
||||
#PROPERTIES="test_network"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user