void-packages/srcpkgs/py3c/template
2021-03-27 14:49:00 +01:00

20 lines
623 B
Bash

# Template file for 'py3c'
pkgname=py3c
version=1.3.1
revision=1
build_style=gnu-makefile
make_install_args="prefix=/usr"
make_check_target="test-python3"
checkdepends="python3-devel"
short_desc="Python 2/3 compatibility layer for C extensions"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="https://py3c.readthedocs.io"
changelog="https://raw.githubusercontent.com/encukou/py3c/master/doc/source/changelog.rst"
distfiles="https://github.com/encukou/py3c/archive/v${version}.tar.gz"
checksum=f3e138623a87cde2cd7d8e98b51447e033d43a3f639c5054185c859fa1888727
post_install() {
vlicense LICENSE.MIT
}