dev-python/python-jenkins: new package

This commit is contained in:
nemunaire 2019-03-07 01:01:48 +01:00
parent 8bc0ac416d
commit 16522f1cc4
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST python-jenkins-1.4.0.tar.gz 60871 BLAKE2B 72d472a96284233824ae487878698161f8eeca89293f906f4a1674d6e0666ff93d9d23e6acc55769f9a3c9eed57340f458f0fb40b1f47addefe92dbb40c77ed0 SHA512 449a3e874b15d81e025b4244482709bce9d88034e25cfdf987870c8bdf20afb1fd3688826718646ec4a929ff0b1593ec6de6d9507f1748e4cbc6265de883aecd
EBUILD python-jenkins-1.4.0.ebuild 461 BLAKE2B 4be9bfdd5569e5e4446365c482fd89f6d77f20718940c0f2635840f82b0cc796ed16b1d253a0de762bd57f03d3ffed5a58d31ee3e48894b671a9b18a02888ba6 SHA512 34f6cdcff1971c3fc1b033d6b42a4401da0596d7fa03838784da2076fcd7b662a3cb1de9981a43727c2f2240e1f0525883d8efd7dd8e82e85df4a83c427ef01a

View File

@ -0,0 +1,20 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Python bindings for the remote Jenkins API"
HOMEPAGE="http://python-jenkins.readthedocs.org/en/latest/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/multi_key_dict"
DEPEND="${RDEPEND}"