com.googler.python 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,19 @@
1
1
  {
2
2
  "name": "com.googler.python",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "bin": {
5
- "python3": "./python3"
5
+ "idle3": "./python3.4.2/bin/idle3",
6
+ "idle3.4": "./python3.4.2/bin/idle3.4",
7
+ "pip": "./python3.4.2/bin/pip3",
8
+ "pip3": "./python3.4.2/bin/pip3",
9
+ "pip3.4": "./python3.4.2/bin/pip3.4",
10
+ "pydoc": "./python3.4.2/bin/pydoc3",
11
+ "pydoc3": "./python3.4.2/bin/pydoc3",
12
+ "pydoc3.4": "./python3.4.2/bin/pydoc3.4",
13
+ "python": "./python3.4.2/bin/python3.4",
14
+ "python3": "./python3.4.2/bin/python3.4",
15
+ "python3.4": "./python3.4.2/bin/python3.4",
16
+ "pyvenv": "./python3.4.2/bin/pyvenv",
17
+ "pyvenv-3.4": "./python3.4.2/bin/pyvenv3.4"
6
18
  }
7
19
  }
@@ -1,4 +1,4 @@
1
- #!/android/wd/Python-3.4.2/out/bin/python3.4
1
+ #!/system/bin/env python3.4
2
2
  import sys
3
3
  from lib2to3.main import main
4
4
 
@@ -1,4 +1,4 @@
1
- #!/android/wd/Python-3.4.2/out/bin/python3.4
1
+ #!/system/bin/env python3.4
2
2
  import sys
3
3
  from lib2to3.main import main
4
4
 
@@ -1,4 +1,4 @@
1
- #!/android/wd/Python-3.4.2/python3.4.2/bin/python3
1
+ #!/system/bin/env python3
2
2
  # EASY-INSTALL-ENTRY-SCRIPT: 'android-debian-builder==1.0','console_scripts','android-debian-builder'
3
3
  __requires__ = 'android-debian-builder==1.0'
4
4
  import sys
@@ -1,4 +1,4 @@
1
- #!/android/wd/Python-3.4.2/out/bin/python3.4
1
+ #!/system/bin/env python3.4
2
2
 
3
3
  # -*- coding: utf-8 -*-
4
4
  import re
@@ -1,4 +1,4 @@
1
- #!/android/wd/Python-3.4.2/out/bin/python3.4
1
+ #!/system/bin/env python3.4
2
2
 
3
3
  from idlelib.PyShell import main
4
4
  if __name__ == '__main__':
@@ -1,4 +1,4 @@
1
- #!/android/wd/Python-3.4.2/out/bin/python3.4
1
+ #!/system/bin/env python3.4
2
2
 
3
3
  from idlelib.PyShell import main
4
4
  if __name__ == '__main__':
@@ -1,4 +1,4 @@
1
- #!/android/wd/Python-3.4.2/out/bin/python3.4
1
+ #!/system/bin/env python3.4
2
2
 
3
3
  # -*- coding: utf-8 -*-
4
4
  import re
@@ -1,4 +1,4 @@
1
- #!/android/wd/Python-3.4.2/out/bin/python3.4
1
+ #!/system/bin/env python3.4
2
2
 
3
3
  # -*- coding: utf-8 -*-
4
4
  import re
@@ -1,4 +1,4 @@
1
- #!/android/wd/Python-3.4.2/out/bin/python3.4
1
+ #!/system/bin/env python3.4
2
2
 
3
3
  import pydoc
4
4
  if __name__ == '__main__':
@@ -1,4 +1,4 @@
1
- #!/android/wd/Python-3.4.2/out/bin/python3.4
1
+ #!/system/bin/env python3.4
2
2
 
3
3
  import pydoc
4
4
  if __name__ == '__main__':
@@ -1,4 +1,4 @@
1
- #!/bin/sh
1
+ #!/system/bin/sh
2
2
 
3
3
  # Keep this script in sync with python-config.in
4
4
 
File without changes
@@ -1,4 +1,4 @@
1
- #!/bin/sh
1
+ #!/system/bin/sh
2
2
 
3
3
  # Keep this script in sync with python-config.in
4
4
 
@@ -1,4 +1,4 @@
1
- #!/bin/sh
1
+ #!/system/bin/sh
2
2
 
3
3
  # Keep this script in sync with python-config.in
4
4
 
