Skip to content

Commit f4e97a5

Browse files
authored
Merge pull request #919 from bhrutledge/prune-project-links
Prune project links
2 parents 44313e5 + b618f3b commit f4e97a5

1 file changed

Lines changed: 11 additions & 56 deletions

File tree

source/key_projects.rst

Lines changed: 11 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ PyPA Projects
1818
bandersnatch
1919
============
2020

21-
`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig>`__ [2]_ |
2221
`Issues <https://github.com/pypa/bandersnatch/issues>`__ |
2322
`GitHub <https://github.com/pypa/bandersnatch>`__ |
24-
`PyPI <https://pypi.org/project/bandersnatch>`__ |
25-
Dev IRC:`#bandersnatch <https://web.libera.chat/#bandersnatch>`__
23+
`PyPI <https://pypi.org/project/bandersnatch>`__
2624

2725
``bandersnatch`` is a PyPI mirroring client designed to efficiently
2826
create a complete mirror of the contents of PyPI. Organizations thus
@@ -39,9 +37,7 @@ build
3937
`Docs <https://pypa-build.readthedocs.io/>`__ |
4038
`Issues <https://github.com/pypa/build/issues>`__ |
4139
`GitHub <https://github.com/pypa/build>`__ |
42-
`PyPI <https://pypi.org/project/build>`__ |
43-
User IRC:`#pypa <https://web.libera.chat/#pypa>`__ |
44-
Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa-dev>`__
40+
`PyPI <https://pypi.org/project/build>`__
4541

4642
``build`` is a :pep:`517` compatible Python package builder. It provides a CLI to
4743
build packages, as well as a Python API.
@@ -69,7 +65,6 @@ distlib
6965
=======
7066

7167
`Docs <http://pythonhosted.org/distlib/>`__ |
72-
`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig>`__ [2]_ |
7368
`Issues <https://bitbucket.org/pypa/distlib/issues?status=new&status=open>`__ |
7469
`Bitbucket <https://bitbucket.org/pypa/distlib>`__ |
7570
`PyPI <https://pypi.org/project/distlib>`__
@@ -96,12 +91,9 @@ packaging
9691
=========
9792

9893
`Docs <https://packaging.pypa.io>`__ |
99-
`Dev list <https://mail.python.org/mailman3/lists/distutils-sig.python.org/>`__ |
10094
`Issues <https://github.com/pypa/packaging/issues>`__ |
10195
`GitHub <https://github.com/pypa/packaging>`__ |
102-
`PyPI <https://pypi.org/project/packaging>`__ |
103-
User IRC:`#pypa <https://web.libera.chat/#pypa>`__ |
104-
Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa-dev>`__
96+
`PyPI <https://pypi.org/project/packaging>`__
10597

10698
Core utilities for Python packaging used by :ref:`pip` and :ref:`setuptools`.
10799

@@ -128,13 +120,9 @@ pip
128120
===
129121

130122
`Docs <https://pip.pypa.io/en/stable/>`__ |
131-
`User list <http://groups.google.com/group/python-virtualenv>`__ [1]_ |
132-
`Dev list <https://mail.python.org/mailman3/lists/distutils-sig.python.org/>`__ |
133123
`Issues <https://github.com/pypa/pip/issues>`__ |
134124
`GitHub <https://github.com/pypa/pip>`__ |
135-
`PyPI <https://pypi.org/project/pip/>`__ |
136-
User IRC:`#pypa <https://web.libera.chat/#pypa>`__ |
137-
Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa-dev>`__
125+
`PyPI <https://pypi.org/project/pip/>`__
138126

139127
The most popular tool for installing Python packages, and the one
140128
included with modern versions of Python.
@@ -182,11 +170,8 @@ Python Packaging User Guide
182170
===========================
183171

184172
`Docs <https://packaging.python.org/en/latest/>`__ |
185-
`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig>`__ |
186173
`Issues <https://github.com/pypa/python-packaging-user-guide/issues>`__ |
187-
`GitHub <https://github.com/pypa/python-packaging-user-guide>`__ |
188-
User IRC:`#pypa <https://web.libera.chat/#pypa>`__ |
189-
Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa-dev>`__
174+
`GitHub <https://github.com/pypa/python-packaging-user-guide>`__
190175

191176
This guide!
192177

@@ -212,14 +197,9 @@ setuptools
212197
==========
213198

214199
`Docs <https://setuptools.readthedocs.io/en/latest/>`__ |
215-
`User list <http://mail.python.org/mailman/listinfo/distutils-sig>`__ [2]_ |
216-
`Dev list <https://mail.python.org/mailman3/lists/distutils-sig.python.org/>`__ |
217200
`Issues <https://github.com/pypa/setuptools/issues>`__ |
218201
`GitHub <https://github.com/pypa/setuptools>`__ |
219-
`PyPI <https://pypi.org/project/setuptools>`__ |
220-
User IRC:`#pypa <https://web.libera.chat/#pypa>`__ |
221-
Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa-dev>`__
222-
202+
`PyPI <https://pypi.org/project/setuptools>`__
223203

224204
setuptools (which includes ``easy_install``) is a collection of
225205
enhancements to the Python distutils that allow you to more easily
@@ -262,7 +242,6 @@ twine
262242
=====
263243

