contrib/python3-isodate/Pkgfile

18 lines
569 B
Plaintext

# Description: An ISO 8601 date/time parser.
# URL: https://pypi.org/project/isodate/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: python3-build python3-wheel python3-installer python3-six
name=python3-isodate
_name=${name#python3-}
version=0.6.1
release=2
source=(https://files.pythonhosted.org/packages/source/${_name:0:1}/$_name/$_name-$version.tar.gz)
build() {
cd $_name-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}