dev-python/ldappool: Remove useless longdesc
authorMichał Górny <mgorny@gentoo.org>
Fri, 27 Mar 2020 21:04:21 +0000 (22:04 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 27 Mar 2020 21:05:35 +0000 (22:05 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ldappool/Manifest
dev-python/ldappool/ldappool-2.3.1.ebuild [deleted file]
dev-python/ldappool/metadata.xml

index e5f74b3f57e24d1f0b950129a2c1fd5e879b326b..8dbaca185e689f6a4d401a86315a814592812e7b 100644 (file)
@@ -1,2 +1 @@
-DIST ldappool-2.3.1.tar.gz 16125 BLAKE2B 2fd2da35fa8f4b7d7f1e85107528595fe83ee771193ddb1099357607a98a90a43d8f7d64a364e323d5b127d989b6ca68d1325593806f66d50c35cdb4f85580f4 SHA512 7cf5eddc39ba5fd51151a5af6f728dd1ba15521abaeb2ddac7a19fa59e987b92eb6dd4d4ce505e715edcc650702248248bdc1a0f7ef4366220b7799e42a7dfbe
 DIST ldappool-2.4.1.tar.gz 18611 BLAKE2B 44de0b3b3c4ef94e232189216e55c0adf85b51e4d6e2e7c47a6c9dca455e9e09919bc04e264e027e4ba96af8dc7315a78e5094f5ed2ccd4c8f6c3952da38370f SHA512 ea22290d9acc7f90093cb27aacbf339e1edbad33780051db263cc5254d0b42494e6dd67da9f5e506f09c5867a69afbea89d14e0c3aac47233cba0ffe361b1a75
diff --git a/dev-python/ldappool/ldappool-2.3.1.ebuild b/dev-python/ldappool/ldappool-2.3.1.ebuild
deleted file mode 100644 (file)
index 6a13c4e..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A connection pool for python-ldap"
-HOMEPAGE="https://launchpad.net/oslo"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
-       >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-       !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-"
-RDEPEND="
-       >=dev-python/python-ldap-3.0.0[${PYTHON_USEDEP}]
-"
index 3ae98cda1a8cae8f18929f1ce71eac232369de9d..35a7936e9f400ca5784fc38aefac178967ff1471 100644 (file)
@@ -9,9 +9,6 @@
                <email>openstack@gentoo.org</email>
                <name>Openstack</name>
        </maintainer>
-       <longdescription lang="en">
-       A simple connector pool for python-ldap.
-       </longdescription>
        <upstream>
                <remote-id type="pypi">ldappool</remote-id>
                <remote-id type="launchpad">oslo</remote-id>