freebsd-ports/devel/py-contextlib-chdir/Makefile
Po-Chuan Hsieh 664ad19ced
devel/py-contextlib-chdir: Add py-contextlib-chdir 1.0.2
contextlib-chdir provides the backport of contextlib.chdir stdlib class added in
Python 3.11.
2023-08-22 01:01:57 +08:00

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>