Açıklama çevirisi
This commit is contained in:
parent
9be48df329
commit
f76bca5368
|
@ -1,8 +1,8 @@
|
|||
# Description: Provides powerful extensions to the standard datetime module.
|
||||
# URL: URL: http://labix.org/python-dateutil
|
||||
# NuTyX package info file (http://nutyx.org)
|
||||
# Packager: # NuTyX package info file (http://nutyx.org)
|
||||
# Depends on: python-six python-setuptools
|
||||
# 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
|
||||
|
@ -13,13 +13,9 @@ http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$versio
|
|||
build() {
|
||||
cd $name-$version
|
||||
python2 setup.py install --prefix=/usr --root=$PKG
|
||||
# fixes
|
||||
# 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
|
||||
# check
|
||||
# Kontrol
|
||||
python2 test.py
|
||||
}
|
||||
|
||||
|
||||
|
||||
# NuTyX Pkgfile (http://nutyx.org)
|
||||
|
|
Loading…
Reference in New Issue