Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 394698 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), 613 bytes, created by
Tomáš Mózes
on 2015-01-23 10:29:19 UTC
(
hide
)
Description:
jenkinsapi-0.2.26.ebuild
Filename:
MIME Type:
Creator:
Tomáš Mózes
Created:
2015-01-23 10:29:19 UTC
Size:
613 bytes
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} ) > >inherit distutils-r1 > >DESCRIPTION="A Python API for accessing resources on a Jenkins continuous-integration server" >HOMEPAGE="https://github.com/salimfadhley/jenkinsapi" >SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64" >IUSE="test" > >DEPEND="dev-python/pytz > dev-python/requests > test? ( dev-python/mock > dev-python/nose > dev-python/coverage > dev-python/unittest2 > )" > >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