New port devel/py-exam 0.10.5

Exam is a Python toolkit for writing better tests. It aims to remove a lot of
the boiler plate testing code one often writes, while still following Python
conventions and adhering to the unit testing interface.

WWW: https://github.com/fluxx/exam
This commit is contained in:
Tom Judge 2016-04-01 03:21:56 +00:00
parent bf7e7579d9
commit 47497c19f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412311
4 changed files with 24 additions and 0 deletions

View file

@ -4056,6 +4056,7 @@
SUBDIR += py-epsilon
SUBDIR += py-evdev
SUBDIR += py-event
SUBDIR += py-exam
SUBDIR += py-extras
SUBDIR += py-extremes
SUBDIR += py-ezpyinline

16
devel/py-exam/Makefile Normal file
View file

@ -0,0 +1,16 @@
# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= exam
PORTVERSION= 0.10.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tj@FreeBSD.org
COMMENT= Exam is a Python toolkit for writing better tests
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

2
devel/py-exam/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (exam-0.10.5.tar.gz) = 8cf1212884aef9d65bcb69875c755c9228cd033d7fda71c26636c7c9cded8b00
SIZE (exam-0.10.5.tar.gz) = 10977

5
devel/py-exam/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
Exam is a Python toolkit for writing better tests. It aims to remove a lot of
the boiler plate testing code one often writes, while still following Python
conventions and adhering to the unit testing interface.
WWW: https://github.com/fluxx/exam