pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-testpath Add py-testpath 0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/312cdf47d9f7
branches:  trunk
changeset: 361619:312cdf47d9f7
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Apr 23 05:04:02 2017 +0000

description:
Add py-testpath 0.3

Testpath is a collection of utilities for Python code working with files
and commands.

It contains functions to check things on the filesystem, and tools for
mocking system commands and recording calls to those.

diffstat:

 devel/py-testpath/DESCR    |   5 +++++
 devel/py-testpath/Makefile |  24 ++++++++++++++++++++++++
 devel/py-testpath/PLIST    |   6 ++++++
 devel/py-testpath/distinfo |   6 ++++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r 6da99e27bd39 -r 312cdf47d9f7 devel/py-testpath/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-testpath/DESCR   Sun Apr 23 05:04:02 2017 +0000
@@ -0,0 +1,5 @@
+Testpath is a collection of utilities for Python code working with files
+and commands.
+
+It contains functions to check things on the filesystem, and tools for
+mocking system commands and recording calls to those.
diff -r 6da99e27bd39 -r 312cdf47d9f7 devel/py-testpath/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-testpath/Makefile        Sun Apr 23 05:04:02 2017 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2017/04/23 05:04:02 markd Exp $
+
+DISTNAME=      testpath-0.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=jupyter/}
+GITHUB_PROJECT=        testpath
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jupyter/testpath
+COMMENT=       Test utilities for code working with files and commands
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+NO_BUILD=      yes
+PY_PATCHPLIST= yes
+
+do-install:
+       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${PYSITELIB}/testpath
+       ${INSTALL_DATA} ${WRKSRC}/testpath/*.py ${DESTDIR}${PREFIX}/${PYSITELIB}/testpath/
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6da99e27bd39 -r 312cdf47d9f7 devel/py-testpath/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-testpath/PLIST   Sun Apr 23 05:04:02 2017 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/23 05:04:02 markd Exp $
+${PYSITELIB}/testpath/__init__.py
+${PYSITELIB}/testpath/asserts.py
+${PYSITELIB}/testpath/commands.py
+${PYSITELIB}/testpath/env.py
+${PYSITELIB}/testpath/tempdir.py
diff -r 6da99e27bd39 -r 312cdf47d9f7 devel/py-testpath/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-testpath/distinfo        Sun Apr 23 05:04:02 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/23 05:04:02 markd Exp $
+
+SHA1 (testpath-0.3.tar.gz) = 09337b52d26b02575b311601786a5b80d80b5d15
+RMD160 (testpath-0.3.tar.gz) = 904941b939fcdbae20acda8866bb0baa00fbcaa5
+SHA512 (testpath-0.3.tar.gz) = 71a3266e17616c4df4a4c465151e9d48b89f573e4562132e85982b62446396884a270a32b5d4956aac1f0be1a00096cab9d0dc1718ae8b6312b0436eca683bdf
+Size (testpath-0.3.tar.gz) = 91250 bytes



Home | Main Index | Thread Index | Old Index