[arch-commits] Commit in python-testing.postgresql/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 18:04:31 UTC 2020
Date: Thursday, November 12, 2020 @ 18:04:31
Author: foutrelis
Revision: 752930
archrelease: copy trunk to community-staging-any
Added:
python-testing.postgresql/repos/community-staging-any/PKGBUILD
(from rev 752929, python-testing.postgresql/trunk/PKGBUILD)
Deleted:
python-testing.postgresql/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 18:04:27 UTC (rev 752929)
+++ PKGBUILD 2020-11-12 18:04:31 UTC (rev 752930)
@@ -1,38 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-testing.postgresql
-pkgver=1.3.0
-pkgrel=4
-pkgdesc='Helpers for using temporary PostgreSQL databases in tests'
-arch=(any)
-url='https://github.com/tk0miya/testing.postgresql'
-license=(Apache)
-makedepends=(python-setuptools)
-depends=(python-testing.common.database python-pg8000 postgresql)
-checkdepends=(python-nose python-psycopg2 python-sqlalchemy)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/tk0miya/testing.postgresql/archive/$pkgver.tar.gz"
- https://github.com/tk0miya/testing.postgresql/commit/738c8eb19a4b064dd74ff851c379dd1cbf11bc65.patch)
-sha256sums=('a8b41501f92103e2da0990ae72962375f6f1d092b0ac7e97a92f17ab8683bc20'
- '3fac5ec62af8ec6a1a15c3e8f7c71597de4bd3e9496d632bbdd6ce0d9b8da56e')
-
-prepare() {
- cd testing.postgresql-$pkgver
-
- # fix tests
- patch -Np1 -i ../738c8eb19a4b064dd74ff851c379dd1cbf11bc65.patch
-}
-
-build() {
- cd testing.postgresql-$pkgver
- python setup.py build
-}
-
-check() {
- cd testing.postgresql-$pkgver
- nosetests -v
-}
-
-package() {
- cd testing.postgresql-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
Copied: python-testing.postgresql/repos/community-staging-any/PKGBUILD (from rev 752929, python-testing.postgresql/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 18:04:31 UTC (rev 752930)
@@ -0,0 +1,38 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-testing.postgresql
+pkgver=1.3.0
+pkgrel=5
+pkgdesc='Helpers for using temporary PostgreSQL databases in tests'
+arch=(any)
+url='https://github.com/tk0miya/testing.postgresql'
+license=(Apache)
+makedepends=(python-setuptools)
+depends=(python-testing.common.database python-pg8000 postgresql)
+checkdepends=(python-nose python-psycopg2 python-sqlalchemy)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/tk0miya/testing.postgresql/archive/$pkgver.tar.gz"
+ https://github.com/tk0miya/testing.postgresql/commit/738c8eb19a4b064dd74ff851c379dd1cbf11bc65.patch)
+sha256sums=('a8b41501f92103e2da0990ae72962375f6f1d092b0ac7e97a92f17ab8683bc20'
+ '3fac5ec62af8ec6a1a15c3e8f7c71597de4bd3e9496d632bbdd6ce0d9b8da56e')
+
+prepare() {
+ cd testing.postgresql-$pkgver
+
+ # fix tests
+ patch -Np1 -i ../738c8eb19a4b064dd74ff851c379dd1cbf11bc65.patch
+}
+
+build() {
+ cd testing.postgresql-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd testing.postgresql-$pkgver
+ nosetests -v
+}
+
+package() {
+ cd testing.postgresql-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list