Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-weasyprint print/py-weasyprint: remove no-op ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6f10e4fd9fc
branches:  trunk
changeset: 431112:f6f10e4fd9fc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 13:10:35 2020 +0000

description:
print/py-weasyprint: remove no-op SUBST block

The word PYVERSSUFFIX does not appear in setup.cfg.

diffstat:

 print/py-weasyprint/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 19b2513b3434 -r f6f10e4fd9fc print/py-weasyprint/Makefile
--- a/print/py-weasyprint/Makefile      Sat May 09 13:08:23 2020 +0000
+++ b/print/py-weasyprint/Makefile      Sat May 09 13:10:35 2020 +0000
@@ -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 @@
 
 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