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:
66780b8b1b
* 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
This commit is contained in:
parent
063725f916
commit
165afb3792
2 changed files with 4 additions and 10 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue