commit:     30f4e06979a44f2684449b441aab5d438758f813
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 14:02:29 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 14:11:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f4e069

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 <AT> gentoo.org>

 dev-python/vdf/Manifest                 |  1 +
 dev-python/vdf/vdf-3.4_p20240630.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

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

Reply via email to