diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-22 09:09:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-22 09:09:00 +0200 |
commit | 9030e1e62a4cea6979cc278a3ec5261051f6ccc5 (patch) | |
tree | 426183203161251193336d48e02b1468eb1437e7 /dev-python/vdf | |
parent | dev-python/urwidtrees: Remove redundant versions (diff) | |
download | gentoo-9030e1e62a4cea6979cc278a3ec5261051f6ccc5.tar.gz gentoo-9030e1e62a4cea6979cc278a3ec5261051f6ccc5.tar.bz2 gentoo-9030e1e62a4cea6979cc278a3ec5261051f6ccc5.zip |
dev-python/vdf: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/vdf')
-rw-r--r-- | dev-python/vdf/Manifest | 1 | ||||
-rw-r--r-- | dev-python/vdf/vdf-3.2-r1.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/vdf/Manifest b/dev-python/vdf/Manifest index 577fe4d4347c..24767dbf064e 100644 --- a/dev-python/vdf/Manifest +++ b/dev-python/vdf/Manifest @@ -1,2 +1 @@ -DIST vdf-3.2.tar.gz 15050 BLAKE2B 62118879607462d9c205ae454f9187bb20267d5eefb3f0cf7efc5b93585b5400d565063dcacceb4dddf489371129bd4710ea2bc09db35a9739add1c4dafa992c SHA512 c9b60f6999c08b2610ea6ad1e6fd9d143ffabd6a93af65fc5ee39d775a6f9a2dccb002f19ce72a1d7de6e53188fb98bd4a0dc4074047b74ca53991294310175f DIST vdf-3.3.tar.gz 15799 BLAKE2B 48e12d6456f776ae7bf3a3dfec3bbe49f6089ce57720f4ab7beec7502604da290018c7af75f7bb58b1d8a25dc44daea7e028f70d75f7eecdaa9277e9f75a6fd0 SHA512 10b944ff88313001cdfd416b04f13daa7350aad75d3f790b6562cd3953fb5adebf7a0b54be24d853d68eb7ef2b8b469569ed37b3aafb0a2f4d0c6caa6816335f diff --git a/dev-python/vdf/vdf-3.2-r1.ebuild b/dev-python/vdf/vdf-3.2-r1.ebuild deleted file mode 100644 index b6e5d4b670c0..000000000000 --- a/dev-python/vdf/vdf-3.2-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} 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" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64" - -PATCHES=( - "${FILESDIR}"/${PN}-3.2-mock_from_stdlib.patch -) - -distutils_enable_tests pytest |