From 165afb379257d6f0b973b23c46c1442ee87bee12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= Date: Thu, 10 Aug 2023 20:10:59 -0400 Subject: [PATCH] textproc/py-RTFDE: Update to 0.1.0 * Remove LXML option (It is a development dependency, so RTFDE does not need it to work properly.) ChangeLog: https://github.com/seamustuohy/RTFDE/commit/66780b8b1bc708f970de497e6e0c73d6f4a1a377 * Updated to only work with bytes. * Added far greater unicode support. * Fixed various whitespace issues. * Added proper htmlrtf support. * Added support for extracting (but not parsing binary data). * Update grammar to be far more explicit when extracting objects. * Fixes to ensure deencapsulation handles whitespace properly. * Adds grammar composer to make grammar modifications more clearly defined. * Adding support for surrogates which use raw unicode instead of 16bit signed encoding. * Added better handling of parsing unicode HH replacement chars. PR: 273063 --- textproc/py-RTFDE/Makefile | 8 +------- textproc/py-RTFDE/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/textproc/py-RTFDE/Makefile b/textproc/py-RTFDE/Makefile index 582882fbbd04..2478e63f783f 100644 --- a/textproc/py-RTFDE/Makefile +++ b/textproc/py-RTFDE/Makefile @@ -1,5 +1,5 @@ PORTNAME= RTFDE -PORTVERSION= 0.0.2 +DISTVERSION= 0.1.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +18,4 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes -OPTIONS_DEFINE= LXML - -LXML_DESC= Pythonic binding for the libxml2 and libxslt libraries - -LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.6:devel/py-lxml@${PY_FLAVOR} - .include diff --git a/textproc/py-RTFDE/distinfo b/textproc/py-RTFDE/distinfo index 388e1d5c0995..8f2596e81dd8 100644 --- a/textproc/py-RTFDE/distinfo +++ b/textproc/py-RTFDE/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659984075 -SHA256 (RTFDE-0.0.2.tar.gz) = b86b5d734950fe8745a5b89133f50554252dbd67c6d1b9265e23ee140e7ea8a2 -SIZE (RTFDE-0.0.2.tar.gz) = 18891 +TIMESTAMP = 1691712135 +SHA256 (RTFDE-0.1.0.tar.gz) = 12215ee59856208010b9200c19afe0f9fa13a3fb39f44015979299c248cbacd7 +SIZE (RTFDE-0.1.0.tar.gz) = 43426