diff options
author | 2025-02-01 14:17:28 +0100 | |
---|---|---|
committer | 2025-02-01 14:17:28 +0100 | |
commit | a2622aa932501d70d43417c020bbb7da47af620d (patch) | |
tree | 0a493fd937c941b4b1aa799d0b9f530a446d5dd6 /dev-python/vdf | |
parent | dev-python/translate-toolkit: Remove old (diff) | |
download | gentoo-a2622aa932501d70d43417c020bbb7da47af620d.tar.gz gentoo-a2622aa932501d70d43417c020bbb7da47af620d.tar.bz2 gentoo-a2622aa932501d70d43417c020bbb7da47af620d.zip |
dev-python/vdf: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/vdf')
-rw-r--r-- | dev-python/vdf/Manifest | 1 | ||||
-rw-r--r-- | dev-python/vdf/vdf-3.4_p20240630.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/vdf/Manifest b/dev-python/vdf/Manifest index 685006ff88f2..0f39d097ecde 100644 --- a/dev-python/vdf/Manifest +++ b/dev-python/vdf/Manifest @@ -1,2 +1 @@ -DIST vdf-3.4_p20240630.gh.tar.gz 17415 BLAKE2B d8f108cc09e9df787fcbd9829de81d8d90fb032a38cdffb8c86690fe4aa5a980cf079ba943e0a1166f57f948fe0ead89278c2ee2b7c1924188ef8fe212aa9050 SHA512 0af688d89b35369178b49135cfb869afc3f40da6f2a606b45646ea17804ad964b28c7b3dc5e9fdf2ee5ca12bad5a7f7d3c9b04803111ead45b967f2e9c9cba98 DIST vdf-4.0.gh.tar.gz 16808 BLAKE2B 1d4cddc7057081c8aefb1bf603eca8cac69c62926643459b88d856e49938b461e106a89d6fe09dfb3a6ee3956af6fbf9cb9e3d2fca82665eb2f1dbe1198bc5d6 SHA512 fde95258ccc63811c1eb6069333b6dc727be3c9ca29da2b9f200386903f5fcd183bfef82d22534ff6e4ce74dd9ab48ee498b6365112e050bcb354c4127aec475 diff --git a/dev-python/vdf/vdf-3.4_p20240630.ebuild b/dev-python/vdf/vdf-3.4_p20240630.ebuild deleted file mode 100644 index 90c3cbe3a89d..000000000000 --- a/dev-python/vdf/vdf-3.4_p20240630.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) - -inherit distutils-r1 - -COMMIT="981cad270c2558aeb8eccaf42cfcf9fabbbed199" -DESCRIPTION="A module for (de)serialization to and from VDF, Valve's key-value text format" -HOMEPAGE=" - https://github.com/ValvePython/vdf/ - https://pypi.org/project/vdf/ -" -SRC_URI=" - https://github.com/Matoking/vdf/archive/${COMMIT}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/${PN}-${COMMIT}" -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 ~x86" - -distutils_enable_tests pytest |