Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 327406 Details for
Bug 439640
dev-python/twilio-3.4.1: Python bindings for twilio
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild pointing to a dev branch supporting python 3
twilio-9999.ebuild (text/plain), 680 bytes, created by
Guillaume BINET
on 2012-10-25 17:54:45 UTC
(
hide
)
Description:
Ebuild pointing to a dev branch supporting python 3
Filename:
MIME Type:
Creator:
Guillaume BINET
Created:
2012-10-25 17:54:45 UTC
Size:
680 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 >inherit distutils eutils git-2 user > >PYTHON_DEPEND="2:2.7 3:3.2" >SUPPORT_PYTHON_ABIS="1" > >DESCRIPTION="Twilio API client and TwiML generator" >HOMEPAGE="http://github.com/twilio/twilio-python/" >SRC_URI="" > ># this will be changed when the python3 support will be merged in >EGIT_BRANCH="python3" >EGIT_REPO_URI="git@github.com:gbin/twilio-python.git" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="" >IUSE="" >RESTRICT="mirror" >DEPEND="" >RDEPEND="${DEPEND}" >S="${WORKDIR}/twilio-${PV}" > >src_compile() { > distutils_src_compile >} > >src_install() { > distutils_src_install >} >
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 439640
:
327404
| 327406