Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
Date: Fri, 08 Jul 2016 18:20:21
Message-Id: 1468000323.1d63b7c6b5d8d73a3b78ae2cc76c3a55c15d11d9.monsieurp@gentoo
1 commit: 1d63b7c6b5d8d73a3b78ae2cc76c3a55c15d11d9
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 8 16:44:53 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 8 17:52:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d63b7c6
7
8 dev-python/libzilla: Add libzilla ebuild to the tree.
9
10 libzilla is a library for managing Bugzilla bug reports from the CLI.
11
12 Package-Manager: portage-2.2.28
13
14 dev-python/libzilla/Manifest | 1 +
15 dev-python/libzilla/libzilla-1.0.ebuild | 23 +++++++++++++++++++++++
16 dev-python/libzilla/metadata.xml | 14 ++++++++++++++
17 3 files changed, 38 insertions(+)
18
19 diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
20 new file mode 100644
21 index 0000000..149d687
22 --- /dev/null
23 +++ b/dev-python/libzilla/Manifest
24 @@ -0,0 +1 @@
25 +DIST libzilla-1.0.zip 15189 SHA256 b73f6b5c66bfdca021d84939f064649feec6feba6691511945289891d690e5be SHA512 1ce8d6c473b172ad742f175ec2d588e5a35770033a92ad24823a2163e097f0d86482b84b20b698c2c6c6b3b6338b3b274272ec0f798d18cd107889cfae51d4a4 WHIRLPOOL 00addbd40e3d5b5a4c3fa726465307d8b6bf3dd8c105c764e5f9ada79944e1f05b56a38ab8ebd9de24cd88e61e0d55aaaf1589ebcc1dec5b29219eb55ba62d58
26
27 diff --git a/dev-python/libzilla/libzilla-1.0.ebuild b/dev-python/libzilla/libzilla-1.0.ebuild
28 new file mode 100644
29 index 0000000..a83eb4c
30 --- /dev/null
31 +++ b/dev-python/libzilla/libzilla-1.0.ebuild
32 @@ -0,0 +1,23 @@
33 +# Copyright 1999-2016 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=5
38 +
39 +PYTHON_COMPAT=( python3_{3,4,5} )
40 +
41 +inherit distutils-r1
42 +
43 +DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
44 +HOMEPAGE="https://github.com/monsieurp/libzilla"
45 +SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
46 +
47 +KEYWORDS="~amd64 ~x86"
48 +LICENSE="MIT"
49 +SLOT="0"
50 +IUSE=""
51 +
52 +RDEPEND=""
53 +DEPEND="${RDEPEND}
54 + dev-python/setuptools[${PYTHON_USEDEP}]
55 + dev-python/docopt[${PYTHON_USEDEP}]"
56
57 diff --git a/dev-python/libzilla/metadata.xml b/dev-python/libzilla/metadata.xml
58 new file mode 100644
59 index 0000000..5e1aebe
60 --- /dev/null
61 +++ b/dev-python/libzilla/metadata.xml
62 @@ -0,0 +1,14 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <maintainer type="person">
67 + <email>monsieurp@g.o</email>
68 + </maintainer>
69 + <maintainer type="project">
70 + <email>python@g.o</email>
71 + <name>Python</name>
72 + </maintainer>
73 + <upstream>
74 + <remote-id type="github">monsieurp/libzilla</remote-id>
75 + </upstream>
76 +</pkgmetadata>