Tue May 16 18:51:11 2023 UTC ()
py-unicorn: mark as not for Python 2


(wiz)
diff -r1.5 -r1.6 pkgsrc/emulators/py-unicorn/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/emulators/py-unicorn/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/py-unicorn/Makefile 2023/05/11 06:47:11 1.5
+++ pkgsrc/emulators/py-unicorn/Makefile 2023/05/16 18:51:11 1.6
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2023/05/11 06:47:11 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2023/05/16 18:51:11 wiz Exp $
 2
 3PYTHON_VERSIONS_INCOMPATIBLE= 27
2 4
3.include "../../emulators/unicorn/Makefile.common" 5.include "../../emulators/unicorn/Makefile.common"
4 6
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 7PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
6CATEGORIES+= python 8CATEGORIES+= python
7 9
8MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
9COMMENT= Python bindings for unicorn 11COMMENT= Python bindings for unicorn
10LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
11 13
12USE_LANGUAGES= # none 14USE_LANGUAGES= # none
13PYSETUPSUBDIR= bindings/python 15PYSETUPSUBDIR= bindings/python
14MAKE_ENV+= LIBUNICORN_PATH=${BUILDLINK_PREFIX.unicorn}/lib 16MAKE_ENV+= LIBUNICORN_PATH=${BUILDLINK_PREFIX.unicorn}/lib