pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jaraco.context



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  3 07:03:04 UTC 2025

Modified Files:
        pkgsrc/devel/py-jaraco.context: Makefile

Log Message:
py-jaraco.context: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-jaraco.context/Makefile

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-jaraco.context/Makefile
diff -u pkgsrc/devel/py-jaraco.context/Makefile:1.7 pkgsrc/devel/py-jaraco.context/Makefile:1.8
--- pkgsrc/devel/py-jaraco.context/Makefile:1.7 Mon Nov 11 07:28:12 2024
+++ pkgsrc/devel/py-jaraco.context/Makefile     Mon Mar  3 07:03:04 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2024/11/11 07:28:12 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/03/03 07:03:04 wiz Exp $
 
 DISTNAME=      jaraco_context-6.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco_context/}
 
@@ -10,12 +11,11 @@ HOMEPAGE=   https://github.com/jaraco/jara
 COMMENT=       Context managers
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend
 
 USE_LANGUAGES= # none
 
-WHEEL_NAME=    ${DISTNAME:S/_/./}
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index