diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:45:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:56:14 +0200 |
commit | f54536be5330585fc74783989669578eefddd79d (patch) | |
tree | 106b013d7edb90effd218973e73cb96b337c51e7 /dev-python | |
parent | dev-python/uritemplate: Remove redundant versions (diff) | |
download | gentoo-f54536be5330585fc74783989669578eefddd79d.tar.gz gentoo-f54536be5330585fc74783989669578eefddd79d.tar.bz2 gentoo-f54536be5330585fc74783989669578eefddd79d.zip |
dev-python/vdf: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/vdf/vdf-3.2.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/vdf/vdf-3.2.ebuild b/dev-python/vdf/vdf-3.2.ebuild deleted file mode 100644 index 7a92d59b66ce..000000000000 --- a/dev-python/vdf/vdf-3.2.ebuild +++ /dev/null @@ -1,21 +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} ) - -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" - -BDEPEND="${PYTHON_DEPS} - test? ( dev-python/mock )" - -distutils_enable_tests pytest |