From 2d78167f9e67c5d7e8fa925cb75d90fde355eb74 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 25 Aug 2024 10:19:16 +0000 Subject: [PATCH] py-jaraco.context: update to 6.0.1. v6.0.1 ====== Bugfixes -------- - Removed type declarations as suggested by Gemini. (#13) v6.0.0 ====== Bugfixes -------- - Fixed bug in repo_context where standard output from git would not be hidden (because git emits standard output on the stderr stream). Deprecations and Removals ------------------------- - Removed deprecated 'tarball_context', 'infer_compression', and 'null' contexts. --- devel/py-jaraco.context/Makefile | 10 +++++----- devel/py-jaraco.context/PLIST | 9 +++++---- devel/py-jaraco.context/distinfo | 8 ++++---- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/devel/py-jaraco.context/Makefile b/devel/py-jaraco.context/Makefile index 7258bded426c..a845d1a08949 100644 --- a/devel/py-jaraco.context/Makefile +++ b/devel/py-jaraco.context/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2024/04/28 09:59:00 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2024/08/25 10:19:16 wiz Exp $ -DISTNAME= jaraco.context-5.3.0 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +DISTNAME= jaraco_context-6.0.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/./} CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_PYPI:=j/jaraco.context/} +MASTER_SITES= ${MASTER_SITE_PYPI:=j/jaraco_context/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jaraco/jaraco.context @@ -16,7 +16,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +WHEEL_NAME= ${DISTNAME:S/_/./} .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-jaraco.context/PLIST b/devel/py-jaraco.context/PLIST index 533868f7c7ba..331a75cda417 100644 --- a/devel/py-jaraco.context/PLIST +++ b/devel/py-jaraco.context/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:02 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2024/08/25 10:19:16 wiz Exp $ ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE ${PYSITELIB}/${WHEEL_INFODIR}/METADATA ${PYSITELIB}/${WHEEL_INFODIR}/RECORD ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt -${PYSITELIB}/jaraco/context.py -${PYSITELIB}/jaraco/context.pyc -${PYSITELIB}/jaraco/context.pyo +${PYSITELIB}/jaraco/context/__init__.py +${PYSITELIB}/jaraco/context/__init__.pyc +${PYSITELIB}/jaraco/context/__init__.pyo +${PYSITELIB}/jaraco/context/py.typed diff --git a/devel/py-jaraco.context/distinfo b/devel/py-jaraco.context/distinfo index 4f06d7d1368b..c91502916ca4 100644 --- a/devel/py-jaraco.context/distinfo +++ b/devel/py-jaraco.context/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2024/04/28 09:59:00 wiz Exp $ +$NetBSD: distinfo,v 1.4 2024/08/25 10:19:16 wiz Exp $ -BLAKE2s (jaraco.context-5.3.0.tar.gz) = 9a25222e266d1dcc8375c0cf217c8c03351e4cf33e603cb13265e0eb0cdb901c -SHA512 (jaraco.context-5.3.0.tar.gz) = f63bf272c45ff5c43499621651b78841259040ac98d67c9db75fadebb1c497c1156e05f23bf7c91df3e91f1e070acb9f7dc665e7b242ba7b1ac1cf99a619494d -Size (jaraco.context-5.3.0.tar.gz) = 13345 bytes +BLAKE2s (jaraco_context-6.0.1.tar.gz) = 1b77f448522549806384d3283cda7b45de3b45deef63fe6ab6b152b48dbe6bc8 +SHA512 (jaraco_context-6.0.1.tar.gz) = 5711f581a616a18f7b7dbac65550255c7eecfae39df04b675817b16fbc5d61b833617d853c40f0b910c0ba5d144baf4c4b2add155c9b91001209b27da594a801 +Size (jaraco_context-6.0.1.tar.gz) = 13912 bytes