summaryrefslogtreecommitdiff
path: root/dev-python/ldap3
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-05 20:45:13 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-05 20:45:13 +0000
commit8fcdcec5fbdd0e3a77391e4f354218014f59f358 (patch)
treeb6aaf9c103052f2ab4a948377142f4a4233caa60 /dev-python/ldap3
parent423d21dcfee183cc4b04d29c1621615e8c30f834 (diff)
gentoo resync : 05.01.2018
Diffstat (limited to 'dev-python/ldap3')
-rw-r--r--dev-python/ldap3/Manifest2
-rw-r--r--dev-python/ldap3/ldap3-1.4.0.ebuild28
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/ldap3/Manifest b/dev-python/ldap3/Manifest
index f63baf0eca34..bb95b386431a 100644
--- a/dev-python/ldap3/Manifest
+++ b/dev-python/ldap3/Manifest
@@ -1,5 +1,3 @@
-DIST ldap3-1.4.0.tar.gz 300079 BLAKE2B 7e979cd106e0c7caf71fb8763dd962b2131501d54b6cfc1cae6e3a6825e0fc7f826af0f87deafd530b1a642a937b77b3fdc413666d1247b4a60b0deae8872e3b SHA512 0aaa05355dd065f66a6fb24ce298f8b632f013ffa47e805b0a1674ba96e89554106a437d8a6fceece36ccb84484e447595f459697baba9a432c458c9969f0da6
DIST ldap3-2.2.3.tar.gz 331483 BLAKE2B a6479e6a02d0a0682b809cea2b63ff9ff3935f2d083b9dff3a02468d3a27cbc75dc69dff64f523c0b077f288b3e1e565433af13a607568617c309c3e894d7a62 SHA512 a954f6c582e88addf0bd6dc6fb24108d76d134b80c14a3dca0f9f667dbbfee484cb7b0444822f7e82a41af7dacf61ba111b6dcbf215b7f6df26a3784cfd2fc83
-EBUILD ldap3-1.4.0.ebuild 690 BLAKE2B 7943a26bb6073444224e67e3d3c90bba5d89e9082434269cd22c7990bb0a43a3c28e7579f63dd30c9ad8efbc425c674f76f7d28640f303817bc481f762f17180 SHA512 87dc87d78f4c94a555d1327e2b29c1a5e0f6148762b7d50950daf50d037e04b7b033f207008e2dddfc448b51e3c907cc7c474f42ffaf757fa9a88bb98e6a337c
EBUILD ldap3-2.2.3.ebuild 875 BLAKE2B f0779a4db90199be1f0d24e503f74eab0a5f63f950ead034519260f5ecf15f6632779818d482fcfef811cf715e22656366624a5105ad3a74754a8c8595c15e6d SHA512 a8bb1875b9590816a38a5ee933b8b2be7467b0811d3b15968bb4a1139cd541faf86cfdc80f61fdcc4dc0e2408ff46722dc0a8679221ada0144217562a11947bc
MISC metadata.xml 667 BLAKE2B 3dd9eac5fd53006653b3e1416ea1b7b4445daee2d041dce6672043effb4a4dc919503ab06b18b6e077981749f25b787657a3f8ab7d68572eefcda78af4c15faa SHA512 f92f6b96a6d9c32f959d278edd654495b0e8350ade72dde717b285667c0a6a9f472ca164b8c5f7e96b6f4aab1f48368a4a5836f75ff5e55941f8953b6b02e747
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 8601757c6141..000000000000
--- 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
-}