pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-extension-helpers



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 25 13:09:31 UTC 2024

Modified Files:
        pkgsrc/devel/py-extension-helpers: Makefile PLIST distinfo

Log Message:
py-extension-helpers: updated to 1.2.0

1.2.0

New Features

Support pathlib.Path in write_if_different and import_file

Bug Fixes

TST: fix pyproject-only test (ensure build-time dependencies are installed)

Other Changes

TST: drop legacy pytest fixture tmpdir, use tmp_path instead
Test downstream with Python 3.12
MNT: Use hash for Action workflow versions and update if needed
Bump actions/checkout from 4.2.0 to 4.2.1 in /.github/workflows in the actions group


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-extension-helpers/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-extension-helpers/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-extension-helpers/distinfo

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-extension-helpers/Makefile
diff -u pkgsrc/devel/py-extension-helpers/Makefile:1.10 pkgsrc/devel/py-extension-helpers/Makefile:1.11
--- pkgsrc/devel/py-extension-helpers/Makefile:1.10     Sun Dec 17 20:30:25 2023
+++ pkgsrc/devel/py-extension-helpers/Makefile  Fri Oct 25 13:09:31 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/12/17 20:30:25 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/10/25 13:09:31 adam Exp $
 
-DISTNAME=      extension-helpers-1.1.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      extension_helpers-1.2.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/extension-helpers/}
 
@@ -13,12 +13,14 @@ LICENSE=    modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=43.0.0:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 311
+DEPENDS+=      ${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli
+.endif
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} extension_helpers

Index: pkgsrc/devel/py-extension-helpers/PLIST
diff -u pkgsrc/devel/py-extension-helpers/PLIST:1.3 pkgsrc/devel/py-extension-helpers/PLIST:1.4
--- pkgsrc/devel/py-extension-helpers/PLIST:1.3 Sat Oct 28 19:56:59 2023
+++ pkgsrc/devel/py-extension-helpers/PLIST     Fri Oct 25 13:09:31 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/28 19:56:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/10/25 13:09:31 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -24,6 +24,9 @@ ${PYSITELIB}/extension_helpers/src/compi
 ${PYSITELIB}/extension_helpers/tests/__init__.py
 ${PYSITELIB}/extension_helpers/tests/__init__.pyc
 ${PYSITELIB}/extension_helpers/tests/__init__.pyo
+${PYSITELIB}/extension_helpers/tests/py311_backports.py
+${PYSITELIB}/extension_helpers/tests/py311_backports.pyc
+${PYSITELIB}/extension_helpers/tests/py311_backports.pyo
 ${PYSITELIB}/extension_helpers/tests/test_openmp_helpers.py
 ${PYSITELIB}/extension_helpers/tests/test_openmp_helpers.pyc
 ${PYSITELIB}/extension_helpers/tests/test_openmp_helpers.pyo

Index: pkgsrc/devel/py-extension-helpers/distinfo
diff -u pkgsrc/devel/py-extension-helpers/distinfo:1.6 pkgsrc/devel/py-extension-helpers/distinfo:1.7
--- pkgsrc/devel/py-extension-helpers/distinfo:1.6      Sun Dec 17 20:30:25 2023
+++ pkgsrc/devel/py-extension-helpers/distinfo  Fri Oct 25 13:09:31 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/12/17 20:30:25 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/10/25 13:09:31 adam Exp $
 
-BLAKE2s (extension-helpers-1.1.1.tar.gz) = 0504171d67ff8627b00a83d15b2dfe13fbb4853724d7c5a1543a695985468618
-SHA512 (extension-helpers-1.1.1.tar.gz) = 658819e0408fc8d08a64fff66e14a47676977e8a2b21d89aed456cbc125e6b26614c27f840436f1f320e18e78d971af3c0333ce66cc8be4a4a2bd140a006acbe
-Size (extension-helpers-1.1.1.tar.gz) = 27554 bytes
+BLAKE2s (extension_helpers-1.2.0.tar.gz) = 6e3a207a297a7c3076119dca90bb8aea6fbcca9b19ad01b87267bf18054a50d9
+SHA512 (extension_helpers-1.2.0.tar.gz) = a4e85ccad9995edfd1effef3e4c22a1fd8ff49f708f6308316197bdaab075bf15afdc0dfcaa6ed75041419f676b740686cb7e9bba30d227be2a3309f0e0544ca
+Size (extension_helpers-1.2.0.tar.gz) = 29877 bytes



Home | Main Index | Thread Index | Old Index