svn commit: r410502 - in head/www/py-rackspace-monitoring: . files

Kubilay Kocak koobs at FreeBSD.org
Mon Mar 7 05:47:21 UTC 2016


Author: koobs
Date: Mon Mar  7 05:47:20 2016
New Revision: 410502
URL: https://svnweb.freebsd.org/changeset/ports/410502

Log:
  www/py-rackspace-monitoring: Update to 0.6.5
  
  - Update PORTVERSION and distinfo checksum (0.6.5)
  - Update test target
  - Enable NO_ARCH (architecture independent)
  - Patch setup.py, relax dependency versions

Added:
  head/www/py-rackspace-monitoring/files/
  head/www/py-rackspace-monitoring/files/patch-setup.py   (contents, props changed)
Modified:
  head/www/py-rackspace-monitoring/Makefile
  head/www/py-rackspace-monitoring/distinfo

Modified: head/www/py-rackspace-monitoring/Makefile
==============================================================================
--- head/www/py-rackspace-monitoring/Makefile	Mon Mar  7 05:33:00 2016	(r410501)
+++ head/www/py-rackspace-monitoring/Makefile	Mon Mar  7 05:47:20 2016	(r410502)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rackspace-monitoring
-PORTVERSION=	0.6.2
+PORTVERSION=	0.6.5
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libc
 USES=		python
 USE_PYTHON=	distutils autoplist
 
-regression-test: build
-	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+NO_ARCH=	yes
+
+do-test:
+	@cd ${WRKSRC} && \
+	${CP} test/secrets.py-dist test/secrets.py && \
+	${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>

Modified: head/www/py-rackspace-monitoring/distinfo
==============================================================================
--- head/www/py-rackspace-monitoring/distinfo	Mon Mar  7 05:33:00 2016	(r410501)
+++ head/www/py-rackspace-monitoring/distinfo	Mon Mar  7 05:47:20 2016	(r410502)
@@ -1,2 +1,2 @@
-SHA256 (rackspace-monitoring-0.6.2.tar.gz) = ec89968b52ec851a517858cb7ad9e1449b2f59331ea978290ee7df03e0bdae99
-SIZE (rackspace-monitoring-0.6.2.tar.gz) = 31488
+SHA256 (rackspace-monitoring-0.6.5.tar.gz) = 28e91f1054a9fe3b130c9d4fd65cb007e8efdaa89e9d8a8e99479aec73e298c4
+SIZE (rackspace-monitoring-0.6.5.tar.gz) = 31397

Added: head/www/py-rackspace-monitoring/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-rackspace-monitoring/files/patch-setup.py	Mon Mar  7 05:47:20 2016	(r410502)
@@ -0,0 +1,11 @@
+--- setup.py.orig	2016-03-07 05:34:43 UTC
++++ setup.py
+@@ -171,7 +171,7 @@ setup(
+     description='Client library for Rackspace Cloud Monitoring',
+     author='Rackspace, Inc.',
+     author_email='monitoring at rackspace.com',
+-    install_requires=['apache-libcloud >= 0.14, <0.16'],
++    install_requires=['apache-libcloud >= 0.14'],
+     packages=[
+         'rackspace_monitoring',
+         'rackspace_monitoring.drivers',


More information about the svn-ports-head mailing list