dev-python/lru-dict: new package, add 1.3.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-04-25 01:03:08 +05:00
parent 468f708b6c
commit 159b5091b0
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST lru-dict-1.3.0.tar.gz 13123 BLAKE2B 705fb47e2f8564e5aea43d2a9a08b834e2f645dd78e6604896b159aceb75d71bf88c138fb2db746808b0d901e18d206c09181997f2a7366264d91bd412856d10 SHA512 c5db55f7808ce404a71990546a40c26a9c46c3edff475cf5c0cb5082c5527793c41c517a2d615145f4733c6f39b988775f2092f55b58ea54a8e6830a66bbaf5a

View File

@@ -0,0 +1,27 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{11..12} )
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Dict like LRU container"
HOMEPAGE="
https://pypi.org/project/lru-dict/
https://github.com/amitdev/lru-dict
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
distutils_enable_tests unittest
python_test() {
cd "${T}" || die
eunittest "${S}"/test
}

View File

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">lru-dict</remote-id>
<maintainer>
<name>Amit Dev</name>
</maintainer>
<remote-id type="github">amitdev/lru-dict</remote-id>
</upstream>
</pkgmetadata>