From 1f8bc7baadf15ef386ebb6af3dab4d318b744fd3 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 17 Apr 2018 17:23:54 -0500 Subject: system/py3-lxml: new package --- system/py3-lxml/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 system/py3-lxml/APKBUILD (limited to 'system/py3-lxml') diff --git a/system/py3-lxml/APKBUILD b/system/py3-lxml/APKBUILD new file mode 100644 index 000000000..deb2064dc --- /dev/null +++ b/system/py3-lxml/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Francesco Colista +# Contributor: Jakub Jirutka +# Maintainer: A. Wilcox +pkgname=py3-lxml +_pkgname=lxml +pkgver=4.2.1 +pkgrel=0 +pkgdesc="Python LXML Library" +url="http://lxml.de/" +arch="all" +license="BSD-3-Clause" +options="!check" # No test suite. +makedepends="python3-dev libxml2-dev libxslt-dev py3-setuptools" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +builddir="$srcdir/$_pkgname-$pkgver" + +build() { + cd "$builddir" + python3 setup.py build +} + +package() { + cd "$builddir" + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="17dfa309f1066ba2478cdc87b8ec018f99dd9d43dd088c458dcae83683dbde2f9c341f64dfeab4e1d1f341b8294e6168b24294bec21e393c4f4bf9513b271124 lxml-4.2.1.tar.gz" -- cgit v1.2.3-60-g2f50