summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-10-28 22:28:07 +0200
committerPatrick Lauer <patrick@gentoo.org>2016-10-28 22:56:02 +0200
commit76d660d95de740005319118f895eade90d4730a1 (patch)
tree560348ad48344c7190d8017bd86d43785f49ab33 /dev-python/vulture/vulture-0.10.ebuild
parentdev-python/s3transfer: Bump (diff)
downloadgentoo-76d660d95de740005319118f895eade90d4730a1.tar.gz
gentoo-76d660d95de740005319118f895eade90d4730a1.tar.bz2
gentoo-76d660d95de740005319118f895eade90d4730a1.zip
dev-python/vulture: Bump
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/vulture/vulture-0.10.ebuild')
-rw-r--r--dev-python/vulture/vulture-0.10.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/vulture/vulture-0.10.ebuild b/dev-python/vulture/vulture-0.10.ebuild
new file mode 100644
index 000000000000..40ea5b33a81b
--- /dev/null
+++ b/dev-python/vulture/vulture-0.10.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="find unused classes, functions and variables in your code"
+HOMEPAGE="https://bitbucket.org/jendrikseipp/vulture https://pypi.python.org/pypi/vulture"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DOCS=( README.txt NEWS.txt )