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

19 lines
520 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python paketlerindeki scm verilerinin yönetimini sağlayan setuptools eklentisi
2017-06-17 16:55:05 +02:00
# URL: https://github.com/pypa/setuptools_scm
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python3 sqlite python3-setuptools
2017-06-17 16:55:05 +02:00
name=python3-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
python3 setup.py build
python3 setup.py egg_info
python3 setup.py install --root "$PKG"
}