milis/talimatname/genel/python-cherrypy/talimat

17 lines
376 B
Text
Raw Normal View History

2017-04-12 15:30:03 +03:00
# Description: Pythonic, nesne yönelimli bir web geliştirme çerçevesi.
# URL: http://www.cherrypy.org/
# Packager: milisarge
# Depends on: python
2016-02-24 02:27:23 +02:00
name=python-cherrypy
version=3.6.0
release=1
source=(
https://pypi.python.org/packages/source/C/CherryPy/CherryPy-$version.tar.gz)
build() {
cd CherryPy-$version
python2 setup.py install --prefix=/usr --root=$PKG
}