pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc py-manuel: added version 1.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/033918c19c64
branches:  trunk
changeset: 319344:033918c19c64
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 12 09:10:31 2019 +0000

description:
py-manuel: added version 1.10.1

Manuel lets you mix and match traditional doctests with custom test syntax.

diffstat:

 textproc/Makefile           |   3 ++-
 textproc/py-manuel/DESCR    |   1 +
 textproc/py-manuel/Makefile |  20 ++++++++++++++++++++
 textproc/py-manuel/PLIST    |  45 +++++++++++++++++++++++++++++++++++++++++++++
 textproc/py-manuel/distinfo |   6 ++++++
 5 files changed, 74 insertions(+), 1 deletions(-)

diffs (105 lines):

diff -r ad5da47f26ca -r 033918c19c64 textproc/Makefile
--- a/textproc/Makefile Tue Feb 12 08:58:34 2019 +0000
+++ b/textproc/Makefile Tue Feb 12 09:10:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1021 2019/02/11 21:56:10 leot Exp $
+# $NetBSD: Makefile,v 1.1022 2019/02/12 09:10:31 adam Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -800,6 +800,7 @@
 SUBDIR+=       py-loremipsum
 SUBDIR+=       py-lxml
 SUBDIR+=       py-m2r
+SUBDIR+=       py-manuel
 SUBDIR+=       py-marisa
 SUBDIR+=       py-markdown
 SUBDIR+=       py-markdown2
diff -r ad5da47f26ca -r 033918c19c64 textproc/py-manuel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-manuel/DESCR  Tue Feb 12 09:10:31 2019 +0000
@@ -0,0 +1,1 @@
+Manuel lets you mix and match traditional doctests with custom test syntax.
diff -r ad5da47f26ca -r 033918c19c64 textproc/py-manuel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-manuel/Makefile       Tue Feb 12 09:10:31 2019 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/02/12 09:10:31 adam Exp $
+
+DISTNAME=      manuel-1.10.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=m/manuel/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/benji-york/manuel
+COMMENT=       Build tested documentation
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+TEST_DEPENDS+= ${PYPKGPREFIX}-zope.testing-[0-9]*:../../devel/py-zope.testing
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ad5da47f26ca -r 033918c19c64 textproc/py-manuel/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-manuel/PLIST  Tue Feb 12 09:10:31 2019 +0000
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/12 09:10:31 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/manuel/README.txt
+${PYSITELIB}/manuel/__init__.py
+${PYSITELIB}/manuel/__init__.pyc
+${PYSITELIB}/manuel/__init__.pyo
+${PYSITELIB}/manuel/bugs.txt
+${PYSITELIB}/manuel/capture.py
+${PYSITELIB}/manuel/capture.pyc
+${PYSITELIB}/manuel/capture.pyo
+${PYSITELIB}/manuel/capture.txt
+${PYSITELIB}/manuel/codeblock.py
+${PYSITELIB}/manuel/codeblock.pyc
+${PYSITELIB}/manuel/codeblock.pyo
+${PYSITELIB}/manuel/doc1.ex
+${PYSITELIB}/manuel/doc2.ex
+${PYSITELIB}/manuel/doc3.ex
+${PYSITELIB}/manuel/doctest.py
+${PYSITELIB}/manuel/doctest.pyc
+${PYSITELIB}/manuel/doctest.pyo
+${PYSITELIB}/manuel/footnote.py
+${PYSITELIB}/manuel/footnote.pyc
+${PYSITELIB}/manuel/footnote.pyo
+${PYSITELIB}/manuel/ignore.py
+${PYSITELIB}/manuel/ignore.pyc
+${PYSITELIB}/manuel/ignore.pyo
+${PYSITELIB}/manuel/index.txt
+${PYSITELIB}/manuel/isolation.py
+${PYSITELIB}/manuel/isolation.pyc
+${PYSITELIB}/manuel/isolation.pyo
+${PYSITELIB}/manuel/table-example.txt
+${PYSITELIB}/manuel/testcase.py
+${PYSITELIB}/manuel/testcase.pyc
+${PYSITELIB}/manuel/testcase.pyo
+${PYSITELIB}/manuel/testing.py
+${PYSITELIB}/manuel/testing.pyc
+${PYSITELIB}/manuel/testing.pyo
+${PYSITELIB}/manuel/tests.py
+${PYSITELIB}/manuel/tests.pyc
+${PYSITELIB}/manuel/tests.pyo
diff -r ad5da47f26ca -r 033918c19c64 textproc/py-manuel/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-manuel/distinfo       Tue Feb 12 09:10:31 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/12 09:10:31 adam Exp $
+
+SHA1 (manuel-1.10.1.tar.gz) = c454a10d83733237257ba915de5362b7c9a4b603
+RMD160 (manuel-1.10.1.tar.gz) = b58d4142047cbac0f41e09d16c3489f62afb9127
+SHA512 (manuel-1.10.1.tar.gz) = 39376852e2ecb8a19b2f565464e53f475577edf68e89b3d267f94374a444714ed38ef63da638a02dcec2df851869d57c0d256dca4b436b37ff36b6b3a822710b
+Size (manuel-1.10.1.tar.gz) = 42142 bytes



Home | Main Index | Thread Index | Old Index