File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ bin/pkginfo @PREFIX@/bin/pkginfo-@PYVERSSUFFIX@
Original file line number Diff line number Diff line change 1- # $NetBSD: Makefile,v 1.28 2025/04/12 19:43:14 adam Exp $
1+ # $NetBSD: Makefile,v 1.29 2026/01/06 16:37:59 ryoon Exp $
22
33DISTNAME = pkginfo-1.12.1.2
44PKGNAME = ${PYPKGPREFIX}-${DISTNAME}
5- PKGREVISION = 1
5+ PKGREVISION = 2
66CATEGORIES = devel python
77MASTER_SITES = ${MASTER_SITE_PYPI:=p/pkginfo/}
88
@@ -16,7 +16,9 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
1616
1717USE_LANGUAGES = # none
1818
19- PYTHON_SELF_CONFLICT = yes
19+ post-install :
20+ cd ${DESTDIR}${PREFIX} /bin && \
21+ ${MV} pkginfo pkginfo-${PYVERSSUFFIX} || ${TRUE}
2022
2123.include "../../lang/python/wheel.mk"
2224.include "../../mk/bsd.pkg.mk"
Original file line number Diff line number Diff line change 1- @comment $NetBSD: PLIST,v 1.5 2025/04/12 19:43:14 adam Exp $
2- bin/pkginfo
1+ @comment $NetBSD: PLIST,v 1.6 2026/01/06 16:37:59 ryoon Exp $
2+ bin/pkginfo-${PYVERSSUFFIX}
33${PYSITELIB}/${WHEEL_INFODIR}/METADATA
44${PYSITELIB}/${WHEEL_INFODIR}/RECORD
55${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
You can’t perform that action at this time.
0 commit comments