diff --git a/programming/language/python3/parsing b/programming/language/python3/parsing
new file mode 100644
index 0000000000..647c8fe7fe
--- /dev/null
+++ b/programming/language/python3/parsing
@@ -0,0 +1,2 @@
+mirrors://sourceforge/acpiclient/acpiclient/1.7/acpi-1.7.tar.gz
+https://sourceforge/pyparsing/pyparsing-2.1.10/pyparsing-2.1.10.tar.gz
diff --git a/programming/language/python3/python3-packaging/actions.py b/programming/language/python3/python3-packaging/actions.py
new file mode 100644
index 0000000000..477128ffec
--- /dev/null
+++ b/programming/language/python3/python3-packaging/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 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-packaging/pspec.xml b/programming/language/python3/python3-packaging/pspec.xml
new file mode 100644
index 0000000000..0737c805d9
--- /dev/null
+++ b/programming/language/python3/python3-packaging/pspec.xml
@@ -0,0 +1,41 @@
+
+
+
+
+ python3-packaging
+ http://pypi.python.org/pypi/six/
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ Apache
+ app:console
+ Core utilities for Python packages
+ Core utilities for Python packages
+ https://github.com/pypa/packaging/archive/16.8.tar.gz
+
+ python3-devel
+
+
+
+
+ python3-packaging
+
+ python3
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2017-02-01
+ 16.8
+ First Release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/programming/language/python3/python3-packaging/translations.xml b/programming/language/python3/python3-packaging/translations.xml
new file mode 100644
index 0000000000..97abbd2cd7
--- /dev/null
+++ b/programming/language/python3/python3-packaging/translations.xml
@@ -0,0 +1,7 @@
+
+
+ python3-six
+ Python3 paketleri için çekirdek uygulama.
+ Python3 paketleri için çekirdek uygulama.
+
+
diff --git a/programming/language/python3/python3-parsing/actions.py b/programming/language/python3/python3-parsing/actions.py
new file mode 100644
index 0000000000..477128ffec
--- /dev/null
+++ b/programming/language/python3/python3-parsing/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 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
new file mode 100644
index 0000000000..47db2138f9
--- /dev/null
+++ b/programming/language/python3/python3-parsing/pspec.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ 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
new file mode 100644
index 0000000000..74ec610b22
--- /dev/null
+++ b/programming/language/python3/python3-parsing/translations.xml
@@ -0,0 +1,7 @@
+
+
+ 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 42a5168656..85eeec734d 100644
--- a/programming/language/python3/python3-setuptools/actions.py
+++ b/programming/language/python3/python3-setuptools/actions.py
@@ -10,8 +10,7 @@ from pisi.actionsapi import shelltools
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")
diff --git a/programming/language/python3/python3-setuptools/pspec.xml b/programming/language/python3/python3-setuptools/pspec.xml
index dab921ecb5..edbd815a3a 100644
--- a/programming/language/python3/python3-setuptools/pspec.xml
+++ b/programming/language/python3/python3-setuptools/pspec.xml
@@ -12,9 +12,12 @@
library
Python setuptools
python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.
- https://pypi.python.org/packages/source/s/setuptools/setuptools-19.6.1.tar.gz
+ https://github.com/pypa/setuptools/archive/v32.1.3.tar.gz
python3-devel
+ python3-six
+ python3-packaging
+ pip3
@@ -23,10 +26,18 @@
/usr/bin
/usr/lib/python3*
+ /usr/share/doc
+
+ 2017-02-01
+ 32.1.3
+ Version bump.
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2016-06-09
19.6.1
diff --git a/programming/language/python3/python3-six/actions.py b/programming/language/python3/python3-six/actions.py
index ec762969dd..64aadf78aa 100644
--- a/programming/language/python3/python3-six/actions.py
+++ b/programming/language/python3/python3-six/actions.py
@@ -13,5 +13,5 @@ def build():
def install():
pythonmodules.install(pyVer="3")
- pisitools.removeDir("/usr/lib/*/site-packages/six-1.9.0*egg-info*")
+ #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-six/pspec.xml b/programming/language/python3/python3-six/pspec.xml
index a955dd672d..00c9465a75 100644
--- a/programming/language/python3/python3-six/pspec.xml
+++ b/programming/language/python3/python3-six/pspec.xml
@@ -12,7 +12,7 @@
app:console
Python 2 and 3 compatibility utilities.
python-six provides simple utilities for wrapping over differences between Python 2 and Python 3.
- http://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz
+ https://pypi.python.org/packages/b3/b2/238e2590826bfdd113244a40d9d3eb26918bd798fc187e2360a8367068db/six-1.10.0.tar.gz
python3-devel
@@ -30,6 +30,13 @@
+
+ 2017-02-01
+ 1.10.0
+ Version Bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2016-06-09
1.9.0