Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-python/PyQtWebEngine: new package #11432

Closed
wants to merge 1 commit into from

Conversation

steils
Copy link
Member

@steils steils commented Mar 21, 2019

PyQtWebEngine is a set of Python bindings for Qt WebEngine framework.
Before PyQt5-5.12 these bingings were a part of PyQt5. Now it is a
separate package.

Packages that depended on dev-python/PyQt5[webengine] now must depend on
dev-python/PyQtWebEngine.

Closes: https://bugs.gentoo.org/679202
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Stefan Strogin stefan.strogin@gmail.com

@gentoo-bot
Copy link

Copyright policy change

Please note that on 2018-09-15 Trustees have approved new Gentoo copyright policy. All contributions made to Gentoo need to follow this policy. If you include the Signed-off-by line in your commit message, you indicate that you have read the policy and agree to its terms. For more detailed explanation, please see the new Gentoo copyright policy explained article.

Pull Request assignment

Submitter: @steils
Areas affected: ebuilds
Packages affected: dev-python/PyQtWebEngine

dev-python/PyQtWebEngine: @gentoo/proxy-maint (new package)

Linked bugs

Bugs linked: 679202


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added new package The PR is adding a new package. self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else) assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels Mar 21, 2019
@steils
Copy link
Member Author

steils commented Mar 21, 2019

CI reports that the ebuild is broken because it depends on >=dev-python/PyQt5-5.12 which is not merged yet (see #11415).

@Pesa, could you please review this?

@Pesa Pesa self-assigned this Mar 21, 2019
@steils steils force-pushed the PyQtWebEngine branch 7 times, most recently from e359695 to 3bc2120 Compare March 21, 2019 22:35
@steils
Copy link
Member Author

steils commented Mar 21, 2019

Rebased onto the latest master with PyQt-5.12.1 merged, so now CI does not think the ebuild is broken.

dev-python/PyQtWebEngine/PyQtWebEngine-5.12.1.ebuild Outdated Show resolved Hide resolved
dev-python/PyQtWebEngine/PyQtWebEngine-5.12.1.ebuild Outdated Show resolved Hide resolved
dev-python/PyQtWebEngine/PyQtWebEngine-5.12.1.ebuild Outdated Show resolved Hide resolved
RDEPEND="${PYTHON_DEPS}
>=dev-python/PyQt5-5.12.1[${PYTHON_USEDEP},widgets]
>=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}]
>=dev-qt/qtwebengine-5.12[widgets]"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you sure about this >=5.12 dep?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I am not sure. But I did not test it with Qt-5.{10,11}. Should it be tested before commiting this ebuild?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need

PyQtWebEngine is a set of Python bindings for Qt WebEngine framework.
Before PyQt5-5.12 these bingings were a part of PyQt5. Now it is a
separate package.

Packages that depended on dev-python/PyQt5[webengine] now must depend on
dev-python/PyQtWebEngine.

Closes: https://bugs.gentoo.org/679202
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com>
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2019-03-30 23:35 UTC
Newest commit scanned: 9654134
Status: ✅ good

No issues found


src_prepare() {
default
python_copy_sources
Copy link
Contributor

@Pesa Pesa Apr 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

configuration() does an out-of-source build, so why are you copying the sources here?

IUSE="debug"

RDEPEND="${PYTHON_DEPS}
>=dev-python/PyQt5-5.12.1[${PYTHON_USEDEP},widgets]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When webengine was part of PyQt5, other modules were needed, namely network, printsupport, and webchannel. Are those not required anymore?

@Pesa
Copy link
Contributor

Pesa commented Apr 3, 2019

I've merged this with a few adjustments. Thanks!

@gentoo-bot gentoo-bot closed this in f825780 Apr 3, 2019
@steils steils deleted the PyQtWebEngine branch June 16, 2020 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. new package The PR is adding a new package. self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else)
Projects
None yet
4 participants