freebsd-ports/devel/py-fsspec/Makefile
Po-Chuan Hsieh b17b0fa57b
devel/py-fsspec: Update to 2023.6.0
- Remove outdated PYTHON_REL check after lang/python37 removal

Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
2023-06-30 15:03:33 +08:00

24 lines
528 B
Makefile

PORTNAME= fsspec
PORTVERSION= 2023.6.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= File-system specification
WWW= https://github.com/fsspec/filesystem_spec
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
OPTIONS_DEFINE= GITHUB
GITHUB_DESC= GitHub file system
GITHUB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
.include <bsd.port.mk>