Thu Nov 30 05:44:16 2023 UTC (179d)
py-fastimport: fix PLIST; switch to wheel.mk; bump revision


(adam)
diff -r1.11 -r1.12 pkgsrc/devel/py-fastimport/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/py-fastimport/PLIST

cvs diff -r1.11 -r1.12 pkgsrc/devel/py-fastimport/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-fastimport/Makefile 2022/01/04 20:53:04 1.11
+++ pkgsrc/devel/py-fastimport/Makefile 2023/11/30 05:44:15 1.12
@@ -1,25 +1,28 @@ @@ -1,25 +1,28 @@
1# $NetBSD: Makefile,v 1.11 2022/01/04 20:53:04 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2023/11/30 05:44:15 adam Exp $
2 2
3DISTNAME= fastimport-0.9.14 3DISTNAME= fastimport-0.9.14
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= devel python 6CATEGORIES= devel python
7MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastimport/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastimport/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/jelmer/python-fastimport 10HOMEPAGE= https://github.com/jelmer/python-fastimport
11COMMENT= Fastimport parser and generator in Python 11COMMENT= Fastimport parser and generator in Python
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
 14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 16
14USE_LANGUAGES= # none 17USE_LANGUAGES= # none
15 18
16PYTHON_VERSIONS_INCOMPATIBLE= 27 19PYTHON_VERSIONS_INCOMPATIBLE= 27
17 20
18post-install: 21post-install:
19.for bin in fast-import-filter fast-import-info fast-import-query 22.for bin in fast-import-filter fast-import-info fast-import-query
20 cd ${DESTDIR}${PREFIX}/bin && \ 23 cd ${DESTDIR}${PREFIX}/bin && \
21 ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE} 24 ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
22.endfor 25.endfor
23 26
24.include "../../lang/python/egg.mk" 27.include "../../lang/python/wheel.mk"
25.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-fastimport/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-fastimport/PLIST 2021/05/05 08:17:38 1.3
+++ pkgsrc/devel/py-fastimport/PLIST 2023/11/30 05:44:15 1.4
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1@comment $NetBSD: PLIST,v 1.3 2021/05/05 08:17:38 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2023/11/30 05:44:15 adam Exp $
2bin/fast-import-filter-${PYVERSSUFFIX} 2bin/fast-import-filter-${PYVERSSUFFIX}
3bin/fast-import-info-${PYVERSSUFFIX} 3bin/fast-import-info-${PYVERSSUFFIX}
4bin/fast-import-query-${PYVERSSUFFIX} 4bin/fast-import-query-${PYVERSSUFFIX}
5${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 5${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
6${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 6${PYSITELIB}/${WHEEL_INFODIR}/COPYING
7${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 7${PYSITELIB}/${WHEEL_INFODIR}/METADATA
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 9${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 10${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
9${PYSITELIB}/fastimport/__init__.py 11${PYSITELIB}/fastimport/__init__.py
10${PYSITELIB}/fastimport/__init__.pyc 12${PYSITELIB}/fastimport/__init__.pyc
11${PYSITELIB}/fastimport/__init__.pyo 13${PYSITELIB}/fastimport/__init__.pyo
12${PYSITELIB}/fastimport/commands.py 14${PYSITELIB}/fastimport/commands.py
13${PYSITELIB}/fastimport/commands.pyc 15${PYSITELIB}/fastimport/commands.pyc
14${PYSITELIB}/fastimport/commands.pyo 16${PYSITELIB}/fastimport/commands.pyo
15${PYSITELIB}/fastimport/dates.py 17${PYSITELIB}/fastimport/dates.py
16${PYSITELIB}/fastimport/dates.pyc 18${PYSITELIB}/fastimport/dates.pyc
17${PYSITELIB}/fastimport/dates.pyo 19${PYSITELIB}/fastimport/dates.pyo
18${PYSITELIB}/fastimport/errors.py 20${PYSITELIB}/fastimport/errors.py
19${PYSITELIB}/fastimport/errors.pyc 21${PYSITELIB}/fastimport/errors.pyc
20${PYSITELIB}/fastimport/errors.pyo 22${PYSITELIB}/fastimport/errors.pyo
21${PYSITELIB}/fastimport/helpers.py 23${PYSITELIB}/fastimport/helpers.py
@@ -29,26 +31,27 @@ ${PYSITELIB}/fastimport/processor.pyc @@ -29,26 +31,27 @@ ${PYSITELIB}/fastimport/processor.pyc
29${PYSITELIB}/fastimport/processor.pyo 31${PYSITELIB}/fastimport/processor.pyo
30${PYSITELIB}/fastimport/processors/__init__.py 32${PYSITELIB}/fastimport/processors/__init__.py
31${PYSITELIB}/fastimport/processors/__init__.pyc 33${PYSITELIB}/fastimport/processors/__init__.pyc
32${PYSITELIB}/fastimport/processors/__init__.pyo 34${PYSITELIB}/fastimport/processors/__init__.pyo
33${PYSITELIB}/fastimport/processors/filter_processor.py 35${PYSITELIB}/fastimport/processors/filter_processor.py
34${PYSITELIB}/fastimport/processors/filter_processor.pyc 36${PYSITELIB}/fastimport/processors/filter_processor.pyc
35${PYSITELIB}/fastimport/processors/filter_processor.pyo 37${PYSITELIB}/fastimport/processors/filter_processor.pyo
36${PYSITELIB}/fastimport/processors/info_processor.py 38${PYSITELIB}/fastimport/processors/info_processor.py
37${PYSITELIB}/fastimport/processors/info_processor.pyc 39${PYSITELIB}/fastimport/processors/info_processor.pyc
38${PYSITELIB}/fastimport/processors/info_processor.pyo 40${PYSITELIB}/fastimport/processors/info_processor.pyo
39${PYSITELIB}/fastimport/processors/query_processor.py 41${PYSITELIB}/fastimport/processors/query_processor.py
40${PYSITELIB}/fastimport/processors/query_processor.pyc 42${PYSITELIB}/fastimport/processors/query_processor.pyc
41${PYSITELIB}/fastimport/processors/query_processor.pyo 43${PYSITELIB}/fastimport/processors/query_processor.pyo
 44${PYSITELIB}/fastimport/py.typed
42${PYSITELIB}/fastimport/reftracker.py 45${PYSITELIB}/fastimport/reftracker.py
43${PYSITELIB}/fastimport/reftracker.pyc 46${PYSITELIB}/fastimport/reftracker.pyc
44${PYSITELIB}/fastimport/reftracker.pyo 47${PYSITELIB}/fastimport/reftracker.pyo
45${PYSITELIB}/fastimport/tests/__init__.py 48${PYSITELIB}/fastimport/tests/__init__.py
46${PYSITELIB}/fastimport/tests/__init__.pyc 49${PYSITELIB}/fastimport/tests/__init__.pyc
47${PYSITELIB}/fastimport/tests/__init__.pyo 50${PYSITELIB}/fastimport/tests/__init__.pyo
48${PYSITELIB}/fastimport/tests/test_commands.py 51${PYSITELIB}/fastimport/tests/test_commands.py
49${PYSITELIB}/fastimport/tests/test_commands.pyc 52${PYSITELIB}/fastimport/tests/test_commands.pyc
50${PYSITELIB}/fastimport/tests/test_commands.pyo 53${PYSITELIB}/fastimport/tests/test_commands.pyo
51${PYSITELIB}/fastimport/tests/test_dates.py 54${PYSITELIB}/fastimport/tests/test_dates.py
52${PYSITELIB}/fastimport/tests/test_dates.pyc 55${PYSITELIB}/fastimport/tests/test_dates.pyc
53${PYSITELIB}/fastimport/tests/test_dates.pyo 56${PYSITELIB}/fastimport/tests/test_dates.pyo
54${PYSITELIB}/fastimport/tests/test_errors.py 57${PYSITELIB}/fastimport/tests/test_errors.py