commit:     f70893b60b38ef262b7d4ba4cc087b8e3f602653
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 15:44:45 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 16:04:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70893b6

dev-python/libzilla: version bump.

Package-Manager: portage-2.2.28

 dev-python/libzilla/Manifest            |  1 +
 dev-python/libzilla/libzilla-1.2.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 84e562e..809c97a 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1 +1,2 @@
 DIST libzilla-1.1.zip 15743 SHA256 
9212b6537b04224d05722097a5e36548d8c651f06b3faf014702d1b60de7fb8c SHA512 
94e11d45a65e8d320a371e7910aa3222985bb5d49881a02ecdbcdbbe939c1f0540b8c2a1d8bebc9897c1b1cbac5f9e2e90701709a36108af1e906d298f66a750
 WHIRLPOOL 
aeeabb4ba4ca3d19a07ecedadd805ebb3918e460f3c6627d4897c921c2a1fc0c55acd1ef341e6332372aa949a4b57a9e9ee624f6d1457cc3da82933596f85ec0
+DIST libzilla-1.2.zip 15869 SHA256 
2d899347f1e9ad542358369624fffce9ca98b886791557d88532c697f7a688dd SHA512 
75c48c4ed8dd71bd1a3399ba3ae482d9092461038e95c421e91b01307be66ff00594a7296072f81973c3f7ff77517ec495cc6794419bc8cb16954e890b3d90d0
 WHIRLPOOL 
a20cb49a8845f9e4fb68d903abb4d950f3c57483632032278724f114aa886ab73dfd39b445047d1b44a3a8f0a72df7467e56fcf458a06c9e3999240d1e7a4ac4

diff --git a/dev-python/libzilla/libzilla-1.2.ebuild 
b/dev-python/libzilla/libzilla-1.2.ebuild
new file mode 100644
index 0000000..b84aa76
--- /dev/null
+++ b/dev-python/libzilla/libzilla-1.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
+HOMEPAGE="https://github.com/monsieurp/libzilla";
+SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       dev-python/docopt[${PYTHON_USEDEP}]
+       dev-python/requests[${PYTHON_USEDEP}]"

Reply via email to