From 0d6e1add747e387f20fe69aa17a8fb4178c1d2a9 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 27 May 2026 15:47:08 -0400 Subject: [PATCH] temp/py3-pylibi2c: drop due to inclusion in aports Part-of: --- temp/py3-pylibi2c/APKBUILD | 46 -------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 temp/py3-pylibi2c/APKBUILD diff --git a/temp/py3-pylibi2c/APKBUILD b/temp/py3-pylibi2c/APKBUILD deleted file mode 100644 index b047d3ccd..000000000 --- a/temp/py3-pylibi2c/APKBUILD +++ /dev/null @@ -1,46 +0,0 @@ -# Contributor: Antoine Martin (ayakael) -maintainer="Antoine Martin (ayakael) " -pkgname=py3-pylibi2c -_pkgreal=pylibi2c -pkgver=0.2.1 -# upstream does not tag releases -_gittag=dcdf6c671e84d88ab82a863251e01c024e2fdf94 -pkgrel=0 -pkgdesc="Linux userspace i2c operation library" -url="https://github.com/amaork/libi2c" -arch="all" -license="MIT" -makedepends=" - py3-gpep517 - py3-setuptools - py3-wheel - python3-dev - linux-headers - " -checkdepends=" - py3-pytest - " -source="$pkgname-$_gittag.tar.gz::https://github.com/amaork/libi2c/archive/$_gittag.tar.gz" -options="!check" # Test suite requires working i2c device -builddir="$srcdir/${pkgname/py3-py}-$_gittag" - -build() { - gpep517 build-wheel \ - --wheel-dir .dist \ - --output-fd 3 3>&1 >&2 -} - -check() { - python3 -m venv --clear --without-pip --system-site-packages .testenv - .testenv/bin/python3 -m installer .dist/*.whl - .testenv/bin/python3 -m pytest -v -} - -package() { - python3 -m installer -d "$pkgdir" \ - .dist/*.whl -} - -sha512sums=" -0f7801b5f64d71bd95dcc753b362742a12b2589fcffee4cc098d9de6d5caa395a485d0e4d8f40cc9d2f05a7b0cf1c87de47ea8364988f2b40dc5bd7c3192de90 py3-pylibi2c-dcdf6c671e84d88ab82a863251e01c024e2fdf94.tar.gz -"