freebsd-ports/textproc/py-RTFDE/Makefile
Jesús Daniel Colmenares Oviedo da5f506d29 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
2024-02-22 13:31:52 +01:00

22 lines
516 B
Makefile

PORTNAME= RTFDE
DISTVERSION= 0.1.1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= DtxdF@disroot.org
COMMENT= Library for extracting HTML content from RTF encapsulated HTML
WWW= https://github.com/seamustuohy/RTFDE
LICENSE= LGPL3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0.11:devel/py-lark@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oletools>=0.56:devel/py-oletools@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>