svn commit: r304139 - in head/devel: . py-pathtools py-pathtools/files
Nicola Vitale
nivit at FreeBSD.org
Wed Sep 12 09:04:33 UTC 2012
Author: nivit
Date: Wed Sep 12 09:04:32 2012
New Revision: 304139
URL: http://svn.freebsd.org/changeset/ports/304139
Log:
Pattern matching and various Python utilities for file systems paths.
WWW: http://github.com/gorakhargosh/pathtools
Added:
head/devel/py-pathtools/
head/devel/py-pathtools/Makefile (contents, props changed)
head/devel/py-pathtools/distinfo (contents, props changed)
head/devel/py-pathtools/files/
head/devel/py-pathtools/files/patch-docs__source__conf.py (contents, props changed)
head/devel/py-pathtools/pkg-descr (contents, props changed)
head/devel/py-pathtools/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Sep 12 09:03:19 2012 (r304138)
+++ head/devel/Makefile Wed Sep 12 09:04:32 2012 (r304139)
@@ -3367,6 +3367,7 @@
SUBDIR += py-ordereddict
SUBDIR += py-parsedatetime
SUBDIR += py-parsing
+ SUBDIR += py-pathtools
SUBDIR += py-pefile
SUBDIR += py-period
SUBDIR += py-phpserialize
Added: head/devel/py-pathtools/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-pathtools/Makefile Wed Sep 12 09:04:32 2012 (r304139)
@@ -0,0 +1,35 @@
+# $FreeBSD$
+
+PORTNAME= pathtools
+PORTVERSION= 0.1.2
+#PORTREVISION= 0
+CATEGORIES= devel
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= nivit at FreeBSD.org
+COMMENT= File system general utilities for Python
+
+LICENSE= MIT
+
+OPTIONS_DEFINE= DOCS
+OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
+
+# Python3 ready (installation tested)
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
+BUILD_DEPENDS+= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx
+DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+
+post-build:
+ (cd ${WRKSRC}/docs ; ${MAKE} html)
+
+post-install:
+ (cd ${WRKSRC}/docs/build/html ; ${COPYTREE_SHARE} . ${DOCSDIR})
+.endif
+
+.include <bsd.port.mk>
Added: head/devel/py-pathtools/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-pathtools/distinfo Wed Sep 12 09:04:32 2012 (r304139)
@@ -0,0 +1,2 @@
+SHA256 (pathtools-0.1.2.tar.gz) = 7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0
+SIZE (pathtools-0.1.2.tar.gz) = 11006
Added: head/devel/py-pathtools/files/patch-docs__source__conf.py
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-pathtools/files/patch-docs__source__conf.py Wed Sep 12 09:04:32 2012 (r304139)
@@ -0,0 +1,11 @@
+--- ./docs/source/conf.py.orig 2012-09-11 15:54:40.000000000 +0200
++++ ./docs/source/conf.py 2012-09-11 15:54:44.000000000 +0200
+@@ -104,7 +104,7 @@
+
+ # The theme to use for HTML and HTML Help pages. See the documentation for
+ # a list of builtin themes.
+-html_theme = 'flask'
++html_theme = 'default'
+
+ # Theme options are theme-specific and customize the look and feel of a theme
+ # further. For a list of options available for each theme, see the
Added: head/devel/py-pathtools/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-pathtools/pkg-descr Wed Sep 12 09:04:32 2012 (r304139)
@@ -0,0 +1,3 @@
+Pattern matching and various Python utilities for file systems paths.
+
+WWW: http://github.com/gorakhargosh/pathtools
Added: head/devel/py-pathtools/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-pathtools/pkg-plist Wed Sep 12 09:04:32 2012 (r304139)
@@ -0,0 +1,40 @@
+ at comment $FreeBSD$
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+%%PORTDOCS%%%%DOCSDIR%%/.buildinfo
+%%PORTDOCS%%%%DOCSDIR%%/_modules/index.html
+%%PORTDOCS%%%%DOCSDIR%%/_modules/pathtools/path.html
+%%PORTDOCS%%%%DOCSDIR%%/_modules/pathtools/patterns.html
+%%PORTDOCS%%%%DOCSDIR%%/_sources/api.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt
+%%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif
+%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css
+%%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/comment.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/default.css
+%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js
+%%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/down.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/file.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js
+%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/plus.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css
+%%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js
+%%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js
+%%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js
+%%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/up.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/websupport.js
+%%PORTDOCS%%%%DOCSDIR%%/api.html
+%%PORTDOCS%%%%DOCSDIR%%/genindex.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/objects.inv
+%%PORTDOCS%%%%DOCSDIR%%/py-modindex.html
+%%PORTDOCS%%%%DOCSDIR%%/search.html
+%%PORTDOCS%%%%DOCSDIR%%/searchindex.js
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_modules/pathtools
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_modules
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
More information about the svn-ports-head
mailing list