pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/py-hangups



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb 15 07:45:42 UTC 2018

Modified Files:
        pkgsrc/chat/py-hangups: Makefile

Log Message:
py-hangups: propagate incompatibilty from py-aiohttp


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/py-hangups/Makefile

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

Modified files:

Index: pkgsrc/chat/py-hangups/Makefile
diff -u pkgsrc/chat/py-hangups/Makefile:1.2 pkgsrc/chat/py-hangups/Makefile:1.3
--- pkgsrc/chat/py-hangups/Makefile:1.2 Sun Jan 14 16:00:35 2018
+++ pkgsrc/chat/py-hangups/Makefile     Thu Feb 15 07:45:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/01/14 16:00:35 leot Exp $
+# $NetBSD: Makefile,v 1.3 2018/02/15 07:45:42 adam Exp $
 
 DISTNAME=      hangups-0.4.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,9 +20,9 @@ DEPENDS+=     ${PYPKGPREFIX}-reparser>=1.4.3
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.6.0:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-urwid>=1.3.1:../../devel/py-urwid
 
-USE_LANGUAGES=                 # none
+USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 34
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index