summaryrefslogtreecommitdiff
path: root/python3-soupsieve/Pkgfile
blob: b41a7e972f8b4f6644407800721290ce4d5f9b41 (plain)
    1 # Description: A CSS4 selector implementation for Beautiful Soup
    2 # URL: http://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 version=2.0.1
    8 release=1
    9 source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
   10 
   11 build() {
   12 	cd ${name#*-}-$version
   13 	/usr/bin/python3 setup.py build
   14 	/usr/bin/python3 setup.py install --root=$PKG --optimize=1
   15 }

Generated by cgit