milis/talimatname/genel/p/python3-gitdb/talimat

16 lines
420 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: python için gitdb nesne kütüphanesi
2017-06-18 01:25:10 +02:00
# URL: http://pyyaml.org/wiki/PyYAML
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools python3-smmap
2017-06-18 01:25:10 +02:00
name=python3-gitdb
_name=gitdb
version=0.6.4
release=1
source=(https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name}-${version}.tar.gz)
build() {
cd "${SRC}/${_name}-${version}"
2017-06-18 02:08:23 +02:00
python3 setup.py install --root=$PKG --optimize=1
2017-06-18 01:25:10 +02:00
}