Ticket #30223: Portfile

File Portfile, 866 bytes (added by lynxman@…, 13 years ago)

py27-txzookeeper

Line 
1# $Id$
2
3PortSystem        1.0
4PortGroup         python27 1.0
5
6name              py27-txzookeeper
7version           0.8.0
8categories        python net
9platforms         darwin
10maintainers       lynxman.net:lynxman
11
12description       Provides an asynchronous library for using apache zookeeper from twisted.
13long_description  Provides an asynchronous library for using apache zookeeper from twisted.
14
15homepage          https://launchpad.net/txzookeeper
16master_sites      http://pypi.python.org/packages/source/t/txzookeeper/
17distname          txzookeeper-${version}
18
19checksums         md5     65a20df2c4d56d013d4b688472909a7c \
20                  sha1    c96952787c9f4c0707ef32071f29bd7c571caa57 \
21                  rmd160  19180c12d4d3d2d6b93e70dfdab23120bc6e5323
22
23universal_variant no
24
25livecheck.type    regex
26livecheck.regex   {txzookeeper-(\d+(?:\.\d+)*\w).tar.gz}