commit: 91c216c38cb35fa9f3d8bd8d04f499e3ee8cea06
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 04:59:51 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 05:12:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c216c3
dev-python/voluptuous: drop 0.12.1
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/voluptuous/Manifest | 1 -
dev-python/voluptuous/voluptuous-0.12.1.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/dev-python/voluptuous/Manifest b/dev-python/voluptuous/Manifest
index 1ab7df0be7e..3a2ee0654ac 100644
--- a/dev-python/voluptuous/Manifest
+++ b/dev-python/voluptuous/Manifest
@@ -1,2 +1 @@
-DIST voluptuous-0.12.1.tar.gz 47476 BLAKE2B
aa991ab2131e478eb06909c8b7ca86158980b47431d7fae82f41ab2c09b2d23c21d6da937394732cb479436fc247268947c3b31701c6260132cd6f9c7f7e288f
SHA512
14ead6bd99c9238318e7ed39fa543cb3363cbb0716a251061e6f533b8fae3fd5e754bd6b2756b6d76745da0e02236e04bfe0ae4e25dd87d291bb2a716660eebc
DIST voluptuous-0.12.2.tar.gz 48477 BLAKE2B
c1cc26b3ac87bcd357d522c8a5210397f1a16e68f812727f2e8ab18c6731d12a04c2e9a96735e25926854eb378feaaeb8bafc083f394b7e9c2dfa2a503abeeb9
SHA512
86193294c1c6a593f6556f23a9a2c093690a06cbdabb7e268db135e36af6a15c113e78f3e05d000276b6ff54b8e17a0a01d589e9232da9eb5320500fdb5757e1
diff --git a/dev-python/voluptuous/voluptuous-0.12.1.ebuild
b/dev-python/voluptuous/voluptuous-0.12.1.ebuild
deleted file mode 100644
index 6297a49b2c0..00000000000
--- a/dev-python/voluptuous/voluptuous-0.12.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python data validation library."
-HOMEPAGE="https://github.com/alecthomas/voluptuous"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc
x86 ~amd64-linux ~x86-linux"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.11.5-fix-doctest.patch )
-
-distutils_enable_tests nose