python-smmap.paketlendi

This commit is contained in:
milisarge 2017-06-18 03:58:51 +03:00
parent 97957bb247
commit ff18c267d0
4 changed files with 34 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Description: python için gitdb nesne kütüphanesi
# URL: https://github.com/gitpython-developers/gitdb
# Packager: milisarge
# Depends on: python python-setuptools
# Depends on: python python-setuptools python-smmap
name=python-gitdb
_name=gitdb

View File

@ -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
}

View File

@ -1,7 +1,7 @@
# Description: python için gitdb nesne kütüphanesi
# URL: http://pyyaml.org/wiki/PyYAML
# Packager: milisarge
# Depends on: python3 python3-setuptools
# Depends on: python3 python3-setuptools python3-smmap
name=python3-gitdb
_name=gitdb

View File

@ -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
}