pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-aafigure



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 22 15:43:49 UTC 2025

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

Log Message:
py-aafigure: converted to wheel.mk


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/py-aafigure/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-aafigure/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-aafigure/Makefile
diff -u pkgsrc/graphics/py-aafigure/Makefile:1.18 pkgsrc/graphics/py-aafigure/Makefile:1.19
--- pkgsrc/graphics/py-aafigure/Makefile:1.18   Tue Jan  4 20:54:04 2022
+++ pkgsrc/graphics/py-aafigure/Makefile        Tue Apr 22 15:43:49 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2022/01/04 20:54:04 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/04/22 15:43:49 adam Exp $
 
 DISTNAME=      aafigure-0.6
-PKGREVISION=   2
+PKGREVISION=   3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aafigure/}
@@ -11,16 +11,15 @@ HOMEPAGE=   https://launchpad.net/aafigure
 COMMENT=       ASCII art to image converter
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-pyphen
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} aafigure aafigure-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-aafigure/PLIST
diff -u pkgsrc/graphics/py-aafigure/PLIST:1.4 pkgsrc/graphics/py-aafigure/PLIST:1.5
--- pkgsrc/graphics/py-aafigure/PLIST:1.4       Wed Apr 28 08:24:01 2021
+++ pkgsrc/graphics/py-aafigure/PLIST   Tue Apr 22 15:43:49 2025
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2021/04/28 08:24:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/04/22 15:43:49 adam Exp $
 bin/aafigure-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/aafigure/PILhelper.py
 ${PYSITELIB}/aafigure/PILhelper.pyc
 ${PYSITELIB}/aafigure/PILhelper.pyo



Home | Main Index | Thread Index | Old Index