pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 16 21:33:32 UTC 2025

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

Log Message:
py-jaraco.envs: depend on latest setuptools and fix wheel name

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-jaraco.envs/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.envs/Makefile
diff -u pkgsrc/devel/py-jaraco.envs/Makefile:1.7 pkgsrc/devel/py-jaraco.envs/Makefile:1.8
--- pkgsrc/devel/py-jaraco.envs/Makefile:1.7    Mon Nov 11 07:28:12 2024
+++ pkgsrc/devel/py-jaraco.envs/Makefile        Sun Mar 16 21:33:32 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2024/11/11 07:28:12 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/03/16 21:33:32 wiz Exp $
 
 DISTNAME=      jaraco.envs-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.envs/}
 
@@ -11,23 +11,21 @@ HOMEPAGE=   https://github.com/jaraco/jara
 COMMENT=       Classes for orchestrating Python (virtual) environments
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-path-[0-9]*:../../devel/py-path
 DEPENDS+=      ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
 DEPENDS+=      ${PYPKGPREFIX}-virtualenv-[0-9]*:../../devel/py-virtualenv
-# TODO: import py-test-checkdocs, py-test-enable
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-test>=6:../../devel/py-test
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
+# TODO: import py-test-enable
+# as of 2.6.0
+# 3 failed, 4 passed
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-checkdocs>=0:../../devel/py-test-checkdocs
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-#TEST_ENV+=    PYTHONPATH=${WRKSRC}/build/lib
-#
-#do-test:
-#      cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+WHEEL_NAME=    ${DISTNAME:S/./_/}
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index