Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2023 23:26:07 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9226c5451bf5 - main - www/py-grip: Update to 4.6.2
Message-ID:  <202310132326.39DNQ7ae082011@gitrepo.freebsd.org>

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

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

commit 9226c5451bf50a47c206469025523480b99fc55f
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-10-13 23:24:23 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-10-13 23:25:55 +0000

    www/py-grip: Update to 4.6.2
    
    Convert to PEP517.
---
 www/py-grip/Makefile | 6 ++++--
 www/py-grip/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/www/py-grip/Makefile b/www/py-grip/Makefile
index 55b15e405f64..7156f3ce6fb8 100644
--- a/www/py-grip/Makefile
+++ b/www/py-grip/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	grip
-PORTVERSION=	4.6.1
+PORTVERSION=	4.6.2
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,8 @@ WWW=		https://github.com/joeyespo/grip
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docopt>=0.4.0:devel/py-docopt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}markdown>=2.5.1:textproc/py-markdown@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \
@@ -20,7 +22,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docopt>=0.4.0:devel/py-docopt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}werkzeug>=0.7:www/py-werkzeug@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 CONFLICTS_INSTALL=	grip
 NO_ARCH=	yes
diff --git a/www/py-grip/distinfo b/www/py-grip/distinfo
index 9d021a3179cb..b2341c8cb9d8 100644
--- a/www/py-grip/distinfo
+++ b/www/py-grip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649613086
-SHA256 (grip-4.6.1.tar.gz) = a5e6ac48cd253892f0fbd0aaef3f74fe8169d8ed3d94a2e9be6bf1540e008e9f
-SIZE (grip-4.6.1.tar.gz) = 147894
+TIMESTAMP = 1697238710
+SHA256 (grip-4.6.2.tar.gz) = 3cf6dce0aa06edd663176914069af83f19dcb90f3a9c401271acfa71872f8ce3
+SIZE (grip-4.6.2.tar.gz) = 152280



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