From 811ee303d1f6675b5e0e9e6337a095581e9c2a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 30 Dec 2020 19:56:29 +0100 Subject: [PATCH] py3c: update to 1.3. --- srcpkgs/py3c/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/py3c/template b/srcpkgs/py3c/template index 2150f69deb5..d114174e087 100644 --- a/srcpkgs/py3c/template +++ b/srcpkgs/py3c/template @@ -1,16 +1,18 @@ # Template file for 'py3c' pkgname=py3c -version=1.2 +version=1.3 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 " 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=0e28ea43f5f092967a344294194f55a81fb55adc3c17a0314545d606eb5f6267 +checksum=8364eca74ec273c647317abaf0f9936cab81feed0d204e7d856dbf018986b923 post_install() { vlicense LICENSE.MIT