py3c: remove unnecessary PREFIX=, clean up
This commit is contained in:
parent
6b757c4864
commit
4e53721ca8
|
@ -3,7 +3,6 @@ pkgname=py3c
|
||||||
version=1.4
|
version=1.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="prefix=/usr"
|
|
||||||
make_check_target="test-python3"
|
make_check_target="test-python3"
|
||||||
checkdepends="python3-devel"
|
checkdepends="python3-devel"
|
||||||
short_desc="Python 2/3 compatibility layer for C extensions"
|
short_desc="Python 2/3 compatibility layer for C extensions"
|
||||||
|
|
Loading…
Reference in New Issue