svn commit: r469911 - in head/www: . py-flask-moment

Martin Wilke miwi at FreeBSD.org
Mon May 14 15:54:33 UTC 2018


Author: miwi
Date: Mon May 14 15:54:31 2018
New Revision: 469911
URL: https://svnweb.freebsd.org/changeset/ports/469911

Log:
  Flask-Moment is an extension for the Flask web application micro framework
  that enhances Jinja2 templates with formatting of dates and times using
  moment.js.
  
  WWW: https://github.com/miguelgrinberg/Flask-Moment
  
  PR:		224587
  Submitted by:	john at saltant.com
  Sponsored by:	iXsystems Inc.

Added:
  head/www/py-flask-moment/
  head/www/py-flask-moment/Makefile   (contents, props changed)
  head/www/py-flask-moment/distinfo   (contents, props changed)
  head/www/py-flask-moment/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon May 14 15:48:34 2018	(r469910)
+++ head/www/Makefile	Mon May 14 15:54:31 2018	(r469911)
@@ -1654,6 +1654,7 @@
     SUBDIR += py-flask-login
     SUBDIR += py-flask-marshmallow
     SUBDIR += py-flask-migrate
+    SUBDIR += py-flask-moment
     SUBDIR += py-flask-oauthlib
     SUBDIR += py-flask-principal
     SUBDIR += py-flask-restful

Added: head/www/py-flask-moment/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-flask-moment/Makefile	Mon May 14 15:54:31 2018	(r469911)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	Flask-Moment
+PORTVERSION=	0.6.0
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	john at saltant.com
+COMMENT=	Format dates and times in Flask templates using moment.js
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-flask-moment/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-flask-moment/distinfo	Mon May 14 15:54:31 2018	(r469911)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523926533
+SHA256 (Flask-Moment-0.6.0.tar.gz) = af7ccd599d85e751ff1f7661904daa51df9950e9bc9bd4ccf174bd38ccbc401f
+SIZE (Flask-Moment-0.6.0.tar.gz) = 5054

Added: head/www/py-flask-moment/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-flask-moment/pkg-descr	Mon May 14 15:54:31 2018	(r469911)
@@ -0,0 +1,5 @@
+Flask-Moment is an extension for the Flask web application micro framework
+that enhances Jinja2 templates with formatting of dates and times using
+moment.js.
+
+WWW: https://github.com/miguelgrinberg/Flask-Moment


More information about the svn-ports-all mailing list