mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 17:06:58 +02:00
dev-python/backports-functools-lru-cache: Drop unused package
This commit is contained in:
parent
02e6e2ee41
commit
5157be7650
@ -1,6 +0,0 @@
|
|||||||
DIST backports.functools_lru_cache-1.2.1.tar.gz 5763 SHA256 1c20e07f1a8a36a19d5d258b6b076e588d78d8fc7c2c4487ffe3a280f55a7bd1 SHA512 e15e6bbddf252ed48f787a26c9ef693ccceb8ec5b3463f0926d58a1d2720b988cd86b869ec72afc66369a7968316b9eb3ae0b628f1c63a116c2360900df85691 WHIRLPOOL 4d604f38e659117230e58180c6996e1f7b0f1d7c580ffcb5dde947e0d11078989b695fbd50672e65baac6f0bb4fb7612f506084d7589adf4f37720e70fded367
|
|
||||||
DIST backports.functools_lru_cache-1.3.tar.gz 6685 SHA256 444a21bcec4ae177da554321f81a78dc879eaa8f6ea9920cb904830585d31e95 SHA512 946156266d4b1bccb3eb444d1cceff6568b8c2a62e09bc9197281bdafe912069efa4c857089a7e6ea0247ab9407256a7a7c92485599692e0c0159c428137a342 WHIRLPOOL a4cccbfd49acc640c1e15949919e10343c00f966e22bac7a2dc82af776f35cadce825a7757c5dca32b189797303abedc93aecf3000203819ee869bbb37ac4a03
|
|
||||||
EBUILD backports-functools-lru-cache-1.2.1.ebuild 962 SHA256 da1d9e3892836d16d60bd721c52feb08f5ec7728d6910cf8b50b4355a4ba4459 SHA512 f2659ccf8800a4f2b3c9c5b8e94cd79a47eac644de37eb563701d2dc3e9b3e419a2f818937cf3abc595403521790ba596918f0900cdf4d8a9c4092392d4e17e8 WHIRLPOOL aafd579467f13a530e4e052a434968f0bfe3c7f9f2afe95be524180e9443433b9a0624466a2589f2acfb509eda19261666991dfadd59e0f381f21b090dd8aae6
|
|
||||||
EBUILD backports-functools-lru-cache-1.3.ebuild 1067 SHA256 ff6ac77bcac0b8f1c0e9e47489715f852c8cb2ae023b66abcf53475eb732426a SHA512 1248c28bec76421257e7456884b20984d9d051df4448740b43968d2c086e1466fa1e96692e2639ea783e7ee671fa77848518b203805e3b7476d8b9cae01d035c WHIRLPOOL 774d76515653d6ae37da2cf4dde736c4ee439e2d9bb13a39325ea169d3145089bab0f7aaf4d9ee431193b549f15ad2bfd0895f307907b7531bfe93e80e4aba00
|
|
||||||
MISC ChangeLog 1372 SHA256 317c753b80f1c142a12a7317436a117f50968b87988dd3df588097159ff50d2c SHA512 ed0677553ff8414febbc8eeac1d232592cf4f01867cabc2bad7226df738923a2b4c878a18913d6b0f4b119a777ac2b9cd0df8fdbc7e0fb1990031c369a9c3e04 WHIRLPOOL 127a7236fb8759128086b044037ed5a2a33e5154085daa8f0d0fbd5b9668ed820c9e101388414d77505a616c053730f82d4d1c07a18e6b586a3ce7aef5a7b4b4
|
|
||||||
MISC metadata.xml 803 SHA256 988749c9ceb2ae71874997dc20ab83235108e974e27e180203e333d441566fba SHA512 c8ee92d957a9af691eaf06ba40124ec7ffa668ccd98e77d5cc8972b3d18be145fb33c672b36150cd350274d753bc9a53b8b7d15525fc59ba17ec2235d006b11e WHIRLPOOL 6a3950cc272516f71d2f9c6ad1f4d196501eb93432f439367a6fbc3c964347623b9d9156c90a0a3b63c2acca353dfaa460e32b5ba3d2c98366358cb27b6cd114
|
|
@ -1,40 +0,0 @@
|
|||||||
# Copyright 1999-2016 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=5
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python2_7 )
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
MY_PN="${PN/-/.}"
|
|
||||||
MY_PN="${MY_PN//-/_}"
|
|
||||||
DESCRIPTION="Backport of functools.lru_cache from Python 3.3"
|
|
||||||
HOMEPAGE="https://github.com/jaraco/backports.functools_lru_cache"
|
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
IUSE="test"
|
|
||||||
|
|
||||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
|
|
||||||
test? (
|
|
||||||
>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
|
||||||
|
|
||||||
python_prepare_all() {
|
|
||||||
if use test && has_version "${CATEGORY}/${PN}"; then
|
|
||||||
die "Ensure $PN is not already installed or the test suite will fail"
|
|
||||||
fi
|
|
||||||
distutils-r1_python_prepare_all
|
|
||||||
}
|
|
||||||
|
|
||||||
python_test() {
|
|
||||||
PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
|
|
||||||
}
|
|
@ -1,47 +0,0 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=6
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python2_7 )
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
MY_PN="${PN/-/.}"
|
|
||||||
MY_PN="${MY_PN//-/_}"
|
|
||||||
DESCRIPTION="Backport of functools.lru_cache from Python 3.3"
|
|
||||||
HOMEPAGE="https://github.com/jaraco/backports.functools_lru_cache"
|
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="alpha amd64 ~arm ~hppa ~x86"
|
|
||||||
IUSE="doc test"
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
|
|
||||||
doc? (
|
|
||||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
|
||||||
dev-python/rst-linker[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
test? (
|
|
||||||
>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
|
||||||
|
|
||||||
python_compile_all() {
|
|
||||||
use doc && esetup.py build_sphinx
|
|
||||||
}
|
|
||||||
|
|
||||||
python_test() {
|
|
||||||
PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
|
|
||||||
}
|
|
||||||
|
|
||||||
python_install_all() {
|
|
||||||
use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
|
|
||||||
distutils-r1_python_install_all
|
|
||||||
}
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>sautier.louis@gmail.com</email>
|
|
||||||
<name>Louis Sautier</name>
|
|
||||||
<description>Proxied maintainer; set to assignee in all bugs</description>
|
|
||||||
</maintainer>
|
|
||||||
<maintainer type="project">
|
|
||||||
<email>proxy-maint@gentoo.org</email>
|
|
||||||
<name>Proxy Maintainers</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="pypi">backports.functools_lru_cache</remote-id>
|
|
||||||
<remote-id type="github">jaraco/backports.functools_lru_cache</remote-id>
|
|
||||||
<bugs-to>https://github.com/jaraco/backports.functools_lru_cache/issues</bugs-to>
|
|
||||||
<changelog>https://github.com/jaraco/backports.functools_lru_cache/blob/master/CHANGES.rst</changelog>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
Loading…
Reference in New Issue
Block a user