mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			998 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			998 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Contributor: Jonas <3426-spameier@users.gitlab.alpinelinux.org>
 | |
| # Maintainer: Jonas <3426-spameier@users.gitlab.alpinelinux.org>
 | |
| pkgname=py3-msldap
 | |
| _pyname=msldap
 | |
| pkgver=0.4.7
 | |
| pkgrel=0
 | |
| pkgdesc="Python library to play with MS LDAP"
 | |
| url="https://github.com/skelsec/msldap"
 | |
| arch="noarch"
 | |
| license="MIT"
 | |
| depends="
 | |
| 	py3-asn1crypto
 | |
| 	py3-asyauth
 | |
| 	py3-asysocks
 | |
| 	py3-minikerberos
 | |
| 	py3-prompt_toolkit
 | |
| 	py3-tqdm
 | |
| 	py3-unicrypto
 | |
| 	py3-wcwidth
 | |
| 	py3-winacl
 | |
| 	python3
 | |
| 	"
 | |
| makedepends="
 | |
| 	py3-gpep517
 | |
| 	py3-wheel
 | |
| 	py3-setuptools
 | |
| 	"
 | |
| source="$pkgname-$pkgver.tar.gz::https://github.com/skelsec/msldap/archive/refs/tags/$pkgver.tar.gz"
 | |
| builddir="$srcdir/$_pyname-$pkgver"
 | |
| options="!check" # no tests provided
 | |
| 
 | |
| build() {
 | |
| 	gpep517 build-wheel \
 | |
| 		--wheel-dir dist \
 | |
| 		--output-fd 3 3>&1 >&2
 | |
| }
 | |
| 
 | |
| package() {
 | |
| 	python3 -m installer -d "$pkgdir" dist/*.whl
 | |
| }
 | |
| 
 | |
| sha512sums="
 | |
| b6d0d86f197a8adf043d0430493544337c1c4def978f31235bce271b3f7ac42d97349174a88fa0a09b3d072bd04d45572336ce08fd43faaa6fcd4305124556a9  py3-msldap-0.4.7.tar.gz
 | |
| "
 |