aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-opster/Makefile
blob: 19f9b6f4f1865daf1a9f959680b6ae6c6eb99e37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	opster
DISTVERSION=	5.0
PORTREVISION=	1
CATEGORIES=	devel python
#MASTER_SITES=	PYPI no tests
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Command line parsing speedster
WWW=		https://github.com/piranha/opster/

LICENSE=	BSD2CLAUSE

USES=		python
USE_PYTHON=	distutils autoplist pytest # tests fail to run, see https://github.com/piranha/opster/issues/62

USE_GITHUB=	yes
GH_ACCOUNT=	piranha

NO_ARCH=	yes

TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
TEST_WRKSRC=	${WRKSRC}/tests

.include <bsd.port.mk>