diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : python-bottle +version : 0.12.13 +release : 1 +source : + - https://github.com/bottlepy/bottle/archive/0.12.13.tar.gz : c89ce532b1c180905d03a4815fea2d7b9b444f5e13407f43a9c7eae5777aa613 +license : MIT +component : programming.python +summary : Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. +description: | + Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. +builddeps : + - python-setuptools +setup : | + %python_setup + %python3_setup +install : | + %python_install + %python3_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,46 @@ + + + python-bottle + + F. von Gellhorn + flinux@vongellhorn.ch + + MIT + programming.python + Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. + Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. + + https://solus-project.com/sources/README.Solus + + + python-bottle + Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. + Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. + + programming.python + + /usr/bin/bottle.py + /usr/lib/python2.7/site-packages/bottle-0.12.13-py2.7.egg-info/PKG-INFO + /usr/lib/python2.7/site-packages/bottle-0.12.13-py2.7.egg-info/SOURCES.txt + /usr/lib/python2.7/site-packages/bottle-0.12.13-py2.7.egg-info/dependency_links.txt + /usr/lib/python2.7/site-packages/bottle-0.12.13-py2.7.egg-info/top_level.txt + /usr/lib/python2.7/site-packages/bottle.py + /usr/lib/python2.7/site-packages/bottle.pyc + /usr/lib/python3.6/site-packages/__pycache__/bottle.cpython-36.pyc + /usr/lib/python3.6/site-packages/bottle-0.12.13-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/bottle-0.12.13-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/bottle-0.12.13-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/bottle-0.12.13-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/bottle.py + + + + + 2018-10-19 + 0.12.13 + Packaging update + F. von Gellhorn + flinux@vongellhorn.ch + + + \ No newline at end of file