python-smmap.paketlendi
This commit is contained in:
parent
97957bb247
commit
ff18c267d0
|
@ -1,7 +1,7 @@
|
||||||
# Description: python için gitdb nesne kütüphanesi
|
# Description: python için gitdb nesne kütüphanesi
|
||||||
# URL: https://github.com/gitpython-developers/gitdb
|
# URL: https://github.com/gitpython-developers/gitdb
|
||||||
# Packager: milisarge
|
# Packager: milisarge
|
||||||
# Depends on: python python-setuptools
|
# Depends on: python python-setuptools python-smmap
|
||||||
|
|
||||||
name=python-gitdb
|
name=python-gitdb
|
||||||
_name=gitdb
|
_name=gitdb
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
# Description: python için bellek harita yöneticisinin saf git uygulaması
|
||||||
|
# URL: https://github.com/gitpython-developers/smmap
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on: python python-setuptools
|
||||||
|
|
||||||
|
name=python-smmap
|
||||||
|
_name=smmap2
|
||||||
|
version=0.9.0
|
||||||
|
release=1
|
||||||
|
source=(https://pypi.org/packages/source/s/${_name}/${_name}-${version}.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "${SRC}/${_name}-${version}"
|
||||||
|
python setup.py build
|
||||||
|
python setup.py install --root=$PKG --optimize=1
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
# Description: python için gitdb nesne kütüphanesi
|
# Description: python için gitdb nesne kütüphanesi
|
||||||
# URL: http://pyyaml.org/wiki/PyYAML
|
# URL: http://pyyaml.org/wiki/PyYAML
|
||||||
# Packager: milisarge
|
# Packager: milisarge
|
||||||
# Depends on: python3 python3-setuptools
|
# Depends on: python3 python3-setuptools python3-smmap
|
||||||
|
|
||||||
name=python3-gitdb
|
name=python3-gitdb
|
||||||
_name=gitdb
|
_name=gitdb
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
# Description: python için bellek harita yöneticisinin saf git uygulaması
|
||||||
|
# URL: https://github.com/gitpython-developers/smmap
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on: python3 python3-setuptools
|
||||||
|
|
||||||
|
name=python3-smmap
|
||||||
|
_name=smmap2
|
||||||
|
version=0.9.0
|
||||||
|
release=1
|
||||||
|
source=(https://pypi.org/packages/source/s/${_name}/${_name}-${version}.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "${SRC}/${_name}-${version}"
|
||||||
|
python3 setup.py build
|
||||||
|
python3 setup.py install --root=$PKG --optimize=1
|
||||||
|
}
|
Loading…
Reference in New Issue