664ad19ced
contextlib-chdir provides the backport of contextlib.chdir stdlib class added in Python 3.11.
20 lines
490 B
Makefile
20 lines
490 B
Makefile
PORTNAME= contextlib-chdir
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Backport of contextlib.chdir stdlib class added in Python 3.11
|
|
WWW= https://github.com/mondeja/contextlib-chdir
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|