pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel py-chai: added version 1.1.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/cd9c6a160697
branches: trunk
changeset: 373573:cd9c6a160697
user: adam <adam%pkgsrc.org@localhost>
date: Fri Jan 05 11:59:06 2018 +0000
description:
py-chai: added version 1.1.2
Chai provides a very easy to use api for mocking, stubbing and spying your
python objects, patterned after the Mocha library for Ruby.
diffstat:
devel/Makefile | 3 ++-
devel/py-chai/DESCR | 2 ++
devel/py-chai/Makefile | 16 ++++++++++++++++
devel/py-chai/PLIST | 33 +++++++++++++++++++++++++++++++++
devel/py-chai/distinfo | 6 ++++++
5 files changed, 59 insertions(+), 1 deletions(-)
diffs (90 lines):
diff -r 862b4d6229fc -r cd9c6a160697 devel/Makefile
--- a/devel/Makefile Fri Jan 05 11:35:06 2018 +0000
+++ b/devel/Makefile Fri Jan 05 11:59:06 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2588 2017/12/31 18:47:08 adam Exp $
+# $NetBSD: Makefile,v 1.2589 2018/01/05 11:59:06 adam Exp $
#
COMMENT= Development utilities
@@ -1868,6 +1868,7 @@
SUBDIR+= py-capstone
SUBDIR+= py-case
SUBDIR+= py-cffi
+SUBDIR+= py-chai
SUBDIR+= py-characteristic
SUBDIR+= py-checker
SUBDIR+= py-cheetah
diff -r 862b4d6229fc -r cd9c6a160697 devel/py-chai/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-chai/DESCR Fri Jan 05 11:59:06 2018 +0000
@@ -0,0 +1,2 @@
+Chai provides a very easy to use api for mocking, stubbing and spying your
+python objects, patterned after the Mocha library for Ruby.
diff -r 862b4d6229fc -r cd9c6a160697 devel/py-chai/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-chai/Makefile Fri Jan 05 11:59:06 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/01/05 11:59:06 adam Exp $
+
+DISTNAME= chai-1.1.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/chai/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/agoragames/chai
+COMMENT= Easy to use mocking, stubbing and spying framework
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 862b4d6229fc -r cd9c6a160697 devel/py-chai/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-chai/PLIST Fri Jan 05 11:59:06 2018 +0000
@@ -0,0 +1,33 @@
+@comment $NetBSD: PLIST,v 1.1 2018/01/05 11:59:06 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/chai/__init__.py
+${PYSITELIB}/chai/__init__.pyc
+${PYSITELIB}/chai/__init__.pyo
+${PYSITELIB}/chai/_termcolor.py
+${PYSITELIB}/chai/_termcolor.pyc
+${PYSITELIB}/chai/_termcolor.pyo
+${PYSITELIB}/chai/chai.py
+${PYSITELIB}/chai/chai.pyc
+${PYSITELIB}/chai/chai.pyo
+${PYSITELIB}/chai/comparators.py
+${PYSITELIB}/chai/comparators.pyc
+${PYSITELIB}/chai/comparators.pyo
+${PYSITELIB}/chai/exception.py
+${PYSITELIB}/chai/exception.pyc
+${PYSITELIB}/chai/exception.pyo
+${PYSITELIB}/chai/expectation.py
+${PYSITELIB}/chai/expectation.pyc
+${PYSITELIB}/chai/expectation.pyo
+${PYSITELIB}/chai/mock.py
+${PYSITELIB}/chai/mock.pyc
+${PYSITELIB}/chai/mock.pyo
+${PYSITELIB}/chai/python2.py
+${PYSITELIB}/chai/spy.py
+${PYSITELIB}/chai/spy.pyc
+${PYSITELIB}/chai/spy.pyo
+${PYSITELIB}/chai/stub.py
+${PYSITELIB}/chai/stub.pyc
+${PYSITELIB}/chai/stub.pyo
diff -r 862b4d6229fc -r cd9c6a160697 devel/py-chai/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-chai/distinfo Fri Jan 05 11:59:06 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/05 11:59:06 adam Exp $
+
+SHA1 (chai-1.1.2.tar.gz) = 47e19b67cbb98d2192ddd6310702f5c5b1b7efe3
+RMD160 (chai-1.1.2.tar.gz) = 878810cfa53e216b0a825e8eb9597b8adef2328d
+SHA512 (chai-1.1.2.tar.gz) = 81191b11a8c5c6bd1fbb0c43fe7855d6e6d9be54b4d0ddc42582a23b9df03249a91ba8ca50b5b74e76aab73a101377624e041b6c47ea6cba5267d4b58eaf77e5
+Size (chai-1.1.2.tar.gz) = 107807 bytes
Home |
Main Index |
Thread Index |
Old Index