[132166] trunk/dports/python
petr at macports.org
petr at macports.org
Sun Jan 25 02:28:18 PST 2015
Revision: 132166
https://trac.macports.org/changeset/132166
Author: petr at macports.org
Date: 2015-01-25 02:28:17 -0800 (Sun, 25 Jan 2015)
Log Message:
-----------
py-ipwhois: add new port, closes #44587.
Added Paths:
-----------
trunk/dports/python/py-ipwhois/
trunk/dports/python/py-ipwhois/Portfile
Added: trunk/dports/python/py-ipwhois/Portfile
===================================================================
--- trunk/dports/python/py-ipwhois/Portfile (rev 0)
+++ trunk/dports/python/py-ipwhois/Portfile 2015-01-25 10:28:17 UTC (rev 132166)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-off set: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+PortGroup github 1.0
+
+github.setup secynic ipwhois 0.9.0 v
+
+name py-${name}
+categories-append net devel
+license BSD
+platforms darwin
+supported_archs noarch
+maintainers maiar.org:jason-macports openmaintainer
+
+description ${name} is a simple package for retrieving and parsing \
+ whois data for IPv4 and IPv6 addresses.
+long_description ${description}
+
+checksums rmd160 06f14990dfc2ba792fef02c36d7b909a7cc46fac \
+ sha256 258c6925aa5b85428db5b4f8c6af3e1f61f2e4f04a51552b4e59aacbe9203e06
+
+python.versions 27 34
+
+if {${name} ne ${subport}} {
+ depends_build-append port:py${python.version}-setuptools
+ depends_lib-append port:py${python.version}-dnspython
+
+ if {${python.version} < 30} {
+ depends_lib-append port:py${python.version}-ipaddr
+ }
+
+ livecheck.type none
+}
Property changes on: trunk/dports/python/py-ipwhois/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/20150125/5b5a5962/attachment-0001.html>
More information about the macports-changes
mailing list