Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 367547 - dev-python/django dodoc called on a directory
Summary: dev-python/django dodoc called on a directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
: 382609 (view as bug list)
Depends on:
Blocks: 356389
  Show dependency tree
 
Reported: 2011-05-16 16:09 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-12-14 10:24 UTC (History)
3 users (show)

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


Attachments
B (django-1.3:20110516-155048.log,992.31 KB, text/plain)
2011-05-16 16:09 UTC, Diego Elio Pettenò (RETIRED)
Details
ebuild patch (django.patch,1.40 KB, patch)
2011-12-12 08:43 UTC, Ian Delaney (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2011-05-16 16:09:54 UTC
Created attachment 273457 [details]
B

Please verify your dodoc statements, and make sure they are not being executed on directories. See the blocked bug for more details.
Comment 1 Agostino Sarubbo gentoo-dev 2011-09-11 17:04:14 UTC
*** Bug 382609 has been marked as a duplicate of this bug. ***
Comment 2 Arfrever Frehtes Taifersar Arahesis 2011-09-11 17:26:29 UTC
Fixed in Progress Overlay on 2011-08-31.
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2011-12-12 08:43:22 UTC
Created attachment 295525 [details, diff]
ebuild patch

Updated a couple of things. I add the shebang converter.
Comment 4 Arfrever Frehtes Taifersar Arahesis 2011-12-12 16:29:57 UTC
(In reply to comment #3)

DOCS used by distutils_src_install() should be a scalar variable, not array.

Replacement of dobashcompletion() with dobashcomp() is wrong. Documentation of dobashcompletion() says: "If no second argument is given and BASHCOMPLETION_NAME is not set, it will default to ${PN}."

/usr/bin/django-admin.py already has correct shebang.
Don't add any 'python_convert_shebangs -r 2 ${ED}'. It is wrong in packages supporting installation for multiple Python ABIs.

Please don't include changes unreleated to given bug in your patches.
Comment 5 Mike Gilbert gentoo-dev 2011-12-14 10:24:23 UTC
Fixed in django-1.3.1-r1.