Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] New package: python3-brotlicffi-1.0.9.2 #18990

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/python3-brotlicffi/template
@@ -0,0 +1,18 @@
# Template file for 'python3-brotlicffi'
pkgname=python3-brotlicffi
version=1.0.9.2
revision=1
wrksrc="brotlicffi-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel python3-pip"
makedepends="python3-devel libffi-devel"
short_desc="Python binding to the Brotli library"
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="MIT"
homepage="https://github.com/python-hyper/brotlicffi/"
distfiles="${PYPI_SITE}/b/brotlicffi/brotlicffi-${version}.tar.gz"
checksum=0c248a68129d8fc6a217767406c731e498c3e19a7be05ea0a90c3c86637b7d96

post_install() {
vlicense LICENSE
}