Files
ports/core/python2-beaker/spkgbuild
2019-08-29 10:18:08 +08:00

17 lines
558 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 python2-setuptools
name=python2-beaker
version=1.11.0
release=1
source=(https://files.pythonhosted.org/packages/source/B/Beaker/Beaker-$version.tar.gz)
md5sum=(21e1464acaf5358d90133d1e0cc189b6)
build() {
cd Beaker-$version
python2 setup.py install --root=$PKG --optimize=1
}