New package: python-ldap3-2.5.2

This commit is contained in:
Nathan Owens 2019-01-09 12:46:37 -06:00 committed by maxice8
parent 358bfb3e18
commit 7a0c317e83
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,26 @@
# Template file for 'python-ldap3'
pkgname=python-ldap3
version=2.5.2
revision=1
noarch=yes
wrksrc=ldap3-${version}
build_style=python-module
pycompile_module="ldap3"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-pyasn1"
short_desc="Strictly RFC 4510 conforming LDAP V3 pure Python client (Python2)"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/cannatag/ldap3"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=e842247dea702368bdecded0ee71c19081cd376c3567fdc7b0eb4546c06ae803
python3-ldap3_package() {
noarch=yes
depends="python3-pyasn1"
pycompile_module="ldap3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
}
}

1
srcpkgs/python3-ldap3 Symbolic link
View file

@ -0,0 +1 @@
python-ldap3