Date: Thursday, April 20, 2023 @ 17:18:53
Author: arojas
Revision: 1447857
archrelease: copy trunk to community-x86_64
Added:
python-peewee/repos/community-x86_64/PKGBUILD
(from rev 1447856, python-peewee/trunk/PKGBUILD)
Deleted:
python-peewee/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-20 17:18:43 UTC (rev 1447856)
+++ PKGBUILD 2023-04-20 17:18:53 UTC (rev 1447857)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Blackleg <[email protected]>
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee
-pkgver=3.16.0
-pkgrel=1
-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=('f77a040831bd3189135196ede9748c92af9db21127839dfacd7712586273bdd22c688ca22bfa373805fa1b64f770b7cea850cba53e73f324f25ced1305830409')
-
-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-x86_64/PKGBUILD (from rev 1447856,
python-peewee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-20 17:18:53 UTC (rev 1447857)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Blackleg <[email protected]>
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgname=python-peewee
+pkgver=3.16.1
+pkgrel=1
+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
+}