[arch-commits] Commit in python-bottle/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Dec 3 00:37:37 UTC 2021
Date: Friday, December 3, 2021 @ 00:37:36
Author: felixonmars
Revision: 1063909
archrelease: copy trunk to community-staging-any
Added:
python-bottle/repos/community-staging-any/PKGBUILD
(from rev 1063908, python-bottle/trunk/PKGBUILD)
Deleted:
python-bottle/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 00:37:26 UTC (rev 1063908)
+++ PKGBUILD 2021-12-03 00:37:36 UTC (rev 1063909)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Richard Murri <admin at richardmurri.com>
-# Contributor: Farhad Shahbazi <farhad at enthusiasm.cc>
-# Contributor: Felix Kaiser <felix.kaiser at fxkr.net>
-
-pkgname=python-bottle
-pkgver=0.12.19
-pkgrel=4
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="https://bottlepy.org"
-license=('MIT')
-options=(!emptydirs)
-depends=('python')
-makedepends=('python-setuptools' 'git')
-checkdepends=('python-mako' 'python-jinja' 'python-cherrypy' 'python-twisted'
- 'python-tornado' 'python-paste' 'python-gevent' 'python-eventlet')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz")
-sha512sums=('58f2510c9982867b4a8aec217a3aefd7784e2384176b13ab3d2558a838e9af88563ceaa5bdbad675c5086a995d034c20146b146b6bd35505357fd8557dc3dd09')
-
-check() {
- cd "$srcdir"/bottle-$pkgver
- # https://github.com/bottlepy/bottle/issues/791
- python test/testall.py || echo "Tests failed"
-}
-
-build() {
- cd "$srcdir"/bottle-$pkgver
- python setup.py build
-}
-
-package() {
- cd bottle-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-bottle/repos/community-staging-any/PKGBUILD (from rev 1063908, python-bottle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-03 00:37:36 UTC (rev 1063909)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Richard Murri <admin at richardmurri.com>
+# Contributor: Farhad Shahbazi <farhad at enthusiasm.cc>
+# Contributor: Felix Kaiser <felix.kaiser at fxkr.net>
+
+pkgname=python-bottle
+pkgver=0.12.19
+pkgrel=5
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="https://bottlepy.org"
+license=('MIT')
+options=(!emptydirs)
+depends=('python')
+makedepends=('python-setuptools' 'git')
+checkdepends=('python-mako' 'python-jinja' 'python-cherrypy' 'python-twisted'
+ 'python-tornado' 'python-paste' 'python-gevent' 'python-eventlet')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz")
+sha512sums=('58f2510c9982867b4a8aec217a3aefd7784e2384176b13ab3d2558a838e9af88563ceaa5bdbad675c5086a995d034c20146b146b6bd35505357fd8557dc3dd09')
+
+check() {
+ cd "$srcdir"/bottle-$pkgver
+ # https://github.com/bottlepy/bottle/issues/791
+ python test/testall.py || echo "Tests failed"
+}
+
+build() {
+ cd "$srcdir"/bottle-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd bottle-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list