[37360] trunk/dports/python

saispo at macports.org saispo at macports.org
Wed Jun 4 11:44:03 PDT 2008


Revision: 37360
          http://trac.macosforge.org/projects/macports/changeset/37360
Author:   saispo at macports.org
Date:     2008-06-04 11:44:02 -0700 (Wed, 04 Jun 2008)

Log Message:
-----------
Add py-hgsvn and py25-hgsvn

Added Paths:
-----------
    trunk/dports/python/py-hgsvn/
    trunk/dports/python/py-hgsvn/Portfile
    trunk/dports/python/py25-hgsvn/
    trunk/dports/python/py25-hgsvn/Portfile

Added: trunk/dports/python/py-hgsvn/Portfile
===================================================================
--- trunk/dports/python/py-hgsvn/Portfile	                        (rev 0)
+++ trunk/dports/python/py-hgsvn/Portfile	2008-06-04 18:44:02 UTC (rev 37360)
@@ -0,0 +1,28 @@
+PortSystem        1.0
+PortGroup         python24 1.0
+
+name                    py-hgsvn
+version                 0.1.6
+revision                1
+categories              python devel
+platforms               darwin
+maintainers             saispo at macports.org
+homepage                http://pypi.python.org/pypi/hgsvn
+description             hgsvn is a set of scripts for Subversion and Mercurial
+long_description		This set of scripts allows to work locally on \
+						Subversion-managed projects using the Mercurial \
+						distributed version control system.
+
+master_sites            http://pypi.python.org/packages/source/h/hgsvn
+distname                hgsvn-${version}
+checksums               md5 717f21210fb84e7538d76a95a582a647 \
+                        sha1 77940867972b752757e707cb185ea5a91aa3f62a \
+                        rmd160 bade2e485af23846e529b9a4fc9ff3138c839e2c
+
+depends_lib-append      port:py25-setuptools
+
+post-destroot   {
+        xinstall -m 644 -W ${worksrcpath} AUTHORS.txt COPYING.txt README.txt TODO.txt  \
+                ${destroot}${prefix}/share/doc/${name}
+}
+

Added: trunk/dports/python/py25-hgsvn/Portfile
===================================================================
--- trunk/dports/python/py25-hgsvn/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-hgsvn/Portfile	2008-06-04 18:44:02 UTC (rev 37360)
@@ -0,0 +1,28 @@
+PortSystem        1.0
+PortGroup         python25 1.0
+
+name                    py25-hgsvn
+version                 0.1.6
+revision                1
+categories              python devel
+platforms               darwin
+maintainers             saispo at macports.org
+homepage                http://pypi.python.org/pypi/hgsvn
+description             hgsvn is a set of scripts for Subversion and Mercurial
+long_description		This set of scripts allows to work locally on \
+						Subversion-managed projects using the Mercurial \
+						distributed version control system.
+						
+master_sites            http://pypi.python.org/packages/source/h/hgsvn
+distname                hgsvn-${version}
+checksums               md5 717f21210fb84e7538d76a95a582a647 \
+                        sha1 77940867972b752757e707cb185ea5a91aa3f62a \
+                        rmd160 bade2e485af23846e529b9a4fc9ff3138c839e2c
+
+depends_lib-append      port:py25-setuptools
+
+post-destroot   {
+        xinstall -m 644 -W ${worksrcpath} AUTHORS.txt COPYING.txt README.txt TODO.txt  \
+                ${destroot}${prefix}/share/doc/${name}
+}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080604/233c187a/attachment.htm 


More information about the macports-changes mailing list