| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup python27 1.0 |
|---|
| 5 | |
|---|
| 6 | name juju |
|---|
| 7 | version 0.5+bzr398 |
|---|
| 8 | categories python net |
|---|
| 9 | platforms darwin |
|---|
| 10 | maintainers lynxman.net:lynxman |
|---|
| 11 | license AGPL-3 |
|---|
| 12 | |
|---|
| 13 | description next generation service orchestration system |
|---|
| 14 | long_description Juju is a next generation service orchestration framework. It has been likened to \ |
|---|
| 15 | APT for the cloud. With Juju, different authors are able to create service formulas, \ |
|---|
| 16 | called charms, independently, and make those services coordinate their communication \ |
|---|
| 17 | and configuration through a simple protocol. |
|---|
| 18 | |
|---|
| 19 | homepage https://launchpad.net/juju |
|---|
| 20 | master_sites https://launchpad.net/ubuntu/+archive/primary/+files/ |
|---|
| 21 | distfiles juju_0.5+bzr398.orig.tar.gz |
|---|
| 22 | worksrcdir juju-0.5+bzr398 |
|---|
| 23 | |
|---|
| 24 | checksums md5 9883b30bf8f8bf2accebcc5b97bc0fc2 \ |
|---|
| 25 | sha1 caa90acb598a3f9a75c01afc9dfa3ae3d322e106 \ |
|---|
| 26 | rmd160 186f5ef3c44670be52fbb9c2758a4cad874bfee8 |
|---|
| 27 | |
|---|
| 28 | depends_lib-append port:libzookeeper \ |
|---|
| 29 | port:py27-txzookeeper \ |
|---|
| 30 | port:py27-zookeeper \ |
|---|
| 31 | port:py27-txaws \ |
|---|
| 32 | port:py27-argparse \ |
|---|
| 33 | port:py27-twisted \ |
|---|
| 34 | port:py27-yaml \ |
|---|
| 35 | port:py27-pydot |
|---|
| 36 | |
|---|
| 37 | supported_archs noarch |
|---|
| 38 | |
|---|
| 39 | livecheck.type regex |
|---|
| 40 | livecheck.regex {juju-(\d+(?:\.\d+)*\w).tar.gz} |
|---|