1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Mox is an open source mock object framework for Python, inspired by

the Java library EasyMock.
This commit is contained in:
Cheng-Lung Sung 2009-12-12 16:17:42 +00:00
parent 2989e65b27
commit 5c56ac92f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245628
5 changed files with 36 additions and 0 deletions

View File

@ -2498,6 +2498,7 @@
SUBDIR += py-lxml
SUBDIR += py-magic
SUBDIR += py-mez_xml
SUBDIR += py-mox
SUBDIR += py-mwlib
SUBDIR += py-mwlib.ext
SUBDIR += py-mwlib.rl

21
devel/py-mox/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: mox
# Date created: 12 Dec 2009
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mox
PORTVERSION= 0.5.0
CATEGORIES= devel python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Mock object framework for Python
PROJECTHOST= pymox
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

3
devel/py-mox/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (mox-0.5.0.tar.gz) = 4203ea4f03c7dcec0a1ceb1290a8b615
SHA256 (mox-0.5.0.tar.gz) = 84bc38057f0059f649312a8a0cfa63878dde0ce0d6eb54a808448877409e20e0
SIZE (mox-0.5.0.tar.gz) = 24366

4
devel/py-mox/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Mox is an open source mock object framework for Python, inspired by
the Java library EasyMock.
WWW: http://code.google.com/p/pymox/

7
devel/py-mox/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
%%PYTHON_SITELIBDIR%%/mox.py
%%PYTHON_SITELIBDIR%%/mox.pyc
%%PYTHON_SITELIBDIR%%/mox.pyo
%%PYTHON_SITELIBDIR%%/stubout.py
%%PYTHON_SITELIBDIR%%/stubout.pyc
%%PYTHON_SITELIBDIR%%/stubout.pyo
@comment %%PYTHON_SITELIBDIR%%/%%PYDISTUTILS_EGGINFO%%