Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-enum34/
Date: Wed, 27 Jan 2016 09:26:28
Message-Id: 1453886772.dd62a9f18ee1cbb98a23f4656061223be5993c4d.jlec@gentoo
1 commit: dd62a9f18ee1cbb98a23f4656061223be5993c4d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 08:29:24 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 09:26:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd62a9f1
7
8 virtual/python-enum34: Add new virtual
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 virtual/python-enum34/metadata.xml | 8 ++++++++
14 virtual/python-enum34/python-enum34-1.ebuild | 24 ++++++++++++++++++++++++
15 2 files changed, 32 insertions(+)
16
17 diff --git a/virtual/python-enum34/metadata.xml b/virtual/python-enum34/metadata.xml
18 new file mode 100644
19 index 0000000..7f4f33c
20 --- /dev/null
21 +++ b/virtual/python-enum34/metadata.xml
22 @@ -0,0 +1,8 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 + <maintainer type="project">
27 + <email>python@g.o</email>
28 + <name>Python</name>
29 + </maintainer>
30 +</pkgmetadata>
31
32 diff --git a/virtual/python-enum34/python-enum34-1.ebuild b/virtual/python-enum34/python-enum34-1.ebuild
33 new file mode 100644
34 index 0000000..d51d67b
35 --- /dev/null
36 +++ b/virtual/python-enum34/python-enum34-1.ebuild
37 @@ -0,0 +1,24 @@
38 +# Copyright 1999-2016 Gentoo Foundation
39 +# Distributed under the terms of the GNU General Public License v2
40 +# $Id$
41 +
42 +EAPI=5
43 +
44 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
45 +
46 +inherit python-r1
47 +
48 +DESCRIPTION="A virtual for Python enum34 module"
49 +HOMEPAGE=""
50 +SRC_URI=""
51 +
52 +LICENSE=""
53 +SLOT="0"
54 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
55 +IUSE=""
56 +
57 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
58 +
59 +RDEPEND="${PYTHON_DEPS}
60 + $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' \
61 + 'python2*' python3_3 'pypy*')"