milis/talimatname/genel/p/python-setuptools-scm/talimat

19 lines
507 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python paketlerindeki scm verilerinin yönetimini sağlayan setuptools eklentisi
2017-06-17 16:55:05 +02:00
# URL: https://github.com/pypa/setuptools_scm
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python sqlite python-setuptools
2017-06-17 16:55:05 +02:00
2017-10-28 14:10:23 +02:00
isim=python-setuptools-scm
surum=1.15.6
devir=1
2017-06-17 16:55:05 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(https://github.com/pypa/setuptools_scm/archive/v$surum.tar.gz)
2017-06-17 16:55:05 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
export SETUPTOOLS_SCM_PRETEND_VERSION=$surum
cd "$SRC"/setuptools_scm-$surum
2017-06-17 16:55:05 +02:00
python2 setup.py build
python2 setup.py egg_info
python2 setup.py install --root "$PKG"
}