pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-creole py-creole: update to 1.4.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e25b4e26588a
branches:  trunk
changeset: 388168:e25b4e26588a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 18:21:46 2022 +0000

description:
py-creole: update to 1.4.10.

Changes not found, but fixes build with python 3.11.

diffstat:

 textproc/py-creole/Makefile               |  13 +++++---
 textproc/py-creole/PLIST                  |  44 ++++++++++++++++--------------
 textproc/py-creole/distinfo               |   9 ++---
 textproc/py-creole/patches/patch-setup.py |  15 ----------
 4 files changed, 36 insertions(+), 45 deletions(-)

diffs (174 lines):

diff -r f18787fab7c6 -r e25b4e26588a textproc/py-creole/Makefile
--- a/textproc/py-creole/Makefile       Mon Nov 14 18:19:51 2022 +0000
+++ b/textproc/py-creole/Makefile       Mon Nov 14 18:21:46 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2022/11/09 13:14:16 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2022/11/14 18:21:46 wiz Exp $
 
-DISTNAME=      python-creole-1.3.2
+DISTNAME=      python-creole-1.4.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
-PKGREVISION=   2
 CATEGORIES=    textproc www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-creole/}
 
@@ -13,7 +12,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-textile-[0-9]*:../../textproc/py-textile
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES=         # none
 
@@ -22,10 +21,14 @@
 
 PYTHON_SELF_CONFLICT=  yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_PKG_RESOURCES=     yes
 
+# as of 1.4.10
+# FAILED (failures=9, errors=6, expected failures=10)
 do-test:
-       cd ${WRKSRC} && ${PYTHONBIN} setup.py nosetests
+       cd ${WRKSRC} && ${PYTHONBIN} setup.py test
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
diff -r f18787fab7c6 -r e25b4e26588a textproc/py-creole/PLIST
--- a/textproc/py-creole/PLIST  Mon Nov 14 18:19:51 2022 +0000
+++ b/textproc/py-creole/PLIST  Mon Nov 14 18:21:46 2022 +0000
@@ -1,14 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2017/10/07 07:31:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/11/14 18:21:46 wiz Exp $
 bin/creole2html
 bin/html2creole
 bin/html2rest
 bin/html2textile
-${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}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+bin/publish
+bin/update_rst_readme
 ${PYSITELIB}/creole/__init__.py
 ${PYSITELIB}/creole/__init__.pyc
 ${PYSITELIB}/creole/__init__.pyo
@@ -60,9 +56,9 @@
 ${PYSITELIB}/creole/parser/html_parser_config.py
 ${PYSITELIB}/creole/parser/html_parser_config.pyc
 ${PYSITELIB}/creole/parser/html_parser_config.pyo
-${PYSITELIB}/creole/py3compat.py
-${PYSITELIB}/creole/py3compat.pyc
-${PYSITELIB}/creole/py3compat.pyo
+${PYSITELIB}/creole/publish.py
+${PYSITELIB}/creole/publish.pyc
+${PYSITELIB}/creole/publish.pyo
 ${PYSITELIB}/creole/rest_tools/__init__.py
 ${PYSITELIB}/creole/rest_tools/__init__.pyc
 ${PYSITELIB}/creole/rest_tools/__init__.pyo
@@ -75,24 +71,21 @@
 ${PYSITELIB}/creole/setup_utils.py
 ${PYSITELIB}/creole/setup_utils.pyc
 ${PYSITELIB}/creole/setup_utils.pyo
-${PYSITELIB}/creole/shared/HTMLParsercompat.py
-${PYSITELIB}/creole/shared/HTMLParsercompat.pyc
-${PYSITELIB}/creole/shared/HTMLParsercompat.pyo
 ${PYSITELIB}/creole/shared/__init__.py
 ${PYSITELIB}/creole/shared/__init__.pyc
 ${PYSITELIB}/creole/shared/__init__.pyo
 ${PYSITELIB}/creole/shared/base_emitter.py
 ${PYSITELIB}/creole/shared/base_emitter.pyc
 ${PYSITELIB}/creole/shared/base_emitter.pyo
+${PYSITELIB}/creole/shared/diff_utils.py
+${PYSITELIB}/creole/shared/diff_utils.pyc
+${PYSITELIB}/creole/shared/diff_utils.pyo
 ${PYSITELIB}/creole/shared/document_tree.py
 ${PYSITELIB}/creole/shared/document_tree.pyc
 ${PYSITELIB}/creole/shared/document_tree.pyo
 ${PYSITELIB}/creole/shared/example_macros.py
 ${PYSITELIB}/creole/shared/example_macros.pyc
 ${PYSITELIB}/creole/shared/example_macros.pyo
-${PYSITELIB}/creole/shared/html_parser.py
-${PYSITELIB}/creole/shared/html_parser.pyc
-${PYSITELIB}/creole/shared/html_parser.pyo
 ${PYSITELIB}/creole/shared/markup_table.py
 ${PYSITELIB}/creole/shared/markup_table.pyc
 ${PYSITELIB}/creole/shared/markup_table.pyo
