1
0
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:
Sunpoet Po-Chuan Hsieh 2020-09-05 21:27:09 +00:00
parent 5ba4f8a4b8
commit a870f4c6fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547683
4 changed files with 30 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1599302701
SHA256 (MarkupPy-1.14.tar.gz) = 1adee2c0a542af378fe84548ff6f6b0168f3cb7f426b46961038a2bcfaad0d5f
SIZE (MarkupPy-1.14.tar.gz) = 6815

View 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