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

19 lines
510 B
Text
Raw Normal View History

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