add lru-dict-1.1.7
This commit is contained in:
3
dev-python/lru-dict/Manifest
Normal file
3
dev-python/lru-dict/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST lru-dict-1.1.7.tar.gz 10380 BLAKE2B 6360e8d889ac8e9d8d591ba9309e19ae7f8f7069bcfe3546f7b637645650885274078826ab34bd8da1a8a1da4a529c186ad4bb08c69d4cb922f303c552255fa1 SHA512 f645afc40d52b6f7f30afd09f0bdc7b4b6bd98fc5ba31d194c8f55680421b34ef04f5b624b68598369964d3fea82029bd02f9571762c61f9104088f4ecefbf44
|
||||
EBUILD lru-dict-1.1.7.ebuild 701 BLAKE2B 20b784543759e6988de597b740055afb7c8801081c6dac755ee08437ec6681b9a0f5682e2b433dd8c8c49aafc9ae309edc5ac2f704ab97d4b646677f2c638acb SHA512 67bbf9f4dee2c7688ba14f05ede68049e96ec97c8de90382fe609f0163ba1d218eeb476af1e070456c900f33cd7d4e143e2851a861d71356bf7da76d2834a898
|
||||
MISC metadata.xml 327 BLAKE2B c04e8a00db45f63296990ea2786c0d4c944fb101b91cfa714cbffcc705bf3f791b1e6fd16b5aab5e86d0b1e0d9c01d0bcf074b9b3d1e231b5f66af0dc93a52b5 SHA512 efd8e5598bcfd939b04625b8295ee93dd03ce85aa1073198148f099fd26dc1bea3f443f5b8d8811ec9f11c2b0ec9ff0ac0b882ce447b25c828c24c3f3ca31116
|
||||
33
dev-python/lru-dict/lru-dict-1.1.7.ebuild
Normal file
33
dev-python/lru-dict/lru-dict-1.1.7.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An Dict like LRU container."
|
||||
HOMEPAGE="https://github.com/amitdev/lru-dict https://pypi.org/project/lru-dict/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
11
dev-python/lru-dict/metadata.xml
Normal file
11
dev-python/lru-dict/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">lru-dict</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user