diff --git a/programming/language/python/python-wheel/actions.py b/programming/language/python/python-wheel/actions.py new file mode 100644 index 0000000000..7aca50e880 --- /dev/null +++ b/programming/language/python/python-wheel/actions.py @@ -0,0 +1,17 @@ +#!/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 pisitools +from pisi.actionsapi import pythonmodules + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() + + # rename binary "wheel" + pisitools.rename("/usr/bin/wheel", "wheel-py2") \ No newline at end of file diff --git a/programming/language/python/python-wheel/pspec.xml b/programming/language/python/python-wheel/pspec.xml new file mode 100644 index 0000000000..fe957725a0 --- /dev/null +++ b/programming/language/python/python-wheel/pspec.xml @@ -0,0 +1,45 @@ + + + + + python-wheel + https://github.com/pypa/wheel + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + MIT + library + The official binary distribution format for Python. + This library is the reference implementation of the Python wheel packaging standard, as defined in PEP 427. + https://github.com/pypa/wheel/archive/0.35.1.tar.gz + + python-devel + python-setuptools + + + + + python-wheel + The official binary distribution format for Python. + + python-setuptools + + + /usr/lib/python2* + /usr/bin/wheel-py2 + /usr/share/doc/python-wheel + + + + + + 2020-08-30 + 0.35.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-wheel/translations.xml b/programming/language/python/python-wheel/translations.xml new file mode 100644 index 0000000000..f8d0193c24 --- /dev/null +++ b/programming/language/python/python-wheel/translations.xml @@ -0,0 +1,8 @@ + + + + python3-wheel + Python için resmi ikilik dosya dağıtım biçimi + python3-wheel, PEP427'de tanımlanan Python için "wheel" paketleme standardı uygulamasıdır. + + \ No newline at end of file