svn commit: r462916 - head/devel/py-tapi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 25 05:32:58 UTC 2018


Author: sunpoet
Date: Sun Feb 25 05:32:57 2018
New Revision: 462916
URL: https://svnweb.freebsd.org/changeset/ports/462916

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)
  
  - Add NO_ARCH
  - Adjust pkg-descr
  - Add PyPI as primary WWW
  - Update WWW
  - Bump PORTREVISION for package change
  - Take maintainership

Modified:
  head/devel/py-tapi/Makefile
  head/devel/py-tapi/pkg-descr

Modified: head/devel/py-tapi/Makefile
==============================================================================
--- head/devel/py-tapi/Makefile	Sun Feb 25 05:32:51 2018	(r462915)
+++ head/devel/py-tapi/Makefile	Sun Feb 25 05:32:57 2018	(r462916)
@@ -3,17 +3,19 @@
 
 PORTNAME=	tapi
 PORTVERSION=	0.1.7
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Tapi-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Framework for testing APIs
 
 LICENSE=	MIT
 
+NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>

Modified: head/devel/py-tapi/pkg-descr
==============================================================================
--- head/devel/py-tapi/pkg-descr	Sun Feb 25 05:32:51 2018	(r462915)
+++ head/devel/py-tapi/pkg-descr	Sun Feb 25 05:32:57 2018	(r462916)
@@ -1,6 +1,7 @@
 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
@@ -12,4 +13,5 @@ Tapi is a tool to automate the testing of your Applica
 - 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


More information about the svn-ports-head mailing list