Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
ba9d3515
Commit
ba9d3515
authored
Nov 07, 2013
by
philip_thiem
Browse files
Options
Browse Files
Download
Plain Diff
Merged pypa/setuptools into default
parents
d0526b9c
52e317a7
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
61 additions
and
69 deletions
+61
-69
.hgtags
.hgtags
+1
-0
CHANGES.txt
CHANGES.txt
+6
-0
MANIFEST.in
MANIFEST.in
+1
-0
ez_setup.py
ez_setup.py
+1
-1
setuptools.egg-info/entry_points.txt
setuptools.egg-info/entry_points.txt
+45
-45
setuptools.egg-info/requires.txt
setuptools.egg-info/requires.txt
+4
-4
setuptools/tests/svn17_example.zip
setuptools/tests/svn17_example.zip
+0
-0
setuptools/tests/test_svn.py
setuptools/tests/test_svn.py
+2
-18
setuptools/version.py
setuptools/version.py
+1
-1
No files found.
.hgtags
View file @
ba9d3515
...
@@ -104,3 +104,4 @@ cc9b19cd0ec64e44308a852e9b9fdc6026ea2e46 1.1.7
...
@@ -104,3 +104,4 @@ cc9b19cd0ec64e44308a852e9b9fdc6026ea2e46 1.1.7
4c7dc4ae2440ae3e9ba26b4a12ffca3407e7030d 1.2b1
4c7dc4ae2440ae3e9ba26b4a12ffca3407e7030d 1.2b1
77921bbe3931caf40474dc36e55d3d541981c749 1.2
77921bbe3931caf40474dc36e55d3d541981c749 1.2
19873119647deae8a68e9ed683317b9ee170a8d8 1.3
19873119647deae8a68e9ed683317b9ee170a8d8 1.3
a197b626075a8c2e393a08c42a20bd2624a41092 1.3.1
CHANGES.txt
View file @
ba9d3515
...
@@ -2,6 +2,12 @@
...
@@ -2,6 +2,12 @@
CHANGES
CHANGES
=======
=======
-----
1.3.1
-----
* Remove exuberant warning in SVN support when SVN is not used.
---
---
1.3
1.3
---
---
...
...
MANIFEST.in
View file @
ba9d3515
recursive-include setuptools *.py *.txt *.exe *.xml
recursive-include setuptools *.py *.txt *.exe *.xml
recursive-include tests *.py *.c *.pyx *.txt
recursive-include tests *.py *.c *.pyx *.txt
recursive-include setuptools/tests *.html entries*
recursive-include setuptools/tests *.html entries*
recursive-include setuptools/tests/svn_data *.zip
recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html
recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html
recursive-include _markerlib *.py
recursive-include _markerlib *.py
include *.py
include *.py
...
...
ez_setup.py
View file @
ba9d3515
...
@@ -29,7 +29,7 @@ try:
...
@@ -29,7 +29,7 @@ try:
except
ImportError
:
except
ImportError
:
USER_SITE
=
None
USER_SITE
=
None
DEFAULT_VERSION
=
"1.
4
"
DEFAULT_VERSION
=
"1.
3.2
"
DEFAULT_URL
=
"https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_URL
=
"https://pypi.python.org/packages/source/s/setuptools/"
def
_python_cmd
(
*
args
):
def
_python_cmd
(
*
args
):
...
...
setuptools.egg-info/entry_points.txt
View file @
ba9d3515
[console_scripts]
easy_install = setuptools.command.easy_install:main
easy_install-3.3 = setuptools.command.easy_install:main
[egg_info.writers]
eager_resources.txt = setuptools.command.egg_info:overwrite_arg
namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
PKG-INFO = setuptools.command.egg_info:write_pkg_info
entry_points.txt = setuptools.command.egg_info:write_entries
requires.txt = setuptools.command.egg_info:write_requirements
top_level.txt = setuptools.command.egg_info:write_toplevel_names
depends.txt = setuptools.command.egg_info:warn_depends_obsolete
dependency_links.txt = setuptools.command.egg_info:overwrite_arg
[distutils.commands]
[distutils.commands]
install = setuptools.command.install:install
install_lib = setuptools.command.install_lib:install_lib
register = setuptools.command.register:register
bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
test = setuptools.command.test:test
bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
easy_install = setuptools.command.easy_install:easy_install
setopt = setuptools.command.setopt:setopt
egg_info = setuptools.command.egg_info:egg_info
build_ext = setuptools.command.build_ext:build_ext
build_ext = setuptools.command.build_ext:build_ext
egg_info = setuptools.command.egg_info:egg_info
setopt = setuptools.command.setopt:setopt
install = setuptools.command.install:install
bdist_egg = setuptools.command.bdist_egg:bdist_egg
bdist_egg = setuptools.command.bdist_egg:bdist_egg
develop = setuptools.command.develop:develop
develop = setuptools.command.develop:develop
saveopts = setuptools.command.saveopts:saveopts
install_egg_info = setuptools.command.install_egg_info:install_egg_info
sdist = setuptools.command.sdist:sdist
bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
install_scripts = setuptools.command.install_scripts:install_scripts
register = setuptools.command.register:register
test = setuptools.command.test:test
build_py = setuptools.command.build_py:build_py
build_py = setuptools.command.build_py:build_py
install_scripts = setuptools.command.install_scripts:install_scripts
rotate = setuptools.command.rotate:rotate
rotate = setuptools.command.rotate:rotate
install_egg_info = setuptools.command.install_egg_info:install_egg_info
saveopts = setuptools.command.saveopts:saveopts
upload_docs = setuptools.command.upload_docs:upload_docs
bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
alias = setuptools.command.alias:alias
alias = setuptools.command.alias:alias
install_lib = setuptools.command.install_lib:install_lib
easy_install = setuptools.command.easy_install:easy_install
sdist = setuptools.command.sdist:sdist
upload_docs = setuptools.command.upload_docs:upload_docs
[setuptools.installation]
[egg_info.writers]
eggsecutable = setuptools.command.easy_install:bootstrap
requires.txt = setuptools.command.egg_info:write_requirements
entry_points.txt = setuptools.command.egg_info:write_entries
dependency_links.txt = setuptools.command.egg_info:overwrite_arg
depends.txt = setuptools.command.egg_info:warn_depends_obsolete
namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
top_level.txt = setuptools.command.egg_info:write_toplevel_names
eager_resources.txt = setuptools.command.egg_info:overwrite_arg
PKG-INFO = setuptools.command.egg_info:write_pkg_info
[setuptools.file_finders]
svn_cvs = setuptools.command.sdist:_default_revctrl
[distutils.setup_keywords]
[distutils.setup_keywords]
dependency_links = setuptools.dist:assert_string_list
eager_resources = setuptools.dist:assert_string_list
entry_points = setuptools.dist:check_entry_points
install_requires = setuptools.dist:check_requirements
namespace_packages = setuptools.dist:check_nsp
packages = setuptools.dist:check_packages
zip_safe = setuptools.dist:assert_bool
extras_require = setuptools.dist:check_extras
tests_require = setuptools.dist:check_requirements
use_2to3_fixers = setuptools.dist:assert_string_list
exclude_package_data = setuptools.dist:check_package_data
exclude_package_data = setuptools.dist:check_package_data
use_2to3_exclude_fixers = setuptools.dist:assert_string_list
test_suite = setuptools.dist:check_test_suite
test_suite = setuptools.dist:check_test_suite
include_package_data = setuptools.dist:assert_bool
packages = setuptools.dist:check_packages
convert_2to3_doctests = setuptools.dist:assert_string_list
dependency_links = setuptools.dist:assert_string_list
use_2to3_exclude_fixers = setuptools.dist:assert_string_list
package_data = setuptools.dist:check_package_data
package_data = setuptools.dist:check_package_data
install_requires = setuptools.dist:check_requirements
namespace_packages = setuptools.dist:check_nsp
use_2to3 = setuptools.dist:assert_bool
use_2to3 = setuptools.dist:assert_bool
eager_resources = setuptools.dist:assert_string_list
zip_safe = setuptools.dist:assert_bool
test_loader = setuptools.dist:check_importable
test_loader = setuptools.dist:check_importable
convert_2to3_doctests = setuptools.dist:assert_string_list
use_2to3_fixers = setuptools.dist:assert_string_list
tests_require = setuptools.dist:check_requirements
extras_require = setuptools.dist:check_extras
entry_points = setuptools.dist:check_entry_points
include_package_data = setuptools.dist:assert_bool
[setuptools.file_finders]
[console_scripts]
svn_cvs = setuptools.command.sdist:_default_revctrl
easy_install-3.3 = setuptools.command.easy_install:main
easy_install = setuptools.command.easy_install:main
[setuptools.installation]
eggsecutable = setuptools.command.easy_install:bootstrap
setuptools.egg-info/requires.txt
View file @
ba9d3515
[ssl:
python_version in '2.4, 2.5
']
[ssl:
sys_platform=='win32
']
ssl==1.16
wincertstore==0.1
[certs]
[certs]
certifi==0.0.8
certifi==0.0.8
[ssl:
sys_platform=='win32
']
[ssl:
python_version in '2.4, 2.5
']
wincertstore==0.1
ssl==1.16
[ssl:sys_platform=='win32' and python_version=='2.4']
[ssl:sys_platform=='win32' and python_version=='2.4']
ctypes==1.0.2
ctypes==1.0.2
\ No newline at end of file
setuptools/tests/svn17_example.zip
deleted
100644 → 0
View file @
d0526b9c
File deleted
setuptools/tests/test_svn.py
View file @
ba9d3515
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
import
os
import
os
import
sys
import
unittest
import
unittest
import
codecs
import
codecs
from
setuptools.tests
import
environment
from
setuptools.tests
import
environment
...
@@ -11,12 +10,6 @@ from setuptools.compat import unicode, unichr
...
@@ -11,12 +10,6 @@ from setuptools.compat import unicode, unichr
from
setuptools
import
svn_utils
from
setuptools
import
svn_utils
#requires python >= 2.4
from
subprocess
import
call
as
_call
from
distutils
import
log
class
TestSvnVersion
(
unittest
.
TestCase
):
class
TestSvnVersion
(
unittest
.
TestCase
):
...
@@ -63,13 +56,6 @@ class ParserInfoXML(unittest.TestCase):
...
@@ -63,13 +56,6 @@ class ParserInfoXML(unittest.TestCase):
data
=
_read_utf8_file
(
path
)
data
=
_read_utf8_file
(
path
)
if
ext_spaces
:
folder2
=
'third party2'
folder3
=
'third party3'
else
:
folder2
=
'third_party2'
folder3
=
'third_party3'
expected
=
set
([
expected
=
set
([
(
"
\
\
"
.
join
((
example_base
,
'a file'
)),
'file'
),
(
"
\
\
"
.
join
((
example_base
,
'a file'
)),
'file'
),
(
"
\
\
"
.
join
((
example_base
,
'folder'
)),
'dir'
),
(
"
\
\
"
.
join
((
example_base
,
'folder'
)),
'dir'
),
...
@@ -115,7 +101,7 @@ class ParserExternalXML(unittest.TestCase):
...
@@ -115,7 +101,7 @@ class ParserExternalXML(unittest.TestCase):
expected
=
set
([
expected
=
set
([
os
.
sep
.
join
((
example_base
,
folder2
)),
os
.
sep
.
join
((
example_base
,
folder2
)),
os
.
sep
.
join
((
example_base
,
folder3
)),
os
.
sep
.
join
((
example_base
,
folder3
)),
#
third_party大介
# folder is
third_party大介
os
.
sep
.
join
((
example_base
,
os
.
sep
.
join
((
example_base
,
unicode
(
'third_party'
)
+
unicode
(
'third_party'
)
+
unichr
(
0x5927
)
+
unichr
(
0x4ecb
))),
unichr
(
0x5927
)
+
unichr
(
0x4ecb
))),
...
@@ -128,7 +114,7 @@ class ParserExternalXML(unittest.TestCase):
...
@@ -128,7 +114,7 @@ class ParserExternalXML(unittest.TestCase):
expected
=
set
(
os
.
path
.
normpath
(
x
)
for
x
in
expected
)
expected
=
set
(
os
.
path
.
normpath
(
x
)
for
x
in
expected
)
dir_base
=
os
.
sep
.
join
((
'C:'
,
'development'
,
'svn_example'
))
dir_base
=
os
.
sep
.
join
((
'C:'
,
'development'
,
'svn_example'
))
self
.
assertEqual
(
set
(
x
for
x
\
self
.
assertEqual
(
set
(
x
for
x
in
svn_utils
.
parse_externals_xml
(
data
,
dir_base
)),
expected
)
in
svn_utils
.
parse_externals_xml
(
data
,
dir_base
)),
expected
)
def
test_svn15
(
self
):
def
test_svn15
(
self
):
...
@@ -149,7 +135,6 @@ class ParseExternal(unittest.TestCase):
...
@@ -149,7 +135,6 @@ class ParseExternal(unittest.TestCase):
def
parse_tester
(
self
,
svn_name
,
ext_spaces
):
def
parse_tester
(
self
,
svn_name
,
ext_spaces
):
path
=
os
.
path
.
join
(
'setuptools'
,
'tests'
,
path
=
os
.
path
.
join
(
'setuptools'
,
'tests'
,
'svn_data'
,
svn_name
+
'_ext_list.txt'
)
'svn_data'
,
svn_name
+
'_ext_list.txt'
)
example_base
=
svn_name
+
'_example'
data
=
_read_utf8_file
(
path
)
data
=
_read_utf8_file
(
path
)
if
ext_spaces
:
if
ext_spaces
:
...
@@ -236,4 +221,3 @@ class TestSvn(environment.ZippedEnvironment):
...
@@ -236,4 +221,3 @@ class TestSvn(environment.ZippedEnvironment):
def
test_suite
():
def
test_suite
():
return
unittest
.
defaultTestLoader
.
loadTestsFromName
(
__name__
)
return
unittest
.
defaultTestLoader
.
loadTestsFromName
(
__name__
)
setuptools/version.py
View file @
ba9d3515
__version__
=
'1.
4
'
__version__
=
'1.
3.2
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment