summaryrefslogtreecommitdiff
path: root/python3-soupsieve/Pkgfile
blob: cb23e39f7e911f2201380c23da7c3af102028e2c (plain)
    1 # Description: A CSS4 selector implementation for Beautiful Soup
    2 # URL: https://pypi.python.org/pypi/soupsieve
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-soupsieve
    7 _name=${name#*-}
    8 version=2.3.1
    9 release=1
   10 source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$version.tar.gz)
   11 
   12 build() {
   13 	cd $_name-$version
   14 	/usr/bin/python3 setup.py build
   15 	/usr/bin/python3 setup.py install --root=$PKG --optimize=1
   16 }

Generated by cgit