| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name py27-zookeeper |
|---|
| 6 | version 3.3.0 |
|---|
| 7 | categories python devel |
|---|
| 8 | platforms darwin |
|---|
| 9 | maintainers lynxman.net:lynxman |
|---|
| 10 | |
|---|
| 11 | description Python bindings for ZooKeeper, the high-performance coordination service |
|---|
| 12 | long_description ZooKeeper is a distributed, open-source coordination service for \ |
|---|
| 13 | distributed applications. It exposes a simple set of primitives that distributed applications \ |
|---|
| 14 | can build upon to implement higher level services for synchronization, configuration \ |
|---|
| 15 | maintenance, and groups and naming. It is designed to be easy to program to, and uses a data \ |
|---|
| 16 | model styled after the familiar directory tree structure of file systems. This port contains \ |
|---|
| 17 | the C bindings for interacting with it. |
|---|
| 18 | |
|---|
| 19 | homepage http://hadoop.apache.org/zookeeper/ |
|---|
| 20 | distname zookeeper-${version} |
|---|
| 21 | master_sites apache:hadoop/zookeeper/${distname} |
|---|
| 22 | |
|---|
| 23 | checksums sha1 6f4bdcc8cade06f92c0c843f327fa8291d5933c8 |
|---|
| 24 | |
|---|
| 25 | livecheck.type regex |
|---|
| 26 | livecheck.regex {zookeeper-(\d+(?:\.\d+)*\w).tar.gz} |
|---|
| 27 | |
|---|
| 28 | worksrcdir ${distname}/src/contrib/zkpython |
|---|
| 29 | |
|---|
| 30 | use_configure no |
|---|
| 31 | build.cmd ant |
|---|
| 32 | build.target install |
|---|
| 33 | build.args -Ddist.dir=${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ -Dbuild.dir=${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ |
|---|
| 34 | destroot.cmd true |
|---|