Skip to content

Commit 344ef53

Browse files
author
adam
committed
py-sybil: updatd to 9.3.0
9.3.0 (2 Dec 2025) - Add support for MyST ``code-cell`` :ref:`directives <syntax/directives>`. - Provide :func:`sybil.testing.check_sybil`, :func:`sybil.testing.check_parser` and :func:`sybil.testing.check_lexer` to help test custom lexers and parsers. - Add documentation around testing custom lexers and parsers.
1 parent 147587d commit 344ef53

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

devel/py-sybil/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.4 2025/08/13 04:48:33 adam Exp $
1+
# $NetBSD: Makefile,v 1.5 2025/12/04 07:47:49 adam Exp $
22

3-
DISTNAME= sybil-9.2.0
3+
DISTNAME= sybil-9.3.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sybil/}

devel/py-sybil/PLIST

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.2 2025/04/12 20:54:48 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.3 2025/12/04 07:47:49 adam Exp $
22
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
33
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
44
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -134,6 +134,9 @@ ${PYSITELIB}/sybil/region.pyo
134134
${PYSITELIB}/sybil/sybil.py
135135
${PYSITELIB}/sybil/sybil.pyc
136136
${PYSITELIB}/sybil/sybil.pyo
137+
${PYSITELIB}/sybil/testing.py
138+
${PYSITELIB}/sybil/testing.pyc
139+
${PYSITELIB}/sybil/testing.pyo
137140
${PYSITELIB}/sybil/text.py
138141
${PYSITELIB}/sybil/text.pyc
139142
${PYSITELIB}/sybil/text.pyo

devel/py-sybil/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2025/08/13 04:48:33 adam Exp $
1+
$NetBSD: distinfo,v 1.4 2025/12/04 07:47:49 adam Exp $
22

3-
BLAKE2s (sybil-9.2.0.tar.gz) = 19c96c5f712397d86bb4e515890d867dd654997bd7f3158b61569d2cddc2c6ad
4-
SHA512 (sybil-9.2.0.tar.gz) = 04e0b81e2daa7aaee50433380afede2ff40aa99d1643baf0fc7274bac5fa8c6855df397f6e8be25342ac341f1ea26e90413ed06c4c496989e8473fd27d2c15e5
5-
Size (sybil-9.2.0.tar.gz) = 43757 bytes
3+
BLAKE2s (sybil-9.3.0.tar.gz) = 808381a13299a05c912bb4141737964e8d64c9ac35ad6b3ccecdf2c88bb4fbcb
4+
SHA512 (sybil-9.3.0.tar.gz) = e332fd542be0ba95b263ea55841dc6502296238f0e2c9a8ee9fa98d5dff5c9bc1301e3efd09b8820768655bf4aec54d9f08939a249c42729252751e41f4c34eb
5+
Size (sybil-9.3.0.tar.gz) = 89078 bytes

0 commit comments

Comments
 (0)