Files
ports/archived/python2-beaker/spkgbuild
2022-11-02 08:50:51 +00:00

14 lines
420 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
# 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"
build() {
cd Beaker-$version
python2 setup.py install --root=$PKG --optimize=1
}