~dricottone/huttese-apk

db4aeebe907abf9b3d9aa615a11ccdee75d88c0f — Drew DeVault 6 years ago 434d0e3
Update sources in weasyprint APKBUILD
1 files changed, 2 insertions(+), 1 deletions(-)

M sr.ht/py-weasyprint/APKBUILD
M sr.ht/py-weasyprint/APKBUILD => sr.ht/py-weasyprint/APKBUILD +2 -1
@@ 11,6 11,7 @@ license="LGPL"
depends="pango cairo py-cairocffi py-cairosvg py-cssselect py-tinycss py-pyphen py-lxml"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
makedepends="python2-dev python3-dev py-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

prepare() {


@@ 20,7 21,7 @@ prepare() {
build() {
	cd "$builddir"
	python2 setup.py build
	cd "$builddir"/py3
	cd "$builddir"-py3
	python3 setup.py build
}