Sat Oct 7 07:31:14 2017 UTC ()
py-creole: update to 1.3.1

v1.3.1:
Bugfix for ���Failed building wheel for python-creole���


(adam)
diff -r1.9 -r1.10 pkgsrc/textproc/py-creole/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/py-creole/PLIST
diff -r1.3 -r1.4 pkgsrc/textproc/py-creole/distinfo
diff -r1.1 -r1.2 pkgsrc/textproc/py-creole/patches/patch-setup.py

cvs diff -r1.9 -r1.10 pkgsrc/textproc/py-creole/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-creole/Makefile 2017/09/03 09:22:58 1.9
+++ pkgsrc/textproc/py-creole/Makefile 2017/10/07 07:31:14 1.10
@@ -1,53 +1,29 @@ @@ -1,53 +1,29 @@
1# $NetBSD: Makefile,v 1.9 2017/09/03 09:22:58 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2017/10/07 07:31:14 adam Exp $
2 2
3VERS= 1.0.5 3DISTNAME= python-creole-1.3.1
4DISTNAME= python-creole-${VERS} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
5PKGNAME= ${PYPKGPREFIX}-creole-${VERS} 
6CATEGORIES= textproc www python 5CATEGORIES= textproc www python
7MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-creole/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-creole/}
8 7
9MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= https://github.com/jedie/python-creole 9HOMEPAGE= https://github.com/jedie/python-creole
11COMMENT= Creole <-> HTML converter 10COMMENT= Markup converter in pure Python
12 
13LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
14 12
15DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils 13DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
16DEPENDS+= ${PYPKGPREFIX}-textile>=0:../../textproc/py-textile 14DEPENDS+= ${PYPKGPREFIX}-textile-[0-9]*:../../textproc/py-textile
 15BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
17 16
18USE_LANGUAGES= #none 17USE_LANGUAGES= # none
19 18
20SUBST_CLASSES+= env 19REPLACE_PYTHON+= creole/*.py
21SUBST_SED.env= -e "s,\#! */usr/bin/env *python[0-9.]*,\#!${PYTHONBIN}," 20REPLACE_PYTHON+= creole/*/*.py
22SUBST_MESSAGE.env= Fixing path to python. 
23SUBST_STAGE.env= post-patch 
24SUBST_FILES.env= creole/exceptions.py 
25SUBST_FILES.env+= creole/html2creole/emitter.py 
26SUBST_FILES.env+= creole/html2rest/emitter.py 
27SUBST_FILES.env+= creole/html2textile/emitter.py 
28SUBST_FILES.env+= creole/html_parser/parser.py 
29SUBST_FILES.env+= creole/html_tools/deentity.py 
30SUBST_FILES.env+= creole/html_tools/strip_html.py 
31SUBST_FILES.env+= creole/html_tools/text_tools.py 
32SUBST_FILES.env+= creole/rest2html/clean_writer.py 
33SUBST_FILES.env+= creole/shared/base_emitter.py 
34SUBST_FILES.env+= creole/shared/document_tree.py 
35SUBST_FILES.env+= creole/shared/unknown_tags.py 
36SUBST_FILES.env+= creole/tests/__init__.py 
37SUBST_FILES.env+= creole/tests/all_tests.py 
38SUBST_FILES.env+= creole/tests/test_creole2html.py 
39SUBST_FILES.env+= creole/tests/test_cross_compare_all.py 
40SUBST_FILES.env+= creole/tests/test_cross_compare_creole.py 
41SUBST_FILES.env+= creole/tests/test_cross_compare_rest.py 
42SUBST_FILES.env+= creole/tests/test_cross_compare_textile.py 
43SUBST_FILES.env+= creole/tests/test_html2creole.py 
44SUBST_FILES.env+= creole/tests/test_html2rest.py 
45SUBST_FILES.env+= creole/tests/test_html2textile.py 
46SUBST_FILES.env+= creole/tests/test_rest2html.py 
47SUBST_FILES.env+= creole/tests/test_setup_utils.py 
48SUBST_FILES.env+= creole/tests/test_utils.py 
49 21
50PYTHON_SELF_CONFLICT= yes 22PYTHON_SELF_CONFLICT= yes
51 23
 24do-test:
 25 cd ${WRKSRC} && ${PYTHONBIN} setup.py nosetests
 26
 27.include "../../lang/python/application.mk"
