milis/talimatname/genel/p/python-cherrypy/talimat

17 lines
361 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.

# Tanım: Pythonic, nesne yönelimli bir web geliştirme çerçevesi.
# URL: http://www.cherrypy.org/
# Paketçi: milisarge
# Gerekler: python
isim=python-cherrypy
surum=3.6.0
devir=1
kaynak=(
https://pypi.python.org/packages/source/C/CherryPy/CherryPy-$surum.tar.gz)
derle() {
cd CherryPy-$surum
python2 setup.py install --prefix=/usr --root=$PKG
}