pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-sure Add py-sure-1.4.6:
details: https://anonhg.NetBSD.org/pkgsrc/rev/94f9b65dd533
branches: trunk
changeset: 369460:94f9b65dd533
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Sep 29 21:17:18 2017 +0000
description:
Add py-sure-1.4.6:
This modules provides an idiomatic testing library for python with
powerful and flexible assertions. Sure is heavily inspired in RSpec
Expectations and should.js.
diffstat:
devel/py-sure/DESCR | 3 +++
devel/py-sure/Makefile | 19 +++++++++++++++++++
devel/py-sure/PLIST | 30 ++++++++++++++++++++++++++++++
devel/py-sure/distinfo | 6 ++++++
4 files changed, 58 insertions(+), 0 deletions(-)
diffs (74 lines):
diff -r 75e2d84e7043 -r 94f9b65dd533 devel/py-sure/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-sure/DESCR Fri Sep 29 21:17:18 2017 +0000
@@ -0,0 +1,3 @@
+This modules provides an idiomatic testing library for python with
+powerful and flexible assertions. Sure is heavily inspired in RSpec
+Expectations and should.js.
diff -r 75e2d84e7043 -r 94f9b65dd533 devel/py-sure/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-sure/Makefile Fri Sep 29 21:17:18 2017 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 21:17:18 joerg Exp $
+
+DISTNAME= sure-1.4.6
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/sure/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://github.com/gabrielfalcao/sure
+COMMENT= Python testing tool
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 75e2d84e7043 -r 94f9b65dd533 devel/py-sure/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-sure/PLIST Fri Sep 29 21:17:18 2017 +0000
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 21:17:18 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sure/__init__.py
+${PYSITELIB}/sure/__init__.pyc
+${PYSITELIB}/sure/__init__.pyo
+${PYSITELIB}/sure/compat.py
+${PYSITELIB}/sure/compat.pyc
+${PYSITELIB}/sure/compat.pyo
+${PYSITELIB}/sure/core.py
+${PYSITELIB}/sure/core.pyc
+${PYSITELIB}/sure/core.pyo
+${PYSITELIB}/sure/deprecated.py
+${PYSITELIB}/sure/deprecated.pyc
+${PYSITELIB}/sure/deprecated.pyo
+${PYSITELIB}/sure/magic.py
+${PYSITELIB}/sure/magic.pyc
+${PYSITELIB}/sure/magic.pyo
+${PYSITELIB}/sure/old.py
+${PYSITELIB}/sure/old.pyc
+${PYSITELIB}/sure/old.pyo
+${PYSITELIB}/sure/registry.py
+${PYSITELIB}/sure/registry.pyc
+${PYSITELIB}/sure/registry.pyo
+${PYSITELIB}/sure/terminal.py
+${PYSITELIB}/sure/terminal.pyc
+${PYSITELIB}/sure/terminal.pyo
diff -r 75e2d84e7043 -r 94f9b65dd533 devel/py-sure/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-sure/distinfo Fri Sep 29 21:17:18 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 21:17:18 joerg Exp $
+
+SHA1 (sure-1.4.6.tar.gz) = d6e3d9d9a4a5832f346221547b1457c038c6680c
+RMD160 (sure-1.4.6.tar.gz) = edcf85db5bd329a1c8b72cce5ca753e6140455b2
+SHA512 (sure-1.4.6.tar.gz) = bbaaefc671c306b1d779a3a77ab095e7a51303f89468f00f5d0288dbfccbbecadef5d2bfde0dfbcc5888cb77b3c37b53fbe48afbc13263f2eb04e64dfde8bd77
+Size (sure-1.4.6.tar.gz) = 45608 bytes
Home |
Main Index |
Thread Index |
Old Index