# Tanım: Pythonic, nesne yönelimli bir web geliştirme çerçevesi.
# URL: http://www.cherrypy.org/
# Paketçi: milisarge
# Gerekler: python
# Grup: geliştirme

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
}