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:
parent
762b924c54
commit
b402f046e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475275
@ -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
|
||||
|
18
textproc/py-markups/Makefile
Normal file
18
textproc/py-markups/Makefile
Normal 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>
|
3
textproc/py-markups/distinfo
Normal file
3
textproc/py-markups/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1532462202
|
||||
SHA256 (Markups-3.0.0.tar.gz) = 1ea19458dfca6a4562044e701aa8698089a0c659fc535689ed260f89a04f8d39
|
||||
SIZE (Markups-3.0.0.tar.gz) = 16966
|
6
textproc/py-markups/pkg-descr
Normal file
6
textproc/py-markups/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user