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

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