Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2024 01:19:34 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: c4e1c22e173c - main - www/py-flask-moment: Update to 1.0.6
Message-ID:  <202406230119.45N1JYwt077548@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=c4e1c22e173c5be1ffa32b2307daf12a4fcce072

commit c4e1c22e173c5be1ffa32b2307daf12a4fcce072
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-06-23 01:18:29 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-06-23 01:18:29 +0000

    www/py-flask-moment: Update to 1.0.6
    
    PR:             279918
    Reported by:    john@saltant.com(maintainer)
---
 www/py-flask-moment/Makefile | 10 +++++++---
 www/py-flask-moment/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/www/py-flask-moment/Makefile b/www/py-flask-moment/Makefile
index a14c853954c6..6eb9613f241e 100644
--- a/www/py-flask-moment/Makefile
+++ b/www/py-flask-moment/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	Flask-Moment
-PORTVERSION=	1.0.5
+PORTVERSION=	1.0.6
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	flask_moment-${DISTVERSION}
 
 MAINTAINER=	john@saltant.com
 COMMENT=	Format dates and times in Flask templates using moment.js
@@ -11,10 +12,13 @@ WWW=		https://github.com/miguelgrinberg/Flask-Moment
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flask>=0.9:www/py-flask@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flask>=0.9:www/py-flask@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}packaging>=14.1:devel/py-packaging@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes
 
diff --git a/www/py-flask-moment/distinfo b/www/py-flask-moment/distinfo
index ed1ff3d1b7fc..cc200d289caf 100644
--- a/www/py-flask-moment/distinfo
+++ b/www/py-flask-moment/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1672499928
-SHA256 (Flask-Moment-1.0.5.tar.gz) = 33307ecd4af8290b6df6a9828ff55ac0977d0567817f9bc0f69803d22ed2b55c
-SIZE (Flask-Moment-1.0.5.tar.gz) = 6125
+TIMESTAMP = 1719105324
+SHA256 (flask_moment-1.0.6.tar.gz) = 2f8969907cbacde4a88319792e8f920ba5c9dd9d99ced2346cad563795302b88
+SIZE (flask_moment-1.0.6.tar.gz) = 13386



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