X-Git-Url: https://git.sev.monster/aports.git/blobdiff_plain/310f7679d8015435ebebb21274e221db4c98a40a..refs/heads/master:/testing/py3-ldap0/APKBUILD?ds=sidebyside diff --git a/testing/py3-ldap0/APKBUILD b/testing/py3-ldap0/APKBUILD index d1e32ae..ec1657a 100644 --- a/testing/py3-ldap0/APKBUILD +++ b/testing/py3-ldap0/APKBUILD @@ -1,17 +1,17 @@ -# Contributor: sev -# Maintainer: sev -pkgname=py3-ldap0 -pkgver=1.4.9 -pkgrel=0 +# Contributor: sev +# Maintainer: sev +_pkgname=ldap0 +pkgname=py3-$_pkgname +pkgver=1.4.10 +pkgrel=1 pkgdesc="Module package for implementing LDAP clients" url="https://code.stroeder.com/pymod/python-ldap0.git" arch="all" license="Apache-2.0" +depends="py3-asn1 py3-asn1-modules" makedepends="python3-dev py3-setuptools openldap-dev" -# unreliable source -#source="https://code.stroeder.com/pymod/python-ldap0/tags" -source="https://gitlab.com/ae-dir/python-ldap0/-/archive/v$pkgver/python-ldap0-v$pkgver.tar.gz" -builddir="$srcdir/python-ldap0-v$pkgver" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +builddir="$srcdir/$_pkgname-$pkgver" build() { # XXX: fix openldap: https://stackoverflow.com/a/70207990 @@ -30,5 +30,5 @@ package() { } sha512sums=" -ddc87b3a23e1dbdbff10e3b56f5e58a5e87cabd30172aeec01eb7a9888e80ed6cfe337ec0b856d98ef7eb1331bc50fb79552ea214e32137525ec6a2ff59e982a python-ldap0-v1.4.9.tar.gz +ef4da17e78594ba3761c24ef63a8c6a8194fd4d3b8152006133e26d2c6b6ff164bd5221725bb833f9a469051dfa4aa438f2bfa3fab4e3f74721d8a626e39ff77 ldap0-1.4.10.tar.gz "