Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40114 - pychm-0.7.0.ebuild (New Package)
Summary: pychm-0.7.0.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: EBUILD
: 68210 74255 (view as bug list)
Depends on:
Blocks: 39626
  Show dependency tree
 
Reported: 2004-02-01 12:37 UTC by Charles Hamilton
Modified: 2005-02-14 11:42 UTC (History)
2 users (show)

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


Attachments
pychm-0.7.0.ebuild (pychm-0.7.0.ebuild,495 bytes, text/plain)
2004-02-01 12:41 UTC, Charles Hamilton
Details
pychm-0.8.0.ebuild (pychm-0.8.0.ebuild,411 bytes, text/plain)
2004-04-18 04:20 UTC, Carsten Lohrke (RETIRED)
Details
pychm-0.8.1.ebuild (pychm-0.8.1.ebuild,444 bytes, text/plain)
2004-12-15 00:04 UTC, Ryan Hill (RETIRED)
Details
pychm-0.8.2.ebuild (pychm-0.8.2.ebuild,434 bytes, text/plain)
2005-02-13 17:06 UTC, Yaakov S
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Hamilton 2004-02-01 12:37:14 UTC
Please find attached pychm-0.7.0.ebuild.

pychm is the python binding for chmlib, which allows one to parse .chm help files.  These files are commonly used with Windows OS but the subject matter they contain are platform independent.  The bindings are part of the gnochm project on sourceforge and pychm is a requirement of the application.

I suggest dev-python/pychm.  This ebuild depends on python and chmlib already in portage.

Charles

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Charles Hamilton 2004-02-01 12:41:05 UTC
Created attachment 24773 [details]
pychm-0.7.0.ebuild

This ebuild is required for gnochm.  I am trying to get that ebuild working now
and will submit when it is working properly.
Comment 2 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-12 13:15:42 UTC
"""
SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/gnochm/${P}.tar.gz"
"""
replace with: "SRC_URI="mirror://sourceforge/gnochm/${P}.tar.gz" and add RESTRICT="nomirror"

"""
src_compile() {
	distutils_src_compile
}
"""
this will be called automatically so you can remove it.

"""
mydoc="COPYING NEWS PKG-INFO README"
"""
replace with DOCS="...."
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2004-04-18 04:20:36 UTC
Created attachment 29549 [details]
pychm-0.8.0.ebuild
Comment 4 Joe McCann (RETIRED) gentoo-dev 2004-10-19 15:11:16 UTC
*** Bug 68210 has been marked as a duplicate of this bug. ***
Comment 5 Joe McCann (RETIRED) gentoo-dev 2004-12-12 23:43:40 UTC
*** Bug 74255 has been marked as a duplicate of this bug. ***
Comment 6 Ryan Hill (RETIRED) gentoo-dev 2004-12-15 00:04:17 UTC
Created attachment 46015 [details]
pychm-0.8.1.ebuild

new version, ebuild updated to current portage standards.
Comment 7 Yaakov S 2005-02-13 17:06:32 UTC
Created attachment 51169 [details]
pychm-0.8.2.ebuild

New version just released.  
Note that as of 0.8.1, >=python-2.2 is required.
Also defined PYTHON_MODNAME so that modules are compiled (chm != ${PN}), and
install NEWS.
Comment 8 Lukasz Strzygowski (RETIRED) gentoo-dev 2005-02-14 11:42:14 UTC
In Portage.