ports/devel/py-path/Makefile
Sunpoet Po-Chuan Hsieh 83c149d7cb Add py-path 15.1.0
path implements path objects as first-class entities, allowing common operations
on files to be invoked on those path objects directly.

WWW: https://github.com/jaraco/path
2021-02-01 19:20:45 +00:00

24 lines
502 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= path
PORTVERSION= 15.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module wrapper for os.path
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>