Files
ports/core/python2-beaker/spkgbuild
2018-04-26 09:44:16 +08:00

19 lines
539 B
Plaintext
Executable File

# description : Python module that implements caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications
# homepage : http://beaker.groovie.org/
# maintainer : Emmett1, emmett1.2miligrams at gmail.com
# depends : python2
name=python2-beaker
version=1.9.1
release=1
source=(https://files.pythonhosted.org/packages/source/B/Beaker/Beaker-$version.tar.gz)
build() {
cd Beaker-$version
python setup.py install --root=$PKG --optimize=1
}
md5sum=(46fda0a164e2b0d24ccbda51a2310301)