pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-libxslt



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Jan 14 19:36:30 UTC 2022

Modified Files:
        pkgsrc/textproc/py-libxslt: Makefile PLIST

Log Message:
py27-libxslt: fix build


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/textproc/py-libxslt/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/textproc/py-libxslt/PLIST

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

Modified files:

Index: pkgsrc/textproc/py-libxslt/Makefile
diff -u pkgsrc/textproc/py-libxslt/Makefile:1.61 pkgsrc/textproc/py-libxslt/Makefile:1.62
--- pkgsrc/textproc/py-libxslt/Makefile:1.61    Mon Jan 10 23:46:49 2022
+++ pkgsrc/textproc/py-libxslt/Makefile Fri Jan 14 19:36:29 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2022/01/10 23:46:49 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2022/01/14 19:36:29 tnn Exp $
 
-PKGREVISION= 5
+PKGREVISION= 6
 .include "../../textproc/libxslt/Makefile.common"
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,11 +13,12 @@ DEPENDS+=   ${PYPKGPREFIX}-expat-[0-9]*:..
 DEPENDS+=      ${PYPKGPREFIX}-libxml2>=2.6.8:../../textproc/py-libxml2
 
 PYTHON_VERSIONS_ACCEPTED=      27
+EGG_NAME=                      libxslt_python-${PKGVERSION_NOREV}
 
 PYSETUPSUBDIR= python
 NO_CONFIGURE=  yes
 
-MAKE_ENV+=             PYLIBXSLTVERSION=${PKGVERSION}
+MAKE_ENV+=             PYLIBXSLTVERSION=${PKGVERSION_NOREV}
 
 PYSITEDIR=             ${PREFIX}/lib/python${PYVERSSUFFIX}/site-packages
 

Index: pkgsrc/textproc/py-libxslt/PLIST
diff -u pkgsrc/textproc/py-libxslt/PLIST:1.1.1.1 pkgsrc/textproc/py-libxslt/PLIST:1.2
--- pkgsrc/textproc/py-libxslt/PLIST:1.1.1.1    Sun Jan  4 11:48:30 2004
+++ pkgsrc/textproc/py-libxslt/PLIST    Fri Jan 14 19:36:29 2022
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/04 11:48:30 recht Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/14 19:36:29 tnn Exp $
 ${PYSITELIB}/libxslt.py
 ${PYSITELIB}/libxslt.pyc
 ${PYSITELIB}/libxslt.pyo
+${PYSITELIB}/${EGG_INFODIR}
 ${PYSITELIB}/libxsltmod.so



Home | Main Index | Thread Index | Old Index