Compare commits

...

3 commits

Author SHA1 Message Date
c03f44ad40
testing-postgresql
Some checks failed
/ lint (pull_request) Failing after 27s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 1m34s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 3m50s
2024-09-19 13:30:33 -04:00
591966c55c
pg8000 2024-09-19 13:02:09 -04:00
b020e56156
scramp 2024-09-19 13:01:24 -04:00
3 changed files with 11 additions and 2 deletions

View file

@ -12,7 +12,10 @@ license="BSD-3-Clause"
depends="py3-scramp py3-dateutil"
checkdepends="py3-pytest"
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-hatchling"
source="$pkgname-$pkgver.tar.gz::https://github.com/tlocke/pg8000/archive/refs/tags/$pkgver.tar.gz"
source="
$pkgname-$pkgver.tar.gz::https://github.com/tlocke/pg8000/archive/refs/tags/$pkgver.tar.gz
use-local-version-file.patch
"
options="!check" # TODO required postgresql db
builddir="$srcdir/$_pkgreal-$pkgver"
subpackages="$pkgname-pyc"
@ -37,4 +40,5 @@ package() {
sha512sums="
f04d4aaf3dcaf244e223a093b42473a723de718eeeee648d07f6e3d061f9783c4dff23ff120a1399ab8dd951dee2cf836dd4c7185668cc516f390b293ee72adb py3-pg8000-1.31.2.tar.gz
27bf7ed1a494576674d4a2a889748786910690235b8b368d91e0d46fb7e726dc23a059d8df34246fc7a607c1a85e0d44cbbcf56997a48298874a14e1af8b1b22 use-local-version-file.patch
"

View file

@ -12,7 +12,10 @@ license="MIT"
depends="py3-asn1crypto"
checkdepends="py3-pytest py3-passlib py3-pytest-mock"
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-hatchling"
source="$pkgname-$pkgver.tar.gz::https://github.com/tlocke/scramp/archive/refs/tags/$pkgver.tar.gz"
source="
$pkgname-$pkgver.tar.gz::https://github.com/tlocke/scramp/archive/refs/tags/$pkgver.tar.gz
use-local-version-src.patch
"
builddir="$srcdir/$_pkgreal-$pkgver"
subpackages="$pkgname-pyc"
@ -36,4 +39,5 @@ package() {
sha512sums="
070bf5b92f45bd506cb0f6aeb4ff7fccfff9092b69bed20338a2cfdf84f5587b9162fa1ffb84db8c98ea5f3e008f34db5848690d857110e1d037bb15d2a95d58 py3-scramp-1.4.5.tar.gz
6ae94c1077040e3d219c62a82a81f13ccec97fcf089fb4b6e7551a2251da3bd14059ea1e344cb54207a41c0c9de59a2b9f57b1a5d1d8f98d1060d4197c1192c8 use-local-version-src.patch
"

View file

@ -11,6 +11,7 @@ arch="noarch"
license="Apache-2.0"
depends="py3-testing-common-database py3-pg8000 postgresql"
checkdepends="py3-pytest py3-psycopg2 py3-sqlalchemy"
check="!options" # Failure with pid
makedepends="py3-setuptools py3-gpep517 py3-wheel"
source="
$pkgname-$pkgver.tar.gz::https://github.com/tk0miya/testing.postgresql/archive/refs/tags/$pkgver.tar.gz