From ca84f481e2a97c2bd3e596a5fcca4450cee78519 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Wed, 27 Feb 2019 17:23:48 +0800 Subject: [PATCH] python3-isodate 0.6.0-1 --- extra/python3-isodate/spkgbuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 extra/python3-isodate/spkgbuild diff --git a/extra/python3-isodate/spkgbuild b/extra/python3-isodate/spkgbuild new file mode 100644 index 000000000..19c5476ba --- /dev/null +++ b/extra/python3-isodate/spkgbuild @@ -0,0 +1,14 @@ +# description : An ISO 8601 date/time/duration parser and formatter +# depends : python3-setuptools + +name=python3-isodate +version=0.6.0 +release=1 +source=(https://files.pythonhosted.org/packages/source/i/isodate/isodate-$version.tar.gz) +md5sum=(0e1203fce27ce65e2d01c5f21c4d428f) + +build() { + cd isodate-$version + python3 setup.py build + python3 setup.py install --root=$PKG --optimize=1 +}