pkgsrc/devel/py-outcome/Makefile
adam 927a246d28 py-outcome: updated to 1.2.0
Outcome 1.2.0 (2022-06-14)
--------------------------

Features
- Add support for Python 3.9 and 3.10.

Deprecations and Removals
- Drop support for Python 3.6.
2022-08-10 09:03:46 +00:00

26 lines
831 B
Makefile

# $NetBSD: Makefile,v 1.2 2022/08/10 09:03:46 adam Exp $
DISTNAME= outcome-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/outcome/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/python-trio/outcome
COMMENT= Capture the outcome of Python function calls
LICENSE= mit OR apache-2.0
DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"