summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/PythonQt: Support python3.6Pacho Ramos2018-06-271-2/+2
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-python/PythonQt: Drop 3.1 and 3.1-r1Andreas Sturmlechner2018-05-104-478/+0
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* dev-python/PythonQt: Remove useless maintainer <description/>Michał Górny2018-02-111-1/+0
| | | | | | | | | Remove useless/redundant maintainer <description/>. It does not benefit bug wrangling, and only wastes developer's time on reading it. Few tips: - assignee/CC is implied by ordering, there is no reason to repeat it, - we know that maintainer is maintainer (la la la la la), - most of adjectives for maintainer are of no value and/or are obvious.
* dev-python/PythonQt: version bump to 3.2.Vladimir Pavljuchenkov (SpiderX)2017-12-242-0/+86
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-python/PythonQt: prevent using with Qt greater then 5.7Vladimir Pavljuchenkov (SpiderX)2017-12-241-0/+88
| | | | | | | | 1. Added Python 3.6 to PYTHON_COMPAT. 2. Restricted Qt dependencies to 5.7 (wrt #634544) Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6610
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/PythonQt: new ebuildVladimir Pavljuchenko (SpiderX)2016-11-145-0/+505
PythonQt is a dynamic Python binding for the Qt framework. It offers an easy way to embed the Python scripting language into your C++ Qt applications. The focus of PythonQt is on embedding Python into an existing C++ application, not on writing the whole application completely in Python. Base for ebuild from https://github.com/SpiderX/portage-overlay/tree/master/dev-python/PythonQt Gentoo-Bug: https://bugs.gentoo.org/214331 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2634 Signed-off-by: David Seifert <soap@gentoo.org>