diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pylru | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pylru')
| -rw-r--r-- | dev-python/pylru/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/pylru/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/pylru/pylru-1.2.2.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/pylru/pylru-1.3.1.ebuild | 23 |
4 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/pylru/Manifest b/dev-python/pylru/Manifest deleted file mode 100644 index 8e8395d87f4b..000000000000 --- a/dev-python/pylru/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pylru-1.2.2.tar.gz 10793 BLAKE2B f80d0b22bcff16a8c4efa9535c89e6539b65f4c0443e157a9a5af8df5d858f9463b9319be3527bd2249397f85adab9335abe009037a708db5d1205bb51b93425 SHA512 a4779fba2cf7230c7ebc6b6b2931cafcd91158c8ecbb0306a894888429442bbc5aa427d671ea6d9f23a2e554cd08dbac2802abc06f7e0a4ff95bc2fac3e7381a -DIST pylru-1.3.1.tar.gz 10582 BLAKE2B 5c176e06195220bb0fcc6d8736bdae146a5129266b2f73d55f268eebb35c0cd537947bd9e326c730a3f3388870e60793c5e4bf1fafcdcc34b7403ce84053e8dd SHA512 9ae5c103f230a80dfe6222075509e446a48c87be9adaa1c7bad6de9ef257b746f9f5e2809cf45509b78b2e0f6b1affe597662071845f8e031f3d7fd5b3a36497 diff --git a/dev-python/pylru/metadata.xml b/dev-python/pylru/metadata.xml deleted file mode 100644 index 952bd203a60c..000000000000 --- a/dev-python/pylru/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>alexxy@gentoo.org</email> - <name>Alexey Shvetsov</name> - </maintainer> - <upstream> - <remote-id type="pypi">pylru</remote-id> - <remote-id type="github">jlhutch/pylru</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pylru/pylru-1.2.2.ebuild b/dev-python/pylru/pylru-1.2.2.ebuild deleted file mode 100644 index be1dd5df9748..000000000000 --- a/dev-python/pylru/pylru-1.2.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A least recently used (LRU) cache for Python" -HOMEPAGE=" - https://github.com/jlhutch/pylru/ - https://pypi.org/project/pylru/ -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" - -python_test() { - "${EPYTHON}" test.py || die "tests failed under ${EPYTHON}" -} diff --git a/dev-python/pylru/pylru-1.3.1.ebuild b/dev-python/pylru/pylru-1.3.1.ebuild deleted file mode 100644 index be1dd5df9748..000000000000 --- a/dev-python/pylru/pylru-1.3.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A least recently used (LRU) cache for Python" -HOMEPAGE=" - https://github.com/jlhutch/pylru/ - https://pypi.org/project/pylru/ -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" - -python_test() { - "${EPYTHON}" test.py || die "tests failed under ${EPYTHON}" -} |
