pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-openpyxl



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed May  2 10:53:26 UTC 2018

Modified Files:
        pkgsrc/textproc/py-openpyxl: Makefile

Log Message:
py-openpyxl: remove et_xmlfile from requires.txt

et_xmlfile is only used if lxml isn't and we have dependency on py-lxml
so remove from requires.txt to keep pip happy.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-openpyxl/Makefile

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-openpyxl/Makefile
diff -u pkgsrc/textproc/py-openpyxl/Makefile:1.9 pkgsrc/textproc/py-openpyxl/Makefile:1.10
--- pkgsrc/textproc/py-openpyxl/Makefile:1.9    Mon Apr 23 12:01:48 2018
+++ pkgsrc/textproc/py-openpyxl/Makefile        Wed May  2 10:53:26 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2018/04/23 12:01:48 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/05/02 10:53:26 markd Exp $
 
 DISTNAME=      openpyxl-2.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/openpyxl/}
 
@@ -16,6 +17,11 @@ DEPENDS+=    ${PYPKGPREFIX}-lxml-[0-9]*:../
 
 USE_LANGUAGES= # none
 
+SUBST_CLASSES+=                requires
+SUBST_STAGE.requires=  post-install
+SUBST_FILES.requires=  ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/requires.txt
+SUBST_SED.requires=    -e '/et_xmlfile/d'
+
 post-extract:
        ${RM} ${WRKSRC}/openpyxl.egg-info/.DS_Store
 



Home | Main Index | Thread Index | Old Index