summaryrefslogtreecommitdiff
path: root/manualPorts/python3-semver/Pkgfile
blob: 64b54472ba8787e58e024b3e65704966f19c8892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: Python helper for Semantic Versioning
# URL: https://github.com/k-bx/python-semver
# Maintainer: Erich Eckner, crux at eckner dot net
# Depends on: python3-setuptools

name=python3-semver
version=2.13.0
release=1
source=("https://github.com/k-bx/python-semver/archive/$version.tar.gz")

build() {
    cd python-${name#python3-}-${version}
    python3 setup.py build
    python3 setup.py install --optimize=1 --root=${PKG}
}