summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-07-06 10:21:29 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-07-06 11:48:48 +0200
commitbcd1ffddd7abcdcc4a543155d7d214f127e9e194 (patch)
treef6920f647cea097e333a5195bbbf0a6cb552a01d /dev-python/pocketlint/pocketlint-0.15.ebuild
parentdev-util/nvidia-cuda-toolkit: add missing dependency, bug #622256 (diff)
downloadgentoo-bcd1ffddd7abcdcc4a543155d7d214f127e9e194.tar.gz
gentoo-bcd1ffddd7abcdcc4a543155d7d214f127e9e194.tar.bz2
gentoo-bcd1ffddd7abcdcc4a543155d7d214f127e9e194.zip
dev-python/pocketlint: Initial commit.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/pocketlint/pocketlint-0.15.ebuild')
-rw-r--r--dev-python/pocketlint/pocketlint-0.15.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/pocketlint/pocketlint-0.15.ebuild b/dev-python/pocketlint/pocketlint-0.15.ebuild
new file mode 100644
index 000000000000..09a825f63aee
--- /dev/null
+++ b/dev-python/pocketlint/pocketlint-0.15.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Shared code for running pylint against rhinstaller projects"
+HOMEPAGE="https://github.com/rhinstaller/pocketlint"
+SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""