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: Thu, 14 Jul 2016 16:08:36
Message-Id: 1468512272.f70893b60b38ef262b7d4ba4cc087b8e3f602653.monsieurp@gentoo
1 commit: f70893b60b38ef262b7d4ba4cc087b8e3f602653
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 14 15:44:45 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 14 16:04:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70893b6
7
8 dev-python/libzilla: version bump.
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/libzilla/Manifest | 1 +
13 dev-python/libzilla/libzilla-1.2.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
17 index 84e562e..809c97a 100644
18 --- a/dev-python/libzilla/Manifest
19 +++ b/dev-python/libzilla/Manifest
20 @@ -1 +1,2 @@
21 DIST libzilla-1.1.zip 15743 SHA256 9212b6537b04224d05722097a5e36548d8c651f06b3faf014702d1b60de7fb8c SHA512 94e11d45a65e8d320a371e7910aa3222985bb5d49881a02ecdbcdbbe939c1f0540b8c2a1d8bebc9897c1b1cbac5f9e2e90701709a36108af1e906d298f66a750 WHIRLPOOL aeeabb4ba4ca3d19a07ecedadd805ebb3918e460f3c6627d4897c921c2a1fc0c55acd1ef341e6332372aa949a4b57a9e9ee624f6d1457cc3da82933596f85ec0
22 +DIST libzilla-1.2.zip 15869 SHA256 2d899347f1e9ad542358369624fffce9ca98b886791557d88532c697f7a688dd SHA512 75c48c4ed8dd71bd1a3399ba3ae482d9092461038e95c421e91b01307be66ff00594a7296072f81973c3f7ff77517ec495cc6794419bc8cb16954e890b3d90d0 WHIRLPOOL a20cb49a8845f9e4fb68d903abb4d950f3c57483632032278724f114aa886ab73dfd39b445047d1b44a3a8f0a72df7467e56fcf458a06c9e3999240d1e7a4ac4
23
24 diff --git a/dev-python/libzilla/libzilla-1.2.ebuild b/dev-python/libzilla/libzilla-1.2.ebuild
25 new file mode 100644
26 index 0000000..b84aa76
27 --- /dev/null
28 +++ b/dev-python/libzilla/libzilla-1.2.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python3_{3,4,5} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
41 +HOMEPAGE="https://github.com/monsieurp/libzilla"
42 +SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
43 +
44 +KEYWORDS="~amd64 ~x86"
45 +LICENSE="MIT"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND=""
50 +DEPEND="${RDEPEND}
51 + dev-python/setuptools[${PYTHON_USEDEP}]
52 + dev-python/docopt[${PYTHON_USEDEP}]
53 + dev-python/requests[${PYTHON_USEDEP}]"