summaryrefslogtreecommitdiff
path: root/virtual/python-singledispatch
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-03-29 17:53:51 +0200
committerUlrich Müller <ulm@gentoo.org>2017-03-29 17:54:42 +0200
commita04df0ce3c8528527469d71fc48475278b3a2676 (patch)
tree8d672e612f9fca69bc2f333fd94f7ecdb66a7617 /virtual/python-singledispatch
parent5ce6d0a2192d6fab24787f2e675afcb5ea94ef5a (diff)
downloadgentoo-a04df0ce3c8528527469d71fc48475278b3a2676.tar.gz
gentoo-a04df0ce3c8528527469d71fc48475278b3a2676.tar.xz
virtual: Remove empty assignments of optional variables.
Remove empty HOMEPAGE, SRC_URI, KEYWORDS, LICENSE, IUSE, and DEPEND. As announced in gentoo-dev mailing list. Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'virtual/python-singledispatch')
-rw-r--r--virtual/python-singledispatch/python-singledispatch-0.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 31c98487f5d..ae2de99b868 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -8,12 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit python-r1
DESCRIPTION="A virtual for the Python functools.singledispatch function"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"