[92717] trunk/dports/python
singingwolfboy at macports.org
singingwolfboy at macports.org
Fri May 4 10:34:38 PDT 2012
Revision: 92717
https://trac.macports.org/changeset/92717
Author: singingwolfboy at macports.org
Date: 2012-05-04 10:34:38 -0700 (Fri, 04 May 2012)
Log Message:
-----------
New ports: py-git-sweep and git-sweep_select
Added Paths:
-----------
trunk/dports/python/git-sweep_select/
trunk/dports/python/git-sweep_select/Portfile
trunk/dports/python/git-sweep_select/files/
trunk/dports/python/git-sweep_select/files/base
trunk/dports/python/git-sweep_select/files/none
trunk/dports/python/py-git-sweep/
trunk/dports/python/py-git-sweep/Portfile
trunk/dports/python/py-git-sweep/files/
trunk/dports/python/py-git-sweep/files/python26
trunk/dports/python/py-git-sweep/files/python27
Added: trunk/dports/python/git-sweep_select/Portfile
===================================================================
--- trunk/dports/python/git-sweep_select/Portfile (rev 0)
+++ trunk/dports/python/git-sweep_select/Portfile 2012-05-04 17:34:38 UTC (rev 92717)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup select 1.0
+
+name git-sweep_select
+version 0.1
+revision 0
+categories python
+license BSD
+
+maintainers singingwolfboy openmaintainer
+
+description common files for selecting default git-sweep version
+long_description \
+ This port installs files that allow 'port select' to be used to \
+ create links to the preferred default version of git-sweep
+
+platforms darwin
+supported_archs noarch
+
+homepage http://www.macports.org/
+
+distfiles
+
+use_configure no
+build {}
+destroot {
+ select::install git-sweep ${filespath}/base
+ select::install git-sweep ${filespath}/none
+}
+
+livecheck.type none
Property changes on: trunk/dports/python/git-sweep_select/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: trunk/dports/python/git-sweep_select/files/base
===================================================================
--- trunk/dports/python/git-sweep_select/files/base (rev 0)
+++ trunk/dports/python/git-sweep_select/files/base 2012-05-04 17:34:38 UTC (rev 92717)
@@ -0,0 +1 @@
+bin/git-sweep
Added: trunk/dports/python/git-sweep_select/files/none
===================================================================
--- trunk/dports/python/git-sweep_select/files/none (rev 0)
+++ trunk/dports/python/git-sweep_select/files/none 2012-05-04 17:34:38 UTC (rev 92717)
@@ -0,0 +1 @@
+-
Added: trunk/dports/python/py-git-sweep/Portfile
===================================================================
--- trunk/dports/python/py-git-sweep/Portfile (rev 0)
+++ trunk/dports/python/py-git-sweep/Portfile 2012-05-04 17:34:38 UTC (rev 92717)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup github 1.0
+PortGroup python 1.0
+PortGroup select 1.0
+
+github.setup arc90 git-sweep 0.1.1
+name py-git-sweep
+python.versions 26 27
+python.default_version 27
+categories-append devel
+platforms darwin
+maintainers singingwolfboy openmaintainer
+license MIT
+description clean up Git branches that have been merged into master
+long_description \
+ Command-line tool to help ${description}
+
+checksums rmd160 ea6ceb719a2dd75fb5e4ad74c2073a7608d896c0 \
+ sha256 b35fd6075527335946c7010f2d74c6ec3b1e5690a42e74aa0f2dff409d49c6e9
+
+if {$subport != $name} {
+ livecheck.type none
+ depends_lib-append port:py${python.version}-gitpython \
+ port:py${python.version}-gitdb \
+ port:git-sweep_select
+ select.group git-sweep
+ select.file ${filespath}/python${python.version}
+} else {
+ livecheck.type regex
+ livecheck.url ${homepage}
+ livecheck.regex git-sweep (\\d+(\\.\\d+)+)
+}
Property changes on: trunk/dports/python/py-git-sweep/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: trunk/dports/python/py-git-sweep/files/python26
===================================================================
--- trunk/dports/python/py-git-sweep/files/python26 (rev 0)
+++ trunk/dports/python/py-git-sweep/files/python26 2012-05-04 17:34:38 UTC (rev 92717)
@@ -0,0 +1 @@
+bin/git-sweep-2.6
Added: trunk/dports/python/py-git-sweep/files/python27
===================================================================
--- trunk/dports/python/py-git-sweep/files/python27 (rev 0)
+++ trunk/dports/python/py-git-sweep/files/python27 2012-05-04 17:34:38 UTC (rev 92717)
@@ -0,0 +1 @@
+bin/git-sweep-2.7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120504/98016dd2/attachment-0001.html>
More information about the macports-changes
mailing list