Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 817239 - dev-python/furo new package request
Summary: dev-python/furo new package request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://pypi.org/project/furo/
Whiteboard:
Keywords:
Depends on:
Blocks: 816786
  Show dependency tree
 
Reported: 2021-10-09 17:31 UTC by Michael Seifert
Modified: 2021-10-10 09:03 UTC (History)
3 users (show)

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 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.