Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 23:19:23 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367134 - head/devel/py-path.py
Message-ID:  <201409022319.s82NJNQq028557@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409022319.s82NJNQq028557>