commit: 7ad2df32a4e8ccec96aef8e96fd6554fd718a536
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 23:28:27 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 09:36:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad2df32
dev-python/ldap3: Clean old up
dev-python/ldap3/Manifest | 1 -
dev-python/ldap3/ldap3-1.4.0.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/dev-python/ldap3/Manifest b/dev-python/ldap3/Manifest
index 0b6fa01e74c..032a9a1b5e3 100644
--- a/dev-python/ldap3/Manifest
+++ b/dev-python/ldap3/Manifest
@@ -1,2 +1 @@
-DIST ldap3-1.4.0.tar.gz 300079 BLAKE2B
7e979cd106e0c7caf71fb8763dd962b2131501d54b6cfc1cae6e3a6825e0fc7f826af0f87deafd530b1a642a937b77b3fdc413666d1247b4a60b0deae8872e3b
SHA512
0aaa05355dd065f66a6fb24ce298f8b632f013ffa47e805b0a1674ba96e89554106a437d8a6fceece36ccb84484e447595f459697baba9a432c458c9969f0da6
DIST ldap3-2.2.3.tar.gz 331483 BLAKE2B
a6479e6a02d0a0682b809cea2b63ff9ff3935f2d083b9dff3a02468d3a27cbc75dc69dff64f523c0b077f288b3e1e565433af13a607568617c309c3e894d7a62
SHA512
a954f6c582e88addf0bd6dc6fb24108d76d134b80c14a3dca0f9f667dbbfee484cb7b0444822f7e82a41af7dacf61ba111b6dcbf215b7f6df26a3784cfd2fc83
diff --git a/dev-python/ldap3/ldap3-1.4.0.ebuild
b/dev-python/ldap3/ldap3-1.4.0.ebuild
deleted file mode 100644
index 8601757c614..00000000000
--- a/dev-python/ldap3/ldap3-1.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A strictly RFC 4511 conforming LDAP V3 pure Python client"
-HOMEPAGE="https://github.com/cannatag/ldap3 https://pypi.python.org/pypi/ldap3"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )
- "
-
-python_test() {
- cd "${BUILD_DIR}" || die
- nosetests -v -s test || die
-}