diff --git a/ilot/py3-pg8000/APKBUILD b/ilot/py3-pg8000/APKBUILD index 92b0b75..3b90f03 100644 --- a/ilot/py3-pg8000/APKBUILD +++ b/ilot/py3-pg8000/APKBUILD @@ -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 " diff --git a/ilot/py3-scramp/APKBUILD b/ilot/py3-scramp/APKBUILD index 916b7a1..f4fdc07 100644 --- a/ilot/py3-scramp/APKBUILD +++ b/ilot/py3-scramp/APKBUILD @@ -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 " diff --git a/ilot/py3-testing-postgresql/APKBUILD b/ilot/py3-testing-postgresql/APKBUILD index 05a0f0f..285c99c 100644 --- a/ilot/py3-testing-postgresql/APKBUILD +++ b/ilot/py3-testing-postgresql/APKBUILD @@ -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