diff --git a/www/py-python-dotenv/Makefile b/www/py-python-dotenv/Makefile index 0bd1bb230c0c..0a8a160e4b33 100644 --- a/www/py-python-dotenv/Makefile +++ b/www/py-python-dotenv/Makefile @@ -1,27 +1,27 @@ # Created by: Po-Chuan Hsieh PORTNAME= python-dotenv -PORTVERSION= 0.16.0 +PORTVERSION= 0.17.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Add .env support to your django/flask apps LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes USE_LOCALE= en_US.UTF-8 OPTIONS_DEFINE= CLI OPTIONS_DEFAULT=CLI CLI_DESC= Command-line interface support CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click@${PY_FLAVOR} .include diff --git a/www/py-python-dotenv/distinfo b/www/py-python-dotenv/distinfo index 7950891b56f5..6cc1c3360e5d 100644 --- a/www/py-python-dotenv/distinfo +++ b/www/py-python-dotenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320310 -SHA256 (python-dotenv-0.16.0.tar.gz) = 9fa413c37d4652d3fa02fea0ff465c384f5db75eab259c4fc5d0c5b8bf20edd4 -SIZE (python-dotenv-0.16.0.tar.gz) = 30903 +TIMESTAMP = 1619198603 +SHA256 (python-dotenv-0.17.0.tar.gz) = 471b782da0af10da1a80341e8438fca5fadeba2881c54360d5fd8d03d03a4f4a +SIZE (python-dotenv-0.17.0.tar.gz) = 31388 diff --git a/www/py-python-dotenv/pkg-descr b/www/py-python-dotenv/pkg-descr index 9b99b14d3290..8c4c2d1f1779 100644 --- a/www/py-python-dotenv/pkg-descr +++ b/www/py-python-dotenv/pkg-descr @@ -1,6 +1,5 @@ python-dotenv reads the key,value pair from .env and adds them to environment variable. It is great of managing app settings during development and in production using 12-factor principles. -WWW: https://pypi.org/project/python-dotenv/ WWW: https://github.com/theskumar/python-dotenv