2018-06-15 09:09:59 +02:00
|
|
|
PORTNAME= docx2txt
|
2019-07-06 05:04:56 +02:00
|
|
|
DISTVERSION= 0.8
|
2018-06-15 09:09:59 +02:00
|
|
|
CATEGORIES= textproc python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2018-06-15 09:09:59 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Pure python-based utility to extract text and images from docx files
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/ankushshah89/python-docx2txt
|
2018-06-15 09:09:59 +02:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2018-06-15 09:09:59 +02:00
|
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|