mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
17 lines
538 B
Plaintext
Executable File
17 lines
538 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.10.0
|
|
release=1
|
|
source=(https://files.pythonhosted.org/packages/source/B/Beaker/Beaker-$version.tar.gz)
|
|
md5sum=(c07254713337b7a1b404ef37ad880b07)
|
|
|
|
build() {
|
|
cd Beaker-$version
|
|
python setup.py install --root=$PKG --optimize=1
|
|
|
|
}
|