initial import
This commit is contained in:
24
python-soupsieve/PKGBUILD
Normal file
24
python-soupsieve/PKGBUILD
Normal file
@@ -0,0 +1,24 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=python-soupsieve
|
||||
pkgver=2.2.1
|
||||
pkgrel=2
|
||||
pkgdesc="A CSS4 selector implementation for Beautiful Soup"
|
||||
url="https://github.com/facelessuser/soupsieve"
|
||||
license=('Expat')
|
||||
arch=('any')
|
||||
depends=('python')
|
||||
makedepends=('python-setuptools')
|
||||
source=("https://github.com/facelessuser/soupsieve/archive/$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
sha512sums=('c1339cfca237af7f8915b6d644b8271f769f9a37aa68f8acf536236551baaf9bb44a2f2a736f9168a7649cde14d37b8c24614c9491acbf81e3f4fdaea96b4928')
|
||||
|
||||
build() {
|
||||
cd soupsieve-$pkgver
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd soupsieve-$pkgver
|
||||
python setup.py install --root="$pkgdir" --optimize=1
|
||||
install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname
|
||||
}
|
||||
Reference in New Issue
Block a user