Skip to content
Snippets Groups Projects
Commit a67c16f8 authored by omni's avatar omni Committed by Bart Ribbers
Browse files

community/py3-adblock: resurrect aport

parent 7eeb1d27
No related branches found
No related tags found
1 merge request!20148community/py3-adblock: resurrect aport
# Contributor: omni <omni@gitlab.alpinelinux.org>
# Maintainer: omni <omni@gitlab.alpinelinux.org>
# Contributor: omni <omni+alpine@hack.org>
# Maintainer: omni <omni+alpine@hack.org>
pkgname=py3-adblock
pkgver=0.4.3
pkgrel=0
pkgrel=1
pkgdesc="Python wrapper for Brave's adblocking library"
url="https://github.com/ArniDagur/python-adblock"
arch="x86_64 aarch64 x86" # Not ppc64le due to maturin ring crate dep,
# and not armv7|armhf due to
# ERROR: adblock-$pkgver-cp38-cp38-linux_armv7l.whl is not a supported wheel on this platform.
arch="" # Fails to build
arch="aarch64 x86 x86_64" # mips* & s390x limited by rust, ppc64le by ring crate
# armhf armv7 limited by maturin
license="Apache-2.0 MIT"
makedepends="
py3-setuptools
cargo
maturin
openssl-dev
py3-pip
"
checkdepends="
py3-pytest
py3-pip
"
subpackages="$pkgname-doc:doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/ArniDagur/python-adblock/archive/$pkgver.tar.gz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment