pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-txrequests py-txrequests: mark as only for py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d5c1d2cb4c8
branches:  trunk
changeset: 381514:0d5c1d2cb4c8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 08 14:28:07 2022 +0000

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

diffstat:

 devel/py-txrequests/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r c93186f2421d -r 0d5c1d2cb4c8 devel/py-txrequests/Makefile
--- a/devel/py-txrequests/Makefile      Fri Jul 08 14:26:11 2022 +0000
+++ b/devel/py-txrequests/Makefile      Fri Jul 08 14:28:07 2022 +0000
@@ -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 @@
 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