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

17 lines
361 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Pythonic, nesne yönelimli bir web geliştirme çerçevesi.
2017-04-12 15:30:03 +03:00
# URL: http://www.cherrypy.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: python
2017-04-12 15:30:03 +03:00
2017-10-28 15:10:23 +03:00
isim=python-cherrypy
surum=3.6.0
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(
https://pypi.python.org/packages/source/C/CherryPy/CherryPy-$surum.tar.gz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd CherryPy-$surum
2016-02-24 02:27:23 +02:00
python2 setup.py install --prefix=/usr --root=$PKG
}