Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288424 - dev-python/feedparser-4.1 should set PYTHON_MODNAME
Summary: dev-python/feedparser-4.1 should set PYTHON_MODNAME
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-10 12:38 UTC by Florian Steinel
Modified: 2009-11-08 20:04 UTC (History)
0 users

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 Florian Steinel 2009-10-10 12:38:48 UTC
compile the installed feedparser.py file.
Comment 1 Florian Steinel 2009-10-10 12:42:16 UTC
Add new pkg_pstinst:
pkg_postinst() {
	python_version
	python_mod_compile "$(python_get_sitedir)"/feedparser.py
}
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-08 20:04:44 UTC
Fixed.