mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			739 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			739 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Maintainer:
 | |
| pkgname=py3-bandwidth-sdk
 | |
| pkgver=3.1.0
 | |
| pkgrel=5
 | |
| pkgdesc="python helpers for using bandwidth.com API"
 | |
| url="https://pypi.org/project/bandwidth-sdk/"
 | |
| arch="noarch"
 | |
| license="MIT"
 | |
| depends="py3-requests py3-dateutil py3-lxml py3-six"
 | |
| makedepends="py3-setuptools"
 | |
| source="bandwidth-sdk-$pkgver.tar.gz::https://github.com/Bandwidth/python-bandwidth/archive/v$pkgver.tar.gz"
 | |
| builddir="$srcdir/python-bandwidth-$pkgver"
 | |
| 
 | |
| build() {
 | |
| 	python3 setup.py build
 | |
| }
 | |
| 
 | |
| check() {
 | |
| 	python3 setup.py test
 | |
| }
 | |
| 
 | |
| package() {
 | |
| 	python3 setup.py install --skip-build --root="$pkgdir"
 | |
| }
 | |
| 
 | |
| sha512sums="31c09c709b4f61741f9eabf5a4ec56d3577996b5b3933c51264442cac1bbf95da5f3e5d9e98b914eb06d8897e273ea0863406fb6bf9c65af0ac1cd71f2f06ac1  bandwidth-sdk-3.1.0.tar.gz"
 |