Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 889982 - sci-geosciences/qgis-3.28.1 - Simplify Python dependencies
Summary: sci-geosciences/qgis-3.28.1 - Simplify Python dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-01-06 19:48 UTC by Chris Mayo
Modified: 2023-01-08 03:46 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 Chris Mayo 2023-01-06 19:48:48 UTC
httplib2 is not needed any more, only used by removed plugin:
2073026 ("[processing] removed geoserver algorithms and moved postgis
ones to qgis agorithms group", 2014-06-08)

dateutil, markupsafe, requests and pytz are only used as indirect dependencies of jinja and owslib.

Both reported upstream:
https://github.com/qgis/QGIS/pull/51388


ebuild has PYTHON_DEPS in DEPEND:
DEPEND="${COMMON_DEPEND}
	dev-qt/qttest:5
	python? ( ${PYTHON_DEPS} )
"

but COMMON_DEPEND already includes:
	python? (
		${PYTHON_DEPS}
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-01-07 07:04:39 UTC
Fancy doing a PR to clean up the deps in the ebuild?
Comment 2 Chris Mayo 2023-01-07 17:42:22 UTC
OK. https://github.com/gentoo/gentoo/pull/29005 created, with a few extras...
Comment 3 Larry the Git Cow gentoo-dev 2023-01-08 03:46:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba4173eddb0994d2f7789c13a5b93f52faa77d7

commit aba4173eddb0994d2f7789c13a5b93f52faa77d7
Author:     Chris Mayo <aklhfex@gmail.com>
AuthorDate: 2023-01-07 17:28:09 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-01-08 03:45:25 +0000

    sci-geosciences/qgis: add 3.28.2
    
    Closes: https://bugs.gentoo.org/889982
    Signed-off-by: Chris Mayo <aklhfex@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/29005
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-geosciences/qgis/Manifest           |   1 +
 sci-geosciences/qgis/qgis-3.28.2.ebuild | 272 ++++++++++++++++++++++++++++++++
 2 files changed, 273 insertions(+)