Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 216388 Details for
Bug 300874
Ebuild (SVN version) for dev-python/oauth
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for the latest oauth trunk version from the SVN repo
oauth-9999.ebuild (text/plain), 829 bytes, created by
Daniel Mettler
on 2010-01-13 19:04:18 UTC
(
hide
)
Description:
Ebuild for the latest oauth trunk version from the SVN repo
Filename:
MIME Type:
Creator:
Daniel Mettler
Created:
2010-01-13 19:04:18 UTC
Size:
829 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >ESVN_REPO_URI="http://oauth.googlecode.com/svn/code/python/" > >inherit distutils eutils versionator subversion > >DESCRIPTION="A python library for OAuth (latest version from SVN trunk)" >HOMEPAGE="http://code.google.com/p/oauth/" >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" >IUSE="examples" > >RDEPEND="dev-lang/python" >DEPEND="${RDEPEND}" > >S="${WORKDIR}" > >src_compile() { > distutils_src_compile >} > >src_install() { > distutils_python_version > > site_pkgs="/usr/$(get_libdir)/python${PYVER}/site-packages/" > export PYTHONPATH="${PYTHONPATH}:${D}/${site_pkgs}" > dodir ${site_pkgs} > > distutils_src_install > > if use examples ; then > insinto /usr/share/doc/${PF} > doins -r oauth/example > fi >}
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 300874
: 216388