diff options
Diffstat (limited to 'python3-pytz/Pkgfile')
-rw-r--r-- | python3-pytz/Pkgfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/python3-pytz/Pkgfile b/python3-pytz/Pkgfile new file mode 100644 index 000000000..1a0edeca3 --- /dev/null +++ b/python3-pytz/Pkgfile @@ -0,0 +1,15 @@ +# Description: World timezone definitions, modern and historical +# URL: https://pythonhosted.org/pytz/ +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python-setuptools + +name=python3-pytz +version=2019.2 +release=1 +source=(https://pypi.io/packages/source/p/pytz/pytz-$version.tar.gz) + +build() { + cd "pytz-${version}" + python3 setup.py build + python3 setup.py install --root="$PKG" --optimize=1 --skip-build +} |