Summary: | Ebuild for PyMETAR | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tobias Klausmann (RETIRED) <klausman> |
Component: | New packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | 1.4_rc1 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Pymetar-Ebuild
Fixed Ebuild |
Description
Tobias Klausmann (RETIRED)
![]() Created attachment 34786 [details]
Pymetar-Ebuild
Thanks for ebuild, but before we add it to portage, it should be fixed, because it doesn't contain important variables, including IUSE and SLOT, has incorrect license and header. Also, src_install function isn't needed, because distutils_src_install will be called automatically when distutils is inherited. Please follow rules in http://www.gentoo.org/doc/en/gentoo-howto.xml, http://www.gentoo.org/doc/en/ebuild-submit.xml and http://www.gentoo.org/doc/en/ebuild-mistakes.xml. Created attachment 35057 [details]
Fixed Ebuild
Fixed:
- Header
- Missing SLOT, DEPEND and IUSE
- LICENSE
- Added dodoc for librarydoc.txt
While the latter can be generated using pydoc on the sources, I include it for
those who might have an impaired Python installation without pydoc (and those
who don't know about pydoc).
Cool. In portage now. |