Bug 181612 - [New Port] devel/py-glob2
Summary: [New Port] devel/py-glob2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 12:10 UTC by loader
Modified: 2013-10-26 20:00 UTC (History)
0 users

See Also:


Attachments
file.shar (1.60 KB, text/plain)
2013-08-28 12:10 UTC, loader
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loader 2013-08-28 12:10:00 UTC
Version of the glob module that can capture patterns and supports recursive wildcards.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-28 12:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-26 19:50:11 UTC
Author: wg
Date: Sat Oct 26 18:50:03 2013
New Revision: 331727
URL: http://svnweb.freebsd.org/changeset/ports/331727

Log:
  devel/py-glob2: Glob that captures patterns and supports recursive wildcards
  
  Version of the glob module that can capture patterns
  and supports recursive wildcards.
  
  WWW: http://github.com/miracle2k/python-glob2/
  
  PR:		ports/181612
  Submitted by:	loader <loader freebsdmall.com>

Added:
  head/devel/py-glob2/
  head/devel/py-glob2/Makefile   (contents, props changed)
  head/devel/py-glob2/distinfo   (contents, props changed)
  head/devel/py-glob2/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Oct 26 18:03:03 2013	(r331726)
+++ head/devel/Makefile	Sat Oct 26 18:50:03 2013	(r331727)
@@ -3555,6 +3555,7 @@
     SUBDIR += py-gitdb
     SUBDIR += py-gitosis
     SUBDIR += py-gitpython
+    SUBDIR += py-glob2
     SUBDIR += py-gobject
     SUBDIR += py-gobject3
     SUBDIR += py-grab

Added: head/devel/py-glob2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-glob2/Makefile	Sat Oct 26 18:50:03 2013	(r331727)
@@ -0,0 +1,20 @@
+# Created by: loader <loader@freebsdmall.com>
+# $FreeBSD$
+
+PORTNAME=	glob2
+PORTVERSION=	0.4.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	loader@freebsdmall.com
+COMMENT=	Glob that captures patterns and supports recursive wildcards
+
+LICENSE=	BSD
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_AUTOPLIST=	yes
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-glob2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-glob2/distinfo	Sat Oct 26 18:50:03 2013	(r331727)
@@ -0,0 +1,2 @@
+SHA256 (glob2-0.4.1.tar.gz) = 9974c375c54eb56223643980e724b37fc8efcaeb65fc55045fc521baa5f60175
+SIZE (glob2-0.4.1.tar.gz) = 9124

Added: head/devel/py-glob2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-glob2/pkg-descr	Sat Oct 26 18:50:03 2013	(r331727)
@@ -0,0 +1,4 @@
+Version of the glob module that can capture patterns
+and supports recursive wildcards.
+
+WWW: http://github.com/miracle2k/python-glob2/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-10-26 19:50:32 UTC
State Changed
From-To: open->closed

New port added. Thanks!