commit:     f54536be5330585fc74783989669578eefddd79d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 16:45:56 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 16:56:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54536be

dev-python/vdf: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/vdf/vdf-3.2.ebuild | 21 ---------------------
 1 file changed, 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 7a92d59b66c..00000000000
--- 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

Reply via email to