pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-wstools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 10 11:29:01 UTC 2024

Modified Files:
        pkgsrc/www/py-wstools: Makefile PLIST

Log Message:
py-wstools: convert to wheel.mk

Remove unused test dependency.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-wstools/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-wstools/PLIST

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

Modified files:

Index: pkgsrc/www/py-wstools/Makefile
diff -u pkgsrc/www/py-wstools/Makefile:1.5 pkgsrc/www/py-wstools/Makefile:1.6
--- pkgsrc/www/py-wstools/Makefile:1.5  Tue Nov  7 22:38:10 2023
+++ pkgsrc/www/py-wstools/Makefile      Sat Aug 10 11:29:01 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2023/11/07 22:38:10 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/08/10 11:29:01 wiz Exp $
 
 DISTNAME=      wstools-0.4.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wstools/}
 
@@ -11,13 +11,14 @@ HOMEPAGE=   https://github.com/pycontribs/
 COMMENT=       WSDL parsing services package for Web Services
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-wstools/PLIST
diff -u pkgsrc/www/py-wstools/PLIST:1.1 pkgsrc/www/py-wstools/PLIST:1.2
--- pkgsrc/www/py-wstools/PLIST:1.1     Thu Apr 12 10:24:34 2018
+++ pkgsrc/www/py-wstools/PLIST Sat Aug 10 11:29:01 2024
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1 2018/04/12 10:24:34 adam Exp $
-${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}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/08/10 11:29:01 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/pbr.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/wstools/MIMEAttachment.py
 ${PYSITELIB}/wstools/MIMEAttachment.pyc
 ${PYSITELIB}/wstools/MIMEAttachment.pyo



Home | Main Index | Thread Index | Old Index