[97920] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Wed Sep 19 19:45:19 PDT 2012


Revision: 97920
          http://trac.macports.org//changeset/97920
Author:   ryandesign at macports.org
Date:     2012-09-19 19:45:19 -0700 (Wed, 19 Sep 2012)
Log Message:
-----------
py-virtualenv-clone: new port, version 0.2.4 (#36014)

Added Paths:
-----------
    trunk/dports/python/py-virtualenv-clone/
    trunk/dports/python/py-virtualenv-clone/Portfile

Added: trunk/dports/python/py-virtualenv-clone/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv-clone/Portfile	                        (rev 0)
+++ trunk/dports/python/py-virtualenv-clone/Portfile	2012-09-20 02:45:19 UTC (rev 97920)
@@ -0,0 +1,36 @@
+# -*- 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           python 1.0
+
+name                py-virtualenv-clone
+set real_name       virtualenv-clone
+version             0.2.4
+platforms           darwin
+categories-append   devel
+maintainers         nomaintainer
+supported_archs     noarch
+license             MIT
+
+description         script to clone virtualenvs
+
+long_description    A script for cloning a non-relocatable virtualenv.
+
+homepage            http://github.com/edwardgeorge/${real_name}/
+master_sites        http://pypi.python.org/packages/source/v/${real_name}/
+distname            ${real_name}-${version}
+
+checksums           md5     71168b975eaaa91e65559bcc79290b3b \
+                    sha1    cbadef67b5809403b4e11b8ad5f809025902c256 \
+                    rmd160  82070acc258f14f24a76d412fd352ceb8daa2e0d
+
+python.versions     25 26 27
+
+if {${name} != ${subport}} {
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   http://pypi.python.org/pypi/${real_name}
+    livecheck.regex ${real_name} (\[0-9\]+(\.\[0-9\]+)+)
+}


Property changes on: trunk/dports/python/py-virtualenv-clone/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120919/4cba165b/attachment.html>


More information about the macports-changes mailing list