Date: Wednesday, November 30, 2022 @ 20:41:02
Author: jelle
Revision: 1355530
archrelease: copy trunk to community-x86_64
Added:
python-sqlalchemy/repos/community-x86_64/PKGBUILD
(from rev 1355529, python-sqlalchemy/trunk/PKGBUILD)
python-sqlalchemy/repos/community-x86_64/keys/
Deleted:
python-sqlalchemy/repos/community-x86_64/PKGBUILD
python-sqlalchemy/repos/community-x86_64/keys/
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-30 20:40:55 UTC (rev 1355529)
+++ PKGBUILD 2022-11-30 20:41:02 UTC (rev 1355530)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Angel Velasquez <[email protected]>
-# Contributor: Sébastien Luttringer <[email protected]>
-
-pkgname=python-sqlalchemy
-pkgver=1.4.43
-pkgrel=2
-arch=('x86_64')
-url="https://www.sqlalchemy.org/"
-license=('MIT')
-pkgdesc='Python SQL toolkit and Object Relational Mapper'
-depends=('python' 'python-greenlet')
-optdepends=('python-psycopg2: connect to PostgreSQL database')
-makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('ee26578874617d46bee8c45e5358e966dafe76d11ff3773a0ce058cfdc180642c87ead782b64e0709aa6af2f92fbcb8a4df3d5e5ce69c9ee3ed4a8583be3b802'
- 'SKIP')
-
-prepare() {
- sed -i '/warnings.filterwarnings("error", category=DeprecationWarning)/a \
warnings.filterwarnings("ignore", category=DeprecationWarning,
message="Creating a LegacyVersion has been deprecated and will be removed in
the next major release")' \
- SQLAlchemy-$pkgver/lib/sqlalchemy/testing/warnings.py
-}
-
-build() {
- cd "$srcdir"/SQLAlchemy-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd "$srcdir"/SQLAlchemy-$pkgver
- PYTHONPATH=build/lib pytest
-}
-
-package() {
- cd SQLAlchemy-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:
Copied: python-sqlalchemy/repos/community-x86_64/PKGBUILD (from rev 1355529,
python-sqlalchemy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-30 20:41:02 UTC (rev 1355530)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Angel Velasquez <[email protected]>
+# Contributor: Sébastien Luttringer <[email protected]>
+
+pkgname=python-sqlalchemy
+pkgver=1.4.44
+pkgrel=1
+arch=('x86_64')
+url="https://www.sqlalchemy.org/"
+license=('MIT')
+pkgdesc='Python SQL toolkit and Object Relational Mapper'
+depends=('python' 'python-greenlet')
+optdepends=('python-psycopg2: connect to PostgreSQL database')
+makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('ba4e022f7af77cdf099b59a7af088852d7d4e0b4c6d632a63d244f501ff0b76837e601de63619f219fe50e6d526cd13415c4e623a6127afb0a2f24b87a4c3ece'
+ 'SKIP')
+
+prepare() {
+ sed -i '/warnings.filterwarnings("error", category=DeprecationWarning)/a \
warnings.filterwarnings("ignore", category=DeprecationWarning,
message="Creating a LegacyVersion has been deprecated and will be removed in
the next major release")' \
+ SQLAlchemy-$pkgver/lib/sqlalchemy/testing/warnings.py
+}
+
+build() {
+ cd "$srcdir"/SQLAlchemy-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd "$srcdir"/SQLAlchemy-$pkgver
+ PYTHONPATH=build/lib pytest
+}
+
+package() {
+ cd SQLAlchemy-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 ft=sh et: