grup-düzenlemeleri
This commit is contained in:
parent
dde3699df4
commit
bcaa8c3893
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue