diff --git a/devel/py-testpath/Makefile b/devel/py-testpath/Makefile index 6e1e73efdc0..1feef5ff0d4 100644 --- a/devel/py-testpath/Makefile +++ b/devel/py-testpath/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2016/01/11 11:50:58 shadchin Exp $ +# $OpenBSD: Makefile,v 1.3 2016/02/27 20:23:04 shadchin Exp $ COMMENT = test utilities working with files and commands -MODPY_EGG_VERSION = 0.2 +MODPY_EGG_VERSION = 0.3 DISTNAME = ${MODPY_EGG_VERSION} PKGNAME = py-testpath-${MODPY_EGG_VERSION} -REVISION = 0 CATEGORIES = devel diff --git a/devel/py-testpath/distinfo b/devel/py-testpath/distinfo index 7234cc6fee2..9e700d9d204 100644 --- a/devel/py-testpath/distinfo +++ b/devel/py-testpath/distinfo @@ -1,2 +1,2 @@ -SHA256 (0.2.tar.gz) = pTiMx8g3Cx8RKYwdUTs9K54vOQYHp8OZY+bjup8bcBI= -SIZE (0.2.tar.gz) = 13732 +SHA256 (0.3.tar.gz) = Acw81ZpZ1CsjglJ3S56/ydKvHQ2brIHXgBQJ9XCxzaU= +SIZE (0.3.tar.gz) = 91250 diff --git a/devel/py-testpath/patches/patch-doc_conf_py b/devel/py-testpath/patches/patch-doc_conf_py index ed434ddbf1f..d7df43b3b50 100644 --- a/devel/py-testpath/patches/patch-doc_conf_py +++ b/devel/py-testpath/patches/patch-doc_conf_py @@ -1,10 +1,10 @@ -$OpenBSD: patch-doc_conf_py,v 1.1.1.1 2015/11/08 17:17:37 edd Exp $ +$OpenBSD: patch-doc_conf_py,v 1.2 2016/02/27 20:23:04 shadchin Exp $ Prevent build from calling out to the internet. ---- doc/conf.py.orig Sat Nov 7 15:14:03 2015 -+++ doc/conf.py Sat Nov 7 15:14:10 2015 -@@ -31,7 +31,6 @@ import os +--- doc/conf.py.orig Thu Feb 4 22:26:15 2016 ++++ doc/conf.py Sun Feb 28 01:03:47 2016 +@@ -31,7 +31,6 @@ sys.path.insert(0, os.path.abspath('..')) # ones. extensions = [ 'sphinx.ext.autodoc', diff --git a/devel/py-testpath/pkg/PLIST b/devel/py-testpath/pkg/PLIST index 70c47f8cd12..4527c30d540 100644 --- a/devel/py-testpath/pkg/PLIST +++ b/devel/py-testpath/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2016/01/11 11:50:58 shadchin Exp $ +@comment $OpenBSD: PLIST,v 1.3 2016/02/27 20:23:04 shadchin Exp $ lib/python${MODPY_VERSION}/site-packages/testpath/ lib/python${MODPY_VERSION}/site-packages/testpath/__init__.py ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}/ @@ -8,6 +8,8 @@ lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}commands.${MOD lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}env.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/testpath/${MODPY_PYCACHE}tempdir.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/testpath/asserts.py +@comment lib/python${MODPY_VERSION}/site-packages/testpath/cli-32.exe +@comment lib/python${MODPY_VERSION}/site-packages/testpath/cli-64.exe lib/python${MODPY_VERSION}/site-packages/testpath/commands.py lib/python${MODPY_VERSION}/site-packages/testpath/env.py lib/python${MODPY_VERSION}/site-packages/testpath/tempdir.py