[arch-commits] Commit in python-peewee/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 26 22:36:44 UTC 2019
Date: Friday, April 26, 2019 @ 22:36:44
Author: felixonmars
Revision: 454405
archrelease: copy trunk to community-x86_64
Added:
python-peewee/repos/community-x86_64/PKGBUILD
(from rev 454404, python-peewee/trunk/PKGBUILD)
Deleted:
python-peewee/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-26 22:36:37 UTC (rev 454404)
+++ PKGBUILD 2019-04-26 22:36:44 UTC (rev 454405)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Blackleg <blacklg at openaliasbox.org>
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee
-pkgver=3.9.4
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/"
-arch=('x86_64')
-license=('MIT')
-depends=('python' 'sqlite')
-optdepends=('python-psycopg2: for PostgreSQL database support'
- 'mysql-python: for MySQL database support')
-makedepends=('python-setuptools' 'cython')
-checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz")
-sha512sums=('9c43684e98994e13d260ef5b1313e670ec28b341e20a9092fe7508d7af93f8ff8ce07ead2bdeb8e52c428acf095cc8f9f0fd67beaca4c239e94fee487cff0b89')
-
-build() {
- cd peewee-$pkgver
- python setup.py build
-}
-
-check() {
- cd peewee-$pkgver
- python runtests.py
-}
-
-package() {
- cd peewee-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-peewee/repos/community-x86_64/PKGBUILD (from rev 454404, python-peewee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-26 22:36:44 UTC (rev 454405)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Blackleg <blacklg at openaliasbox.org>
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgname=python-peewee
+pkgver=3.9.5
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/"
+arch=('x86_64')
+license=('MIT')
+depends=('python' 'sqlite')
+optdepends=('python-psycopg2: for PostgreSQL database support'
+ 'mysql-python: for MySQL database support')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz")
+sha512sums=('6b249f1fade196403a2dbb41125ca08590d834b588978387ed0d40ea51c32ac93fa23167e1fffe8e665c64b5254937c82f4cccc318b36dc0e4fdfd1d4c50ee35')
+
+build() {
+ cd peewee-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd peewee-$pkgver
+ python runtests.py
+}
+
+package() {
+ cd peewee-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list