diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-12-07 04:30:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-12-07 04:30:59 +0800 |
commit | a6a63ec958b29b7d53f95f585678fd195076a626 (patch) | |
tree | 3f9803d4d1be832a719bee4e2976b8208d0d0be4 /www | |
parent | 86361643c320b36a4f2eb8399b4dfb9d4fe17f98 (diff) | |
download | freebsd-ports-gnome-a6a63ec958b29b7d53f95f585678fd195076a626.tar.gz freebsd-ports-gnome-a6a63ec958b29b7d53f95f585678fd195076a626.tar.zst freebsd-ports-gnome-a6a63ec958b29b7d53f95f585678fd195076a626.zip |
Update to 0.10.0
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog
https://github.com/theskumar/python-dotenv/commits/master
Diffstat (limited to 'www')
-rw-r--r-- | www/py-python-dotenv/Makefile | 7 | ||||
-rw-r--r-- | www/py-python-dotenv/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/py-python-dotenv/Makefile b/www/py-python-dotenv/Makefile index 87b976412729..781e5461d220 100644 --- a/www/py-python-dotenv/Makefile +++ b/www/py-python-dotenv/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-dotenv -PORTVERSION= 0.9.1 +PORTVERSION= 0.10.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/www/py-python-dotenv/distinfo b/www/py-python-dotenv/distinfo index 1cdd3f9ac058..a5e13b9d8524 100644 --- a/www/py-python-dotenv/distinfo +++ b/www/py-python-dotenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533566996 -SHA256 (python-dotenv-0.9.1.tar.gz) = 122290a38ece9fe4f162dc7c95cae3357b983505830a154d3c98ef7f6c6cea77 -SIZE (python-dotenv-0.9.1.tar.gz) = 17577 +TIMESTAMP = 1544114585 +SHA256 (python-dotenv-0.10.0.tar.gz) = 4f3582904d08dac5ab4c9aa44cb17ce056c9a35e585cfda6183d80054d247307 +SIZE (python-dotenv-0.10.0.tar.gz) = 19313 |