Skip to content

Commit

Permalink
textproc/py-RTFDE: Update to 0.1.0
Browse files Browse the repository at this point in the history
* Remove LXML option (It is a development dependency, so RTFDE does not
  need it to work properly.)

ChangeLog:
seamustuohy/RTFDE@66780b8

* 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
  • Loading branch information
DtxdF authored and clausecker committed Aug 13, 2023
1 parent 063725f commit 165afb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 1 addition & 7 deletions 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}
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 165afb3

Please sign in to comment.