python-typing.paketlendi

This commit is contained in:
milisarge 2017-05-31 05:03:35 +03:00
parent 6806929f66
commit 24e9e07a4d
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Description: Python için yazım ipuçları
# URL: https://pypi.python.org/pypi/typing/
# Packager: milisarge
# Depends on: python-setuptools python
name=python-typing
version=3.6.1
release=1
source=(https://pypi.python.org/packages/17/75/3698d7992a828ad6d7be99c0a888b75ed173a9280e53dbae67326029b60e/typing-3.6.1.tar.gz)
build() {
cd "$SRC/typing-$version"
python2 setup.py build
python2 setup.py install --prefix=/usr --root="$PKG" --optimize=1
}