diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-16 17:53:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-16 17:53:34 +0200 |
commit | d3faabb1283dd5e3a05b4909ffae47843840e617 (patch) | |
tree | f27f3d053a809f1749c6290575d662665364cfa6 /dev-python | |
parent | dev-python/lunr: Remove old (diff) | |
download | gentoo-d3faabb1283dd5e3a05b4909ffae47843840e617.tar.gz gentoo-d3faabb1283dd5e3a05b4909ffae47843840e617.tar.bz2 gentoo-d3faabb1283dd5e3a05b4909ffae47843840e617.zip |
dev-python/ldap3: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ldap3/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ldap3/ldap3-2.8.1.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/ldap3/Manifest b/dev-python/ldap3/Manifest index b169435b6844..7d126e8b7f6a 100644 --- a/dev-python/ldap3/Manifest +++ b/dev-python/ldap3/Manifest @@ -1,2 +1 @@ -DIST ldap3-2.8.1.tar.gz 961648 BLAKE2B d6cbc52512efbe4f6fe5e7d19ee2ce1af3e03a8d6d08d2235eeff0f00c61fd12583c4b9fb452206ba161961c3438d109fa106a50a0edc858c24f5cd6261b2561 SHA512 f37e76e1008c990290285a757def6fe70e227393fbbdf84eb1130d5fdfd17db724c544848cc424ca7831f8cc9e8d25407fc139981ebd10818064f588adbafebf DIST ldap3-2.9.1.tar.gz 974013 BLAKE2B a75219403e68705b10c06e692f4f188575a4ae38c86f15ceb6d2c674e74ac44ce0f53e3ec6bf66e8413007589293e2db95497de7b0317066b36105940beb11bf SHA512 bf07ebca9a53a8c225bc3106d3bd45eb26557c6e5a3d6d45a7f8c149d938ad43825eed0d406a57b93e2e675ed7aa262828f022ab82eb683f0e3029e3ad823106 diff --git a/dev-python/ldap3/ldap3-2.8.1.ebuild b/dev-python/ldap3/ldap3-2.8.1.ebuild deleted file mode 100644 index 41e65dc74470..000000000000 --- a/dev-python/ldap3/ldap3-2.8.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A strictly RFC 4511 conforming LDAP V3 pure Python client" -HOMEPAGE=" - https://github.com/cannatag/ldap3/ - https://pypi.org/project/ldap3/" -SRC_URI="https://github.com/cannatag/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND=" - >=dev-python/pyasn1-0.4.8[${PYTHON_USEDEP}] -" -# tests require a ldap server and extra configuration -RESTRICT="test" - -distutils_enable_tests nose |