forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There isn't much here of relevance to pkgsrc (as presently configured), but we may as well track the latest version. This drops Python 3.8 support, but as its only dependant is editors/retext, this doesn't seem concerning. Version 4.0.0, 2023-01-16 ========================= Incompatible changes: * Python versions older than 3.9 are no longer supported. * Python-Markdown versions older than 3.0 are no longer supported. * Setuptools 61.2 or higher is required to build the project. * ``setup.py`` has been removed. Use ``pip``, ``build`` or other :PEP:`517` compatible tool. Other changes: * Added AsciiDocMarkup (contributed by Dave Kuhlman in #17). * Made the tests pass with Pygments ≥ 2.11. * Made the tests pass when PyYAML is not installed (#18). * Reformatted code in accordance with :PEP:`8` standard. * Fixed mypy errors and added a :PEP:`561` ``py.typed`` file.
- Loading branch information
1 parent
126f6f2
commit f3e2eb7
Showing
3 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2019/03/01 22:07:19 gutteridge Exp $ | ||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO | ||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt | ||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt | ||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt | ||
${PYSITELIB}/${EGG_INFODIR}/requires.txt | ||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt | ||
@comment $NetBSD: PLIST,v 1.2 2023/07/31 21:58:36 gutteridge Exp $ | ||
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER | ||
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE | ||
${PYSITELIB}/${WHEEL_INFODIR}/METADATA | ||
${PYSITELIB}/${WHEEL_INFODIR}/RECORD | ||
${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED | ||
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL | ||
${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json | ||
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt | ||
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt | ||
${PYSITELIB}/markups/__init__.py | ||
${PYSITELIB}/markups/__init__.pyc | ||
${PYSITELIB}/markups/__init__.pyo | ||
${PYSITELIB}/markups/abstract.py | ||
${PYSITELIB}/markups/abstract.pyc | ||
${PYSITELIB}/markups/abstract.pyo | ||
${PYSITELIB}/markups/asciidoc.py | ||
${PYSITELIB}/markups/asciidoc.pyc | ||
${PYSITELIB}/markups/common.py | ||
${PYSITELIB}/markups/common.pyc | ||
${PYSITELIB}/markups/common.pyo | ||
${PYSITELIB}/markups/markdown.py | ||
${PYSITELIB}/markups/markdown.pyc | ||
${PYSITELIB}/markups/markdown.pyo | ||
${PYSITELIB}/markups/py.typed | ||
${PYSITELIB}/markups/restructuredtext.py | ||
${PYSITELIB}/markups/restructuredtext.pyc | ||
${PYSITELIB}/markups/restructuredtext.pyo | ||
${PYSITELIB}/markups/textile.py | ||
${PYSITELIB}/markups/textile.pyc | ||
${PYSITELIB}/markups/textile.pyo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.7 2021/11/28 20:22:32 adam Exp $ | ||
$NetBSD: distinfo,v 1.8 2023/07/31 21:58:36 gutteridge Exp $ | ||
|
||
BLAKE2s (Markups-3.1.3.tar.gz) = 5c0de9c55026850a5272275c4b2782fa7d272acd8a6b32828b17dae7356e85b4 | ||
SHA512 (Markups-3.1.3.tar.gz) = 324c3c45063e192ebde0fcd10e868b2053fb2758076092b180e1d8eed965dd41b2ea252a081b750637454395c163a92145f68e2a6fd8eb3eded8927baf044484 | ||
Size (Markups-3.1.3.tar.gz) = 20868 bytes | ||
BLAKE2s (Markups-4.0.0.tar.gz) = c965ceae3161ff1f7f32b4e025cedd217661481bb7fad7e91b964f90c548d96e | ||
SHA512 (Markups-4.0.0.tar.gz) = 5868b480debad480100ce632223aeca62ef22a6d9b2af6b4911d3477c94bcd99b88b5bc56f990d24d92de0d2665340e0fce37721f7979938ba947fab2c65900c | ||
Size (Markups-4.0.0.tar.gz) = 22968 bytes |