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

19 lines
507 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Python paketlerindeki scm verilerinin yönetimini sağlayan setuptools eklentisi
# URL: https://github.com/pypa/setuptools_scm
# Paketçi: milisarge
# Gerekler: python sqlite python-setuptools
isim=python-setuptools-scm
surum=1.15.6
devir=1
kaynak=(https://github.com/pypa/setuptools_scm/archive/v$surum.tar.gz)
derle() {
export SETUPTOOLS_SCM_PRETEND_VERSION=$surum
cd "$SRC"/setuptools_scm-$surum
python2 setup.py build
python2 setup.py egg_info
python2 setup.py install --root "$PKG"
}