gitdb-python.paketlendi
This commit is contained in:
parent
a4683c5c1d
commit
a5bba50791
2 changed files with 30 additions and 0 deletions
15
talimatname/genel/python-gitdb/talimat
Normal file
15
talimatname/genel/python-gitdb/talimat
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Description: python için gitdb nesne kütüphanesi
|
||||||
|
# URL: https://github.com/gitpython-developers/gitdb
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on: python python-setuptools
|
||||||
|
|
||||||
|
name=python-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}"
|
||||||
|
python setup.py install --skip-build --root=$PKG --optimize=1
|
||||||
|
}
|
15
talimatname/genel/python3-gitdb/talimat
Normal file
15
talimatname/genel/python3-gitdb/talimat
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Description: python için gitdb nesne kütüphanesi
|
||||||
|
# URL: http://pyyaml.org/wiki/PyYAML
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on: python3 python3-setuptools
|
||||||
|
|
||||||
|
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}"
|
||||||
|
python3 setup.py install --skip-build --root=$PKG --optimize=1
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue