Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284506 - app-doc/diveintopython (New package)
Summary: app-doc/diveintopython (New package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Patrice Clement
URL: http://www.diveintopython.org/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2009-09-10 16:00 UTC by Alex
Modified: 2016-03-11 22:42 UTC (History)
2 users (show)

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


Attachments
diveintopython-html-5.4.ebuild (diveintopython-html-5.4.ebuild,522 bytes, text/plain)
2009-09-10 17:24 UTC, Andrew Frink
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2009-09-10 16:00:57 UTC
I saw today that Ubuntu has a package (home sick and bored...) for installing "dive into python" book. Wouldn't it be nice to have a similar package on Gentoo? :) At least I would have it installed.


Reproducible: Always

Steps to Reproduce:
Comment 1 Andrew Frink 2009-09-10 17:24:39 UTC
Created attachment 203690 [details]
diveintopython-html-5.4.ebuild
Comment 2 Andrew Frink 2009-09-10 17:27:12 UTC
Comment on attachment 203690 [details]
diveintopython-html-5.4.ebuild

This is a very simple ebuild to install the HTML version of "Dive Into Python" into /usr/share/doc/diveintopython-html-${PV}/
Comment 3 Alex 2009-09-10 17:35:14 UTC
Yes, I thought so.

I'm glad you find this interesting. Hope more devs see this interesting enough so we can see it in portage soon! :)

Thanks Andrew!
Comment 4 Patrice Clement gentoo-dev 2016-03-11 22:40:45 UTC
commit df88f847662a13826f36151697f1cf6a051ec322 (HEAD -> master)
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: Fri Mar 11 22:25:27 2016 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Fri Mar 11 22:25:33 2016 +0000

app-doc/diveintopython: Add ebuilds to install the famous "Dive Into Python" ebook.

Package-Manager: portage-2.2.26
Gentoo-Bug: https://bugs.gentoo.org/284506
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

app-doc/diveintopython/Manifest                |  2 ++
app-doc/diveintopython/diveintopython-2.ebuild | 36 ++++++++++++++++++++++++++++++++++++
app-doc/diveintopython/diveintopython-3.ebuild | 31 +++++++++++++++++++++++++++++++
app-doc/diveintopython/metadata.xml            | 15 +++++++++++++++
4 files changed, 84 insertions(+)
create mode 100644 app-doc/diveintopython/Manifest
create mode 100644 app-doc/diveintopython/diveintopython-2.ebuild
create mode 100644 app-doc/diveintopython/diveintopython-3.ebuild
create mode 100644 app-doc/diveintopython/metadata.xml
Comment 5 Patrice Clement gentoo-dev 2016-03-11 22:42:22 UTC
Brilliant idea. Ebuilds added: one to install the Python 2.x HTML documentation and another one for Python 3.x. Thanks!