pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-xmlschema
Module Name: pkgsrc
Committed By: wiz
Date: Sun Nov 5 11:03:41 UTC 2023
Modified Files:
pkgsrc/textproc/py-xmlschema: Makefile PLIST
Log Message:
py-xmlschema: convert to wheel.mk
Fix PLIST while here.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/py-xmlschema/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-xmlschema/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-xmlschema/Makefile
diff -u pkgsrc/textproc/py-xmlschema/Makefile:1.48 pkgsrc/textproc/py-xmlschema/Makefile:1.49
--- pkgsrc/textproc/py-xmlschema/Makefile:1.48 Mon Oct 23 06:37:55 2023
+++ pkgsrc/textproc/py-xmlschema/Makefile Sun Nov 5 11:03:41 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2023/10/23 06:37:55 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2023/11/05 11:03:41 wiz Exp $
DISTNAME= xmlschema-2.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/}
@@ -11,12 +11,11 @@ HOMEPAGE= https://github.com/brunato/xml
COMMENT= XML Schema validator and decoder
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-elementpath>=4.1.5:../../textproc/py-elementpath
USE_LANGUAGES= # none
-USE_PKG_RESOURCES= yes
-
PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
@@ -29,5 +28,5 @@ do-test:
cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -v
.include "../../lang/python/batteries-included.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-xmlschema/PLIST
diff -u pkgsrc/textproc/py-xmlschema/PLIST:1.18 pkgsrc/textproc/py-xmlschema/PLIST:1.19
--- pkgsrc/textproc/py-xmlschema/PLIST:1.18 Mon Jul 31 16:28:35 2023
+++ pkgsrc/textproc/py-xmlschema/PLIST Sun Nov 5 11:03:41 2023
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.18 2023/07/31 16:28:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2023/11/05 11:03:41 wiz Exp $
bin/xmlschema-json2xml-${PYVERSSUFFIX}
bin/xmlschema-validate-${PYVERSSUFFIX}
bin/xmlschema-xml2json-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/xmlschema/__init__.py
${PYSITELIB}/xmlschema/__init__.pyc
${PYSITELIB}/xmlschema/__init__.pyo
@@ -50,6 +50,9 @@ ${PYSITELIB}/xmlschema/documents.pyo
${PYSITELIB}/xmlschema/exceptions.py
${PYSITELIB}/xmlschema/exceptions.pyc
${PYSITELIB}/xmlschema/exceptions.pyo
+${PYSITELIB}/xmlschema/exports.py
+${PYSITELIB}/xmlschema/exports.pyc
+${PYSITELIB}/xmlschema/exports.pyo
${PYSITELIB}/xmlschema/extras/__init__.py
${PYSITELIB}/xmlschema/extras/__init__.pyc
${PYSITELIB}/xmlschema/extras/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index