Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 817239

Summary: dev-python/furo new package request
Product: Gentoo Linux Reporter: Michael Seifert <m.seifert>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement CC: leonchik1976, mgorny, python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://pypi.org/project/furo/
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 816786    

Description Michael Seifert 2021-10-09 17:31:26 UTC
Furo is a documentation theme for Sphinx.

Some popular packages use Furo for their documentation,[1] but do not provide USE="doc", because Furo is not available in the tree:
* dev-python/attrs
* dev-python/psycopg
* dev-python/urllib3

[1] https://pypi.org/project/furo/ (see section "Used By")

Reproducible: Always
Comment 1 Conrad Kostecki gentoo-dev 2021-10-09 19:52:03 UTC
Maybe python wants to take it up?
Comment 2 Larry the Git Cow gentoo-dev 2021-10-10 04:56:56 UTC
The bug has been closed via the following commit(s):

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

commit c33fcecacbf530f20201bffd59a71aba5e51e856
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2021-10-10 04:50:55 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2021-10-10 04:56:42 +0000

    dev-python/furo: initial import
    
    Closes: https://bugs.gentoo.org/817239
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-python/furo/Manifest              |  1 +
 dev-python/furo/furo-2021.10.9.ebuild | 27 +++++++++++++++++++++++++++
 dev-python/furo/metadata.xml          | 13 +++++++++++++
 3 files changed, 41 insertions(+)
Comment 3 Michael Seifert 2021-10-10 09:03:35 UTC
That was quick. Thanks @ArthurZamarin for taking this up!

When I tried yesterday, I ran into issues with my ebuild version. It seems the missing key was the "mv src/furo furo" in src_prepare.