ports/devel/py-tenacity/Makefile
Roman Bogorodskiy 53925f1e76 Add py-tenacity 3.4.0, task retrying for python library.
PR:		215850
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
2017-01-08 12:36:56 +00:00

23 lines
486 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= tenacity
PORTVERSION= 3.4.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexander.nusov@nfvexpress.com
COMMENT= Task retrying for python library
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>