pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/gam



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 29 13:50:22 UTC 2025

Modified Files:
        pkgsrc/sysutils/gam: Makefile

Log Message:
gam: fix tool dependency

Prefer REPLACE_PYTHON to CHECK_INTERPRETER_SKIP.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/gam/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/gam/Makefile
diff -u pkgsrc/sysutils/gam/Makefile:1.17 pkgsrc/sysutils/gam/Makefile:1.18
--- pkgsrc/sysutils/gam/Makefile:1.17   Fri Aug 29 13:42:23 2025
+++ pkgsrc/sysutils/gam/Makefile        Fri Aug 29 13:50:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2025/08/29 13:42:23 sborrill Exp $
+# $NetBSD: Makefile,v 1.18 2025/08/29 13:50:22 wiz Exp $
 
 DISTNAME=      gam-7.19.02
 CATEGORIES=    sysutils python
@@ -13,7 +13,7 @@ HOMEPAGE=     https://github.com/GAM-team/GA
 COMMENT=       Command line tool for Google Workspace admins
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-google-api-python-client>=2.0:../../www/py-google-api-python-client
 DEPENDS+=      ${PYPKGPREFIX}-google-auth>=1.11.2:../../security/py-google-auth
 DEPENDS+=      ${PYPKGPREFIX}-google-auth-httplib2-[0-9]*:../../security/py-google-auth-httplib2
@@ -24,11 +24,12 @@ DEPENDS+=   ${PYPKGPREFIX}-filelock-[0-9]*
 DEPENDS+=      ${PYPKGPREFIX}-passlib>=1.7.2:../../security/py-passlib
 DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 
-CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/gam/*.py
+REPLACE_PYTHON+=       src/gam/__init__.py
 
 WRKSRC=                ${WRKDIR}/GAM-${PKGVERSION_NOREV}
 
 WHEEL_NAME=    gam7-${VERSION_TRIM}
 
+.include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index