mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
# description : An ISO 8601 date/time/duration parser and formatter
|
|
# depends : python3-setuptools
|
|
|
|
name=python3-isodate
|
|
version=0.6.1
|
|
release=1
|
|
source="$name-$version.tar.gz::https://files.pythonhosted.org/packages/source/i/isodate/isodate-$version.tar.gz"
|
|
|
|
build() {
|
|
cd isodate-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --root=$PKG --optimize=1
|
|
}
|