Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 473990 - app-text/pdf2djvu-0.7.17 version bump, src_test fix for python3 as default
Summary: app-text/pdf2djvu-0.7.17 version bump, src_test fix for python3 as default
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-21 06:48 UTC by Michael Weber (RETIRED)
Modified: 2013-09-12 21:14 UTC (History)
0 users

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


Attachments
ebuild update (pdf2djvu.patch,901 bytes, patch)
2013-06-21 06:48 UTC, Michael Weber (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weber (RETIRED) gentoo-dev 2013-06-21 06:48:43 UTC
Created attachment 351508 [details, diff]
ebuild update

Syntax errors during src_test of 0.7.16 with python3/nosetest-python3 being default python/nosetest implementation.

http://b-4.xmw.de/var/log/portage/build/app-text/pdf2djvu-0.7.16:20130621-064337.log

Fixed build.

http://b-4.xmw.de/var/log/portage/build/app-text/pdf2djvu-0.7.17:20130621-064101.log fixed tests

Can I get permission to commit?
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2013-06-21 09:38:30 UTC
Looks good to me, do it! & Thanks!

In general, printing is happy about any help that we get. As long as it's not core packages (e.g. cups, ghostscript) and there is no specific maintainer in metadata, in *my* opinion you don't have to ask before fixing bugs.
Comment 2 Michael Weber (RETIRED) gentoo-dev 2013-06-21 09:59:57 UTC
+*pdf2djvu-0.7.17 (21 Jun 2013)
+
+  21 Jun 2013; Michael Weber <xmw@gentoo.org> +pdf2djvu-0.7.17.ebuild:
+  Version bump, fix src_test for default python3 (bug 473990)
+
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-12 21:14:48 UTC
FYI: I've just reverted half of your change. PYTHON_COMPAT + pkg_setup() of the eclass are enough to choose proper nosetests version.