Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-bugzilla: ChangeLog metadata.xml python-bugzilla-1.1.0.ebuild
Date: Sat, 01 Nov 2014 03:31:30
Message-Id: 20141101033125.C6A7C92F0@oystercatcher.gentoo.org
1 dilfridge 14/11/01 03:31:25
2
3 Added: ChangeLog metadata.xml python-bugzilla-1.1.0.ebuild
4 Log:
5 My first python package. Dedicated to Diego and Mike.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
8
9 Revision Changes Path
10 1.1 dev-python/python-bugzilla/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bugzilla/ChangeLog?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bugzilla/ChangeLog?rev=1.1&content-type=text/plain
14
15 Index: ChangeLog
16 ===================================================================
17 # ChangeLog for dev-python/python-bugzilla
18 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-bugzilla/ChangeLog,v 1.1 2014/11/01 03:31:25 dilfridge Exp $
20
21 *python-bugzilla-1.1.0 (01 Nov 2014)
22
23 01 Nov 2014; Andreas K. Huettel <dilfridge@g.o>
24 +python-bugzilla-1.1.0.ebuild, +metadata.xml:
25 My first python package. Dedicated to Diego and Mike.
26
27
28
29
30 1.1 dev-python/python-bugzilla/metadata.xml
31
32 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bugzilla/metadata.xml?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bugzilla/metadata.xml?rev=1.1&content-type=text/plain
34
35 Index: metadata.xml
36 ===================================================================
37 <?xml version="1.0" encoding="UTF-8"?>
38 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
39 <pkgmetadata>
40 <maintainer>
41 <email>dilfridge@g.o</email>
42 <name>Andreas K. Huettel</name>
43 </maintainer>
44 </pkgmetadata>
45
46
47
48 1.1 dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild?rev=1.1&content-type=text/plain
52
53 Index: python-bugzilla-1.1.0.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-bugzilla/python-bugzilla-1.1.0.ebuild,v 1.1 2014/11/01 03:31:25 dilfridge Exp $
58
59 EAPI=5
60 PYTHON_COMPAT=( python{2_6,2_7} python3_4 )
61
62 inherit distutils-r1
63
64 DESCRIPTION="A python module for interacting with Bugzilla over XMLRPC"
65 HOMEPAGE="https://fedorahosted.org/python-bugzilla/"
66 SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.gz"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 LICENSE="GPL-2"
71 SLOT="0"
72
73 RDEPEND=""
74 DEPEND="${RDEPEND}
75 dev-python/python-magic
76 dev-python/requests
77 "