52.include "../../lang/python/egg.mk" 28.include "../../lang/python/egg.mk"
53.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/py-creole/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-creole/PLIST 2012/10/11 15:35:09 1.2
+++ pkgsrc/textproc/py-creole/PLIST 2017/10/07 07:31:14 1.3
@@ -1,80 +1,87 @@ @@ -1,80 +1,87 @@
1@comment $NetBSD: PLIST,v 1.2 2012/10/11 15:35:09 wen Exp $ 1@comment $NetBSD: PLIST,v 1.3 2017/10/07 07:31:14 adam Exp $
 2bin/creole2html
 3bin/html2creole
 4bin/html2rest
 5bin/html2textile
 6${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 7${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 8${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 9${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 10${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 11${PYSITELIB}/${EGG_INFODIR}/zip-safe
2${PYSITELIB}/creole/__init__.py 12${PYSITELIB}/creole/__init__.py
3${PYSITELIB}/creole/__init__.pyc 13${PYSITELIB}/creole/__init__.pyc
4${PYSITELIB}/creole/__init__.pyo 14${PYSITELIB}/creole/__init__.pyo
5${PYSITELIB}/creole/creole2html/__init__.py 15${PYSITELIB}/creole/cmdline.py
6${PYSITELIB}/creole/creole2html/__init__.pyc 16${PYSITELIB}/creole/cmdline.pyc
7${PYSITELIB}/creole/creole2html/__init__.pyo 17${PYSITELIB}/creole/cmdline.pyo
8${PYSITELIB}/creole/creole2html/emitter.py 18${PYSITELIB}/creole/emitter/__init__.py
9${PYSITELIB}/creole/creole2html/emitter.pyc 19${PYSITELIB}/creole/emitter/__init__.pyc
10${PYSITELIB}/creole/creole2html/emitter.pyo 20${PYSITELIB}/creole/emitter/__init__.pyo
11${PYSITELIB}/creole/creole2html/parser.py 21${PYSITELIB}/creole/emitter/creol2html_emitter.py
12${PYSITELIB}/creole/creole2html/parser.pyc 22${PYSITELIB}/creole/emitter/creol2html_emitter.pyc
13${PYSITELIB}/creole/creole2html/parser.pyo 23${PYSITELIB}/creole/emitter/creol2html_emitter.pyo
14${PYSITELIB}/creole/creole2html/rules.py 24${PYSITELIB}/creole/emitter/html2creole_emitter.py
15${PYSITELIB}/creole/creole2html/rules.pyc 25${PYSITELIB}/creole/emitter/html2creole_emitter.pyc
16${PYSITELIB}/creole/creole2html/rules.pyo 26${PYSITELIB}/creole/emitter/html2creole_emitter.pyo
 27${PYSITELIB}/creole/emitter/html2rest_emitter.py
 28${PYSITELIB}/creole/emitter/html2rest_emitter.pyc
 29${PYSITELIB}/creole/emitter/html2rest_emitter.pyo
 30${PYSITELIB}/creole/emitter/html2textile_emitter.py
 31${PYSITELIB}/creole/emitter/html2textile_emitter.pyc
 32${PYSITELIB}/creole/emitter/html2textile_emitter.pyo
17${PYSITELIB}/creole/exceptions.py 33${PYSITELIB}/creole/exceptions.py
18${PYSITELIB}/creole/exceptions.pyc 34${PYSITELIB}/creole/exceptions.pyc
19${PYSITELIB}/creole/exceptions.pyo 35${PYSITELIB}/creole/exceptions.pyo
20${PYSITELIB}/creole/html2creole/__init__.py 
21${PYSITELIB}/creole/html2creole/__init__.pyc 
22${PYSITELIB}/creole/html2creole/__init__.pyo 
23${PYSITELIB}/creole/html2creole/emitter.py 
24${PYSITELIB}/creole/html2creole/emitter.pyc 
25${PYSITELIB}/creole/html2creole/emitter.pyo 
26${PYSITELIB}/creole/html2rest/__init__.py 
27${PYSITELIB}/creole/html2rest/__init__.pyc 
28${PYSITELIB}/creole/html2rest/__init__.pyo 
29${PYSITELIB}/creole/html2rest/emitter.py 
30${PYSITELIB}/creole/html2rest/emitter.pyc 
31${PYSITELIB}/creole/html2rest/emitter.pyo 
32${PYSITELIB}/creole/html2textile/__init__.py 
33${PYSITELIB}/creole/html2textile/__init__.pyc 
34${PYSITELIB}/creole/html2textile/__init__.pyo 
35${PYSITELIB}/creole/html2textile/emitter.py 
36${PYSITELIB}/creole/html2textile/emitter.pyc 
37${PYSITELIB}/creole/html2textile/emitter.pyo 
38${PYSITELIB}/creole/html_parser/__init__.py 
39${PYSITELIB}/creole/html_parser/__init__.pyc 
40${PYSITELIB}/creole/html_parser/__init__.pyo 
41${PYSITELIB}/creole/html_parser/config.py 
42${PYSITELIB}/creole/html_parser/config.pyc 
43${PYSITELIB}/creole/html_parser/config.pyo 
44${PYSITELIB}/creole/html_parser/parser.py 
45${PYSITELIB}/creole/html_parser/parser.pyc 
46${PYSITELIB}/creole/html_parser/parser.pyo 
47${PYSITELIB}/creole/html_tools/__init__.py 36${PYSITELIB}/creole/html_tools/__init__.py
48${PYSITELIB}/creole/html_tools/__init__.pyc 37${PYSITELIB}/creole/html_tools/__init__.pyc
49${PYSITELIB}/creole/html_tools/__init__.pyo 38${PYSITELIB}/creole/html_tools/__init__.pyo
50${PYSITELIB}/creole/html_tools/deentity.py 39${PYSITELIB}/creole/html_tools/deentity.py
51${PYSITELIB}/creole/html_tools/deentity.pyc 40${PYSITELIB}/creole/html_tools/deentity.pyc
52${PYSITELIB}/creole/html_tools/deentity.pyo 41${PYSITELIB}/creole/html_tools/deentity.pyo
53${PYSITELIB}/creole/html_tools/strip_html.py 42${PYSITELIB}/creole/html_tools/strip_html.py
54${PYSITELIB}/creole/html_tools/strip_html.pyc 43${PYSITELIB}/creole/html_tools/strip_html.pyc
55${PYSITELIB}/creole/html_tools/strip_html.pyo 44${PYSITELIB}/creole/html_tools/strip_html.pyo
56${PYSITELIB}/creole/html_tools/text_tools.py 45${PYSITELIB}/creole/html_tools/text_tools.py
57${PYSITELIB}/creole/html_tools/text_tools.pyc 46${PYSITELIB}/creole/html_tools/text_tools.pyc
58${PYSITELIB}/creole/html_tools/text_tools.pyo 47${PYSITELIB}/creole/html_tools/text_tools.pyo
 48${PYSITELIB}/creole/parser/__init__.py
 49${PYSITELIB}/creole/parser/__init__.pyc
 50${PYSITELIB}/creole/parser/__init__.pyo
 51${PYSITELIB}/creole/parser/creol2html_parser.py
 52${PYSITELIB}/creole/parser/creol2html_parser.pyc
 53${PYSITELIB}/creole/parser/creol2html_parser.pyo
 54${PYSITELIB}/creole/parser/creol2html_rules.py
 55${PYSITELIB}/creole/parser/creol2html_rules.pyc
 56${PYSITELIB}/creole/parser/creol2html_rules.pyo
 57${PYSITELIB}/creole/parser/html_parser.py
 58${PYSITELIB}/creole/parser/html_parser.pyc
 59${PYSITELIB}/creole/parser/html_parser.pyo
 60${PYSITELIB}/creole/parser/html_parser_config.py
 61${PYSITELIB}/creole/parser/html_parser_config.pyc
 62${PYSITELIB}/creole/parser/html_parser_config.pyo
59${PYSITELIB}/creole/py3compat.py 63${PYSITELIB}/creole/py3compat.py
60${PYSITELIB}/creole/py3compat.pyc 64${PYSITELIB}/creole/py3compat.pyc
61${PYSITELIB}/creole/py3compat.pyo 65${PYSITELIB}/creole/py3compat.pyo
62${PYSITELIB}/creole/rest2html/__init__.py 66${PYSITELIB}/creole/rest_tools/__init__.py
63${PYSITELIB}/creole/rest2html/__init__.pyc 67${PYSITELIB}/creole/rest_tools/__init__.pyc
64${PYSITELIB}/creole/rest2html/__init__.pyo 68${PYSITELIB}/creole/rest_tools/__init__.pyo
65${PYSITELIB}/creole/rest2html/clean_writer.py 69${PYSITELIB}/creole/rest_tools/clean_writer.py
66${PYSITELIB}/creole/rest2html/clean_writer.pyc 70${PYSITELIB}/creole/rest_tools/clean_writer.pyc
67${PYSITELIB}/creole/rest2html/clean_writer.pyo 71${PYSITELIB}/creole/rest_tools/clean_writer.pyo
 72${PYSITELIB}/creole/rest_tools/pypi_rest2html.py
 73${PYSITELIB}/creole/rest_tools/pypi_rest2html.pyc
 74${PYSITELIB}/creole/rest_tools/pypi_rest2html.pyo
68${PYSITELIB}/creole/setup_utils.py 75${PYSITELIB}/creole/setup_utils.py
69${PYSITELIB}/creole/setup_utils.pyc 76${PYSITELIB}/creole/setup_utils.pyc
70${PYSITELIB}/creole/setup_utils.pyo 77${PYSITELIB}/creole/setup_utils.pyo
71${PYSITELIB}/creole/shared/HTMLParsercompat.py 78${PYSITELIB}/creole/shared/HTMLParsercompat.py
72${PYSITELIB}/creole/shared/HTMLParsercompat.pyc 79${PYSITELIB}/creole/shared/HTMLParsercompat.pyc
73${PYSITELIB}/creole/shared/HTMLParsercompat.pyo 80${PYSITELIB}/creole/shared/HTMLParsercompat.pyo
74${PYSITELIB}/creole/shared/__init__.py 81${PYSITELIB}/creole/shared/__init__.py
75${PYSITELIB}/creole/shared/__init__.pyc 82${PYSITELIB}/creole/shared/__init__.pyc
76${PYSITELIB}/creole/shared/__init__.pyo 83${PYSITELIB}/creole/shared/__init__.pyo
77${PYSITELIB}/creole/shared/base_emitter.py 84${PYSITELIB}/creole/shared/base_emitter.py
78${PYSITELIB}/creole/shared/base_emitter.pyc 85${PYSITELIB}/creole/shared/base_emitter.pyc
79${PYSITELIB}/creole/shared/base_emitter.pyo 86${PYSITELIB}/creole/shared/base_emitter.pyo
80${PYSITELIB}/creole/shared/document_tree.py 87${PYSITELIB}/creole/shared/document_tree.py
@@ -88,33 +95,33 @@ ${PYSITELIB}/creole/shared/html_parser.p @@ -88,33 +95,33 @@ ${PYSITELIB}/creole/shared/html_parser.p
88${PYSITELIB}/creole/shared/html_parser.pyo 95${PYSITELIB}/creole/shared/html_parser.pyo
89${PYSITELIB}/creole/shared/markup_table.py 96${PYSITELIB}/creole/shared/markup_table.py
90${PYSITELIB}/creole/shared/markup_table.pyc 97${PYSITELIB}/creole/shared/markup_table.pyc
91${PYSITELIB}/creole/shared/markup_table.pyo 98${PYSITELIB}/creole/shared/markup_table.pyo
92${PYSITELIB}/creole/shared/unknown_tags.py 99${PYSITELIB}/creole/shared/unknown_tags.py
93${PYSITELIB}/creole/shared/unknown_tags.pyc 100${PYSITELIB}/creole/shared/unknown_tags.pyc
94${PYSITELIB}/creole/shared/unknown_tags.pyo 101${PYSITELIB}/creole/shared/unknown_tags.pyo
95${PYSITELIB}/creole/shared/utils.py 102${PYSITELIB}/creole/shared/utils.py
96${PYSITELIB}/creole/shared/utils.pyc 103${PYSITELIB}/creole/shared/utils.pyc
97${PYSITELIB}/creole/shared/utils.pyo 104${PYSITELIB}/creole/shared/utils.pyo
98${PYSITELIB}/creole/tests/__init__.py 105${PYSITELIB}/creole/tests/__init__.py
99${PYSITELIB}/creole/tests/__init__.pyc 106${PYSITELIB}/creole/tests/__init__.pyc
100${PYSITELIB}/creole/tests/__init__.pyo 107${PYSITELIB}/creole/tests/__init__.pyo
101${PYSITELIB}/creole/tests/all_tests.py 
102${PYSITELIB}/creole/tests/all_tests.pyc 
103${PYSITELIB}/creole/tests/all_tests.pyo 
104${PYSITELIB}/creole/tests/test_README.creole 108${PYSITELIB}/creole/tests/test_README.creole
105${PYSITELIB}/creole/tests/test_TODOs.py 109${PYSITELIB}/creole/tests/test_TODOs.py
106${PYSITELIB}/creole/tests/test_TODOs.pyc 110${PYSITELIB}/creole/tests/test_TODOs.pyc
107${PYSITELIB}/creole/tests/test_TODOs.pyo 111${PYSITELIB}/creole/tests/test_TODOs.pyo
 112${PYSITELIB}/creole/tests/test_cli.py
 113${PYSITELIB}/creole/tests/test_cli.pyc
 114${PYSITELIB}/creole/tests/test_cli.pyo
108${PYSITELIB}/creole/tests/test_creole2html.py 115${PYSITELIB}/creole/tests/test_creole2html.py
109${PYSITELIB}/creole/tests/test_creole2html.pyc 116${PYSITELIB}/creole/tests/test_creole2html.pyc
110${PYSITELIB}/creole/tests/test_creole2html.pyo 117${PYSITELIB}/creole/tests/test_creole2html.pyo
111${PYSITELIB}/creole/tests/test_cross_compare_all.py 118${PYSITELIB}/creole/tests/test_cross_compare_all.py
112${PYSITELIB}/creole/tests/test_cross_compare_all.pyc 119${PYSITELIB}/creole/tests/test_cross_compare_all.pyc
113${PYSITELIB}/creole/tests/test_cross_compare_all.pyo 120${PYSITELIB}/creole/tests/test_cross_compare_all.pyo
114${PYSITELIB}/creole/tests/test_cross_compare_creole.py 121${PYSITELIB}/creole/tests/test_cross_compare_creole.py
115${PYSITELIB}/creole/tests/test_cross_compare_creole.pyc 122${PYSITELIB}/creole/tests/test_cross_compare_creole.pyc
116${PYSITELIB}/creole/tests/test_cross_compare_creole.pyo 123${PYSITELIB}/creole/tests/test_cross_compare_creole.pyo
117${PYSITELIB}/creole/tests/test_cross_compare_rest.py 124${PYSITELIB}/creole/tests/test_cross_compare_rest.py
118${PYSITELIB}/creole/tests/test_cross_compare_rest.pyc 125${PYSITELIB}/creole/tests/test_cross_compare_rest.pyc
119${PYSITELIB}/creole/tests/test_cross_compare_rest.pyo 126${PYSITELIB}/creole/tests/test_cross_compare_rest.pyo
120${PYSITELIB}/creole/tests/test_cross_compare_textile.py 127${PYSITELIB}/creole/tests/test_cross_compare_textile.py
@@ -125,34 +132,38 @@ ${PYSITELIB}/creole/tests/test_html2creo @@ -125,34 +132,38 @@ ${PYSITELIB}/creole/tests/test_html2creo
125${PYSITELIB}/creole/tests/test_html2creole.pyo 132${PYSITELIB}/creole/tests/test_html2creole.pyo
126${PYSITELIB}/creole/tests/test_html2rest.py 133${PYSITELIB}/creole/tests/test_html2rest.py
127${PYSITELIB}/creole/tests/test_html2rest.pyc 134${PYSITELIB}/creole/tests/test_html2rest.pyc
128${PYSITELIB}/creole/tests/test_html2rest.pyo 135${PYSITELIB}/creole/tests/test_html2rest.pyo
129${PYSITELIB}/creole/tests/test_html2textile.py 136${PYSITELIB}/creole/tests/test_html2textile.py
130${PYSITELIB}/creole/tests/test_html2textile.pyc 137${PYSITELIB}/creole/tests/test_html2textile.pyc
131${PYSITELIB}/creole/tests/test_html2textile.pyo 138${PYSITELIB}/creole/tests/test_html2textile.pyo
132${PYSITELIB}/creole/tests/test_macros.py 139${PYSITELIB}/creole/tests/test_macros.py
133${PYSITELIB}/creole/tests/test_macros.pyc 140${PYSITELIB}/creole/tests/test_macros.pyc
134${PYSITELIB}/creole/tests/test_macros.pyo 141${PYSITELIB}/creole/tests/test_macros.pyo
135${PYSITELIB}/creole/tests/test_rest2html.py 142${PYSITELIB}/creole/tests/test_rest2html.py
136${PYSITELIB}/creole/tests/test_rest2html.pyc 143${PYSITELIB}/creole/tests/test_rest2html.pyc
137${PYSITELIB}/creole/tests/test_rest2html.pyo 144${PYSITELIB}/creole/tests/test_rest2html.pyo
 145${PYSITELIB}/creole/tests/test_setup.py
 146${PYSITELIB}/creole/tests/test_setup.pyc
 147${PYSITELIB}/creole/tests/test_setup.pyo
138${PYSITELIB}/creole/tests/test_setup_utils.py 148${PYSITELIB}/creole/tests/test_setup_utils.py
139${PYSITELIB}/creole/tests/test_setup_utils.pyc 149${PYSITELIB}/creole/tests/test_setup_utils.pyc
140${PYSITELIB}/creole/tests/test_setup_utils.pyo 150${PYSITELIB}/creole/tests/test_setup_utils.pyo
 151${PYSITELIB}/creole/tests/test_subprocess.py
 152${PYSITELIB}/creole/tests/test_subprocess.pyc
 153${PYSITELIB}/creole/tests/test_subprocess.pyo
141${PYSITELIB}/creole/tests/test_utils.py 154${PYSITELIB}/creole/tests/test_utils.py
142${PYSITELIB}/creole/tests/test_utils.pyc 155${PYSITELIB}/creole/tests/test_utils.pyc
143${PYSITELIB}/creole/tests/test_utils.pyo 156${PYSITELIB}/creole/tests/test_utils.pyo
144${PYSITELIB}/creole/tests/utils/__init__.py 157${PYSITELIB}/creole/tests/utils/__init__.py
145${PYSITELIB}/creole/tests/utils/__init__.pyc 158${PYSITELIB}/creole/tests/utils/__init__.pyc
146${PYSITELIB}/creole/tests/utils/__init__.pyo 159${PYSITELIB}/creole/tests/utils/__init__.pyo
147${PYSITELIB}/creole/tests/utils/base_unittest.py 160${PYSITELIB}/creole/tests/utils/base_unittest.py
148${PYSITELIB}/creole/tests/utils/base_unittest.pyc 161${PYSITELIB}/creole/tests/utils/base_unittest.pyc
149${PYSITELIB}/creole/tests/utils/base_unittest.pyo 162${PYSITELIB}/creole/tests/utils/base_unittest.pyo
 163${PYSITELIB}/creole/tests/utils/unittest_subprocess.py
 164${PYSITELIB}/creole/tests/utils/unittest_subprocess.pyc
 165${PYSITELIB}/creole/tests/utils/unittest_subprocess.pyo
150${PYSITELIB}/creole/tests/utils/utils.py 166${PYSITELIB}/creole/tests/utils/utils.py
151${PYSITELIB}/creole/tests/utils/utils.pyc 167${PYSITELIB}/creole/tests/utils/utils.pyc
152${PYSITELIB}/creole/tests/utils/utils.pyo 168${PYSITELIB}/creole/tests/utils/utils.pyo
153${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 
154${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 
155${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 
156${PYSITELIB}/${EGG_INFODIR}/top_level.txt 
157${PYSITELIB}/${EGG_INFODIR}/zip-safe 
158share/doc/py-creole/README.creole 169share/doc/py-creole/README.creole

cvs diff -r1.3 -r1.4 pkgsrc/textproc/py-creole/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-creole/distinfo 2015/11/04 02:00:02 1.3
+++ pkgsrc/textproc/py-creole/distinfo 2017/10/07 07:31:14 1.4
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.3 2015/11/04 02:00:02 agc Exp $ 1$NetBSD: distinfo,v 1.4 2017/10/07 07:31:14 adam Exp $
2 2
3SHA1 (python-creole-1.0.5.tar.gz) = fabef2732acdca81704f16f29222006d8b9e95a3 3SHA1 (python-creole-1.3.1.tar.gz) = 39f03906157df6910a5de64b999c39dcdd7972f4
4RMD160 (python-creole-1.0.5.tar.gz) = c7079a6f46e2e726058944f12b204d9b174f32df 4RMD160 (python-creole-1.3.1.tar.gz) = e715a82b22e6508f299a79bbce940f36b627c3dc
5SHA512 (python-creole-1.0.5.tar.gz) = 0d11325c0fa3a284d759484fc2d2f2f6e5642b31cb543b1c804e141e8de9fc6bb80bc36c0f3f947b77f14d41f40b1e0836236c9a2e898e3a2fce8f3f72c73f95 5SHA512 (python-creole-1.3.1.tar.gz) = 15a1fbd2aab578f60ba06a4df6484a73fac47eb594ca85e2a8d1bf79a5315d5f29cdc33ad8f6e81d075a8f9afd44c7b7a6c956e4e800b0c6f5a9413b38356274
6Size (python-creole-1.0.5.tar.gz) = 66232 bytes 6Size (python-creole-1.3.1.tar.gz) = 75834 bytes
7SHA1 (patch-setup.py) = 87fedc68753bd108c6c87b0ce6d5187e3627371b 7SHA1 (patch-setup.py) = 34bda5f9884544cdf214536e63b7ba12b52fe321

cvs diff -r1.1 -r1.2 pkgsrc/textproc/py-creole/patches/Attic/patch-setup.py (expand / switch to unified diff)

--- pkgsrc/textproc/py-creole/patches/Attic/patch-setup.py 2012/10/11 15:35:09 1.1
+++ pkgsrc/textproc/py-creole/patches/Attic/patch-setup.py 2017/10/07 07:31:14 1.2
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-setup.py,v 1.1 2012/10/11 15:35:09 wen Exp $ 1$NetBSD: patch-setup.py,v 1.2 2017/10/07 07:31:14 adam Exp $
2 2
3Install README.creole into right directory. 3Install README.creole into right directory.
4 4
5--- setup.py.orig 2012-10-11 06:13:34.000000000 +0000 5--- setup.py.orig 2015-08-15 20:26:05.000000000 +0000
6+++ setup.py 6+++ setup.py
7@@ -44,7 +44,7 @@ setup( 7@@ -207,7 +207,7 @@ setup(
8 url='http://code.google.com/p/python-creole/', 8 url='https://github.com/jedie/python-creole/',
9 packages=find_packages(), 9 packages=find_packages(),
10 include_package_data=True, # include package data under svn source control 10 include_package_data=True, # include package data under svn source control
11- data_files=[("", ["README.creole"])], # README used in unittest test_setup_utils.py 11- data_files=[("", ["README.creole"])], # README used in unittest test_setup_utils.py
12+ data_files=[("share/doc/py-creole", ["README.creole"])], # README used in unittest test_setup_utils.py 12+ data_files=[("share/doc/py-creole", ["README.creole"])], # README used in unittest test_setup_utils.py
13 zip_safe=True, # http://packages.python.org/distribute/setuptools.html#setting-the-zip-safe-flag 13 entry_points={
14 keywords="creole markup creole2html html2creole rest2html html2rest html2textile", 14 "console_scripts": [
15 classifiers=[ 15 "creole2html = creole.cmdline:cli_creole2html",