public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nowa Ammerlaan" <nowa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vdf/
Date: Tue, 14 Jan 2025 20:33:06 +0000 (UTC)	[thread overview]
Message-ID: <1736886767.8878b6fa90a28a6d67cca957b5478ab9f3d0f7b9.nowa@gentoo> (raw)

commit:     8878b6fa90a28a6d67cca957b5478ab9f3d0f7b9
Author:     Tobias Jakobi <tjakobi <AT> math <DOT> uni-bielefeld <DOT> de>
AuthorDate: Mon Jan 13 10:27:00 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 20:32:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8878b6fa

dev-python/vdf: Bump to 4.0

The original repository in the ValvePython GitHub group
is abandoned and hasn't seen any commit in the master
branch for three years.

Solstice Game Studios has more or less taken over the
maintenance of the project and is now providing a new
4.0 release. This release is crucial since the format
of the .vdf files that the current stable Steam client
is using has changed significantly. The old 3.4 release
can no longer parse these files, i.e. the release is
non-functional when using the stable Steam client.

Signed-off-by: Tobias Jakobi <tjakobi <AT> math.uni-bielefeld.de>
Closes: https://github.com/gentoo/gentoo/pull/40115
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 dev-python/vdf/Manifest       |  1 +
 dev-python/vdf/vdf-4.0.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/vdf/Manifest b/dev-python/vdf/Manifest
index 1de34608f4ed..685006ff88f2 100644
--- a/dev-python/vdf/Manifest
+++ b/dev-python/vdf/Manifest
@@ -1 +1,2 @@
 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-4.0.ebuild b/dev-python/vdf/vdf-4.0.ebuild
new file mode 100644
index 000000000000..547a0e25cc80
--- /dev/null
+++ b/dev-python/vdf/vdf-4.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 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/solsticegamestudios/vdf/
+	https://pypi.org/project/vdf/
+"
+SRC_URI="
+	https://github.com/solsticegamestudios/vdf/archive/refs/tags/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests pytest


             reply	other threads:[~2025-01-14 20:33 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-14 20:33 Nowa Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/vdf/ Michał Górny
2025-02-01 13:19 Michał Górny
2025-02-01 12:17 Arthur Zamarin
2024-10-26 17:48 Michał Górny
2024-10-26 17:42 Arthur Zamarin
2024-09-15 14:14 James Le Cuirot
2024-05-18 11:11 Michał Górny
2023-11-24 15:36 Michał Górny
2023-11-23 19:38 Michał Górny
2023-11-04 18:03 Michał Górny
2022-06-16 11:49 Michał Górny
2022-06-16 10:16 Jakov Smolić
2022-05-16 16:58 Arthur Zamarin
2022-05-16 16:58 Arthur Zamarin
2022-04-06 23:29 Marek Szuba
2022-01-19 21:26 Jakov Smolić
2021-06-23  4:43 Sam James
2021-05-23  6:32 Michał Górny
2021-05-23  6:32 Michał Górny
2020-08-22  7:13 Michał Górny
2020-08-22  5:43 Agostino Sarubbo
2020-07-12 16:57 Michał Górny
2020-07-11  9:39 Michał Górny
2020-07-11  9:39 Michał Górny
2020-07-01  8:17 Marek Szuba
2020-06-30 15:44 Marek Szuba
2020-03-20  8:59 Agostino Sarubbo
2020-01-08 11:08 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1736886767.8878b6fa90a28a6d67cca957b5478ab9f3d0f7b9.nowa@gentoo \
    --to=nowa@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox