diff options
author | koobs <koobs@FreeBSD.org> | 2015-10-20 19:00:28 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-10-20 19:00:28 +0800 |
commit | 842609d0d9ec8152a3e6b3c70cecc54b55c0f3c2 (patch) | |
tree | 56cd727c9e5ae5e268770c90ef42ed6d794e0ed2 /sysutils | |
parent | 594104f4fdeb843be8ffc92e2a650d8437c49207 (diff) | |
download | freebsd-ports-gnome-842609d0d9ec8152a3e6b3c70cecc54b55c0f3c2.tar.gz freebsd-ports-gnome-842609d0d9ec8152a3e6b3c70cecc54b55c0f3c2.tar.zst freebsd-ports-gnome-842609d0d9ec8152a3e6b3c70cecc54b55c0f3c2.zip |
sysutils/py-ploy_ec2: Update to 1.2.0
- Update PORTVERSION and distinfo checksum (1.2.0
- Update COMMENT to match setup.py:description=
- Add setuptools explicitly (instead of implicitly via python.mk) to
RUN_DEPENDS, as ploy uses the pkg_resources module.
- DISTFILES are now provided as .tar.gz, remove USES=zip accordingly [1]
- Add NO_ARCH
Changes:
https://github.com/ployground/ploy_ec2/blob/1.2.0/HISTORY.rst
[1] https://github.com/ployground/ploy_ec2/issues/2
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-ploy_ec2/Makefile | 11 | ||||
-rw-r--r-- | sysutils/py-ploy_ec2/distinfo | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sysutils/py-ploy_ec2/Makefile b/sysutils/py-ploy_ec2/Makefile index 682295c706ef..96861360bec5 100644 --- a/sysutils/py-ploy_ec2/Makefile +++ b/sysutils/py-ploy_ec2/Makefile @@ -2,22 +2,25 @@ # $FreeBSD$ PORTNAME= ploy_ec2 -DISTVERSION= 1.1.1 +DISTVERSION= 1.2.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org -COMMENT= Ploy plugin to provision Amazon EC2 instances +COMMENT= Plugin for ploy to provision Amazon EC2 instances LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} \ + ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \ ${PYTHON_PKGNAMEPREFIX}boto>=2.0:${PORTSDIR}/devel/py-boto \ ${PYTHON_PKGNAMEPREFIX}lazy>0:${PORTSDIR}/devel/py-lazy -USES= python:-2.7 zip +USES= python:-2.7 USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/sysutils/py-ploy_ec2/distinfo b/sysutils/py-ploy_ec2/distinfo index 0c225d724d47..7251640931a2 100644 --- a/sysutils/py-ploy_ec2/distinfo +++ b/sysutils/py-ploy_ec2/distinfo @@ -1,2 +1,2 @@ -SHA256 (ploy_ec2-1.1.1.zip) = 7153c67660b6d9dc9f02cabeac1f3feecdf3982441ba25656e0159c7b8f31aca -SIZE (ploy_ec2-1.1.1.zip) = 19070 +SHA256 (ploy_ec2-1.2.0.tar.gz) = de74c860f64742749a69327bd013ade9c7ea08fe764017bb713671dfe06f5662 +SIZE (ploy_ec2-1.2.0.tar.gz) = 16121 |