git: aa7b5263a7ba - main - devel/py-jaraco.path: Add py-jaraco.path 3.7.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 25 Sep 2024 18:25:14 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aa7b5263a7babc8a6108a8d6b6eb65105c536c65

commit aa7b5263a7babc8a6108a8d6b6eb65105c536c65
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-25 17:47:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-25 18:21:53 +0000

    devel/py-jaraco.path: Add py-jaraco.path 3.7.1
    
    jaraco.path provides cross platform hidden file detection.
---
 devel/Makefile                 |  1 +
 devel/py-jaraco.path/Makefile  | 24 ++++++++++++++++++++++++
 devel/py-jaraco.path/distinfo  |  3 +++
 devel/py-jaraco.path/pkg-descr |  1 +
 4 files changed, 29 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 26f509ecfe7a..f1508a8bd530 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5024,6 +5024,7 @@
     SUBDIR += py-jaraco.itertools
     SUBDIR += py-jaraco.logging
     SUBDIR += py-jaraco.packaging
+    SUBDIR += py-jaraco.path
     SUBDIR += py-jaraco.stream
     SUBDIR += py-jaraco.text
     SUBDIR += py-jaraco.util
diff --git a/devel/py-jaraco.path/Makefile b/devel/py-jaraco.path/Makefile
new file mode 100644
index 000000000000..ad0943068362
--- /dev/null
+++ b/devel/py-jaraco.path/Makefile
@@ -0,0 +1,24 @@
+PORTNAME=	jaraco.path
+PORTVERSION=	3.7.1
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	jaraco_path-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Miscellaneous path functions
+WWW=		https://github.com/jaraco/jaraco.path
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-jaraco.path/distinfo b/devel/py-jaraco.path/distinfo
new file mode 100644
index 000000000000..8d2fbfa858cf
--- /dev/null
+++ b/devel/py-jaraco.path/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1727260373
+SHA256 (jaraco_path-3.7.1.tar.gz) = e17c0c0b686022a9b10dc7230b21ce353f5626cf079db3780c405f58501ed78e
+SIZE (jaraco_path-3.7.1.tar.gz) = 11771
diff --git a/devel/py-jaraco.path/pkg-descr b/devel/py-jaraco.path/pkg-descr
new file mode 100644
index 000000000000..84cfea8d240c
--- /dev/null
+++ b/devel/py-jaraco.path/pkg-descr
@@ -0,0 +1 @@
+jaraco.path provides cross platform hidden file detection.