Update to version 1.14.0
This commit is contained in:
parent
efd257ab3e
commit
9419db9d36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485114
2 changed files with 11 additions and 6 deletions
|
@ -2,9 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= python-digitalocean
|
||||
PORTVERSION= 1.13.2
|
||||
PORTVERSION= 1.14.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
|
@ -12,9 +11,15 @@ COMMENT= API to manage digitalocean.com droplets
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR}
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= koalalorenzo
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1518101995
|
||||
SHA256 (python-digitalocean-1.13.2.tar.gz) = 7c8ac24e3e9570d6fa99adc520b9067c8819c267069bb7691e0bccaadbcd8d40
|
||||
SIZE (python-digitalocean-1.13.2.tar.gz) = 23326
|
||||
TIMESTAMP = 1542425016
|
||||
SHA256 (koalalorenzo-python-digitalocean-1.14.0-v1.14.0_GH0.tar.gz) = f5f833ba1f00f36958b76ceb00cd29a1de5ba2f79e26f7c269fa59a501a4247e
|
||||
SIZE (koalalorenzo-python-digitalocean-1.14.0-v1.14.0_GH0.tar.gz) = 50405
|
||||
|
|
Loading…
Reference in a new issue