contrib/python3-isodate/Pkgfile

18 lines
569 B
Plaintext
Raw Normal View History

2018-06-22 17:18:58 +02:00
# 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
2018-06-22 17:18:58 +02:00
name=python3-isodate
_name=${name#python3-}
2022-02-05 16:26:26 +01:00
version=0.6.1
release=2
source=(https://files.pythonhosted.org/packages/source/${_name:0:1}/$_name/$_name-$version.tar.gz)
2018-06-22 17:18:58 +02:00
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
2018-06-22 17:18:58 +02:00
}