mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
 | |
| # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
 | |
| pkgname=py-netlib
 | |
| _pkgname=netlib
 | |
| pkgver=0.15
 | |
| pkgrel=0
 | |
| pkgdesc="A Collection of network utility classes"
 | |
| url="https://github.com/mitmproxy/netlib"
 | |
| arch="noarch"
 | |
| license="MIT"
 | |
| depends="python2 py-openssl py-asn1"
 | |
| depends_dev=""
 | |
| makedepends="python2-dev py-setuptools"
 | |
| install=""
 | |
| subpackages=""
 | |
| source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
 | |
| 
 | |
| _builddir="$srcdir"/$_pkgname-$pkgver
 | |
| prepare() {
 | |
| 	local i
 | |
| 	cd "$_builddir"
 | |
| 	for i in $source; do
 | |
| 		case $i in
 | |
| 		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
 | |
| 		esac
 | |
| 	done
 | |
| }
 | |
| 
 | |
| build() {
 | |
| 	cd "$_builddir"
 | |
| 	python2 setup.py build || return 1
 | |
| }
 | |
| 
 | |
| package() {
 | |
| 	cd "$_builddir"
 | |
| 	python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
 | |
| }
 | |
| 
 | |
| md5sums="b4f8c430dd9cae6c9b981b72c9954ffc  netlib-0.15.tar.gz"
 | |
| sha256sums="5f5c02724a32f4d44401a9dccaf7d3bdf077a352d11dc5131bb61fb24299afa5  netlib-0.15.tar.gz"
 | |
| sha512sums="432ce150e4e8a4f5161a0bac528f039256a82d7814e195909beba60cbf045dbe015c978d86bf054f396b9ad11c674ca6019b54c4a796b37393b4a3433a2ada08  netlib-0.15.tar.gz"
 |