dev-python/pycharm-community - 2019.1.4 (didos)

Search

Install

Install this version:

emerge -a =dev-python/pycharm-community-2019.1.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/pycharm-community-2019.1.4

Or alternatively:

emerge --autounmask-write -a =dev-python/pycharm-community-2019.1.4

Package Information

Description:
${JBIJ_PN_PRETTY} is a Python IDE for professional developers

Ebuild Details

Version EAPI Keywords Slot
2019.1.4 7
View Raw Ebuild
# Copyright 2016-2017 Jan Chren (rindeal)
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit rindeal

JBIJ_PN_PRETTY='PyCharm'

DESCRIPTION="${JBIJ_PN_PRETTY} is a Python IDE for professional developers"

JBIJ_URI="python/pycharm-community-${PV}"

JBIJ_DESKTOP_EXTRAS=(
	"MimeType=text/x-python;application/x-python;" # MUST end with semicolon
)

inherit jetbrains-intellij

Inherited Eclasses