Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2020 21:27:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547683 - in head/textproc: . py-markuppy
Message-ID:  <202009052127.085LR9PW002884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  5 21:27:09 2020
New Revision: 547683
URL: https://svnweb.freebsd.org/changeset/ports/547683

Log:
  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

Added:
  head/textproc/py-markuppy/
  head/textproc/py-markuppy/Makefile   (contents, props changed)
  head/textproc/py-markuppy/distinfo   (contents, props changed)
  head/textproc/py-markuppy/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Sep  5 21:26:49 2020	(r547682)
+++ head/textproc/Makefile	Sat Sep  5 21:27:09 2020	(r547683)
@@ -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

Added: head/textproc/py-markuppy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-markuppy/Makefile	Sat Sep  5 21:27:09 2020	(r547683)
@@ -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>

Added: head/textproc/py-markuppy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-markuppy/distinfo	Sat Sep  5 21:27:09 2020	(r547683)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1599302701
+SHA256 (MarkupPy-1.14.tar.gz) = 1adee2c0a542af378fe84548ff6f6b0168f3cb7f426b46961038a2bcfaad0d5f
+SIZE (MarkupPy-1.14.tar.gz) = 6815

Added: head/textproc/py-markuppy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-markuppy/pkg-descr	Sat Sep  5 21:27:09 2020	(r547683)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009052127.085LR9PW002884>