1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Add Markups, a wrapper around various text markup languages.

This commit is contained in:
Tilman Keskinoz 2018-07-24 20:25:50 +00:00
parent 762b924c54
commit b402f046e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475275
4 changed files with 28 additions and 0 deletions

View File

@ -1322,6 +1322,7 @@
SUBDIR += py-markdown
SUBDIR += py-markdown-math
SUBDIR += py-markdown2
SUBDIR += py-markups
SUBDIR += py-mistune
SUBDIR += py-mkdocs
SUBDIR += py-mkdocs-nature

View File

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= Markups
PORTVERSION= 3.0.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= arved@FreeBSD.org
COMMENT= Wrapper around various text markup languages
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.2+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1532462202
SHA256 (Markups-3.0.0.tar.gz) = 1ea19458dfca6a4562044e701aa8698089a0c659fc535689ed260f89a04f8d39
SIZE (Markups-3.0.0.tar.gz) = 16966

View File

@ -0,0 +1,6 @@
This 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.
WWW: https://pypi.org/project/Markups/