Summary: | net-p2p/deluge-9999: update ebuild | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Perfect Gentleman <perfect007gentleman> |
Component: | Current packages | Assignee: | Paolo Pedroni <paolo.pedroni> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | k_f, poncho, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/9327 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 656900 | ||
Bug Blocks: |
Description
Perfect Gentleman
2017-01-18 11:48:00 UTC
Import error: Requires "slimit" package for minifying WebUI files. This is also should be changed in ebuild: -CDEPEND=">=net-libs/libtorrent-rasterbar-0.14.9[python,${PYTHON_USEDEP}]" +CDEPEND=">=net-libs/libtorrent-rasterbar-1.1.2[python,${PYTHON_USEDEP}]" DEPEND="${CDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/slimit[${PYTHON_USEDEP}] dev-util/intltool" RDEPEND="${CDEPEND} dev-python/chardet[${PYTHON_USEDEP}] @@ -58,7 +56,7 @@ RDEPEND="${CDEPEND} python_prepare_all() { local args=( - -e "/Compiling po file/a \\\tuptoDate = False" + -e "/Compiling po file/a \\\tupto_date = False" ) sed -i "${args[@]}" -- 'setup.py' || die (In reply to kapsh from comment #2) > This is also should be changed in ebuild: > > -CDEPEND=">=net-libs/libtorrent-rasterbar-0.14.9[python,${PYTHON_USEDEP}]" > +CDEPEND=">=net-libs/libtorrent-rasterbar-1.1.2[python,${PYTHON_USEDEP}]" > DEPEND="${CDEPEND} > dev-python/setuptools[${PYTHON_USEDEP}] > + dev-python/slimit[${PYTHON_USEDEP}] > dev-util/intltool" > RDEPEND="${CDEPEND} > dev-python/chardet[${PYTHON_USEDEP}] > @@ -58,7 +56,7 @@ RDEPEND="${CDEPEND} > > python_prepare_all() { > local args=( > - -e "/Compiling po file/a \\\tuptoDate = False" > + -e "/Compiling po file/a \\\tupto_date = False" > ) > sed -i "${args[@]}" -- 'setup.py' || die Thanks for your contributions. Sadly dev-python/slimit is not in portage, yet. I'll work on it, though, and I hope I'll be able to fix this shortly. Fixed with bug #688024 |