pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-thrift
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 24 17:41:40 UTC 2023
Modified Files:
pkgsrc/devel/py-thrift: Makefile
Log Message:
py-thrift: fix dependencies; switch to scons4
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-thrift/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-thrift/Makefile
diff -u pkgsrc/devel/py-thrift/Makefile:1.7 pkgsrc/devel/py-thrift/Makefile:1.8
--- pkgsrc/devel/py-thrift/Makefile:1.7 Sun Sep 11 18:10:03 2022
+++ pkgsrc/devel/py-thrift/Makefile Mon Jul 24 17:41:40 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/09/11 18:10:03 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/07/24 17:41:40 wiz Exp $
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../devel/thrift/Makefile.version"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,9 @@ COMMENT= Python bindings for the Apache
EXTRACT_ELEMENTS= ${DISTNAME}/lib/py
DEPENDS+= ${PYPKGPREFIX}-six>=1.7.2:../../lang/py-six
-TEST_DEPENDS+= ${PYPKGPREFIX}-scons-[0-9]*:../../devel/scons
-TEST_DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+DEPENDS+= ${PYPKGPREFIX}-tornado>=4:../../www/py-tornado
+DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+TEST_DEPENDS+= ${PYPKGPREFIX}-scons>=4:../../devel/scons4
USE_LANGUAGES= c c++
PYSETUPSUBDIR= lib/py
Home |
Main Index |
Thread Index |
Old Index