summaryrefslogtreecommitdiff
path: root/system/py3-lxml/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/py3-lxml/APKBUILD')
-rw-r--r--system/py3-lxml/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/system/py3-lxml/APKBUILD b/system/py3-lxml/APKBUILD
deleted file mode 100644
index deb2064dc..000000000
--- a/system/py3-lxml/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Contributor: Jakub Jirutka <jakub@jirutka.cz>
-# Maintainer: A. Wilcox <awilfox@adelielinux.org>
-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"