Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-funcsigs/
Date: Sun, 30 Dec 2018 20:34:22
Message-Id: 1546202049.0c7ce824ff76420877473d096690644c6872b488.floppym@gentoo
1 commit: 0c7ce824ff76420877473d096690644c6872b488
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 30 20:34:09 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 30 20:34:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7ce824
7
8 virtual/python-funcsigs: remove old
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12_p31
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 virtual/python-funcsigs/python-funcsigs-0-r1.ebuild | 17 -----------------
14 virtual/python-funcsigs/python-funcsigs-1.ebuild | 17 -----------------
15 2 files changed, 34 deletions(-)
16
17 diff --git a/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild b/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild
18 deleted file mode 100644
19 index f3bfd128a89..00000000000
20 --- a/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild
21 +++ /dev/null
22 @@ -1,17 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
29 -
30 -inherit python-r1
31 -
32 -DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.3 variant)"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~amd64-fbsd"
35 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
36 -
37 -RDEPEND="
38 - ${PYTHON_DEPS}
39 - $(python_gen_cond_dep 'dev-python/funcsigs' python2_7 pypy pypy3 )"
40
41 diff --git a/virtual/python-funcsigs/python-funcsigs-1.ebuild b/virtual/python-funcsigs/python-funcsigs-1.ebuild
42 deleted file mode 100644
43 index a27bf25dcb8..00000000000
44 --- a/virtual/python-funcsigs/python-funcsigs-1.ebuild
45 +++ /dev/null
46 @@ -1,17 +0,0 @@
47 -# Copyright 1999-2018 Gentoo Authors
48 -# Distributed under the terms of the GNU General Public License v2
49 -
50 -EAPI=6
51 -
52 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
53 -
54 -inherit python-r1
55 -
56 -DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 variant)"
57 -SLOT="0"
58 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
59 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
60 -
61 -RDEPEND="
62 - ${PYTHON_DEPS}
63 - $(python_gen_cond_dep '>=dev-python/funcsigs-1' python2_7 python3_{3,4,5} pypy{,3} )"