[119349] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Wed Apr 23 04:10:03 PDT 2014
Revision: 119349
https://trac.macports.org/changeset/119349
Author: stromnov at macports.org
Date: 2014-04-23 04:10:03 -0700 (Wed, 23 Apr 2014)
Log Message:
-----------
py-acora: new port
Added Paths:
-----------
trunk/dports/python/py-acora/
trunk/dports/python/py-acora/Portfile
Added: trunk/dports/python/py-acora/Portfile
===================================================================
--- trunk/dports/python/py-acora/Portfile (rev 0)
+++ trunk/dports/python/py-acora/Portfile 2014-04-23 11:10:03 UTC (rev 119349)
@@ -0,0 +1,38 @@
+# -*- 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-acora
+version 1.8
+revision 0
+categories-append textproc devel
+platforms darwin
+license BSD
+
+python.versions 27 33 34
+
+maintainers stromnov openmaintainer
+
+description Fast multi-keyword search engine for text strings.
+long_description ${description}
+
+homepage http://pypi.python.org/pypi/acora
+master_sites https://pypi.python.org/packages/source/a/acora/
+
+distname acora-${version}
+
+checksums rmd160 23d2d346db3d06d502db1de9e049096227a3fdda \
+ sha256 cfabfbccc31762ae54d05119331051c99837e77e1204c38b9d142f0375c6725b
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex {acora-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-acora/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140423/c95b683a/attachment.html>
More information about the macports-changes
mailing list