python-ldap: update to 3.0.0

This commit is contained in:
Alessio Sergi 2018-04-22 19:00:00 +02:00
parent 486c68dbe7
commit a64321978c
2 changed files with 18 additions and 9 deletions

View File

@ -1,20 +1,28 @@
# Template file for 'python-ldap'
pkgname=python-ldap
version=2.5.2
version=3.0.0
revision=1
build_style=python2-module
pycompile_module="ldap lidf.py dsml.py ldapurl.py slapdtest.py"
hostmakedepends="python-devel"
makedepends="python-devel libldap-devel libsasl-devel libressl-devel"
build_style=python-module
pycompile_module="ldap ldapurl.py ldif.py slapdtest"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel libldap-devel"
depends="python-pyasn1-modules"
short_desc="Python modules for implementing LDAP clients"
short_desc="Python2 modules for implementing LDAP clients"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="PSF"
license="PSFL-2"
homepage="https://www.python-ldap.org"
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=b8c134dfedaef0e6ff4a4b94277708dcadb758b448905a83b8946df077356ed2
checksum=86746b912a2cd37a54b06c694f021b0c8556d4caeab75ef50435ada152e2fbe1
pre_build() {
sed -i "s,/usr/include/sasl,${XBPS_CROSS_BASE}/usr/include/sasl," setup.cfg
sed -i "s:^libs = .*:libs = ldap_r lber sasl2 ssl crypto:" setup.cfg
}
python3-ldap_package() {
depends="python3-pyasn1-modules"
short_desc="${short_desc/Python2/Python3}"
pycompile_module="ldap ldapurl.py ldif.py slapdtest"
pkg_install() {
vmove usr/lib/python3*
}
}

1
srcpkgs/python3-ldap Symbolic link
View File

@ -0,0 +1 @@
python-ldap