Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 395010 Details for
Bug 537346
dev-python/jenkinsapi - A Python API for accessing resources on a Jenkins continuous-integration server
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jenkinsapi-0.2.26.ebuild
jenkinsapi-0.2.26.ebuild (text/plain), 1.00 KB, created by
Tomáš Mózes
on 2015-01-27 14:42:43 UTC
(
hide
)
Description:
jenkinsapi-0.2.26.ebuild
Filename:
MIME Type:
Creator:
Tomáš Mózes
Created:
2015-01-27 14:42:43 UTC
Size:
1.00 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) > >inherit distutils-r1 > >DESCRIPTION="A Python API for accessing resources on a Jenkins continuous-integration server" >HOMEPAGE="https://github.com/salimfadhley/jenkinsapi" >SRC_URI="https://github.com/salimfadhley/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="test" > >RDEPEND=">=dev-python/pytz-2014.4[${PYTHON_USEDEP}] > >=dev-python/requests-2.3.0[${PYTHON_USEDEP}]" > >DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] > test? ( ${RDEPEND} > dev-util/jenkins-bin > $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) > dev-python/nose[${PYTHON_USEDEP}] > dev-python/coverage[${PYTHON_USEDEP}] > dev-python/unittest2[${PYTHON_USEDEP}] > )" > ># use jenkins.war from jenkins-bin instead of downloading >PATCHES=( "${FILESDIR}"/use_local_jenkins_war.patch ) > >python_test() { > esetup.py test >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 537346
:
394698
|
394984
|
395008
| 395010 |
395012
|
395014