[arch-commits] Commit in python2-webpy/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Mar 25 11:03:23 UTC 2018


    Date: Sunday, March 25, 2018 @ 11:03:23
  Author: bpiotrowski
Revision: 312560

0.37-7: remove external optdepends

Modified:
  python2-webpy/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-25 11:03:18 UTC (rev 312559)
+++ PKGBUILD	2018-03-25 11:03:23 UTC (rev 312560)
@@ -6,14 +6,13 @@
 
 pkgname=python2-webpy
 pkgver=0.37
-pkgrel=6
+pkgrel=7
 pkgdesc='Simple but powerful web framework for python'
 arch=('any')
 url='http://webpy.org/'
 license=('custom:public domain')
 depends=('python2')
-optdepends=('python2-flup: deploy web applications via FastCGI (recommended)'
-            'python2-psycopg2: use PostgreSQL as the backing database'
+optdepends=('python2-psycopg2: use PostgreSQL as the backing database'
             'mysql-python: use MySQL as the backing database'
             'python2-mako: alternative templating engine')
 source=("http://webpy.org/static/web.py-$pkgver.tar.gz")



More information about the arch-commits mailing list