Date: Thu, 25 Jan 2024 03:19:36 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 77eb4c6ddba4 - main - textproc/py-python-docx: Update to 1.1.0 Message-ID: <202401250319.40P3JaSM064011@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=77eb4c6ddba47581f6aa9bfbd9a44dc480b2e5fc commit 77eb4c6ddba47581f6aa9bfbd9a44dc480b2e5fc Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2024-01-25 01:08:45 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2024-01-25 03:19:10 +0000 textproc/py-python-docx: Update to 1.1.0 --- textproc/py-python-docx/Makefile | 6 ++++-- textproc/py-python-docx/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/textproc/py-python-docx/Makefile b/textproc/py-python-docx/Makefile index 265ac19b43a2..ceeb4b582cc1 100644 --- a/textproc/py-python-docx/Makefile +++ b/textproc/py-python-docx/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-docx -PORTVERSION= 0.8.11 +PORTVERSION= 1.1.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +10,13 @@ WWW= https://github.com/python-openxml/python-docx LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml@${PY_FLAVOR} # Python3 ready USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes .include <bsd.port.mk> diff --git a/textproc/py-python-docx/distinfo b/textproc/py-python-docx/distinfo index 2704df7982bb..bd59d5aff1f7 100644 --- a/textproc/py-python-docx/distinfo +++ b/textproc/py-python-docx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621252682 -SHA256 (python-docx-0.8.11.tar.gz) = 1105d233a0956dd8dd1e710d20b159e2d72ac3c301041b95f4d4ceb3e0ebebc4 -SIZE (python-docx-0.8.11.tar.gz) = 5561613 +TIMESTAMP = 1706143705 +SHA256 (python-docx-1.1.0.tar.gz) = 5829b722141cf1ab79aedf0c34d9fe9924b29764584c0f2164eb2b02dcdf17c9 +SIZE (python-docx-1.1.0.tar.gz) = 5650988
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401250319.40P3JaSM064011>