diff --git a/devel/py-jaraco.context/Makefile b/devel/py-jaraco.context/Makefile index 7d5d5210a661..d37a0cc6fa36 100644 --- a/devel/py-jaraco.context/Makefile +++ b/devel/py-jaraco.context/Makefile @@ -1,35 +1,35 @@ PORTNAME= jaraco.context -PORTVERSION= 6.1.0 +PORTVERSION= 6.1.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= jaraco_context-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Useful decorators and context managers WWW= https://github.com/jaraco/jaraco.context LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-black>=0.3.7:devel/py-pytest-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-enabler>=0:devel/py-pytest-enabler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes .include .if ${PYTHON_REL} < 31200 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.tarfile>=0:devel/py-backports.tarfile@${PY_FLAVOR} .endif .include diff --git a/devel/py-jaraco.context/distinfo b/devel/py-jaraco.context/distinfo index 57af1b5db07a..2c63ae8d26f3 100644 --- a/devel/py-jaraco.context/distinfo +++ b/devel/py-jaraco.context/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1768625671 -SHA256 (jaraco_context-6.1.0.tar.gz) = 129a341b0a85a7db7879e22acd66902fda67882db771754574338898b2d5d86f -SIZE (jaraco_context-6.1.0.tar.gz) = 15850 +TIMESTAMP = 1775587308 +SHA256 (jaraco_context-6.1.2.tar.gz) = f1a6c9d391e661cc5b8d39861ff077a7dc24dc23833ccee564b234b81c82dfe3 +SIZE (jaraco_context-6.1.2.tar.gz) = 16801 diff --git a/devel/py-jaraco.context/files/patch-pyproject.toml b/devel/py-jaraco.context/files/patch-pyproject.toml index 0212bc9f8557..480e327e6582 100644 --- a/devel/py-jaraco.context/files/patch-pyproject.toml +++ b/devel/py-jaraco.context/files/patch-pyproject.toml @@ -1,22 +1,22 @@ ---- pyproject.toml.orig 2025-12-24 19:21:09 UTC +--- pyproject.toml.orig 2026-03-20 22:13:11 UTC +++ pyproject.toml @@ -1,9 +1,7 @@ requires = [ [build-system] requires = [ - "setuptools>=77", + "setuptools>=61", "setuptools_scm[toml]>=3.4.1", - # jaraco/skeleton#174 - "coherent.licensed", ] build-backend = "setuptools.build_meta" -@@ -21,7 +19,7 @@ requires-python = ">=3.9" +@@ -21,7 +19,7 @@ requires-python = ">=3.10" "Programming Language :: Python :: 3 :: Only", ] - requires-python = ">=3.9" + requires-python = ">=3.10" -license = "MIT" +license = { text = "MIT" } dependencies = [ 'backports.tarfile; python_version < "3.12"', ]