1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

www/py-rackspace-monitoring: Update to 0.6.2

- Update to 0.6.2
- Bump libcloud dependency version
- Add regression-test: target
- Remove #Python3 ready comment

Changes:

  https://github.com/racker/rackspace-monitoring/blob/master/CHANGES.md
This commit is contained in:
Kubilay Kocak 2014-07-09 15:02:33 +00:00
parent 2d50cd2956
commit 91dcca6ea1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361379
2 changed files with 8 additions and 6 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= rackspace-monitoring
PORTVERSION= 0.5.2
PORTREVISION= 1
PORTVERSION= 0.6.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,12 +11,15 @@ MAINTAINER= koobs@FreeBSD.org
COMMENT= Python client library for Rackspace Cloud Monitoring
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcloud>=0.12.4:${PORTSDIR}/net/py-libcloud
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcloud>=0.14:${PORTSDIR}/net/py-libcloud
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (rackspace-monitoring-0.5.2.tar.gz) = d421b20c4587f1a5d84c6fe04562f867ab390d2a7c7617e6b0796b86c6c3872a
SIZE (rackspace-monitoring-0.5.2.tar.gz) = 30078
SHA256 (rackspace-monitoring-0.6.2.tar.gz) = ec89968b52ec851a517858cb7ad9e1449b2f59331ea978290ee7df03e0bdae99
SIZE (rackspace-monitoring-0.6.2.tar.gz) = 31488