diff --git a/ilot/py3-pg8000/APKBUILD b/ilot/py3-pg8000/APKBUILD index 3b90f03..92b0b75 100644 --- a/ilot/py3-pg8000/APKBUILD +++ b/ilot/py3-pg8000/APKBUILD @@ -12,10 +12,7 @@ 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 - use-local-version-file.patch -" +source="$pkgname-$pkgver.tar.gz::https://github.com/tlocke/pg8000/archive/refs/tags/$pkgver.tar.gz" options="!check" # TODO required postgresql db builddir="$srcdir/$_pkgreal-$pkgver" subpackages="$pkgname-pyc" @@ -40,5 +37,4 @@ 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 f4fdc07..916b7a1 100644 --- a/ilot/py3-scramp/APKBUILD +++ b/ilot/py3-scramp/APKBUILD @@ -12,10 +12,7 @@ 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 - use-local-version-src.patch -" +source="$pkgname-$pkgver.tar.gz::https://github.com/tlocke/scramp/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" subpackages="$pkgname-pyc" @@ -39,5 +36,4 @@ 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 285c99c..05a0f0f 100644 --- a/ilot/py3-testing-postgresql/APKBUILD +++ b/ilot/py3-testing-postgresql/APKBUILD @@ -11,7 +11,6 @@ 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