pytz.paketlendi

This commit is contained in:
milisbir 2017-08-25 06:27:08 +03:00
parent 307c65fed5
commit 4893ba683a
3 changed files with 32 additions and 0 deletions

View File

@ -57,6 +57,8 @@ python3-pip
python3-yaml python3-yaml
python-yaml python-yaml
python3-pythondialog python3-pythondialog
python3-qt5
python3-parted
node node
numix-gtk-theme numix-gtk-theme
slim slim

View File

@ -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/
}

View File

@ -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/
}