pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-txrequests



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul  8 14:28:07 UTC 2022

Modified Files:
        pkgsrc/devel/py-txrequests: Makefile

Log Message:
py-txrequests: mark as only for python 3.x


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-txrequests/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-txrequests/Makefile
diff -u pkgsrc/devel/py-txrequests/Makefile:1.4 pkgsrc/devel/py-txrequests/Makefile:1.5
--- pkgsrc/devel/py-txrequests/Makefile:1.4     Sun Feb 13 08:53:44 2022
+++ pkgsrc/devel/py-txrequests/Makefile Fri Jul  8 14:28:07 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/02/13 08:53:44 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/07/08 14:28:07 wiz Exp $
 
 DISTNAME=      txrequests-0.9.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,11 +12,11 @@ COMMENT=    Asynchronous Python HTTP Reques
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-requests>=1.2.0:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 
-PYTHON_VERSIONED_DEPENDENCIES+=        twisted
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index