~dricottone/huttese-apk

102bd23d98fda1fcdf8de9413e7259d36693ba9b — Drew DeVault 6 years ago aafb5dd
Drop python2 from py-cairosvg
1 files changed, 3 insertions(+), 14 deletions(-)

M sr.ht/py-cairosvg/APKBUILD
M sr.ht/py-cairosvg/APKBUILD => sr.ht/py-cairosvg/APKBUILD +3 -14
@@ 9,26 9,18 @@ url="http://cairosvg.org"
arch="noarch"
license="LGPL-3.0-or-later"
depends="py-cairocffi py-pillow py-cssselect2 py-defusedxml"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
subpackages="py3-${pkgname#py-}:_py3"
makedepends="python2-dev python3-dev py-setuptools pytest"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

prepare() {
	cp -r "$builddir" "$builddir"-py3
}

build() {
	cd "$builddir"
	python2 setup.py build
	cd "$builddir"-py3
	python3 setup.py build
}

check() {
	cd "$builddir"
	python2 setup.py check
	cd "$builddir"-py3
	python3 setup.py check
}



@@ 36,11 28,6 @@ package() {
	mkdir -p "$pkgdir"
}

_py2() {
	cd "$builddir"
	_py python2
}

_py3() {
	cd "$builddir"
	_py python3


@@ 53,3 40,5 @@ _py() {
	install_if="$pkgname=$pkgver-r$pkgrel $python"
	$python setup.py install --prefix=/usr --root="$subpkgdir"
}

sha512sums="d9ffd418fbf674c2316aa72c72fb1f5383e9d7c12f02fe2c6a117c20bd2a713b360b9b9b5ff12348fd19625da7d709ce902ee4e6748ce96cb23afa65601c669c  CairoSVG-2.2.0.tar.gz"