app-vim/pyclewn-2.1-r2 build with python 3.7

mhiretskiy
Ваше Имя 4 years ago
parent 27090e0156
commit b9412e7b77

@ -0,0 +1,2 @@
DIST pyclewn-2.1.tar.gz 129697 BLAKE2B 0dfef92cb36ea9fa89c7f0d85ed45e21c634732fc2d3d888dd792de22529bea86719f8ac8ed870dd5ab00efbfdb08011013a36880781abf9e0c64a62b2aa301a SHA512 346b98a9e37957a5bf97b8901247f56fa8e38bddac38727867773cf4e78e555d6a85848c4c400d1faf1159ba61122cfd4931c95a67e3b2abdfaae7996beb4f1b
EBUILD pyclewn-2.1-r2.ebuild 934 BLAKE2B 7fe8f51bde20dfad709ea9bc032cf7da992965cd78cedf09889224011ed0ed6b42d0aaa54c22a4d90813dc7f466b9536faf4f4a33286145440a437b94b20b608 SHA512 1fa3307c8fb188cd2ca14c35d9ae3d7eefe6611235ccb1fccdd2d200b228fbcad7d0815bc35ef1c2c47aed0b7db15e1c6aebe56e06a35dc6ff23043cbd9a0537

@ -0,0 +1,47 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python3_7 )
inherit eutils vim-plugin distutils-r1
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
DESCRIPTION="Pyclewn allows using vim as a front end to a debugger (pdb or gdb)"
HOMEPAGE="http://pyclewn.sourceforge.net/"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
CDEPEND="|| (
>=app-editors/vim-7.3
>=app-editors/gvim-7.3[netbeans]
)"
DEPEND="
${CDEPEND}
app-arch/vimball"
RDEPEND="
${DEPEND}"
SLOT="0"
#Completely broken (runs vim), disable for now
#python_test() {
# esetup.py test
#}
python_install_all() {
distutils-r1_python_install_all
vimball -x -C "${ED}"/usr/share/vim/vimfiles lib/clewn/runtime/${P}.vmb || die "Extracting vimball failed"
}
pkg_postinst() {
vim-plugin_pkg_postinst
optfeature "C/C++ debugging" sys-devel/gdb
optfeature "Python debugging" dev-python/pdb-clone
}
Loading…
Cancel
Save