summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-26 19:47:54 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-26 19:47:54 +0200
commitdeb5d7f71c86cb5b8fb7039532faf3ddad11b2a6 (patch)
tree3a3761c2a3aad0ad35b4162a9d946b0e94a17d85 /dev-python/vdf
parentdev-python/jsonpath-ng: Remove old (diff)
downloadgentoo-deb5d7f71c86cb5b8fb7039532faf3ddad11b2a6.tar.gz
gentoo-deb5d7f71c86cb5b8fb7039532faf3ddad11b2a6.tar.bz2
gentoo-deb5d7f71c86cb5b8fb7039532faf3ddad11b2a6.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/Manifest1
-rw-r--r--dev-python/vdf/vdf-3.4-r1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/vdf/Manifest b/dev-python/vdf/Manifest
index 68f514a4309c..1de34608f4ed 100644
--- a/dev-python/vdf/Manifest
+++ b/dev-python/vdf/Manifest
@@ -1,2 +1 @@
-DIST vdf-3.4.gh.tar.gz 17082 BLAKE2B f4f65134d5b1b5e52fcbc438b3bfd9000006659d8198e37e377edfda1c6166df0687ce44caf704feffeaa0d23356fffbfce11d467a093e8eb623ccb39a3da9d0 SHA512 a22668039d32cb1ef4660ea187a3a144a32e55e5b02c4c567b850d059a47beac111f9164c67bbe3e7b67d15117efe7b207882465b2353a65b7e0f0c107e88d5c
DIST vdf-3.4_p20240630.gh.tar.gz 17415 BLAKE2B d8f108cc09e9df787fcbd9829de81d8d90fb032a38cdffb8c86690fe4aa5a980cf079ba943e0a1166f57f948fe0ead89278c2ee2b7c1924188ef8fe212aa9050 SHA512 0af688d89b35369178b49135cfb869afc3f40da6f2a606b45646ea17804ad964b28c7b3dc5e9fdf2ee5ca12bad5a7f7d3c9b04803111ead45b967f2e9c9cba98
diff --git a/dev-python/vdf/vdf-3.4-r1.ebuild b/dev-python/vdf/vdf-3.4-r1.ebuild
deleted file mode 100644
index 8cad16d80840..000000000000
--- a/dev-python/vdf/vdf-3.4-r1.ebuild
+++ /dev/null
@@ -1,25 +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
-
-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/ValvePython/vdf/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
-
-distutils_enable_tests pytest