diff options
Diffstat (limited to 'textproc/py-python-docx/Makefile')
-rw-r--r-- | textproc/py-python-docx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-python-docx/Makefile b/textproc/py-python-docx/Makefile index d1b270eb64ed..ff42ddbecaaf 100644 --- a/textproc/py-python-docx/Makefile +++ b/textproc/py-python-docx/Makefile @@ -1,9 +1,9 @@ PORTNAME= python-docx -PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python_docx-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Python library for creating and updating Microsoft Word files @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml@${PY_FLAVOR} # Python3 ready USES= python -USE_PYTHON= autoplist pep517 +USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes .include <bsd.port.mk> |