milis/talimatname/genel/python3-smmap/talimat

17 lines
453 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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