mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/py3-parsel: new aport
This commit is contained in:
parent
73cf858933
commit
1e71a76f90
28
testing/py3-parsel/APKBUILD
Normal file
28
testing/py3-parsel/APKBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
# Contributor: prspkt <prspkt@protonmail.com>
|
||||
# Maintainer: prspkt <prspkt@protonmail.com>
|
||||
pkgname=py3-parsel
|
||||
_pkgname=parsel
|
||||
pkgver=1.5.1
|
||||
pkgrel=0
|
||||
pkgdesc="Library to extract data from HTML and XML using XPath and CSS selectors"
|
||||
url="https://github.com/scrapy/parsel"
|
||||
arch="noarch"
|
||||
license="BSD-3-Clause"
|
||||
depends="py3-cssselect py3-lxml py3-six py3-w3lib"
|
||||
checkdepends="py3-pytest"
|
||||
source="$_pkgname-$pkgver.tar.gz::https://github.com/scrapy/parsel/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
check() {
|
||||
python3 setup.py test
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="fe6de66c3f43e1ecdeae4239cacca42f3082214b698b16c7f56e4fb924cd70826fe0d7a69517174c71cd249c2b21cb9fdbf9091aafcfed6a3745a70dc37b7964 parsel-1.5.1.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user