mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	this marginally increases install speed by not checking if it needs a rebuild. also remove --prefix=/usr as it defaults to /usr already. might break a build or two, will fix later
		
			
				
	
	
		
			32 lines
		
	
	
		
			917 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			917 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
 | |
| pkgname=py3-pymaging
 | |
| _pkgname=pymaging
 | |
| _commit=596a08fce5664e58d6e8c96847393fbe987783f2
 | |
| pkgver=0.0.20130908
 | |
| pkgrel=7
 | |
| pkgdesc="Pure Python imaging library"
 | |
| url="https://github.com/ojii/pymaging"
 | |
| arch="noarch"
 | |
| license="BSD-3-Clause AND MIT"
 | |
| depends="python3"
 | |
| makedepends="py3-setuptools"
 | |
| source="$pkgname-$pkgver.tar.gz::https://github.com/ojii/$_pkgname/archive/$_commit.tar.gz"
 | |
| builddir="$srcdir"/$_pkgname-$_commit
 | |
| 
 | |
| replaces="py-pymaging" # Backwards compatibility
 | |
| provides="py-pymaging=$pkgver-r$pkgrel" # Backwards compatibility
 | |
| 
 | |
| build() {
 | |
| 	python3 setup.py build
 | |
| }
 | |
| 
 | |
| check() {
 | |
| 	python3 setup.py test
 | |
| }
 | |
| 
 | |
| package() {
 | |
| 	python3 setup.py install --skip-build --root="$pkgdir"
 | |
| }
 | |
| 
 | |
| sha512sums="757431eb53ee839ae8f341c5021b96a704a78434bb81f843de36c0b8274ca8de603ca5f04bf6e38a5dae39d42be2da05f03119235fe5ca5d34bd10fa30faa813  py3-pymaging-0.0.20130908.tar.gz"
 |