pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-easy-thumbnails



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 13 09:40:58 UTC 2023

Modified Files:
        pkgsrc/www/py-easy-thumbnails: Makefile

Log Message:
py-easy-thumbnails: drop support for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-easy-thumbnails/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-easy-thumbnails/Makefile
diff -u pkgsrc/www/py-easy-thumbnails/Makefile:1.4 pkgsrc/www/py-easy-thumbnails/Makefile:1.5
--- pkgsrc/www/py-easy-thumbnails/Makefile:1.4  Tue Jan  4 20:55:24 2022
+++ pkgsrc/www/py-easy-thumbnails/Makefile      Thu Jul 13 09:40:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:24 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/07/13 09:40:58 wiz Exp $
 
 DISTNAME=      easy-thumbnails-2.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,12 +13,12 @@ LICENSE=    modified-bsd
 
 PREV_PKGPATH=  www/py-djangoeasy-thumbnails
 
+DEPENDS+=      ${PYPKGPREFIX}-Pillow>=0:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-django>=1.11:../../www/py-django
 
-PYTHON_VERSIONED_DEPENDENCIES= Pillow
-
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index