diff options
Diffstat (limited to 'python-html-text/PKGBUILD')
-rw-r--r-- | python-html-text/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/python-html-text/PKGBUILD b/python-html-text/PKGBUILD deleted file mode 100644 index 1cb0452..0000000 --- a/python-html-text/PKGBUILD +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> | ||
2 | pkgname=python-html-text | ||
3 | _pkgname=html-text | ||
4 | pkgver=0.6.2 | ||
5 | pkgrel=1 | ||
6 | pkgdesc="Python library to extract text from HTML" | ||
7 | arch=('any') | ||
8 | url="https://github.com/zytedata/html-text" | ||
9 | license=('MIT') | ||
10 | depends=(python-lxml) | ||
11 | makedepends=(python-build python-installer python-wheel) | ||
12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") | ||
13 | sha256sums=('2bda73192e3009bacb626c8feacc9ab5f0685947eb5847e181fb1d330410bcc3') | ||
14 | |||
15 | build() { | ||
16 | cd "${_pkgname}-${pkgver}" | ||
17 | python -m build --wheel --no-isolation | ||
18 | } | ||
19 | |||
20 | package() { | ||
21 | cd "${_pkgname}-${pkgver}" | ||
22 | python -m installer --destdir="$pkgdir" dist/*.whl | ||
23 | } | ||