python-ldap: update to 3.2.0
This commit is contained in:
parent
9951aaebca
commit
064ac581a6
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python-ldap'
|
# Template file for 'python-ldap'
|
||||||
pkgname=python-ldap
|
pkgname=python-ldap
|
||||||
version=3.1.0
|
version=3.2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="ldap ldapurl.py ldif.py slapdtest"
|
pycompile_module="ldap ldapurl.py ldif.py slapdtest"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel libldap-devel"
|
makedepends="python-devel python3-devel libldap-devel"
|
||||||
depends="python-pyasn1-modules"
|
depends="python-pyasn1-modules"
|
||||||
|
checkdepends="openldap openldap-tools"
|
||||||
short_desc="Python2 modules for implementing LDAP clients"
|
short_desc="Python2 modules for implementing LDAP clients"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="Python-2.0"
|
license="Python-2.0"
|
||||||
homepage="https://www.python-ldap.org"
|
homepage="https://www.python-ldap.org"
|
||||||
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=41975e79406502c092732c57ef0c2c2eb318d91e8e765f81f5d4ab6c1db727c5
|
checksum=7d1c4b15375a533564aad3d3deade789221e450052b21ebb9720fb822eccdb8e
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i "s:^libs = .*:libs = ldap_r lber sasl2 ssl crypto:" setup.cfg
|
sed -i "s:^libs = .*:libs = ldap_r lber sasl2 ssl crypto:" setup.cfg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue