summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-07-14 17:44:45 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-14 18:04:32 +0200
commitf70893b60b38ef262b7d4ba4cc087b8e3f602653 (patch)
treeed6c0ca32d8cbc5d2bea8cc735cb6365b8db1654
parentnet-misc/strongswan: Bumping to 5.5.0 (diff)
downloadgentoo-f70893b60b38ef262b7d4ba4cc087b8e3f602653.tar.gz
gentoo-f70893b60b38ef262b7d4ba4cc087b8e3f602653.tar.bz2
gentoo-f70893b60b38ef262b7d4ba4cc087b8e3f602653.zip
dev-python/libzilla: version bump.
Package-Manager: portage-2.2.28
-rw-r--r--dev-python/libzilla/Manifest1
-rw-r--r--dev-python/libzilla/libzilla-1.2.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 84e562e2ec62..809c97a6f755 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 000000000000..b84aa7623610
--- /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}]"