python-typing.paketlendi
This commit is contained in:
parent
6806929f66
commit
24e9e07a4d
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue