File:  [cvs.NetBSD.org] / pkgsrc / devel / py-poetry-plugin-export / Makefile
Revision 1.5: download - view: text, annotated - select for diffs
Tue Aug 1 23:20:41 2023 UTC (21 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: HEAD
*: remove more references to Python 3.7

# $NetBSD: Makefile,v 1.5 2023/08/01 23:20:41 wiz Exp $

DISTNAME=	poetry_plugin_export-1.4.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=p/poetry-plugin-export/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://python-poetry.org/
COMMENT=	Poetry plugin to export the dependencies to various formats
LICENSE=	mit

DEPENDS+=	${PYPKGPREFIX}-poetry-core>=1.6.0:../../devel/py-poetry-core
TEST_DEPENDS+=	${PYPKGPREFIX}-poetry>=1.5.0:../../devel/py-poetry
TEST_DEPENDS+=	${PYPKGPREFIX}-test>=7.1:../../devel/py-test
TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov
TEST_DEPENDS+=	${PYPKGPREFIX}-test-mock>=3.9:../../devel/py-test-mock
TEST_DEPENDS+=	${PYPKGPREFIX}-test-randomly>=3.12:../../devel/py-test-randomly
TEST_DEPENDS+=	${PYPKGPREFIX}-test-xdist>=3.1:../../devel/py-test-xdist

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27 38

# as of 1.4.0
# 1 failed, 67 passed
do-test:
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>