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

17 lines
380 B
Plaintext
Raw Normal View History

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