@@ -1,4 +1,4 @@
1
- #!/android/wd/Python-3.4.2/out/bin/python3.4
1
+ #!/system/bin/env python3.4
2
2
  if __name__ == '__main__':
3
3
  import sys
4
4
  rc = 1
@@ -1,4 +1,4 @@
1
- #!/android/wd/Python-3.4.2/out/bin/python3.4
1
+ #!/system/bin/env python3.4
2
2
  if __name__ == '__main__':
3
3
  import sys
4
4
  rc = 1
package/python3 DELETED
@@ -1,6 +0,0 @@
1
- #!/system/bin/sh
2
- argv0=$(echo "$0" | sed -e 's,\\,/,g')
3
- basedir=$(dirname "$(readlink "$0" || echo "$argv0")")
4
- export PYTHONHOME="$basedir/python3.4.2"
5
- exec $basedir/python3.4.2/bin/python3.4 "$@"
6
-
@@ -1,62 +0,0 @@
1
- [console_scripts]
2
- easy_install-3.4 = setuptools.command.easy_install:main
3
- easy_install = setuptools.command.easy_install:main
4
-
5
- [setuptools.file_finders]
6
- svn_cvs = setuptools.command.sdist:_default_revctrl
7
-
8
- [egg_info.writers]
9
- eager_resources.txt = setuptools.command.egg_info:overwrite_arg
10
- PKG-INFO = setuptools.command.egg_info:write_pkg_info
11
- depends.txt = setuptools.command.egg_info:warn_depends_obsolete
12
- dependency_links.txt = setuptools.command.egg_info:overwrite_arg
13
- top_level.txt = setuptools.command.egg_info:write_toplevel_names
14
- entry_points.txt = setuptools.command.egg_info:write_entries
15
- requires.txt = setuptools.command.egg_info:write_requirements
16
- namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
17
-
18
- [distutils.setup_keywords]
19
- use_2to3_fixers = setuptools.dist:assert_string_list
20
- test_suite = setuptools.dist:check_test_suite
21
- packages = setuptools.dist:check_packages
22
- install_requires = setuptools.dist:check_requirements
23
- entry_points = setuptools.dist:check_entry_points
24
- zip_safe = setuptools.dist:assert_bool
25
- tests_require = setuptools.dist:check_requirements
26
- use_2to3_exclude_fixers = setuptools.dist:assert_string_list
27
- dependency_links = setuptools.dist:assert_string_list
28
- package_data = setuptools.dist:check_package_data
29
- convert_2to3_doctests = setuptools.dist:assert_string_list
30
- include_package_data = setuptools.dist:assert_bool
31
- exclude_package_data = setuptools.dist:check_package_data
32
- namespace_packages = setuptools.dist:check_nsp
33
- test_loader = setuptools.dist:check_importable
34
- extras_require = setuptools.dist:check_extras
35
- use_2to3 = setuptools.dist:assert_bool
36
- eager_resources = setuptools.dist:assert_string_list
37
-
38
- [setuptools.installation]
39
- eggsecutable = setuptools.command.easy_install:bootstrap
40
-
41
- [distutils.commands]
42
- bdist_egg = setuptools.command.bdist_egg:bdist_egg
43
- alias = setuptools.command.alias:alias
44
- sdist = setuptools.command.sdist:sdist
45
- rotate = setuptools.command.rotate:rotate
46
- install = setuptools.command.install:install
47
- build_py = setuptools.command.build_py:build_py
48
- bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
49
- egg_info = setuptools.command.egg_info:egg_info
50
- install_egg_info = setuptools.command.install_egg_info:install_egg_info
51
- test = setuptools.command.test:test
52
- register = setuptools.command.register:register
53
- saveopts = setuptools.command.saveopts:saveopts
54
- build_ext = setuptools.command.build_ext:build_ext
55
- easy_install = setuptools.command.easy_install:easy_install
56
- bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
57
- setopt = setuptools.command.setopt:setopt
58
- upload_docs = setuptools.command.upload_docs:upload_docs
59
- install_lib = setuptools.command.install_lib:install_lib
60
- develop = setuptools.command.develop:develop
61
- install_scripts = setuptools.command.install_scripts:install_scripts
62
-
@@ -1,7 +0,0 @@
1
-
2
-
3
- [ssl:sys_platform=='win32']
4
- wincertstore==0.1
5
-
6
- [certs]
7
- certifi==0.0.8