Update to py-testpath 0.3

This commit is contained in:
shadchin 2016-02-27 20:23:04 +00:00
parent 4989ff0372
commit 9b6ade99b3
4 changed files with 11 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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',

View File

@ -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