diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-18 19:11:00 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-18 22:58:02 +0200 |
| commit | 5eff8b664aad7c22c7f4c40cf6829c10fde474f3 (patch) | |
| tree | 7dd20c63b88487e396b4ce053784be48ce3998c6 /dev-util/kdevelop-python/kdevelop-python-5.3.3.ebuild | |
| parent | 15c0411827731a166c2e5634b73ae9fc77f599cc (diff) | |
| download | gentoo-5eff8b664aad7c22c7f4c40cf6829c10fde474f3.tar.gz gentoo-5eff8b664aad7c22c7f4c40cf6829c10fde474f3.tar.bz2 gentoo-5eff8b664aad7c22c7f4c40cf6829c10fde474f3.zip | |
dev-util/kdevelop-python: 5.3.3 version bump
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/kdevelop-python/kdevelop-python-5.3.3.ebuild')
| -rw-r--r-- | dev-util/kdevelop-python/kdevelop-python-5.3.3.ebuild | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-5.3.3.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.3.3.ebuild new file mode 100644 index 000000000000..0a046b765fe7 --- /dev/null +++ b/dev-util/kdevelop-python/kdevelop-python-5.3.3.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional" +KMNAME="kdev-python" +PYTHON_COMPAT=( python3_{5,6,7} ) +inherit kde5 python-single-r1 + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/kdevelop/${PV}/src/${KMNAME}-${PV}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Python plugin for KDevelop" +HOMEPAGE="https://www.kdevelop.org/" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kparts) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep threadweaver) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-util/kdevelop:5 +" +RDEPEND="${DEPEND} + dev-python/pycodestyle[${PYTHON_USEDEP}] +" + +RESTRICT+=" test" + +pkg_setup() { + python-single-r1_pkg_setup + kde5_pkg_setup +} |
