mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
python3-isodate 0.6.0-1
This commit is contained in:
14
extra/python3-isodate/spkgbuild
Normal file
14
extra/python3-isodate/spkgbuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user