mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-ldap: update to 3.4.3
- build was failing after revbump - remove unnecessary sed expression - simplify distfile url
This commit is contained in:
parent
0056a7f13a
commit
e6a7d5ac3e
1 changed files with 5 additions and 10 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'python3-ldap'
|
# Template file for 'python3-ldap'
|
||||||
pkgname=python3-ldap
|
pkgname=python3-ldap
|
||||||
_pkgname=python-ldap
|
version=3.4.3
|
||||||
version=3.2.0
|
revision=1
|
||||||
revision=5
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel python3-pyasn1-modules"
|
||||||
makedepends="python3-devel libldap-devel"
|
makedepends="python3-devel libldap-devel"
|
||||||
depends="python3-pyasn1-modules"
|
depends="python3-pyasn1-modules"
|
||||||
checkdepends="openldap openldap-tools"
|
checkdepends="openldap openldap-tools"
|
||||||
|
@ -12,9 +11,5 @@ short_desc="Python3 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/python-ldap/python-ldap-${version}.tar.gz"
|
||||||
checksum=7d1c4b15375a533564aad3d3deade789221e450052b21ebb9720fb822eccdb8e
|
checksum=ab26c519a0ef2a443a2a10391fa3c5cb52d7871323399db949ebfaa9f25ee2a0
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
sed -i "s:^libs = .*:libs = ldap_r lber sasl2 ssl crypto:" setup.cfg
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue