Index: head/devel/py-tapi/Makefile =================================================================== --- head/devel/py-tapi/Makefile (revision 462915) +++ head/devel/py-tapi/Makefile (revision 462916) @@ -1,19 +1,21 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= tapi PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Tapi-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Framework for testing APIs LICENSE= MIT +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include Index: head/devel/py-tapi/pkg-descr =================================================================== --- head/devel/py-tapi/pkg-descr (revision 462915) +++ head/devel/py-tapi/pkg-descr (revision 462916) @@ -1,15 +1,17 @@ Tapi is a tool to automate the testing of your Application Programmer Interfaces -(APIs). Features: +(APIs). +Features: - Test you API without writing any code (only edit a json file) - Test you APIs in a much more 'natural' way by specifying urls/verbs and what the output should be - Verify anything from response status codes, headers, body content etc - Also allows verification by issuing another API call to a different endpoint to ensure a prior API call worked - Execute arbitrary python scripts to populate request paramaters e.g. custom headers - Execute arbitrary python scripts to verify response from endpoint is valid - Tests your APIs using your own APIs -WWW: https://github.com/jimmyislive/tapi/ +WWW: https://pypi.python.org/pypi/Tapi +WWW: https://github.com/jimmyislive/tapi