summaryrefslogtreecommitdiff
path: root/devel/py-pick/Makefile
blob: f5909d1f8eb1e70e68888ff7722283abb5f82b74 (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
26
27
28
29
PORTNAME=	pick
DISTVERSIONPREFIX=	v
DISTVERSION=	2.4.0
CATEGORIES=	devel python
#MASTER_SITES=	PYPI # no tests
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Pick an option in the terminal with a simple GUI
WWW=		https://github.com/aisk/pick

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}

USES=		python
USE_PYTHON=	pep517 autoplist pytest

USE_GITHUB=	yes
GH_ACCOUNT=	aisk

TEST_ENV=	PYTHONPATH=${WRKSRC}/src

NO_ARCH=	yes

# tests as of 2.4.0: 8 passed in 2.51s

.include <bsd.port.mk>