Update to 0.10.2
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog
This commit is contained in:
parent
a93d923f4a
commit
ba818583fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501821
2 changed files with 11 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue