Import py27-minimock-1.2.8 as devel/py-minimock.
minimock is a simple library for doing Mock objects with doctest. When using doctest, mock objects can be very simple.
This commit is contained in:
parent
dfe654c95c
commit
e6dd612a85
4 changed files with 32 additions and 0 deletions
2
devel/py-minimock/DESCR
Normal file
2
devel/py-minimock/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
minimock is a simple library for doing Mock objects with doctest. When using
|
||||
doctest, mock objects can be very simple.
|
16
devel/py-minimock/Makefile
Normal file
16
devel/py-minimock/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/03/12 01:37:37 rodent Exp $
|
||||
|
||||
DISTNAME= MiniMock-1.2.8
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/M/MiniMock/
|
||||
|
||||
MAINTAINER= rodent@NetBSD.org
|
||||
HOMEPAGE= http://pypi.python.org/pypi/MiniMock
|
||||
COMMENT= Simplest possible mock library
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
9
devel/py-minimock/PLIST
Normal file
9
devel/py-minimock/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/03/12 01:37:37 rodent Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/zip-safe
|
||||
${PYSITELIB}/minimock.py
|
||||
${PYSITELIB}/minimock.pyc
|
||||
${PYSITELIB}/minimock.pyo
|
5
devel/py-minimock/distinfo
Normal file
5
devel/py-minimock/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/03/12 01:37:37 rodent Exp $
|
||||
|
||||
SHA1 (MiniMock-1.2.8.tar.gz) = 8db20a995efb33491532429be4c6295e4c5e2ff1
|
||||
RMD160 (MiniMock-1.2.8.tar.gz) = e997c336c699820bc2abcf1db7bdc446c4108a48
|
||||
Size (MiniMock-1.2.8.tar.gz) = 13217 bytes
|
Loading…
Reference in a new issue