Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2019 23:57:04 +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: r501821 - head/www/py-python-dotenv
Message-ID:  <201905162357.x4GNv4x5014907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu May 16 23:57:04 2019
New Revision: 501821
URL: https://svnweb.freebsd.org/changeset/ports/501821

Log:
  Update to 0.10.2
  
  Changes:	https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog

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 May 16 23:56:59 2019	(r501820)
+++ head/www/py-python-dotenv/Makefile	Thu May 16 23:57:04 2019	(r501821)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	python-dotenv
-PORTVERSION=	0.10.1
-PORTREVISION=	1
+PORTVERSION=	0.10.2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,4 +20,10 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_VER} < 3.5
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing>=0:devel/py-typing@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/www/py-python-dotenv/distinfo
==============================================================================
--- head/www/py-python-dotenv/distinfo	Thu May 16 23:56:59 2019	(r501820)
+++ head/www/py-python-dotenv/distinfo	Thu May 16 23:57:04 2019	(r501821)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546268518
-SHA256 (python-dotenv-0.10.1.tar.gz) = c9b1ddd3cdbe75c7d462cb84674d87130f4b948f090f02c7d7144779afb99ae0
-SIZE (python-dotenv-0.10.1.tar.gz) = 20256
+TIMESTAMP = 1558010851
+SHA256 (python-dotenv-0.10.2.tar.gz) = 6640acd76e6cab84648e4fec16c9d19de6700971f9d91d045e7120622167bfda
+SIZE (python-dotenv-0.10.2.tar.gz) = 30246



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