Summary: | dev-python/furo new package request | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michael Seifert <m.seifert> |
Component: | New packages | Assignee: | 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
Maybe python wants to take it up? 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(+) 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. |