svn commit: r352002 - in head/devel/py-stevedore: . files
William Grzybowski
wg at FreeBSD.org
Thu Apr 24 13:09:53 UTC 2014
Author: wg
Date: Thu Apr 24 13:09:51 2014
New Revision: 352002
URL: http://svnweb.freebsd.org/changeset/ports/352002
QAT: https://qat.redports.org/buildarchive/r352002/
Log:
devel/py-stevedore: update to 0.15
Approved by: maintainer
Modified:
head/devel/py-stevedore/Makefile
head/devel/py-stevedore/distinfo
head/devel/py-stevedore/files/patch-tox.ini
Modified: head/devel/py-stevedore/Makefile
==============================================================================
--- head/devel/py-stevedore/Makefile Thu Apr 24 12:44:54 2014 (r352001)
+++ head/devel/py-stevedore/Makefile Thu Apr 24 13:09:51 2014 (r352002)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= stevedore
-PORTVERSION= 0.11
-PORTREVISION= 1
+PORTVERSION= 0.15
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +12,7 @@ COMMENT= Manage dynamic plugins for Pyth
LICENSE= APACHE20
+BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>0:${PORTSDIR}/devel/py-pbr
TEST_DEPENDS= ${PKGNAMEPREFIX}coverage>=3.5.3:${PORTSDIR}/devel/py-coverage \
${PKGNAMEPREFIX}mock>=1.0.1:${PORTSDIR}/devel/py-mock \
${PKGNAMEPREFIX}nose>=1.3.0:${PORTSDIR}/devel/py-nose \
@@ -38,7 +38,7 @@ PYDISTUTILS_BUILD_TARGET+= build_sphinx
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+ (cd ${WRKSRC}/docs/build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.endif
regression-test: build
Modified: head/devel/py-stevedore/distinfo
==============================================================================
--- head/devel/py-stevedore/distinfo Thu Apr 24 12:44:54 2014 (r352001)
+++ head/devel/py-stevedore/distinfo Thu Apr 24 13:09:51 2014 (r352002)
@@ -1,2 +1,2 @@
-SHA256 (stevedore-0.11.tar.gz) = 3d647df6522a7fd30152382a948b3983ea9aa6097966ccb09244954ef345f267
-SIZE (stevedore-0.11.tar.gz) = 338681
+SHA256 (stevedore-0.15.tar.gz) = bec9269cbfa58de4f0849ec79bb7d54eeeed9df8b5fbfa1637fbc68062822847
+SIZE (stevedore-0.15.tar.gz) = 348537
Modified: head/devel/py-stevedore/files/patch-tox.ini
==============================================================================
--- head/devel/py-stevedore/files/patch-tox.ini Thu Apr 24 12:44:54 2014 (r352001)
+++ head/devel/py-stevedore/files/patch-tox.ini Thu Apr 24 13:09:51 2014 (r352002)
@@ -1,13 +1,13 @@
---- ./tox.ini.orig 2013-06-12 17:01:04.000000000 +0200
-+++ ./tox.ini 2013-08-30 01:41:41.000000000 +0200
+--- tox.ini.orig 2014-03-27 13:42:43.000000000 -0700
++++ tox.ini 2014-04-23 05:31:48.892526849 -0700
@@ -1,5 +1,5 @@
[tox]
--envlist = py26,py27,py32,py33,style,docs
+-envlist = py26,py27,py32,py33,pypy,pep8,docs
+envlist = py%%PYTHON_SUFFIX%%
[testenv]
- distribute = False
-@@ -8,6 +8,10 @@
+ # tox passes --pre to pip by default, but we don't want that
+@@ -10,6 +10,10 @@
nose
mock
coverage
@@ -16,5 +16,5 @@
+sitepackages = True
+whitelist_externals = %%LOCALBASE%%/bin/nosetests
- [testenv:style]
- deps = flake8
+ [testenv:venv]
+ commands = {posargs}
More information about the svn-ports-all
mailing list