diff --git a/programming/language/python/python-beaker/actions.py b/programming/language/python/python-beaker/actions.py index c076e1971c..4afec6eacc 100644 --- a/programming/language/python/python-beaker/actions.py +++ b/programming/language/python/python-beaker/actions.py @@ -5,11 +5,12 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import get from pisi.actionsapi import shelltools shelltools.export("PYTHONDONTWRITEBYTECODE", "1") -def install(): - pythonmodules.install() +def build(): + pythonmodules.compile() +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-beaker/pspec.xml b/programming/language/python/python-beaker/pspec.xml index 3461ad3627..f410f8485c 100644 --- a/programming/language/python/python-beaker/pspec.xml +++ b/programming/language/python/python-beaker/pspec.xml @@ -1,5 +1,5 @@ - + python-beaker @@ -9,17 +9,20 @@ admins@pisilinux.org BSD + programming.language.python library A Session and Caching library with WSGI Middleware python-beaker is a web session and general caching library that includes WSGI middleware for use in web applications. - https://github.com/bbangert/beaker/archive/1.10.0.tar.gz + https://github.com/bbangert/beaker/archive/1.11.0.tar.gz python-setuptools + python-devel python-beaker + A Session and Caching library with WSGI Middleware /usr/lib/ /usr/share/doc @@ -27,6 +30,13 @@ + + 2020-01-17 + 1.11.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-08-29 1.10.0 @@ -63,4 +73,4 @@ admins@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python/python-beaker/translations.xml b/programming/language/python/python-beaker/translations.xml index cd7017b407..24e052458c 100644 --- a/programming/language/python/python-beaker/translations.xml +++ b/programming/language/python/python-beaker/translations.xml @@ -5,4 +5,4 @@ Oturum ve önbellekleme kitaplığı python-beaker, web programları için oturum ve genel önbellekleme fonksiyonlarını içeren bir kitaplıktır. - + \ No newline at end of file