[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 02:54:01 UTC 2022


    Date: Sunday, May 29, 2022 @ 02:54:01
  Author: felixonmars
Revision: 1213658

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
    (from rev 1213657, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-29 02:53:48 UTC (rev 1213657)
+++ PKGBUILD	2022-05-29 02:54:01 UTC (rev 1213658)
@@ -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=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:

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 1213657, python-bottle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-29 02:54:01 UTC (rev 1213658)
@@ -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.20
+pkgrel=1
+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=('c12a13a54ac260c5fe0824b7d79d0b8192d102df227312f7b5f4408b2894d1a03800bb512162ebf0a59daea8979b12ae3f9a0e7bc4bb8b047f38ef26274b8f15')
+
+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