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: Sat, 09 Jul 2016 18:25:06
Message-Id: 1468087026.8721f757533696f6bceb9a0db084f91f2e1f9ff1.monsieurp@gentoo
1 commit: 8721f757533696f6bceb9a0db084f91f2e1f9ff1
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 17:56:42 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 17:57:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8721f757
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.1.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
17 index 3f81e73..866a194 100644
18 --- a/dev-python/libzilla/Manifest
19 +++ b/dev-python/libzilla/Manifest
20 @@ -1 +1,2 @@
21 DIST libzilla-1.0.zip 15225 SHA256 385b7a83b959c128acadd0ea7b1146c118b9c7a93fa2fc9787206ca68b1a9d3b SHA512 40ccb9a515c7ee6890feaaada2eaf93053a5b1f1084b06a2cfd0d35fe37e3f297fefdd9f4d940be81d3e98843f96d4aa624f1b00100814295e15102422879159 WHIRLPOOL c2c7431b410169226dc2ba62b5b3687d8a331ce64f246599ab8ca773bbfe461b3de687d142b90c2a318aa0f7199c04d7c15b7033b2e8e81772af2306fd726f62
22 +DIST libzilla-1.1.zip 15743 SHA256 9212b6537b04224d05722097a5e36548d8c651f06b3faf014702d1b60de7fb8c SHA512 94e11d45a65e8d320a371e7910aa3222985bb5d49881a02ecdbcdbbe939c1f0540b8c2a1d8bebc9897c1b1cbac5f9e2e90701709a36108af1e906d298f66a750 WHIRLPOOL aeeabb4ba4ca3d19a07ecedadd805ebb3918e460f3c6627d4897c921c2a1fc0c55acd1ef341e6332372aa949a4b57a9e9ee624f6d1457cc3da82933596f85ec0
23
24 diff --git a/dev-python/libzilla/libzilla-1.1.ebuild b/dev-python/libzilla/libzilla-1.1.ebuild
25 new file mode 100644
26 index 0000000..d9deb7e
27 --- /dev/null
28 +++ b/dev-python/libzilla/libzilla-1.1.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=5
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}]"