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:           Wed Apr 28 08:24:01 UTC 2021

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

Log Message:
py-aafigure: mark as Python 3+; use dash in binary name


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-aafigure/ALTERNATIVES
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-aafigure/Makefile
cvs rdiff -u -r1.3 -r1.4 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/ALTERNATIVES
diff -u pkgsrc/graphics/py-aafigure/ALTERNATIVES:1.1 pkgsrc/graphics/py-aafigure/ALTERNATIVES:1.2
--- pkgsrc/graphics/py-aafigure/ALTERNATIVES:1.1        Thu Jan  4 21:07:12 2018
+++ pkgsrc/graphics/py-aafigure/ALTERNATIVES    Wed Apr 28 08:24:01 2021
@@ -1 +1 @@
-bin/aafigure @PREFIX@/bin/aafigure@PYVERSSUFFIX@
+bin/aafigure @PREFIX@/bin/aafigure-@PYVERSSUFFIX@

Index: pkgsrc/graphics/py-aafigure/Makefile
diff -u pkgsrc/graphics/py-aafigure/Makefile:1.16 pkgsrc/graphics/py-aafigure/Makefile:1.17
--- pkgsrc/graphics/py-aafigure/Makefile:1.16   Wed Mar 10 18:49:07 2021
+++ pkgsrc/graphics/py-aafigure/Makefile        Wed Apr 28 08:24:01 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2021/03/10 18:49:07 adam Exp $
+# $NetBSD: Makefile,v 1.17 2021/04/28 08:24:01 adam Exp $
 
 DISTNAME=      aafigure-0.6
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aafigure/}
@@ -10,15 +11,16 @@ HOMEPAGE=   https://launchpad.net/aafigure
 COMMENT=       ASCII art to image converter
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab
 
-PYTHON_VERSIONED_DEPENDENCIES= Pillow
-
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-pyphen
+
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} aafigure aafigure${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} aafigure aafigure-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-aafigure/PLIST
diff -u pkgsrc/graphics/py-aafigure/PLIST:1.3 pkgsrc/graphics/py-aafigure/PLIST:1.4
--- pkgsrc/graphics/py-aafigure/PLIST:1.3       Thu Jan  4 21:07:12 2018
+++ pkgsrc/graphics/py-aafigure/PLIST   Wed Apr 28 08:24:01 2021
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2018/01/04 21:07:12 adam Exp $
-bin/aafigure${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.4 2021/04/28 08:24:01 adam Exp $
+bin/aafigure-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt



Home | Main Index | Thread Index | Old Index