summaryrefslogtreecommitdiff
path: root/python3-elementpath/Pkgfile
blob: 68cfe40cf918384e485d4ac510332d1ab78fa1c0 (plain)
    1 # Description: XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
    2 # URL: https://github.com/sissaschool/elementpath
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-elementpath
    7 version=2.5.3
    8 release=1
    9 source=(https://github.com/sissaschool/elementpath/archive/v$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd elementpath-$version
   13   /usr/bin/python3 setup.py build
   14   /usr/bin/python3 setup.py install --prefix=/usr \
   15     --root=$PKG \
   16     -O1 \
   17     --skip-build
   18 }

Generated by cgit