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/dnspython/
Date: Fri, 30 Oct 2015 12:04:06
Message-Id: 1446206629.04b8612c6778e1aff49555a5534d790e4caa4cb7.jlec@gentoo
1 commit: 04b8612c6778e1aff49555a5534d790e4caa4cb7
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 10:06:58 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 12:03:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b8612c
7
8 virtual/dnspython: New virtual
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 virtual/dnspython/dnspython-1.ebuild | 23 +++++++++++++++++++++++
14 virtual/dnspython/metadata.xml | 5 +++++
15 2 files changed, 28 insertions(+)
16
17 diff --git a/virtual/dnspython/dnspython-1.ebuild b/virtual/dnspython/dnspython-1.ebuild
18 new file mode 100644
19 index 0000000..4f1c408
20 --- /dev/null
21 +++ b/virtual/dnspython/dnspython-1.ebuild
22 @@ -0,0 +1,23 @@
23 +# Copyright 1999-2015 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI=5
28 +
29 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
30 +
31 +inherit python-r1
32 +
33 +DESCRIPTION="A virtual for dnspython, for Python 2 & 3"
34 +HOMEPAGE=""
35 +SRC_URI=""
36 +
37 +LICENSE=""
38 +SLOT="0"
39 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
40 +IUSE=""
41 +
42 +RDEPEND="!dev-python/dnspython:0
43 + $(python_gen_cond_dep 'dev-python/dnspython:py2[${PYTHON_USEDEP}]' python2*)
44 + $(python_gen_cond_dep 'dev-python/dnspython:py3[${PYTHON_USEDEP}]' python3*)"
45 +DEPEND="!dev-python/dnspython:0"
46
47 diff --git a/virtual/dnspython/metadata.xml b/virtual/dnspython/metadata.xml
48 new file mode 100644
49 index 0000000..ee7e8b2
50 --- /dev/null
51 +++ b/virtual/dnspython/metadata.xml
52 @@ -0,0 +1,5 @@
53 +<?xml version="1.0" encoding="UTF-8"?>
54 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
55 +<pkgmetadata>
56 + <herd>python</herd>
57 +</pkgmetadata>