pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 14 17:34:28 UTC 2019

Modified Files:
        pkgsrc/www/py-django-rest-framework-proxy: Makefile
        pkgsrc/www/py-drf-nested-routers: Makefile

Log Message:
Mark as incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-rest-framework-proxy/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-drf-nested-routers/Makefile

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

Modified files:

Index: pkgsrc/www/py-django-rest-framework-proxy/Makefile
diff -u pkgsrc/www/py-django-rest-framework-proxy/Makefile:1.4 pkgsrc/www/py-django-rest-framework-proxy/Makefile:1.5
--- pkgsrc/www/py-django-rest-framework-proxy/Makefile:1.4      Mon Aug 21 15:43:40 2017
+++ pkgsrc/www/py-django-rest-framework-proxy/Makefile  Thu Nov 14 17:34:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/08/21 15:43:40 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/14 17:34:28 adam Exp $
 
 DISTNAME=      django-rest-framework-proxy-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,9 @@ LICENSE=      modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-djangorestframework-[0-9]*:../../www/py-djangorestframework
 
-USE_LANGUAGES=         # empty
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-djangorestframework
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-drf-nested-routers/Makefile
diff -u pkgsrc/www/py-drf-nested-routers/Makefile:1.2 pkgsrc/www/py-drf-nested-routers/Makefile:1.3
--- pkgsrc/www/py-drf-nested-routers/Makefile:1.2       Thu Oct 11 10:23:32 2018
+++ pkgsrc/www/py-drf-nested-routers/Makefile   Thu Nov 14 17:34:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/10/11 10:23:32 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/11/14 17:34:28 adam Exp $
 
 DISTNAME=      drf-nested-routers-0.91
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-djangorestframe
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-djangorestframework
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index