@@ -105,6 +98,12 @@
 ${PYSITELIB}/creole/tests/__init__.py
 ${PYSITELIB}/creole/tests/__init__.pyc
 ${PYSITELIB}/creole/tests/__init__.pyo
+${PYSITELIB}/creole/tests/constants.py
+${PYSITELIB}/creole/tests/constants.pyc
+${PYSITELIB}/creole/tests/constants.pyo
+${PYSITELIB}/creole/tests/test_Makefile.py
+${PYSITELIB}/creole/tests/test_Makefile.pyc
+${PYSITELIB}/creole/tests/test_Makefile.pyo
 ${PYSITELIB}/creole/tests/test_README.creole
 ${PYSITELIB}/creole/tests/test_TODOs.py
 ${PYSITELIB}/creole/tests/test_TODOs.pyc
@@ -139,12 +138,12 @@
 ${PYSITELIB}/creole/tests/test_macros.py
 ${PYSITELIB}/creole/tests/test_macros.pyc
 ${PYSITELIB}/creole/tests/test_macros.pyo
+${PYSITELIB}/creole/tests/test_project_setup.py
+${PYSITELIB}/creole/tests/test_project_setup.pyc
+${PYSITELIB}/creole/tests/test_project_setup.pyo
 ${PYSITELIB}/creole/tests/test_rest2html.py
 ${PYSITELIB}/creole/tests/test_rest2html.pyc
 ${PYSITELIB}/creole/tests/test_rest2html.pyo
-${PYSITELIB}/creole/tests/test_setup.py
-${PYSITELIB}/creole/tests/test_setup.pyc
-${PYSITELIB}/creole/tests/test_setup.pyo
 ${PYSITELIB}/creole/tests/test_setup_utils.py
 ${PYSITELIB}/creole/tests/test_setup_utils.pyc
 ${PYSITELIB}/creole/tests/test_setup_utils.pyo
@@ -166,4 +165,9 @@
 ${PYSITELIB}/creole/tests/utils/utils.py
 ${PYSITELIB}/creole/tests/utils/utils.pyc
 ${PYSITELIB}/creole/tests/utils/utils.pyo
-share/doc/py-creole/README.creole
+${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
diff -r f18787fab7c6 -r e25b4e26588a textproc/py-creole/distinfo
--- a/textproc/py-creole/distinfo       Mon Nov 14 18:19:51 2022 +0000
+++ b/textproc/py-creole/distinfo       Mon Nov 14 18:21:46 2022 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:23:01 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/11/14 18:21:46 wiz Exp $
 
-BLAKE2s (python-creole-1.3.2.tar.gz) = a7150e79171cf628c79958db6dba2d3ce1259e280eba69b8fa3156ef0defebf3
-SHA512 (python-creole-1.3.2.tar.gz) = 797b686fe1c2fded88f9fd277d0ebc25feb8a65679f63b44e7d9f3b75385f1d59fee3d13e2058c618e8bf25282a7d7181e555509ffbd143fb334a5979ca90f34
-Size (python-creole-1.3.2.tar.gz) = 74660 bytes
-SHA1 (patch-setup.py) = 34bda5f9884544cdf214536e63b7ba12b52fe321
+BLAKE2s (python-creole-1.4.10.tar.gz) = 033f2e2717c7079bbb17068bca15f04cb1bc75114511fc4e89925c5c6470d281
+SHA512 (python-creole-1.4.10.tar.gz) = e3961d3c0a8bb8bd5263964b62012f6fc29f8f8945845ce0a86badd7bb553da43fb7ed7d649cdc582dd8f7b2582b541e0c63fd42887331db6e64bc73cd2a8197
+Size (python-creole-1.4.10.tar.gz) = 71814 bytes
diff -r f18787fab7c6 -r e25b4e26588a textproc/py-creole/patches/patch-setup.py
--- a/textproc/py-creole/patches/patch-setup.py Mon Nov 14 18:19:51 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-setup.py,v 1.2 2017/10/07 07:31:14 adam Exp $
-
-Install README.creole into right directory.
-
---- setup.py.orig      2015-08-15 20:26:05.000000000 +0000
-+++ setup.py
-@@ -207,7 +207,7 @@ setup(
-     url='https://github.com/jedie/python-creole/',
-     packages=find_packages(),
-     include_package_data=True, # include package data under svn source control
--    data_files=[("", ["README.creole"])], # README used in unittest test_setup_utils.py
-+    data_files=[("share/doc/py-creole", ["README.creole"])], # README used in unittest test_setup_utils.py
-     entry_points={
-         "console_scripts": [
-             "creole2html = creole.cmdline:cli_creole2html",



Home | Main Index | Thread Index | Old Index