Date: Thursday, April 27, 2023 @ 15:19:24
  Author: arojas
Revision: 1448947

archrelease: copy trunk to community-staging-x86_64

Added:
  python-peewee/repos/community-staging-x86_64/PKGBUILD
    (from rev 1448946, python-peewee/trunk/PKGBUILD)
Deleted:
  python-peewee/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-27 15:19:14 UTC (rev 1448946)
+++ PKGBUILD    2023-04-27 15:19:24 UTC (rev 1448947)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Blackleg <[email protected]>
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee
-pkgver=3.16.1
-pkgrel=2
-pkgdesc="a little orm"
-url="https://github.com/coleifer/peewee/";
-arch=('x86_64')
-license=('MIT')
-depends=('python' 'sqlite')
-optdepends=('python-psycopg2: for PostgreSQL database support'
-            'python-pymysql: for MySQL database support')
-makedepends=('python-build' 'python-installer' 'cython' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz";)
-sha512sums=('e89f1a2f25c2675403a560d3fa8eade833f9ef8b2fecfef00769a9633e99cb40feff7c4e1d2e9b001d4e6f50a8dae4594ffe22adfbe64a93035c47f673d5557c')
-
-build() {
-  cd peewee-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd peewee-$pkgver
-  python runtests.py
-}
-
-package() {
-  cd peewee-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-peewee/repos/community-staging-x86_64/PKGBUILD (from rev 
1448946, python-peewee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-27 15:19:24 UTC (rev 1448947)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Blackleg <[email protected]>
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgname=python-peewee
+pkgver=3.16.2
+pkgrel=2
+pkgdesc="a little orm"
+url="https://github.com/coleifer/peewee/";
+arch=('x86_64')
+license=('MIT')
+depends=('python' 'sqlite')
+optdepends=('python-psycopg2: for PostgreSQL database support'
+            'python-pymysql: for MySQL database support')
+makedepends=('python-build' 'python-installer' 'cython' 'python-setuptools' 
'python-wheel')
+checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz";)
+sha512sums=('7e507d9f2ace45c5ec482d657e7722812fae10eea9a23b12caf2611d3739bc6dc70800f21d606d5e854e3209dd6d2ff73b93f004515f6549c3bbc423bce650d8')
+
+build() {
+  cd peewee-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd peewee-$pkgver
+  python runtests.py
+}
+
+package() {
+  cd peewee-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to