Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 203147 Details for
Bug 233452
pyfacebook-9999.ebuild submit
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pyfacebook-9999.ebuild (updated: svn -> git)
pyfacebook-9999.ebuild (text/plain), 1.12 KB, created by
Daniel Mettler
on 2009-09-04 22:00:16 UTC
(
hide
)
Description:
pyfacebook-9999.ebuild (updated: svn -> git)
Filename:
MIME Type:
Creator:
Daniel Mettler
Created:
2009-09-04 22:00:16 UTC
Size:
1.12 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >EGIT_REPO_URI="git://github.com/sciyoshi/pyfacebook.git" > >inherit distutils eutils versionator git > >DESCRIPTION="Python Client Library for the Facebook API" >HOMEPAGE="http://code.google.com/p/pyfacebook" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" >IUSE="examples test" > >RDEPEND="dev-lang/python" >DEPEND="${RDEPEND}" > >S="${WORKDIR}" > >src_test() { > elog "Please note: You're using a live GIT ebuild." > elog "We therefore won't fix any failures in the tests." > elog "If you think it's pyfacebook's fault report it to upstream." > elog "Otherwise either disable the tests or use a stable version." > PYTHONPATH="." ${python} tests/test.py || die "tests failed" >} > >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 > > dobin bin/djangofb.py > > if use examples ; then > insinto /usr/share/doc/${PF} > doins -r examples > 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 233452
:
161808
| 203147