Index: head/devel/py-path.py/Makefile =================================================================== --- head/devel/py-path.py/Makefile (nonexistent) +++ head/devel/py-path.py/Makefile (revision 367134) @@ -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 Property changes on: head/devel/py-path.py/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-path.py/distinfo =================================================================== --- head/devel/py-path.py/distinfo (nonexistent) +++ head/devel/py-path.py/distinfo (revision 367134) @@ -0,0 +1,2 @@ +SHA256 (path.py-5.2.zip) = d82923a04b527ff9d6e0161c29d295db4c35d63bb97f4f1071e5b550d7ba3358 +SIZE (path.py-5.2.zip) = 27827 Property changes on: head/devel/py-path.py/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-path.py/pkg-descr =================================================================== --- head/devel/py-path.py/pkg-descr (nonexistent) +++ head/devel/py-path.py/pkg-descr (revision 367134) @@ -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 Property changes on: head/devel/py-path.py/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property