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

19 lines
510 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: python3 sqlite python3-setuptools
isim=python3-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
python3 setup.py build
python3 setup.py egg_info
python3 setup.py install --root "$PKG"
}