From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A1601382C5 for ; Fri, 5 Jan 2018 09:36:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08900E0BAA; Fri, 5 Jan 2018 09:36:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC38EE0BAA for ; Fri, 5 Jan 2018 09:36:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DB27335C2C for ; Fri, 5 Jan 2018 09:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 616A3190 for ; Fri, 5 Jan 2018 09:36:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1515144988.7ad2df32a4e8ccec96aef8e96fd6554fd718a536.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ldap3/Manifest dev-python/ldap3/ldap3-1.4.0.ebuild X-VCS-Directories: dev-python/ldap3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7ad2df32a4e8ccec96aef8e96fd6554fd718a536 X-VCS-Branch: master Date: Fri, 5 Jan 2018 09:36:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a6037344-bc9f-46bf-80c8-2b79c5a13a46 X-Archives-Hash: 6b2d3a21adefbc3a55edef37589fb854 commit: 7ad2df32a4e8ccec96aef8e96fd6554fd718a536 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 4 23:28:27 2018 +0000 Commit: Michał Górny gentoo 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 -}