2021-03-07 13:25:25 +11:00
|
|
|
# Description: A library implementing the 'SemVer' scheme.
|
|
|
|
# URL: https://github.com/rbarrois/python-semanticversion
|
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
|
|
# Depends on: python3-setuptools
|
|
|
|
|
|
|
|
name=python3-semantic-version
|
2022-05-31 23:25:50 +02:00
|
|
|
version=2.10.0
|
2021-03-07 13:25:25 +11:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/rbarrois/python-semanticversion/archive/$version/python-semanticversion-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd python-semanticversion-$version
|
|
|
|
/usr/bin/python3 setup.py build
|
|
|
|
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 --skip-build
|
|
|
|
}
|