pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pkgconfig
Module Name: pkgsrc
Committed By: wiz
Date: Mon Oct 14 09:46:05 UTC 2024
Modified Files:
pkgsrc/devel/py-pkgconfig: Makefile PLIST
Log Message:
py-pkgconfig: convert to wheel.mk
Remove unused test dependency.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pkgconfig/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pkgconfig/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pkgconfig/Makefile
diff -u pkgsrc/devel/py-pkgconfig/Makefile:1.11 pkgsrc/devel/py-pkgconfig/Makefile:1.12
--- pkgsrc/devel/py-pkgconfig/Makefile:1.11 Tue Jan 4 20:53:21 2022
+++ pkgsrc/devel/py-pkgconfig/Makefile Mon Oct 14 09:46:05 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2022/01/04 20:53:21 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/10/14 09:46:05 wiz Exp $
DISTNAME= pkgconfig-1.5.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pkgconfig/}
@@ -11,12 +11,10 @@ HOMEPAGE= https://github.com/matze/pkgco
COMMENT= Python wrapper for pkg-config
LICENSE= mit
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=1.0:../../devel/py-nose
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
USE_LANGUAGES= # none
USE_TOOLS+= pkg-config:run
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-pkgconfig/PLIST
diff -u pkgsrc/devel/py-pkgconfig/PLIST:1.6 pkgsrc/devel/py-pkgconfig/PLIST:1.7
--- pkgsrc/devel/py-pkgconfig/PLIST:1.6 Fri Feb 19 05:51:51 2021
+++ pkgsrc/devel/py-pkgconfig/PLIST Mon Oct 14 09:46:05 2024
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.6 2021/02/19 05:51:51 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.7 2024/10/14 09:46:05 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/pkgconfig/__init__.py
${PYSITELIB}/pkgconfig/__init__.pyc
${PYSITELIB}/pkgconfig/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index