python-ldap: update to 3.0.0
This commit is contained in:
parent
486c68dbe7
commit
a64321978c
|
@ -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*
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
python-ldap
|
Loading…
Reference in New Issue