[72371] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Oct 12 00:54:02 PDT 2010


Revision: 72371
          http://trac.macports.org/changeset/72371
Author:   stromnov at macports.org
Date:     2010-10-12 00:53:58 -0700 (Tue, 12 Oct 2010)
Log Message:
-----------
py26-kyotocabinet: new port

Added Paths:
-----------
    trunk/dports/python/py26-kyotocabinet/
    trunk/dports/python/py26-kyotocabinet/Portfile
    trunk/dports/python/py26-kyotocabinet/files/
    trunk/dports/python/py26-kyotocabinet/files/patch-setup.py.diff

Added: trunk/dports/python/py26-kyotocabinet/Portfile
===================================================================
--- trunk/dports/python/py26-kyotocabinet/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-kyotocabinet/Portfile	2010-10-12 07:53:58 UTC (rev 72371)
@@ -0,0 +1,33 @@
+# -*- 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           python26 1.0
+
+name                py26-kyotocabinet
+version             1.7
+revision            0
+categories-append   databases
+maintainers         stromnov openmaintainer
+platforms           darwin
+
+description         Python 2.x Binding of Kyoto Cabinet
+long_description    ${description}
+
+homepage            http://fallabs.com/kyotocabinet/
+master_sites        http://fallabs.com/kyotocabinet/pythonlegacypkg/
+
+distname            kyotocabinet-python-legacy-${version}
+
+checksums           md5     53d7918feffd2b6596a37f2c34c127b4 \
+                    sha1    e14ca7b2f2a367344df74643d1a9f1b830cb08f0 \
+                    rmd160  d9066bd0e7661c423aced8ac9f1936598001b02e
+
+patchfiles          patch-setup.py.diff
+
+depends_lib-append  port:kyotocabinet \
+                    port:zlib
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "kyotocabinet-python-legacy-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py26-kyotocabinet/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py26-kyotocabinet/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py26-kyotocabinet/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py26-kyotocabinet/files/patch-setup.py.diff	2010-10-12 07:53:58 UTC (rev 72371)
@@ -0,0 +1,11 @@
+--- setup.py.orig	2010-10-12 11:48:30.000000000 +0400
++++ setup.py	2010-10-12 11:48:40.000000000 +0400
+@@ -42,7 +42,7 @@
+ if len(library_dirs) < 1:
+     library_dirs = ['/usr/local/lib']
+ if len(libraries) < 1:
+-    libraries = ['kyotocabinet', 'z', 'stdc++', 'rt', 'pthread', 'm', 'c']
++    libraries = ['kyotocabinet', 'z', 'stdc++', 'pthread', 'm', 'c']
+ 
+ module = Extension(module_name,
+                    include_dirs = include_dirs,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101012/78ed2558/attachment.html>


More information about the macports-changes mailing list