pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-sure



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Sep 29 21:17:19 UTC 2017

Added Files:
        pkgsrc/devel/py-sure: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-sure/DESCR \
    pkgsrc/devel/py-sure/Makefile pkgsrc/devel/py-sure/PLIST \
    pkgsrc/devel/py-sure/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-sure/DESCR
diff -u /dev/null pkgsrc/devel/py-sure/DESCR:1.1
--- /dev/null   Fri Sep 29 21:17:19 2017
+++ pkgsrc/devel/py-sure/DESCR  Fri Sep 29 21:17:18 2017
@@ -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.
Index: pkgsrc/devel/py-sure/Makefile
diff -u /dev/null pkgsrc/devel/py-sure/Makefile:1.1
--- /dev/null   Fri Sep 29 21:17:19 2017
+++ pkgsrc/devel/py-sure/Makefile       Fri Sep 29 21:17:18 2017
@@ -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"
Index: pkgsrc/devel/py-sure/PLIST
diff -u /dev/null pkgsrc/devel/py-sure/PLIST:1.1
--- /dev/null   Fri Sep 29 21:17:19 2017
+++ pkgsrc/devel/py-sure/PLIST  Fri Sep 29 21:17:18 2017
@@ -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
Index: pkgsrc/devel/py-sure/distinfo
diff -u /dev/null pkgsrc/devel/py-sure/distinfo:1.1
--- /dev/null   Fri Sep 29 21:17:19 2017
+++ pkgsrc/devel/py-sure/distinfo       Fri Sep 29 21:17:18 2017
@@ -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