Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2024 10:18:26 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 13b5c317f633 - main - textproc/py-numpydoc: Update version requirement of RUN_DEPENDS
Message-ID:  <202411151018.4AFAIQTs062012@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=13b5c317f63314e0346b07d42f12eb237b3be504

commit 13b5c317f63314e0346b07d42f12eb237b3be504
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-11-15 10:10:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-11-15 10:17:16 +0000

    textproc/py-numpydoc: Update version requirement of RUN_DEPENDS
    
    - Bump PORTREVISION for package change
---
 textproc/py-numpydoc/Makefile                   |  3 ++-
 textproc/py-numpydoc/files/patch-pyproject.toml | 11 -----------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/textproc/py-numpydoc/Makefile b/textproc/py-numpydoc/Makefile
index 64155adeabca..9b4cdc236b3d 100644
--- a/textproc/py-numpydoc/Makefile
+++ b/textproc/py-numpydoc/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	numpydoc
 PORTVERSION=	1.6.0
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx>=5,1:textproc/py-sphinx@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.9:devel/py-tabulate@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.10:devel/py-tabulate@${PY_FLAVOR} \
 		${PY_TOMLI}
 
 USES=		python
diff --git a/textproc/py-numpydoc/files/patch-pyproject.toml b/textproc/py-numpydoc/files/patch-pyproject.toml
deleted file mode 100644
index 33af07953ba8..000000000000
--- a/textproc/py-numpydoc/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2023-08-31 17:00:35 UTC
-+++ pyproject.toml
-@@ -27,7 +27,7 @@ classifiers = [
- dependencies = [
-     'sphinx>=5',
-     'Jinja2>=2.10',
--    'tabulate>=0.8.10',
-+    'tabulate>=0.8.9',
-     "tomli>=1.1.0;python_version<'3.11'",
- ]
- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411151018.4AFAIQTs062012>