aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python3-bottle
Commit message (Collapse)AuthorAge
* python3-bottle: update to version 0.12.17Josef Schlehofer2019-07-05
| | | | | | | | | Shorter TITLE - The longer one was not shown in make menuconfig. Reodered stuff in Makefile Removed PKG_UNPACK and change PKG_BUILD_DIR Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python3-bottle: update to version 0.12.16Josef Schlehofer2019-03-13
| | | | | | | | Add LICENSE file Add CPE ID Remove current maintainer and add me as maintainer Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* python3-bottle: use Py3Package for installationStepan Henek2019-03-13
| | | | Signed-off-by: Stepan Henek <stepan.henek@nic.cz>
* python3-bottle: Update to 0.12.13Rosen Penev2018-11-14
| | | | | | Switched to a proper URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* python packages: move all things python under lang/pythonAlexandru Ardelean2017-05-17
I admit this may be be a bit aggressive, but the lang folder is getting cluttered/filled up with Python, PHP, Perl, Ruby, etc. packages. Makes sense to try to group them into per-lang folders. I took the Pythons. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>