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

19 lines
517 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
name=python-setuptools-scm
version=1.15.6
release=1
source=(https://github.com/pypa/setuptools_scm/archive/v$version.tar.gz)
build() {
export SETUPTOOLS_SCM_PRETEND_VERSION=$version
cd "$SRC"/setuptools_scm-$version
python2 setup.py build
python2 setup.py egg_info
python2 setup.py install --root "$PKG"
}