Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2018 20:30:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486783 - head/www/py-python-dotenv
Message-ID:  <201812062030.wB6KUxuK048187@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  6 20:30:59 2018
New Revision: 486783
URL: https://svnweb.freebsd.org/changeset/ports/486783

Log:
  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

Modified:
  head/www/py-python-dotenv/Makefile
  head/www/py-python-dotenv/distinfo

Modified: head/www/py-python-dotenv/Makefile
==============================================================================
--- head/www/py-python-dotenv/Makefile	Thu Dec  6 20:30:51 2018	(r486782)
+++ head/www/py-python-dotenv/Makefile	Thu Dec  6 20:30:59 2018	(r486783)
@@ -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>

Modified: head/www/py-python-dotenv/distinfo
==============================================================================
--- head/www/py-python-dotenv/distinfo	Thu Dec  6 20:30:51 2018	(r486782)
+++ head/www/py-python-dotenv/distinfo	Thu Dec  6 20:30:59 2018	(r486783)
@@ -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



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