Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2024 15:22:26 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aba093c465ee - main - www/py-paste: Update to 3.8.0
Message-ID:  <202403301522.42UFMQtZ036514@gitrepo.freebsd.org>

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

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

commit aba093c465ee0053450ec5055c5312a93b8fd8df
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2024-03-30 15:12:03 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-03-30 15:22:21 +0000

    www/py-paste: Update to 3.8.0
    
    - Don't use devel/py-tox for testing, but our framework via pytest
    
    Release changes: https://github.com/cdent/paste/releases/tag/3.8.0
    Reported by: portscout
---
 www/py-paste/Makefile | 13 ++++---------
 www/py-paste/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/www/py-paste/Makefile b/www/py-paste/Makefile
index d61c2a255669..2bb3337705b7 100644
--- a/www/py-paste/Makefile
+++ b/www/py-paste/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	Paste
-PORTVERSION=	3.7.1
+PORTVERSION=	3.8.0
 PORTREVISION=	0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
@@ -12,18 +12,13 @@ WWW=		https://github.com/cdent/paste
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/docs/license.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR}
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils pytest
 
 NO_ARCH=	yes
 
-do-test:
-	@cd ${WRKSRC} && ${LOCALBASE}/bin/tox -e ${PY_FLAVOR}
-
 .include <bsd.port.mk>
diff --git a/www/py-paste/distinfo b/www/py-paste/distinfo
index 1dcc9abef9e1..65abc6c12e7c 100644
--- a/www/py-paste/distinfo
+++ b/www/py-paste/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698038062
-SHA256 (Paste-3.7.1.tar.gz) = 6d07a8e1c7fa72b8cf403762a002f80d12c0384056956dd0a87cb9a3be64749a
-SIZE (Paste-3.7.1.tar.gz) = 639191
+TIMESTAMP = 1710610208
+SHA256 (Paste-3.8.0.tar.gz) = 9c6cc18f2f9b8e8e57c0a5228c957ec3beeefdeeb9ab93c85876b513e4babdaf
+SIZE (Paste-3.8.0.tar.gz) = 636922



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