git: 165afb379257 - main - textproc/py-RTFDE: Update to 0.1.0

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 13 Aug 2023 09:41:42 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=165afb379257d6f0b973b23c46c1442ee87bee12

commit 165afb379257d6f0b973b23c46c1442ee87bee12
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-08-11 00:10:59 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-08-13 09:35:33 +0000

    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 <bsd.port.mk>
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