pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-markups



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Mar  1 22:07:19 UTC 2019

Added Files:
        pkgsrc/textproc/py-markups: DESCR Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-markups/DESCR \
    pkgsrc/textproc/py-markups/Makefile pkgsrc/textproc/py-markups/PLIST \
    pkgsrc/textproc/py-markups/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/py-markups/DESCR
diff -u /dev/null pkgsrc/textproc/py-markups/DESCR:1.1
--- /dev/null   Fri Mar  1 22:07:19 2019
+++ pkgsrc/textproc/py-markups/DESCR    Fri Mar  1 22:07:19 2019
@@ -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.
Index: pkgsrc/textproc/py-markups/Makefile
diff -u /dev/null pkgsrc/textproc/py-markups/Makefile:1.1
--- /dev/null   Fri Mar  1 22:07:19 2019
+++ pkgsrc/textproc/py-markups/Makefile Fri Mar  1 22:07:19 2019
@@ -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"
Index: pkgsrc/textproc/py-markups/PLIST
diff -u /dev/null pkgsrc/textproc/py-markups/PLIST:1.1
--- /dev/null   Fri Mar  1 22:07:19 2019
+++ pkgsrc/textproc/py-markups/PLIST    Fri Mar  1 22:07:19 2019
@@ -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
Index: pkgsrc/textproc/py-markups/distinfo
diff -u /dev/null pkgsrc/textproc/py-markups/distinfo:1.1
--- /dev/null   Fri Mar  1 22:07:19 2019
+++ pkgsrc/textproc/py-markups/distinfo Fri Mar  1 22:07:19 2019
@@ -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