pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-fastimport
Module Name: pkgsrc
Committed By: adam
Date: Thu Nov 30 05:44:16 UTC 2023
Modified Files:
pkgsrc/devel/py-fastimport: Makefile PLIST
Log Message:
py-fastimport: fix PLIST; switch to wheel.mk; bump revision
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-fastimport/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-fastimport/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-fastimport/Makefile
diff -u pkgsrc/devel/py-fastimport/Makefile:1.11 pkgsrc/devel/py-fastimport/Makefile:1.12
--- pkgsrc/devel/py-fastimport/Makefile:1.11 Tue Jan 4 20:53:04 2022
+++ pkgsrc/devel/py-fastimport/Makefile Thu Nov 30 05:44:15 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2022/01/04 20:53:04 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/11/30 05:44:15 adam Exp $
DISTNAME= fastimport-0.9.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastimport/}
@@ -11,6 +11,9 @@ HOMEPAGE= https://github.com/jelmer/pyth
COMMENT= Fastimport parser and generator in Python
LICENSE= gnu-gpl-v2
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
@@ -21,5 +24,5 @@ post-install:
${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
.endfor
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-fastimport/PLIST
diff -u pkgsrc/devel/py-fastimport/PLIST:1.3 pkgsrc/devel/py-fastimport/PLIST:1.4
--- pkgsrc/devel/py-fastimport/PLIST:1.3 Wed May 5 08:17:38 2021
+++ pkgsrc/devel/py-fastimport/PLIST Thu Nov 30 05:44:15 2023
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.3 2021/05/05 08:17:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/11/30 05:44:15 adam Exp $
bin/fast-import-filter-${PYVERSSUFFIX}
bin/fast-import-info-${PYVERSSUFFIX}
bin/fast-import-query-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/fastimport/__init__.py
${PYSITELIB}/fastimport/__init__.pyc
${PYSITELIB}/fastimport/__init__.pyo
@@ -39,6 +41,7 @@ ${PYSITELIB}/fastimport/processors/info_
${PYSITELIB}/fastimport/processors/query_processor.py
${PYSITELIB}/fastimport/processors/query_processor.pyc
${PYSITELIB}/fastimport/processors/query_processor.pyo
+${PYSITELIB}/fastimport/py.typed
${PYSITELIB}/fastimport/reftracker.py
${PYSITELIB}/fastimport/reftracker.pyc
${PYSITELIB}/fastimport/reftracker.pyo
Home |
Main Index |
Thread Index |
Old Index