pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-xlrd
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 22 16:07:09 UTC 2025
Modified Files:
pkgsrc/textproc/py-xlrd: Makefile PLIST
Log Message:
py-xlrd: converted to wheel.mk
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-xlrd/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-xlrd/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-xlrd/Makefile
diff -u pkgsrc/textproc/py-xlrd/Makefile:1.16 pkgsrc/textproc/py-xlrd/Makefile:1.17
--- pkgsrc/textproc/py-xlrd/Makefile:1.16 Tue Jan 4 20:55:09 2022
+++ pkgsrc/textproc/py-xlrd/Makefile Tue Apr 22 16:07:08 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2022/01/04 20:55:09 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/04/22 16:07:08 adam Exp $
DISTNAME= xlrd-2.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xlrd/}
@@ -11,11 +11,13 @@ HOMEPAGE= https://github.com/python-exce
COMMENT= Python library to extract data from Microsoft Excel spreadsheet files
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} runxlrd.py runxlrd-${PYVERSSUFFIX}.py || ${TRUE}
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-xlrd/PLIST
diff -u pkgsrc/textproc/py-xlrd/PLIST:1.10 pkgsrc/textproc/py-xlrd/PLIST:1.11
--- pkgsrc/textproc/py-xlrd/PLIST:1.10 Thu Apr 15 06:44:01 2021
+++ pkgsrc/textproc/py-xlrd/PLIST Tue Apr 22 16:07:08 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.10 2021/04/15 06:44:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/04/22 16:07:08 adam Exp $
bin/runxlrd-${PYVERSSUFFIX}.py
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/xlrd/__init__.py
${PYSITELIB}/xlrd/__init__.pyc
${PYSITELIB}/xlrd/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index