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
fbbc3e19
Commit
fbbc3e19
authored
Jun 11, 2013
by
Arfrever Frehtes Taifersar Arahesis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update some URLs.
parent
4e455160
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
21 additions
and
21 deletions
+21
-21
DEVGUIDE.txt
DEVGUIDE.txt
+1
-1
README.txt
README.txt
+1
-1
docs/_templates/indexsidebar.html
docs/_templates/indexsidebar.html
+2
-2
docs/easy_install.txt
docs/easy_install.txt
+4
-4
docs/setuptools.txt
docs/setuptools.txt
+3
-3
release.py
release.py
+1
-1
setup.py
setup.py
+7
-7
setuptools/command/upload.py
setuptools/command/upload.py
+1
-1
setuptools/tests/test_packageindex.py
setuptools/tests/test_packageindex.py
+1
-1
No files found.
DEVGUIDE.txt
View file @
fbbc3e19
...
...
@@ -6,7 +6,7 @@ Setuptools is developed using the DVCS Mercurial.
Grab the code at bitbucket::
$ hg clone https://bitbucket.org/
jaraco
/setuptools
$ hg clone https://bitbucket.org/
pypa
/setuptools
If you want to contribute changes, we recommend you fork the repository on
bitbucket, commit the changes to your repository, and then make a pull request
...
...
README.txt
View file @
fbbc3e19
...
...
@@ -82,7 +82,7 @@ Downloads
All setuptools downloads can be found at `the project's home page in the Python
Package Index`_. Scroll to the very bottom of the page to find the links.
.. _the project's home page in the Python Package Index: http
://pypi.python.org/pypi/setuptools#file
s
.. _the project's home page in the Python Package Index: http
s://pypi.python.org/pypi/setuptool
s
In addition to the PyPI downloads, the development version of ``setuptools``
is available from the `Bitbucket repo`_, and in-development versions of the
...
...
docs/_templates/indexsidebar.html
View file @
fbbc3e19
<h3>
Download
</h3>
<p>
Current version:
<b>
{{ version }}
</b></p>
<p>
Get Setuptools from the
<a
href=
"http://pypi.python.org/pypi/setuptools"
>
Python Package Index
</a>
<p>
Get Setuptools from the
<a
href=
"http
s
://pypi.python.org/pypi/setuptools"
>
Python Package Index
</a>
<h3>
Questions? Suggestions? Contributions?
</h3>
<p>
Visit the
<a
href=
"http
://bitbucket.org/jaraco
/setuptools"
>
Setuptools project page
</a>
</p>
<p>
Visit the
<a
href=
"http
s://bitbucket.org/pypa
/setuptools"
>
Setuptools project page
</a>
</p>
docs/easy_install.txt
View file @
fbbc3e19
...
...
@@ -31,7 +31,7 @@ Using "Easy Install"
Installing "Easy Install"
-------------------------
Please see the `setuptools PyPI page <http://pypi.python.org/pypi/setuptools>`_
Please see the `setuptools PyPI page <http
s
://pypi.python.org/pypi/setuptools>`_
for download links and basic installation instructions for each of the
supported platforms.
...
...
@@ -806,7 +806,7 @@ Command-Line Options
``--index-url=URL, -i URL`` (New in 0.4a1; default changed in 0.6c7)
Specifies the base URL of the Python Package Index. The default is
http://pypi.python.org/simple if not specified. When a package is requested
http
s
://pypi.python.org/simple if not specified. When a package is requested
that is not locally available or linked from a ``--find-links`` download
page, the package index will be searched for download pages for the needed
package, and those download pages will be searched for links to download
...
...
@@ -995,7 +995,7 @@ that the User installation scheme alone does not provide, e.g. the ability to hi
Please refer to the `virtualenv`_ documentation for more details.
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
.. _virtualenv: http
s
://pypi.python.org/pypi/virtualenv
...
...
@@ -1128,7 +1128,7 @@ History
0.6c7
* ``ftp:`` download URLs now work correctly.
* The default ``--index-url`` is now ``http://pypi.python.org/simple``, to use
* The default ``--index-url`` is now ``http
s
://pypi.python.org/simple``, to use
the Python Package Index's new simpler (and faster!) REST API.
0.6c6
...
...
docs/setuptools.txt
View file @
fbbc3e19
...
...
@@ -15,7 +15,7 @@ including just a single `bootstrap module`_ (an 8K .py file), your package will
automatically download and install ``setuptools`` if the user is building your
package from source and doesn't have a suitable version already installed.
.. _bootstrap module: http
://bitbucket.org/jaraco
/setuptools/downloads/ez_setup.py
.. _bootstrap module: http
s://bitbucket.org/pypa
/setuptools/downloads/ez_setup.py
Feature Highlights:
...
...
@@ -2406,7 +2406,7 @@ The ``upload`` command has a few options worth noting:
``--repository=URL, -r URL``
The URL of the repository to upload to. Defaults to
http://pypi.python.org/pypi (i.e., the main PyPI installation).
http
s
://pypi.python.org/pypi (i.e., the main PyPI installation).
.. _upload_docs:
...
...
@@ -2468,7 +2468,7 @@ The ``upload_docs`` command has the following options:
``--repository=URL, -r URL``
The URL of the repository to upload to. Defaults to
http://pypi.python.org/pypi (i.e., the main PyPI installation).
http
s
://pypi.python.org/pypi (i.e., the main PyPI installation).
--------------------------------
...
...
release.py
View file @
fbbc3e19
...
...
@@ -234,7 +234,7 @@ def _linkified_text(rst_content):
anchors
=
sorted
(
anchors
)
bitroot
=
'http://bitbucket.org/tarek/distribute'
bitroot
=
'http
s
://bitbucket.org/tarek/distribute'
rst_content
+=
"
\
n
"
for
x
in
anchors
:
issue
=
re
.
findall
(
r'\
d+
', x)[0]
...
...
setup.py
View file @
fbbc3e19
...
...
@@ -128,7 +128,7 @@ dist = setup(
license
=
"PSF or ZPL"
,
long_description
=
long_description
,
keywords
=
"CPAN PyPI distutils eggs package management"
,
url
=
"http://pypi.python.org/pypi/setuptools"
,
url
=
"http
s
://pypi.python.org/pypi/setuptools"
,
test_suite
=
'setuptools.tests'
,
src_root
=
src_root
,
packages
=
find_packages
(),
...
...
@@ -210,12 +210,12 @@ dist = setup(
"certs"
:
"certifi==0.0.8"
,
},
dependency_links
=
[
'http://pypi.python.org/packages/source/c/certifi/certifi-0.0.8.tar.gz#md5=dc5f5e7f0b5fc08d27654b17daa6ecec'
,
'http://pypi.python.org/packages/source/s/ssl/ssl-1.16.tar.gz#md5=fb12d335d56f3c8c7c1fefc1c06c4bfb'
,
'http://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.1.zip#md5=2f9accbebe8f7b4c06ac7aa83879b81c'
,
'http://bitbucket.org/pypa/setuptools/downloads/ctypes-1.0.2.win32-py2.4.exe#md5=9092a0ad5a3d79fa2d980f1ddc5e9dbc'
,
'http://bitbucket.org/pypa/setuptools/downloads/ssl-1.16-py2.4-win32.egg#md5=3cfa2c526dc66e318e8520b6f1aadce5'
,
'http://bitbucket.org/pypa/setuptools/downloads/ssl-1.16-py2.5-win32.egg#md5=85ad1cda806d639743121c0bbcb5f39b'
,
'http
s
://pypi.python.org/packages/source/c/certifi/certifi-0.0.8.tar.gz#md5=dc5f5e7f0b5fc08d27654b17daa6ecec'
,
'http
s
://pypi.python.org/packages/source/s/ssl/ssl-1.16.tar.gz#md5=fb12d335d56f3c8c7c1fefc1c06c4bfb'
,
'http
s
://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.1.zip#md5=2f9accbebe8f7b4c06ac7aa83879b81c'
,
'http
s
://bitbucket.org/pypa/setuptools/downloads/ctypes-1.0.2.win32-py2.4.exe#md5=9092a0ad5a3d79fa2d980f1ddc5e9dbc'
,
'http
s
://bitbucket.org/pypa/setuptools/downloads/ssl-1.16-py2.4-win32.egg#md5=3cfa2c526dc66e318e8520b6f1aadce5'
,
'http
s
://bitbucket.org/pypa/setuptools/downloads/ssl-1.16-py2.5-win32.egg#md5=85ad1cda806d639743121c0bbcb5f39b'
,
],
scripts
=
[],
# tests_require = "setuptools[ssl]",
...
...
setuptools/command/upload.py
View file @
fbbc3e19
...
...
@@ -23,7 +23,7 @@ class upload(Command):
description
=
"upload binary package to PyPI"
DEFAULT_REPOSITORY
=
'http://pypi.python.org/pypi'
DEFAULT_REPOSITORY
=
'http
s
://pypi.python.org/pypi'
user_options
=
[
(
'repository='
,
'r'
,
...
...
setuptools/tests/test_packageindex.py
View file @
fbbc3e19
...
...
@@ -97,7 +97,7 @@ class TestPackageIndex(unittest.TestCase):
"""
Download links from the pypi simple index should be used before
external download links.
http
://bitbucket.org/tarek/distribute/issue/163/md5-validation-error
http
s://bitbucket.org/tarek/distribute/issue/163
Usecase :
- someone uploads a package on pypi, a md5 is generated
...
...
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