Date: Thu, 2 Jan 2025 02:51:02 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 49776c655430 - main - textproc/py-accessible-pygments: Update to 0.0.5 Message-ID: <202501020251.5022p2d3014231@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=49776c655430f5a094d819e433a82a4f7b63664e commit 49776c655430f5a094d819e433a82a4f7b63664e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-02 02:44:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-02 02:44:55 +0000 textproc/py-accessible-pygments: Update to 0.0.5 Changes: https://github.com/Quansight-Labs/accessible-pygments/releases --- textproc/py-accessible-pygments/Makefile | 10 +++++----- textproc/py-accessible-pygments/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/textproc/py-accessible-pygments/Makefile b/textproc/py-accessible-pygments/Makefile index 698f55e2640c..44ae5e860213 100644 --- a/textproc/py-accessible-pygments/Makefile +++ b/textproc/py-accessible-pygments/Makefile @@ -1,9 +1,9 @@ PORTNAME= accessible-pygments -PORTVERSION= 0.0.4 -PORTREVISION= 1 +PORTVERSION= 0.0.5 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= accessible_pygments-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Collection of accessible pygments styles @@ -12,9 +12,9 @@ WWW= https://github.com/Quansight-Labs/accessible-pygments LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.5:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.5:textproc/py-pygments@${PY_FLAVOR} USES= python diff --git a/textproc/py-accessible-pygments/distinfo b/textproc/py-accessible-pygments/distinfo index 60e5a3dd4092..4a83330ca67d 100644 --- a/textproc/py-accessible-pygments/distinfo +++ b/textproc/py-accessible-pygments/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682354452 -SHA256 (accessible-pygments-0.0.4.tar.gz) = e7b57a9b15958e9601c7e9eb07a440c813283545a20973f2574a5f453d0e953e -SIZE (accessible-pygments-0.0.4.tar.gz) = 11650 +TIMESTAMP = 1735705197 +SHA256 (accessible_pygments-0.0.5.tar.gz) = 40918d3e6a2b619ad424cb91e556bd3bd8865443d9f22f1dcdf79e33c8046872 +SIZE (accessible_pygments-0.0.5.tar.gz) = 1377899
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501020251.5022p2d3014231>