[137926] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Mon Jun 22 23:28:13 PDT 2015
Revision: 137926
https://trac.macports.org/changeset/137926
Author: stromnov at macports.org
Date: 2015-06-22 23:28:13 -0700 (Mon, 22 Jun 2015)
Log Message:
-----------
py-idna: new port
Added Paths:
-----------
trunk/dports/python/py-idna/
trunk/dports/python/py-idna/Portfile
Added: trunk/dports/python/py-idna/Portfile
===================================================================
--- trunk/dports/python/py-idna/Portfile (rev 0)
+++ trunk/dports/python/py-idna/Portfile 2015-06-23 06:28:13 UTC (rev 137926)
@@ -0,0 +1,37 @@
+# -*- 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
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-idna
+version 2.0
+revision 0
+categories-append devel
+platforms darwin
+license BSD
+supported_archs noarch
+
+python.versions 27 34
+
+maintainers stromnov openmaintainer
+
+description Internationalized Domain Names in Applications (IDNA).
+long_description ${description}
+
+homepage https://github.com/kjd/idna/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname ${python.rootname}-${version}
+
+checksums rmd160 25fc1b543a77722884dd93757292e02c21f9fa8c \
+ sha256 16199aad938b290f5be1057c0e1efc6546229391c23cea61ca940c115f7d3d3b
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+
+ livecheck.type none
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/py-idna/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/20150622/226fcc0c/attachment-0001.html>
More information about the macports-changes
mailing list