pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-sip*: fix license



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Nov 30 14:40:17 2022 +0100
Changeset:	7db57996bfee582b92d722dc5adb53bd0a6126e6

Modified Files:
	py-sip-qt5/Makefile
	py-sip6/Makefile

Log Message:
py-sip*: fix license

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7db57996bfee582b92d722dc5adb53bd0a6126e6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-sip-qt5/Makefile | 2 +-
 py-sip6/Makefile    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-sip-qt5/Makefile b/py-sip-qt5/Makefile
index 57013c0ca5..ceadc6d256 100644
--- a/py-sip-qt5/Makefile
+++ b/py-sip-qt5/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES=	${MASTER_SITE_PYPI:=P/PyQt5_sip/}
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://pypi.org/project/PyQt5_sip/
 COMMENT=	Qt5 support for sip
-LICENSE=	sip-license
+LICENSE=	sip-license OR gnu-gpl-v2 OR gnu-gpl-v3
 
 USE_LANGUAGES=	c c++
 
diff --git a/py-sip6/Makefile b/py-sip6/Makefile
index 4767528399..3d329ecdcc 100644
--- a/py-sip6/Makefile
+++ b/py-sip6/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES=	${MASTER_SITE_PYPI:=s/sip/}
 MAINTAINER=	rhialto%NetBSD.org@localhost
 HOMEPAGE=	https://pypi.org/project/sip/
 COMMENT=	Tool to create Python bindings for C++ libraries
-LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3 OR modified-bsd
+LICENSE=	sip-license OR gnu-gpl-v2 OR gnu-gpl-v3
 
 DEPENDS+=	${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
 DEPENDS+=	${PYPKGPREFIX}-ply>=0:../../devel/py-ply


Home | Main Index | Thread Index | Old Index