diff options
Diffstat (limited to 'dev-python/ldap3')
-rw-r--r-- | dev-python/ldap3/Manifest | 7 | ||||
-rw-r--r-- | dev-python/ldap3/ldap3-1.4.0.ebuild | 28 | ||||
-rw-r--r-- | dev-python/ldap3/ldap3-2.2.3.ebuild | 31 | ||||
-rw-r--r-- | dev-python/ldap3/metadata.xml | 16 |
4 files changed, 82 insertions, 0 deletions
diff --git a/dev-python/ldap3/Manifest b/dev-python/ldap3/Manifest new file mode 100644 index 000000000000..248bdce8ce47 --- /dev/null +++ b/dev-python/ldap3/Manifest @@ -0,0 +1,7 @@ +DIST ldap3-1.4.0.tar.gz 300079 SHA256 f69cb30894423b31b44206fa0548f2bf38cb5afc527f6c1a6e90f6c9327ef901 SHA512 0aaa05355dd065f66a6fb24ce298f8b632f013ffa47e805b0a1674ba96e89554106a437d8a6fceece36ccb84484e447595f459697baba9a432c458c9969f0da6 WHIRLPOOL 1d5fb8d91411f5ad90fcf8e70093c3da9533902212051df648facc776a81fd8a31ceffc2d5714e25cca62696bb5d82667bff98c843aa308ef549ce45a9b51133 +DIST ldap3-2.2.3.tar.gz 331483 SHA256 28ec651fbe5822cbd4161a96ccaad5b1b5c4adba186addc1232d94f2e6b03c23 SHA512 a954f6c582e88addf0bd6dc6fb24108d76d134b80c14a3dca0f9f667dbbfee484cb7b0444822f7e82a41af7dacf61ba111b6dcbf215b7f6df26a3784cfd2fc83 WHIRLPOOL e38f149d3218a61c1de4b8b0f25eeffcb936900f8a189b37dcc77131db854dd36d5b97213f0d36e22f8017ff9e14c975240e6d064b544780bd4f3c994a99970a +EBUILD ldap3-1.4.0.ebuild 690 SHA256 16fce2033bdebd6cc797f517adf67d3e70cccac3296a054b0b818f74d01bdc07 SHA512 87dc87d78f4c94a555d1327e2b29c1a5e0f6148762b7d50950daf50d037e04b7b033f207008e2dddfc448b51e3c907cc7c474f42ffaf757fa9a88bb98e6a337c WHIRLPOOL 15521edf8b4316d4d68502e00b0db5f0c90425077059bc46f80d4072723b6a4710b81bdcbdf84682fe6ba7666acfdb076d88f7720fbd3b2c4a4d531855949129 +EBUILD ldap3-2.2.3.ebuild 875 SHA256 457f0c75c42564b1799c8c0cb8c801e5755837d693eb7ae7e6e0699a878e376a SHA512 a8bb1875b9590816a38a5ee933b8b2be7467b0811d3b15968bb4a1139cd541faf86cfdc80f61fdcc4dc0e2408ff46722dc0a8679221ada0144217562a11947bc WHIRLPOOL 1b21bbf2829c17cf1b9a0765b006b5bee352b8058aa680fe9fe7b3f29bcfca3b41214ac989f75b5c8266e962c8c3e3117dac486448bc665a178d95fc190330a7 +MISC ChangeLog 4495 SHA256 0c033d519db303cee43cc75ff69de135f803b9b5202d176598bf3195910d598a SHA512 5754e38552b31727012df477f8cb0508174234196b5b18f5c9e9710782aa5ca67a2de354892e9f8e21ed5488249692d8c15b5071d13e3817ce73208ccaf336de WHIRLPOOL de92f4e1fa715bc109366ab837ea93a81cdcb0dc00dc861945bac3ca956060d8208299dc4001e80e180b0ae2f0cd7f2e3beecbe3a2a1a976d1774629a6fe8a2d +MISC ChangeLog-2015 904 SHA256 6d1b68bcdf42a67cb033270d823997f4f8228d4a31c8f0218c338e94a2ac5290 SHA512 39e3b4f4d5df749c28081f4a0e2846cf064328e1623ad865213a405cd7fd79b89eac4f4366242454b5d157ea7c8eb5688abcb81fdfcdd6a4d6f40e0874e78d84 WHIRLPOOL e83f6241d0cc2752b2cff7f1038cfda42832508dd5a6092aaf8609930947db0de9eef9dced6bb8d8061bc3ccd5b30de8b8f8423109dcd4725a8fa4c26a2d768a +MISC metadata.xml 667 SHA256 d2c9e83b14e65dc1431d3b01be494a017480c4aad01fa29b1ad4081366bbb428 SHA512 f92f6b96a6d9c32f959d278edd654495b0e8350ade72dde717b285667c0a6a9f472ca164b8c5f7e96b6f4aab1f48368a4a5836f75ff5e55941f8953b6b02e747 WHIRLPOOL fca0873d287bb08a9016246c08e0a1a103ca7817935e736b556251ae369235fc36b834d39048346324d14aff8c1b6d172ff5dd2f8f0662d03931d33e646786a4 diff --git a/dev-python/ldap3/ldap3-1.4.0.ebuild b/dev-python/ldap3/ldap3-1.4.0.ebuild new file mode 100644 index 000000000000..8601757c6141 --- /dev/null +++ b/dev-python/ldap3/ldap3-1.4.0.ebuild @@ -0,0 +1,28 @@ +# 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 +} diff --git a/dev-python/ldap3/ldap3-2.2.3.ebuild b/dev-python/ldap3/ldap3-2.2.3.ebuild new file mode 100644 index 000000000000..35f3ea68309b --- /dev/null +++ b/dev-python/ldap3/ldap3-2.2.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} 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" +# The tests are a mess, and the test config is not included in the +# PyPi tarball (see https://travis-ci.org/cannatag/ldap3 and +# https://github.com/cannatag/ldap3/blob/master/test/config.py). +RESTRICT="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() { + nosetests -v -s test || die +} diff --git a/dev-python/ldap3/metadata.xml b/dev-python/ldap3/metadata.xml new file mode 100644 index 000000000000..3e6256f8c0b6 --- /dev/null +++ b/dev-python/ldap3/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription lang="en"> + ldap3 is a strictly RFC 4511 conforming LDAP V3 pure Python client. The same codebase works with Python, Python 3, PyPy and PyPy3. + This project was formerly named python3-ldap. The name has been changed to avoid confusion with the python-ldap library. + </longdescription> + <upstream> + <remote-id type="pypi">ldap3</remote-id> + <remote-id type="github">cannatag/ldap3</remote-id> + </upstream> +</pkgmetadata> |