pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-weasyprint



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 13:10:35 UTC 2020

Modified Files:
        pkgsrc/print/py-weasyprint: Makefile

Log Message:
print/py-weasyprint: remove no-op SUBST block

The word PYVERSSUFFIX does not appear in setup.cfg.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/py-weasyprint/Makefile

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

Modified files:

Index: pkgsrc/print/py-weasyprint/Makefile
diff -u pkgsrc/print/py-weasyprint/Makefile:1.27 pkgsrc/print/py-weasyprint/Makefile:1.28
--- pkgsrc/print/py-weasyprint/Makefile:1.27    Thu Apr 23 18:30:30 2020
+++ pkgsrc/print/py-weasyprint/Makefile Sat May  9 13:10:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/04/23 18:30:30 adam Exp $
+# $NetBSD: Makefile,v 1.28 2020/05/09 13:10:35 rillig Exp $
 
 DISTNAME=      WeasyPrint-51
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -29,11 +29,6 @@ PYTHON_VERSIONS_INCOMPATIBLE=        27
 
 USE_LANGUAGES= # none
 
-SUBST_CLASSES+=                pyversfx
-SUBST_STAGE.pyversfx=  pre-configure
-SUBST_FILES.pyversfx=  setup.cfg
-SUBST_VARS.pyversfx=   PYVERSSUFFIX
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} weasyprint weasyprint-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index