diff --git a/programming/language/python/python-backports-ssl-match-hostname/actions.py b/programming/language/python/python-backports-ssl-match-hostname/actions.py new file mode 100644 index 0000000000..ec1451fc7a --- /dev/null +++ b/programming/language/python/python-backports-ssl-match-hostname/actions.py @@ -0,0 +1,15 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() + + pisitools.dodoc("PKG-INFO", "MANIFEST*") \ No newline at end of file diff --git a/programming/language/python/python-backports-ssl-match-hostname/pspec.xml b/programming/language/python/python-backports-ssl-match-hostname/pspec.xml new file mode 100644 index 0000000000..1538962e58 --- /dev/null +++ b/programming/language/python/python-backports-ssl-match-hostname/pspec.xml @@ -0,0 +1,41 @@ + + + python-backports-ssl-match-hostname + https://pypi.python.org/pypi/backports.ssl_match_hostname + + Alihan Öztürk + alihan@pisilinux.org + + PSF-2.2 + app + The ssl.match_hostname() function from Python 3.4 + The ssl.match_hostname() function from Python 3.4 + https://pypi.python.org/packages/3a/15/f9e48bfd2b971ade10ad0c03babab057791c260b05322cbd3f47e27be108/backports.ssl_match_hostname-3.4.0.2.tar.gz + + python-devel + python-setuptools + + + + + python-backports-ssl-match-hostname + The ssl.match_hostname() function from Python 3.4 + + python + + + /usr/lib/python* + /usr/share/doc + + + + + + 2016-06-15 + 3.4.0.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + +