svn commit: r399812 - head/sysutils/py-ploy_ec2

Kubilay Kocak koobs at FreeBSD.org
Tue Oct 20 11:00:30 UTC 2015


Author: koobs
Date: Tue Oct 20 11:00:28 2015
New Revision: 399812
URL: https://svnweb.freebsd.org/changeset/ports/399812

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

Modified:
  head/sysutils/py-ploy_ec2/Makefile
  head/sysutils/py-ploy_ec2/distinfo

Modified: head/sysutils/py-ploy_ec2/Makefile
==============================================================================
--- head/sysutils/py-ploy_ec2/Makefile	Tue Oct 20 10:44:20 2015	(r399811)
+++ head/sysutils/py-ploy_ec2/Makefile	Tue Oct 20 11:00:28 2015	(r399812)
@@ -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 at 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>

Modified: head/sysutils/py-ploy_ec2/distinfo
==============================================================================
--- head/sysutils/py-ploy_ec2/distinfo	Tue Oct 20 10:44:20 2015	(r399811)
+++ head/sysutils/py-ploy_ec2/distinfo	Tue Oct 20 11:00:28 2015	(r399812)
@@ -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


More information about the svn-ports-all mailing list