summaryrefslogtreecommitdiff
path: root/python3-pluggy/Pkgfile
blob: 5e88a81d7d723979b7397d2600c13330c814d46e (plain)
    1 # Description: Plugin and hook calling mechanisms for python
    2 # URL: https://github.com/pytest-dev/pluggy
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-importlib_metadata python3-setuptools-scm
    5 
    6 name=python3-pluggy
    7 version=1.0.0
    8 release=1
    9 source=(https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-$version.tar.gz)
   10 
   11 build() {
   12   cd pluggy-$version
   13   /usr/bin/python3 setup.py build
   14   /usr/bin/python3 setup.py install --prefix=/usr \
   15     --root=$PKG \
   16     --skip-build \
   17     -O1
   18 }

Generated by cgit