mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add py-markuppy 1.14
MarkupPy is a Python module that attempts to make it easier to generate HTML/XML from a Python program in an intuitive, lightweight, customizable and pythonic way. WWW: https://github.com/tylerbakke/MarkupPy
This commit is contained in:
parent
5ba4f8a4b8
commit
a870f4c6fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547683
@ -1296,6 +1296,7 @@
|
||||
SUBDIR += py-markdown
|
||||
SUBDIR += py-markdown-math
|
||||
SUBDIR += py-markdown2
|
||||
SUBDIR += py-markuppy
|
||||
SUBDIR += py-markups
|
||||
SUBDIR += py-misaka
|
||||
SUBDIR += py-mistune
|
||||
|
21
textproc/py-markuppy/Makefile
Normal file
21
textproc/py-markuppy/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= markuppy
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= MarkupPy-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= HTML/XML generator
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-markuppy/distinfo
Normal file
3
textproc/py-markuppy/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1599302701
|
||||
SHA256 (MarkupPy-1.14.tar.gz) = 1adee2c0a542af378fe84548ff6f6b0168f3cb7f426b46961038a2bcfaad0d5f
|
||||
SIZE (MarkupPy-1.14.tar.gz) = 6815
|
5
textproc/py-markuppy/pkg-descr
Normal file
5
textproc/py-markuppy/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
MarkupPy is a Python module that attempts to make it easier to generate HTML/XML
|
||||
from a Python program in an intuitive, lightweight, customizable and pythonic
|
||||
way.
|
||||
|
||||
WWW: https://github.com/tylerbakke/MarkupPy
|
Loading…
Reference in New Issue
Block a user