summaryrefslogtreecommitdiff
path: root/python-setuptools.morph
blob: 2a5240da80af68ce3ec5c218ab0c072c04c99bda (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "python-setuptools",
    "kind": "chunk",
    "build-commands": [
        "python setup.py build"
    ],  
    "install-commands": [
        "python setup.py install --prefix=/usr --root \"$DESTDIR\""
    ]   
}