diff options
-rw-r--r-- | textproc/py-python-docx/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-python-docx/distinfo | 6 |
2 files changed, 6 insertions, 6 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> diff --git a/textproc/py-python-docx/distinfo b/textproc/py-python-docx/distinfo index bd59d5aff1f7..23cff430eb0e 100644 --- a/textproc/py-python-docx/distinfo +++ b/textproc/py-python-docx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706143705 -SHA256 (python-docx-1.1.0.tar.gz) = 5829b722141cf1ab79aedf0c34d9fe9924b29764584c0f2164eb2b02dcdf17c9 -SIZE (python-docx-1.1.0.tar.gz) = 5650988 +TIMESTAMP = 1759495582 +SHA256 (python_docx-1.2.0.tar.gz) = 7bc9d7b7d8a69c9c02ca09216118c86552704edc23bac179283f2e38f86220ce +SIZE (python_docx-1.2.0.tar.gz) = 5723256 |