1 | # -*- 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 |
---|
2 | # $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-adns |
---|
8 | version 1.2.1 |
---|
9 | platforms darwin |
---|
10 | supported_archs noarch |
---|
11 | maintainers nomaintainer |
---|
12 | categories net python |
---|
13 | license GPL-2+ |
---|
14 | description Python module that interfaces to the adns asynchronous resolver library |
---|
15 | long_description ${description} |
---|
16 | |
---|
17 | homepage https://pypi.python.org/pypi/adns-python |
---|
18 | distname adns-python-${version} |
---|
19 | master_sites http://adns-python.googlecode.com/files/ |
---|
20 | |
---|
21 | checksums rmd160 772d0b71b81ecc8af204c0c9a7b3af02a228c3a8 \ |
---|
22 | sha256 30f4ae0c40f6b09b0fad60c1aa4b4b9ff250e62f6e5e6cc112949f880359a23e |
---|
23 | |
---|
24 | depends_lib port:adns |
---|
25 | python.versions 24 25 26 27 33 |
---|
26 | |
---|
27 | livecheck.type regex |
---|
28 | livecheck.url ${homepage} |
---|
29 | livecheck.regex "<a href=\"/pypi/adns-python/.*?\">(\\d+(?:\\.\\d+)*)</a>" |
---|
30 | |
---|