diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-04 16:46:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-04 19:03:09 +0100 |
commit | 388e4f55055115f103c6259c2bb9e8fe91408801 (patch) | |
tree | 4b89123d7d66d742bd28b6f74659b960a83dbaaa /dev-python/vdf | |
parent | dev-python/wsaccel: Enable py3.12 (diff) | |
download | gentoo-388e4f55055115f103c6259c2bb9e8fe91408801.tar.gz gentoo-388e4f55055115f103c6259c2bb9e8fe91408801.tar.bz2 gentoo-388e4f55055115f103c6259c2bb9e8fe91408801.zip |
dev-python/vdf: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/vdf')
-rw-r--r-- | dev-python/vdf/Manifest | 2 | ||||
-rw-r--r-- | dev-python/vdf/vdf-3.4-r1.ebuild | 12 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-python/vdf/Manifest b/dev-python/vdf/Manifest index 0007d605882a..4662331adb69 100644 --- a/dev-python/vdf/Manifest +++ b/dev-python/vdf/Manifest @@ -1 +1 @@ -DIST vdf-3.4.tar.gz 17082 BLAKE2B f4f65134d5b1b5e52fcbc438b3bfd9000006659d8198e37e377edfda1c6166df0687ce44caf704feffeaa0d23356fffbfce11d467a093e8eb623ccb39a3da9d0 SHA512 a22668039d32cb1ef4660ea187a3a144a32e55e5b02c4c567b850d059a47beac111f9164c67bbe3e7b67d15117efe7b207882465b2353a65b7e0f0c107e88d5c +DIST vdf-3.4.gh.tar.gz 17082 BLAKE2B f4f65134d5b1b5e52fcbc438b3bfd9000006659d8198e37e377edfda1c6166df0687ce44caf704feffeaa0d23356fffbfce11d467a093e8eb623ccb39a3da9d0 SHA512 a22668039d32cb1ef4660ea187a3a144a32e55e5b02c4c567b850d059a47beac111f9164c67bbe3e7b67d15117efe7b207882465b2353a65b7e0f0c107e88d5c diff --git a/dev-python/vdf/vdf-3.4-r1.ebuild b/dev-python/vdf/vdf-3.4-r1.ebuild index ff002f397c5e..6ec9a2844aae 100644 --- a/dev-python/vdf/vdf-3.4-r1.ebuild +++ b/dev-python/vdf/vdf-3.4-r1.ebuild @@ -4,13 +4,19 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} 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" -SRC_URI="https://codeload.github.com/ValvePython/${PN}/tar.gz/v${PV} -> ${P}.tar.gz" +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" |