python3-backports-ssl-match-hostname:first release

This commit is contained in:
alihanozturk
2016-06-15 00:20:29 +03:00
parent e4748a8472
commit 150c44f18d
2 changed files with 56 additions and 0 deletions
@@ -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(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("PKG-INFO", "MANIFEST*")