svn commit: r563614 - in head/devel: . py-path
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 1 19:20:47 UTC 2021
Author: sunpoet
Date: Mon Feb 1 19:20:45 2021
New Revision: 563614
URL: https://svnweb.freebsd.org/changeset/ports/563614
Log:
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
Added:
head/devel/py-path/
head/devel/py-path/Makefile (contents, props changed)
head/devel/py-path/distinfo (contents, props changed)
head/devel/py-path/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Feb 1 19:20:39 2021 (r563613)
+++ head/devel/Makefile Mon Feb 1 19:20:45 2021 (r563614)
@@ -4757,6 +4757,7 @@
SUBDIR += py-pastel
SUBDIR += py-patch
SUBDIR += py-patch-ng
+ SUBDIR += py-path
SUBDIR += py-path.py
SUBDIR += py-pathlib2
SUBDIR += py-pathspec
Added: head/devel/py-path/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-path/Makefile Mon Feb 1 19:20:45 2021 (r563614)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= path
+PORTVERSION= 15.1.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at 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>
Added: head/devel/py-path/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-path/distinfo Mon Feb 1 19:20:45 2021 (r563614)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1612101544
+SHA256 (path-15.1.0.tar.gz) = ecf8a58ee4e45bf68a3c96e9715cac8b542e9790485193ec92e34957637624f8
+SIZE (path-15.1.0.tar.gz) = 48271
Added: head/devel/py-path/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-path/pkg-descr Mon Feb 1 19:20:45 2021 (r563614)
@@ -0,0 +1,4 @@
+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
More information about the svn-ports-head
mailing list