pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gidgethub



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  2 09:42:22 UTC 2025

Modified Files:
        pkgsrc/devel/py-gidgethub: Makefile PLIST

Log Message:
py-gidgethub: fix build with latest flit_core and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-gidgethub/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-gidgethub/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-gidgethub/Makefile
diff -u pkgsrc/devel/py-gidgethub/Makefile:1.6 pkgsrc/devel/py-gidgethub/Makefile:1.7
--- pkgsrc/devel/py-gidgethub/Makefile:1.6      Mon Oct 14 06:45:39 2024
+++ pkgsrc/devel/py-gidgethub/Makefile  Sun Mar  2 09:42:22 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2024/10/14 06:45:39 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/03/02 09:42:22 wiz Exp $
 
 DISTNAME=      gidgethub-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gidgethub/}
 
@@ -10,6 +11,7 @@ HOMEPAGE=     https://pypi.org/project/gidge
 COMMENT=       Async GitHub API library
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit-[0-9]*:../../devel/py-flit
 DEPENDS+=      ${PYPKGPREFIX}-uritemplate>=3.0.1:../../textproc/py-uritemplate
 DEPENDS+=      ${PYPKGPREFIX}-JWT>=2.0.0:../../textproc/py-JWT

Index: pkgsrc/devel/py-gidgethub/PLIST
diff -u pkgsrc/devel/py-gidgethub/PLIST:1.2 pkgsrc/devel/py-gidgethub/PLIST:1.3
--- pkgsrc/devel/py-gidgethub/PLIST:1.2 Sat Oct 28 19:57:00 2023
+++ pkgsrc/devel/py-gidgethub/PLIST     Sun Mar  2 09:42:22 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:00 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/03/02 09:42:22 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/gidgethub/__init__.py
 ${PYSITELIB}/gidgethub/__init__.pyc
 ${PYSITELIB}/gidgethub/__init__.pyo



Home | Main Index | Thread Index | Old Index