grup-düzenlemeleri

This commit is contained in:
yasarciv67 2018-08-01 06:33:55 +00:00
parent dde3699df4
commit bcaa8c3893
1 changed files with 3 additions and 2 deletions

View File

@ -2,15 +2,16 @@
# URL: https://bitbucket.org/pypa/setuptools
# Paketçi: milisarge
# Gerekler: python sqlite libffi
# Grup: sistem
isim=python-setuptools
surum=36.0.1
devir=1
kaynak=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$surum.zip)
kaynak=(https://files.pythonhosted.org/packages/source/${isim:8:1}/${isim#*-}/${isim#*-}-$surum.zip)
derle() {
cd ${name#*-}-$surum
cd ${isim#*-}-$surum
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
python2 bootstrap.py
python2 setup.py build