aports/testing/py3-python-iptables/APKBUILD
ptrcnull d6e150e932
testing/*: rebuild against python 3.12
this is only a partial rebuild,
including stuff that i built on my personal machine
with python 3.12.2; might fail with 3.12.3
2024-04-15 17:00:47 +02:00

40 lines
1.2 KiB
Text

# Automatically generated by apkbuild-pypi, template 4
# Contributor: Niklas Meyer <derlinkman@gmail.com>
# Maintainer: Niklas Meyer <derlinkman@gmail.com>
pkgname=py3-python-iptables
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=python-iptables
pkgver=1.0.1
pkgrel=1
pkgdesc="Python bindings for iptables"
url="https://pypi.org/project/python-iptables/"
arch="all"
license="Apache-2.0"
depends="iptables"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/python-iptables/python-iptables-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
options="!check" #needs iptables for check
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
}
package() {
python3 -m installer -d "$pkgdir" \
.dist/*.whl
}
sha512sums="
85e251b58b71d8428d061861d924454fcda1fbacc429a0347223ce7eee6f7543894ab6231ea64346bb87dd1248580d5cdf851f12e1e5ed98e68f93a895a4c055 python-iptables-1.0.1.tar.gz
"