Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 216482 Details for
Bug 300967
dev-python/python-twitter-9999 live ebuild (using the sources from the Mercurial default branch)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python/python-twitter-9999.ebuild (based on python-twitter-0.6.ebuild, but for the sources from the Mercurial repo)
python-twitter-9999.ebuild (text/plain), 1.29 KB, created by
Daniel Mettler
on 2010-01-14 11:26:16 UTC
(
hide
)
Description:
dev-python/python-twitter-9999.ebuild (based on python-twitter-0.6.ebuild, but for the sources from the Mercurial repo)
Filename:
MIME Type:
Creator:
Daniel Mettler
Created:
2010-01-14 11:26:16 UTC
Size:
1.29 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: ># /var/cvsroot/gentoo-x86/dev-python/python-twitter/python-twitter-0.6.ebuild,v ># 1.6 2009/12/09 18:50:22 nixnut Exp $ > >EAPI="2" >SUPPORT_PYTHON_ABIS="1" > >inherit mercurial distutils > >DESCRIPTION="This library provides a pure python interface for the Twitter API >(using the source from the default branch in the Mercurial repository)" >HOMEPAGE="http://code.google.com/p/python-twitter/" >EHG_REPO_URI="https://python-twitter.googlecode.com/hg/${PN}" >EHG_REVISION="default" # important to select the default branch! > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="amd64 ppc x86" >IUSE="examples" > >RDEPEND="dev-python/simplejson" >DEPEND="${RDEPEND} > dev-python/setuptools" >RESTRICT_PYTHON_ABIS="3.*" > >DOCS="CHANGES README" >PYTHON_MODNAME="twitter.py" > >S="${WORKDIR}/${PN}" > >src_unpack() { > mercurial_src_unpack > cd "${S}" >} > >src_prepare() { > distutils_src_prepare > > # Delete internal copy of simplejson. > rm -fr simplejson >} > >src_test() { > testing() { > PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" twitter_test.py > } > python_execute_function testing >} > >src_install() { > distutils_src_install > > dohtml doc/twitter.html > > if use examples; then > insinto /usr/share/doc/${PF}/examples > doins 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 300967
:
216482
|
216495