diff options
author | Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> | 2023-12-12 15:23:52 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2024-02-22 12:31:52 +0000 |
commit | da5f506d29756b1d604cb3691062fd9f021c9edc (patch) | |
tree | 163e4cca5e5bd7c84e705cd331e856459fe5e029 | |
parent | 77b212c5d09e6656cfb673f5abdc2734130ec09b (diff) |
textproc/py-RTFDE: Update to 0.1.1
ChangeLog: https://github.com/seamustuohy/RTFDE/releases/tag/0.1.1
* Pin RTFDE to lark 1.1.8.
* Exclude test modules from being installed as top level module when building the wheel from source.
* Remove unnecessary shebang from non-standalone code.
* Updated all licenses to consistently state LGPLv3.
* Updated python version to v3.8 and removed use of v3.9 byte-manipulation methods.
- Next major change, when 3.9 is more commonly used, we will push up to 3.9 and revert it forward again.
PR: 275725
-rw-r--r-- | textproc/py-RTFDE/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-RTFDE/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/py-RTFDE/Makefile b/textproc/py-RTFDE/Makefile index 2478e63f783f..557bc2345ed0 100644 --- a/textproc/py-RTFDE/Makefile +++ b/textproc/py-RTFDE/Makefile @@ -1,5 +1,5 @@ PORTNAME= RTFDE -DISTVERSION= 0.1.0 +DISTVERSION= 0.1.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-RTFDE/distinfo b/textproc/py-RTFDE/distinfo index 8f2596e81dd8..f4cbe3da143a 100644 --- a/textproc/py-RTFDE/distinfo +++ b/textproc/py-RTFDE/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691712135 -SHA256 (RTFDE-0.1.0.tar.gz) = 12215ee59856208010b9200c19afe0f9fa13a3fb39f44015979299c248cbacd7 -SIZE (RTFDE-0.1.0.tar.gz) = 43426 +TIMESTAMP = 1702394408 +SHA256 (RTFDE-0.1.1.tar.gz) = 9e43485e79b2dd1018127735d8134f65d2a9d73af314d2a101f10346333b241e +SIZE (RTFDE-0.1.1.tar.gz) = 43608 |