pytz.paketlendi
This commit is contained in:
parent
307c65fed5
commit
4893ba683a
|
@ -57,6 +57,8 @@ python3-pip
|
|||
python3-yaml
|
||||
python-yaml
|
||||
python3-pythondialog
|
||||
python3-qt5
|
||||
python3-parted
|
||||
node
|
||||
numix-gtk-theme
|
||||
slim
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
# Description: Python yerel zaman kütüphanesi
|
||||
# URL: http://pypi.python.org/pypi/pytz
|
||||
# Packager: milisarge
|
||||
# Depends on: python python-setuptools
|
||||
|
||||
name=python-pytz
|
||||
version=2017.2
|
||||
release=1
|
||||
|
||||
source=(https://pypi.python.org/packages/a4/09/c47e57fc9c7062b4e83b075d418800d322caa87ec0ac21e6308bd3a2d519/pytz-2017.2.zip)
|
||||
|
||||
build() {
|
||||
cd pytz-$version
|
||||
python2 setup.py install --root=$PKG/
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
# Description: Python yerel zaman kütüphanesi
|
||||
# URL: http://pypi.python.org/pypi/pytz
|
||||
# Packager: milisarge
|
||||
# Depends on: python3 python3-setuptools
|
||||
|
||||
name=python3-pytz
|
||||
version=2017.2
|
||||
release=1
|
||||
|
||||
source=(https://pypi.python.org/packages/a4/09/c47e57fc9c7062b4e83b075d418800d322caa87ec0ac21e6308bd3a2d519/pytz-2017.2.zip)
|
||||
|
||||
build() {
|
||||
cd pytz-$version
|
||||
python3 setup.py install --root=$PKG/
|
||||
}
|
Loading…
Reference in New Issue