pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-biplist



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 30 14:12:26 UTC 2024

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-biplist/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-biplist/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-biplist/Makefile
diff -u pkgsrc/textproc/py-biplist/Makefile:1.11 pkgsrc/textproc/py-biplist/Makefile:1.12
--- pkgsrc/textproc/py-biplist/Makefile:1.11    Wed Aug 24 09:25:56 2022
+++ pkgsrc/textproc/py-biplist/Makefile Tue Apr 30 14:12:26 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2022/08/24 09:25:56 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/04/30 14:12:26 wiz Exp $
 
 DISTNAME=      biplist-1.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/biplist/}
 
@@ -11,12 +11,14 @@ HOMEPAGE=   https://bitbucket.org/wooster/
 COMMENT=       Library for reading/writing binary plists
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
-PYTHON_VERSIONED_DEPENDENCIES+=        coverage:test
-
 USE_LANGUAGES= # none
 
-.include "../../lang/python/versioned_dependencies.mk"
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-biplist/PLIST
diff -u pkgsrc/textproc/py-biplist/PLIST:1.2 pkgsrc/textproc/py-biplist/PLIST:1.3
--- pkgsrc/textproc/py-biplist/PLIST:1.2        Wed Dec  3 22:25:15 2014
+++ pkgsrc/textproc/py-biplist/PLIST    Tue Apr 30 14:12:26 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2014/12/03 22:25:15 rodent Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2024/04/30 14:12:26 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/biplist/__init__.py
 ${PYSITELIB}/biplist/__init__.pyc
 ${PYSITELIB}/biplist/__init__.pyo



Home | Main Index | Thread Index | Old Index