264244
`Docs <https://twine.readthedocs.io/en/latest/>`__ |
265-
`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig>`__ [2]_ |
266245
`Issues <https://github.com/pypa/twine/issues>`__ |
267246
`GitHub <https://github.com/pypa/twine>`__ |
268247
`PyPI <https://pypi.org/project/twine>`__
@@ -280,13 +259,9 @@ virtualenv
280259
==========
281260

282261
`Docs <https://virtualenv.pypa.io/en/stable/>`__ |
283-
`User list <http://groups.google.com/group/python-virtualenv>`__ |
284-
`Dev list <https://mail.python.org/mailman3/lists/distutils-sig.python.org/>`__ |
285262
`Issues <https://github.com/pypa/virtualenv/issues>`__ |
286263
`GitHub <https://github.com/pypa/virtualenv>`__ |
287-
`PyPI <https://pypi.org/project/virtualenv/>`__ |
288-
User IRC:`#pypa <https://web.libera.chat/#pypa>`__ |
289-
Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa-dev>`__
264+
`PyPI <https://pypi.org/project/virtualenv/>`__
290265

291266
virtualenv is a tool which uses the command-line path environment
292267
variable to create isolated Python :term:`Virtual Environments
@@ -304,12 +279,8 @@ Warehouse
304279
=========
305280

306281
`Docs <https://warehouse.pypa.io/>`__ |
307-
`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig>`__ [2]_ |
308282
`Issues <https://github.com/pypa/warehouse/issues>`__ |
309-
`GitHub <https://github.com/pypa/warehouse>`__ |
310-
Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa-dev>`__
311-
312-
283+
`GitHub <https://github.com/pypa/warehouse>`__
313284

314285
The current codebase powering the :term:`Python Package Index
315286
(PyPI)`. It is hosted at `pypi.org <https://pypi.org/>`_. The default
@@ -322,12 +293,9 @@ wheel
322293
=====
323294

324295
`Docs <https://wheel.readthedocs.io/en/latest/>`__ |
325-
`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig>`__ [2]_ |
326296
`Issues <https://github.com/pypa/wheel/issues>`__ |
327297
`GitHub <https://github.com/pypa/wheel>`__ |
328-
`PyPI <https://pypi.org/project/wheel>`__ |
329-
User IRC:`#pypa <https://web.libera.chat/#pypa>`__ |
330-
Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa-dev>`__
298+
`PyPI <https://pypi.org/project/wheel>`__
331299

332300
Primarily, the wheel project offers the ``bdist_wheel`` :ref:`setuptools` extension for
333301
creating :term:`wheel distributions <Wheel>`. Additionally, it offers its own
@@ -350,7 +318,6 @@ bento
350318
=====
351319

352320
`Docs <http://cournape.github.io/Bento/>`__ |
353-
`Mailing list <http://librelist.com/browser/bento>`__ |
354321
`Issues <https://github.com/cournape/Bento/issues>`__ |
355322
`GitHub <https://github.com/cournape/Bento>`__ |
356323
`PyPI <https://pypi.org/project/bento>`__
@@ -366,11 +333,9 @@ buildout
366333
========
367334

368335
`Docs <http://www.buildout.org/en/latest/>`__ |
369-
`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig>`__ [2]_ |
370336
`Issues <https://bugs.launchpad.net/zc.buildout>`__ |
371337
`PyPI <https://pypi.org/project/zc.buildout>`__ |
372-
`GitHub <https://github.com/buildout/buildout/>`__ |
373-
IRC:`#buildout <https://web.libera.chat/#buildout>`__
338+
`GitHub <https://github.com/buildout/buildout/>`__
374339

375340
Buildout is a Python-based build system for creating, assembling and deploying
376341
applications from multiple parts, some of which may be non-Python-based. It
@@ -410,7 +375,6 @@ devpi
410375
=====
411376

412377
`Docs <http://doc.devpi.net/latest/>`__ |
413-
`Mailing List <https://groups.google.com/forum/#!forum/devpi-dev>`__ |
414378
`Issues <https://bitbucket.org/hpk42/devpi/issues>`__ |
415379
`PyPI <https://pypi.org/project/devpi>`__
416380

@@ -590,7 +554,6 @@ scikit-build
590554
============
591555

592556
`Docs <https://scikit-build.readthedocs.io/en/latest/>`__ |
593-
`Mailing list <https://groups.google.com/forum/#!forum/scikit-build>`__ |
594557
`GitHub <https://github.com/scikit-build/scikit-build/>`__ |
595558
`PyPI <https://pypi.org/project/scikit-build>`__
596559

@@ -676,10 +639,7 @@ distutils
676639
=========
677640

678641
`Docs <https://docs.python.org/3/library/distutils.html>`__ |
679-
`User list <http://mail.python.org/mailman/listinfo/distutils-sig>`__ [2]_ |
680-
`Issues <http://bugs.python.org>`__ |
681-
User IRC:`#pypa <https://web.libera.chat/#pypa>`__ |
682-
Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa-dev>`__
642+
`Issues <http://bugs.python.org>`__
683643

684644
The original Python packaging system, added to the standard library in
685645
Python 2.0.
@@ -709,9 +669,4 @@ information, see the section on :ref:`Creating and using Virtual Environments`.
709669

710670
----
711671

712-
.. [1] pip was created by the same developer as virtualenv, and early on adopted
713-
the virtualenv mailing list, and it's stuck ever since.
714-
715-
.. [2] Multiple projects reuse the distutils-sig mailing list as their user list.
716-
717672
.. _distribute: https://pypi.org/project/distribute

0 commit comments

Comments
 (0)