[arch-commits] Commit in python-peewee/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Mar 15 00:57:16 UTC 2018
Date: Thursday, March 15, 2018 @ 00:57:12
Author: felixonmars
Revision: 307845
upgpkg: python-peewee 3.1.5-1
Modified:
python-peewee/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-15 00:56:37 UTC (rev 307844)
+++ PKGBUILD 2018-03-15 00:57:12 UTC (rev 307845)
@@ -6,17 +6,17 @@
pkgbase=python-peewee
pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.1.3
+pkgver=3.1.5
pkgrel=1
pkgdesc="a little orm"
url="https://pypi.python.org/pypi/peewee/"
arch=('x86_64')
license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'sqlite')
checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
# 'python-psycopg2' 'python2-psycopg2')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz")
-sha512sums=('551b24b49b1b89c7470f75a9c17561065b82e5922cf972f1eb78a86b745ffa33599b76b667786165a7cb17a7f7ac8cb257b171a943c3bd9eba9485b62529624c')
+sha512sums=('24666b97a04a2885c9b0e5fbb416f118fece987298a661c7c97bcd5bd8013b291948668632e01b81c5950cc3bdf2999618f4ff0f19e2c0fa4311825a385c399c')
prepare() {
cp -a peewee-$pkgver{,-py2}
@@ -39,7 +39,7 @@
}
package_python-peewee() {
- depends=('python')
+ depends=('python' 'sqlite')
optdepends=('python-psycopg2: for PostgreSQL database support'
'mysql-python: for MySQL database support')
More information about the arch-commits
mailing list