Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 707820 - sys-apps/portage: replace epydoc with sphinx
Summary: sys-apps/portage: replace epydoc with sphinx
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Documentation (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage team
URL: https://dev.gentoo.org/~zmedico/porta...
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 706142
  Show dependency tree
 
Reported: 2020-02-01 22:36 UTC by Zac Medico
Modified: 2020-04-21 07:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zac Medico gentoo-dev 2020-02-01 22:36:48 UTC
Since epydoc is dependent on python2.7, it should be replaced with sphinx.

The epydoc package is currently in the process of being removed:

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe606eb452ec963799b0bfa8e9283beb6aafd8fc
Comment 1 Larry the Git Cow gentoo-dev 2020-02-03 09:29:02 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=cc73af5a6990dfa196c889421b8bcb77cf2d25e1

commit cc73af5a6990dfa196c889421b8bcb77cf2d25e1
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2020-02-02 09:35:39 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-02-03 09:26:35 +0000

    doc: replace epydoc with sphinx-apidoc + sphinx-epytext
    
    Bug: https://bugs.gentoo.org/707820
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 doc/api/.gitignore |  1 +
 doc/api/Makefile   | 32 ++++++++++++++++++++++++++
 doc/api/conf.py    | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/api/index.rst  | 18 +++++++++++++++
 setup.py           | 33 ++++++++++++---------------
 5 files changed, 131 insertions(+), 19 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2020-02-09 01:31:36 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87db6ee1103dc33c206111288a43ac619d27cefc

commit 87db6ee1103dc33c206111288a43ac619d27cefc
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2020-02-09 01:18:34 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-02-09 01:31:22 +0000

    sys-apps/portage: Bump to version 2.3.88
    
     #649622 prevent unecessary installation of virtual/w3m followed
             by removal by depclean
     #705736 preserve-libs: prevent unecessary preservation of system
             libraries which a package bundles
     #707820 generate API documentation with sphinx-apidoc
     #708448 support FEATURES=qa-unresolved-soname-deps so that the
             QA warning from bug 704320 can be disabled
     #708660 phase-helpers.sh: avoid passing an empty root value to
             portageq when ebuild IPC is disabled
    
    Bug: https://bugs.gentoo.org/706142
    Bug: https://bugs.gentoo.org/649622
    Bug: https://bugs.gentoo.org/705736
    Bug: https://bugs.gentoo.org/707820
    Bug: https://bugs.gentoo.org/708448
    Bug: https://bugs.gentoo.org/708660
    Package-Manager: Portage-2.3.88, Repoman-2.3.20
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 profiles/arch/riscv/package.use.mask   |   2 +-
 sys-apps/portage/Manifest              |   1 +
 sys-apps/portage/portage-2.3.88.ebuild | 271 +++++++++++++++++++++++++++++++++
 3 files changed, 273 insertions(+), 1 deletion(-)