pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-imaging



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 22:14:20 UTC 2022

Modified Files:
        pkgsrc/graphics/py-imaging: Makefile PLIST

Log Message:
py-imaging: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/py-imaging/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/py-imaging/PLIST

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

Modified files:

Index: pkgsrc/graphics/py-imaging/Makefile
diff -u pkgsrc/graphics/py-imaging/Makefile:1.59 pkgsrc/graphics/py-imaging/Makefile:1.60
--- pkgsrc/graphics/py-imaging/Makefile:1.59    Sun Jan 26 17:31:23 2020
+++ pkgsrc/graphics/py-imaging/Makefile Mon Jan 10 22:14:19 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.59 2020/01/26 17:31:23 rillig Exp $
+# $NetBSD: Makefile,v 1.60 2022/01/10 22:14:19 wiz Exp $
 
 DISTNAME=      Imaging-1.1.7
 PKGNAME=       ${PYPKGPREFIX}-imaging-1.1.7
-PKGREVISION=   10
+PKGREVISION=   11
 CATEGORIES=    graphics python
 MASTER_SITES=  http://effbot.org/media/downloads/
 
@@ -31,6 +31,6 @@ post-install:
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/lcms/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-imaging/PLIST
diff -u pkgsrc/graphics/py-imaging/PLIST:1.13 pkgsrc/graphics/py-imaging/PLIST:1.14
--- pkgsrc/graphics/py-imaging/PLIST:1.13       Sun Apr  8 20:21:49 2012
+++ pkgsrc/graphics/py-imaging/PLIST    Mon Jan 10 22:14:19 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2012/04/08 20:21:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/01/10 22:14:19 wiz Exp $
 ${PYINC}/PIL/ImPlatform.h
 ${PYINC}/PIL/Imaging.h
 ${PYSITELIB}/PIL.pth
@@ -170,7 +170,6 @@ ${PYSITELIB}/PIL/MspImagePlugin.pyo
 ${PYSITELIB}/PIL/OleFileIO.py
 ${PYSITELIB}/PIL/OleFileIO.pyc
 ${PYSITELIB}/PIL/OleFileIO.pyo
-${PYSITELIB}/PIL/${EGG_FILE}
 ${PYSITELIB}/PIL/PSDraw.py
 ${PYSITELIB}/PIL/PSDraw.pyc
 ${PYSITELIB}/PIL/PSDraw.pyo



Home | Main Index | Thread Index | Old Index