milis/talimatname/genel/python-dateutil/talimat

22 lines
592 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Standart datetime modülüne güçlü uzantılar sağlar.
# URL: http://labix.org/python-dateutil
# Packager: milisarge
# Depends on: python-six python-setuptools
name=python-dateutil
version=2.2
release=1
source=(
http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$version.tar.gz)
build() {
cd $name-$version
python2 setup.py install --prefix=/usr --root=$PKG
# Düzeltmeler
chmod -R a+r $PKG/usr/lib/python2.7/
rm $PKG/usr/lib/python2.7/site-packages/dateutil/zoneinfo/zoneinfo--latest.tar.gz
# Kontrol
python2 test.py
}