diff --git a/programming/language/python3/python3-parsing/actions.py b/programming/language/python3/python3-parsing/actions.py deleted file mode 100644 index 477128ffec..0000000000 --- a/programming/language/python3/python3-parsing/actions.py +++ /dev/null @@ -1,17 +0,0 @@ -#!/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.removeDir("/usr/lib/*/site-packages/six-1.9.0*egg-info*") - #pisitools.remove("/usr/lib/*/site-packages/*egg-info*") diff --git a/programming/language/python3/python3-parsing/pspec.xml b/programming/language/python3/python3-parsing/pspec.xml deleted file mode 100644 index 47db2138f9..0000000000 --- a/programming/language/python3/python3-parsing/pspec.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - python3-parsing - http://pypi.python.org/pypi/six/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - MIT - app:console - General parsing module for Python - General parsing module for Python - http://kent.dl.sourceforge.net/project/pyparsing/pyparsing/pyparsing-2.1.10/pyparsing-2.1.10.tar.gz - - python3-devel - python3-setuptools - - - - - python3-parsing - - python3 - - - /usr/lib - /usr/share/doc - - - - - - 2017-02-01 - 2.1.10 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - diff --git a/programming/language/python3/python3-parsing/translations.xml b/programming/language/python3/python3-parsing/translations.xml deleted file mode 100644 index 74ec610b22..0000000000 --- a/programming/language/python3/python3-parsing/translations.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - python3-six - Python3 için genel ayrıştırma modülü. - Python3 için genel ayrıştırma modülü. - - diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py index 85eeec734d..aab0db2f9c 100644 --- a/programming/language/python3/python3-setuptools/actions.py +++ b/programming/language/python3/python3-setuptools/actions.py @@ -14,3 +14,6 @@ WorkDir="setuptools-%s" % get.srcVERSION() def install(): pythonmodules.run("bootstrap.py", pyVer="3") pythonmodules.install(pyVer = "3") + pisitools.rename("/usr/bin/easy_install", "py3easy-install") + #avoid python-setuptools conflict + pisitools.removeDir("/usr/share")