Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 09:32:29 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: 0b4b40cb465a - main - devel/py-pudb: Update to 2024.1
Message-ID:  <202404130932.43D9WTLR034701@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=0b4b40cb465a79b64bb9c9b8a2fe25ff15e12393

commit 0b4b40cb465a79b64bb9c9b8a2fe25ff15e12393
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-13 09:29:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-13 09:31:39 +0000

    devel/py-pudb: Update to 2024.1
    
    - Update WWW
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/inducer/pudb/releases
                    https://github.com/inducer/pudb/commits/main
---
 devel/py-pudb/Makefile | 11 +++++++----
 devel/py-pudb/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/devel/py-pudb/Makefile b/devel/py-pudb/Makefile
index 27fb7ed9549e..c7c8b1c4e5ec 100644
--- a/devel/py-pudb/Makefile
+++ b/devel/py-pudb/Makefile
@@ -1,25 +1,28 @@
 PORTNAME=	pudb
-PORTVERSION=	2022.1.3
+PORTVERSION=	2024.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Full-screen, console-based Python debugger
-WWW=		https://github.com/inducer/pudb
+WWW=		https://documen.tician.de/pudb/ \
+		https://github.com/inducer/pudb
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jedi>=0.18<1:devel/py-jedi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=2.7.4:textproc/py-pygments@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}urwid>=1.1.1:devel/py-urwid@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}urwid>=2.4:devel/py-urwid@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}urwid-readline>=0:devel/py-urwid-readline@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils pytest
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
diff --git a/devel/py-pudb/distinfo b/devel/py-pudb/distinfo
index 8c92bb25e547..122c9e995c22 100644
--- a/devel/py-pudb/distinfo
+++ b/devel/py-pudb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669057827
-SHA256 (pudb-2022.1.3.tar.gz) = 58e83ada9e19ffe92c1fdc78ae5458ef91aeb892a5b8f0e7379e6fa61e0e664a
-SIZE (pudb-2022.1.3.tar.gz) = 220833
+TIMESTAMP = 1712886436
+SHA256 (pudb-2024.1.tar.gz) = fc9d6a976a59b590764c8379ec200fecd47faa84259b64efd8cd86066a0af338
+SIZE (pudb-2024.1.tar.gz) = 226023



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