summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-09-15 15:02:29 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-09-15 15:11:39 +0100
commit30f4e06979a44f2684449b441aab5d438758f813 (patch)
tree4f4e816f3e994d503b41629bc31e05a349c0dd7a /dev-python/vdf
parentapp-emulation/protontricks: Take over as maintainer (diff)
downloadgentoo-30f4e06979a44f2684449b441aab5d438758f813.tar.gz
gentoo-30f4e06979a44f2684449b441aab5d438758f813.tar.bz2
gentoo-30f4e06979a44f2684449b441aab5d438758f813.zip
dev-python/vdf: Switch to a patched fork, hopefully temporarily
Steam is now using a new format, but the necessary changes haven't been merged by the maintainers of this library yet. Bug: https://github.com/ValvePython/vdf/pull/61 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/vdf')
-rw-r--r--dev-python/vdf/Manifest1
-rw-r--r--dev-python/vdf/vdf-3.4_p20240630.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/vdf/Manifest b/dev-python/vdf/Manifest
index 4662331adb69..68f514a4309c 100644
--- a/dev-python/vdf/Manifest
+++ b/dev-python/vdf/Manifest
@@ -1 +1,2 @@
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_p20240630.ebuild b/dev-python/vdf/vdf-3.4_p20240630.ebuild
new file mode 100644
index 000000000000..5019bf5c5f5e
--- /dev/null
+++ b/dev-python/vdf/vdf-3.4_p20240630.ebuild
@@ -0,0 +1,26 @@
+# 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