pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-markups textproc/py-markups: initial import



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9cad08c79e8
branches:  trunk
changeset: 330391:e9cad08c79e8
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Mar 01 22:07:19 2019 +0000

description:
textproc/py-markups: initial import

py-markups is a module that provides a wrapper around various text
markup languages. Available by default are Markdown, reStructuredText,
and Textile, but you can easily add your own markups.

diffstat:

 textproc/py-markups/DESCR    |   3 +++
 textproc/py-markups/Makefile |  22 ++++++++++++++++++++++
 textproc/py-markups/PLIST    |  25 +++++++++++++++++++++++++
 textproc/py-markups/distinfo |   6 ++++++
 4 files changed, 56 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r 2438aa0abd7b -r e9cad08c79e8 textproc/py-markups/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markups/DESCR Fri Mar 01 22:07:19 2019 +0000
@@ -0,0 +1,3 @@
+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.
diff -r 2438aa0abd7b -r e9cad08c79e8 textproc/py-markups/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markups/Makefile      Fri Mar 01 22:07:19 2019 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2019/03/01 22:07:19 gutteridge Exp $
+
+VERSION=       3.0.0
+DISTNAME=      Markups-${VERSION}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Markups/}
+
+MAINTAINER=    gutteridge%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/retext-project/pymarkups
+COMMENT=       Python text markup language wrapper module
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+DEPENDS+=      ${PYPKGPREFIX}-markdown-math-[0-9]*:../../textproc/py-markdown-math
+DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+=      ${PYPKGPREFIX}-textile-[0-9]*:../../textproc/py-textile
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2438aa0abd7b -r e9cad08c79e8 textproc/py-markups/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markups/PLIST Fri Mar 01 22:07:19 2019 +0000
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/01 22:07:19 gutteridge Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/markups/__init__.py
+${PYSITELIB}/markups/__init__.pyc
+${PYSITELIB}/markups/__init__.pyo
+${PYSITELIB}/markups/abstract.py
+${PYSITELIB}/markups/abstract.pyc
+${PYSITELIB}/markups/abstract.pyo
+${PYSITELIB}/markups/common.py
+${PYSITELIB}/markups/common.pyc
+${PYSITELIB}/markups/common.pyo
+${PYSITELIB}/markups/markdown.py
+${PYSITELIB}/markups/markdown.pyc
+${PYSITELIB}/markups/markdown.pyo
+${PYSITELIB}/markups/restructuredtext.py
+${PYSITELIB}/markups/restructuredtext.pyc
+${PYSITELIB}/markups/restructuredtext.pyo
+${PYSITELIB}/markups/textile.py
+${PYSITELIB}/markups/textile.pyc
+${PYSITELIB}/markups/textile.pyo
diff -r 2438aa0abd7b -r e9cad08c79e8 textproc/py-markups/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markups/distinfo      Fri Mar 01 22:07:19 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/01 22:07:19 gutteridge Exp $
+
+SHA1 (Markups-3.0.0.tar.gz) = 13c84e8eca43a9da4b6ea334ef7d3bd7a30367ef
+RMD160 (Markups-3.0.0.tar.gz) = 0477d20ddd6bd49c3766dad980b095567f32e402
+SHA512 (Markups-3.0.0.tar.gz) = 3dfb97f29e801fa296e7ea22f2693d05fe9a9bfdf6c9b560cf6a44d04abfb6c2ac0717093732b6fbd9ea052ab9f8d054b3aae10a0c16516af3815ca1d720aef5
+Size (Markups-3.0.0.tar.gz) = 16966 bytes



Home | Main Index | Thread Index | Old Index