Path to this page:
./
textproc/py-markups,
Python text markup language wrapper module
Branch: CURRENT,
Version: 4.0.0nb1,
Package name: py312-markups-4.0.0nb1,
Maintainer: gutteridgeThis module provides a wrapper around various text markup languages.
Available by default are Markdown, reStructuredText, and Textile, but
you can easily add your own markups.
Required to run:[
textproc/py-docutils] [
textproc/py-textile] [
textproc/py-pygments] [
textproc/py-markdown-math] [
lang/python310]
Master sites:
Filesize: 22.43 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-markups-4.0.0nb1
- (2023-10-28) Updated to version: py311-markups-4.0.0nb1
- (2023-08-01) Updated to version: py310-markups-4.0.0
- (2023-02-09) Updated to version: py310-markups-3.1.3nb1
- (2022-01-05) Updated to version: py39-markups-3.1.3nb1
- (2021-11-29) Updated to version: py39-markups-3.1.3
CVS history: (Expand)
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-08-07 14:11:33 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-markups: added TOOL_DEPENDS
|
2023-07-31 23:58:37 by David H. Gutteridge | Files touched by this commit (3) | |
Log message:
py-markups: update to 4.0.0
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.
|
2023-07-30 17:32:50 by Adam Ciarcinski | Files touched by this commit (19) |
Log message:
Remove dependencies for Python 3.7
|
2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
|
2023-03-12 04:00:57 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
py-markups: add a comment noting 4.0.0 drops Python < 3.9
|