mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 17:25:17 +03:00
31 lines
918 B
Text
31 lines
918 B
Text
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
|
|
pkgname=py3-pymaging
|
|
_pkgname=pymaging
|
|
_commit=596a08fce5664e58d6e8c96847393fbe987783f2
|
|
pkgver=0.0.20130908
|
|
pkgrel=4
|
|
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 --prefix=/usr --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="757431eb53ee839ae8f341c5021b96a704a78434bb81f843de36c0b8274ca8de603ca5f04bf6e38a5dae39d42be2da05f03119235fe5ca5d34bd10fa30faa813 py3-pymaging-0.0.20130908.tar.gz"
|