commit: d99d0bc2230664f6c73c4aa5ad1d8d1425a07eab Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sun Jun 24 16:52:43 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Jun 24 16:53:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99d0bc2
dev-python/libzilla: version bump. Closes: https://bugs.gentoo.org/658970 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/libzilla/Manifest | 1 + dev-python/libzilla/libzilla-1.5.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest index 8b66e0b3ef5..f1b1c71c246 100644 --- a/dev-python/libzilla/Manifest +++ b/dev-python/libzilla/Manifest @@ -1 +1,2 @@ DIST libzilla-1.4.tar.gz 12052 BLAKE2B 83549c14f226abfb15986d17b047465f2f2e565ad07d9ca62078b83acb91aaf8fd3b9a1f2c930a6e1dce97bba04c5425da2fc40212c705140a297a7cc7a26aea SHA512 ac3370603133c2f557597cba9030bf0d5f5b833b867c84cbea58d667ec791d68af42f98559c5a1093f20b3a5993481f9cea8c89dceeb5a734bdcca44bfa1b44c +DIST libzilla-1.5.tar.gz 12052 BLAKE2B 48eac27be098484d2ff1407e5f6c757d81071a20c5ce00a409e4c0ad7defa6208a729e3878a0fa25726635e13c79ce406b5caeebb6c03e94dd19af6d7ad055f2 SHA512 a4916a0453a0045541ad9df80fcb06a74ccb1e090983f369f78d21887ea3330129fc53bb912961c400a85cbf0e783f1d2ac74af83cce990780539efa414d8219 diff --git a/dev-python/libzilla/libzilla-1.5.ebuild b/dev-python/libzilla/libzilla-1.5.ebuild new file mode 100644 index 00000000000..9c82795b2ac --- /dev/null +++ b/dev-python/libzilla/libzilla-1.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{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/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + dev-python/docopt[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}]" + +DEPEND=" + ${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"
