svn commit: r367134 - head/devel/py-path.py
William Grzybowski
wg at FreeBSD.org
Tue Sep 2 23:19:24 UTC 2014
Author: wg
Date: Tue Sep 2 23:19:23 2014
New Revision: 367134
URL: http://svnweb.freebsd.org/changeset/ports/367134
QAT: https://qat.redports.org/buildarchive/r367134/
Log:
devel/py-path.py: Module wrapper for os.path
path.py implements a 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.py
Added:
head/devel/py-path.py/
head/devel/py-path.py/Makefile (contents, props changed)
head/devel/py-path.py/distinfo (contents, props changed)
head/devel/py-path.py/pkg-descr (contents, props changed)
Added: head/devel/py-path.py/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-path.py/Makefile Tue Sep 2 23:19:23 2014 (r367134)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= path.py
+PORTVERSION= 5.2
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= wg at FreeBSD.org
+COMMENT= Module wrapper for os.path
+
+LICENSE= MIT
+
+USES= python zip
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
Added: head/devel/py-path.py/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-path.py/distinfo Tue Sep 2 23:19:23 2014 (r367134)
@@ -0,0 +1,2 @@
+SHA256 (path.py-5.2.zip) = d82923a04b527ff9d6e0161c29d295db4c35d63bb97f4f1071e5b550d7ba3358
+SIZE (path.py-5.2.zip) = 27827
Added: head/devel/py-path.py/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-path.py/pkg-descr Tue Sep 2 23:19:23 2014 (r367134)
@@ -0,0 +1,4 @@
+path.py implements a 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.py
More information about the svn-ports-all
mailing list