21 lines
494 B
Plaintext
21 lines
494 B
Plaintext
# Description: A pythonic, object-oriented web development framework.
|
|
# URL: URL: http://www.cherrypy.org/
|
|
# NuTyX package info file (http://nutyx.org)
|
|
# Packager: # NuTyX package info file (http://nutyx.org)
|
|
# Depends on: python
|
|
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
|
|
}
|
|
|
|
|
|
|
|
# NuTyX Pkgfile (http://nutyx.org)
|