summaryrefslogtreecommitdiff
path: root/repo/python-pluggy/python-pluggy.xibuild
blob: c55a6f9171a8474f6c181a5d029d85bc37049daf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

MAKEDEPS="python"
DEPS="python-importlib-python-metadata python-pre-python-commit python-pytest python-pytest-python-benchmark"

PKG_VER=1.0.0
SOURCE=https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-$PKG_VER.tar.gz
DESC="plugin and hook calling mechanisms for python"

build() {
    python setup.py build
}

package () {
    python setup.py install --root="$PKG_DEST" --optimize=1
}