Skip to content

Commit

Permalink
Added the twilio bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Oct 25, 2012
1 parent cb82285 commit 8d9fe13
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-python/pyjwt/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DIST PyJWT-0.1.4.tar.gz 4487 SHA256 1d861c07a27aba8449b55fd219629e4bef0c89c95df346f2b446460bd9dc1fbd SHA512 660444c28211210992d9ae17532ac170a4d782bbf2363c50319dd6f0a02aae939eb4985dc72aa11e5b7f1de20f1f83bf6231c16fb1eb5a29082f181438f61e5e WHIRLPOOL ddc6669aff93618046ee9e8646cd4ec785355731e159867c60ddcd0749d67e0662988f7574af6c1bb36608fba9aad6dbd6f64a785ccf900d6638b0e97dff9924
EBUILD pyjwt-0.1.4.ebuild 556 SHA256 a2a8b60fa179b0ec26b42a61c5512b9248bcbdedbeb516daff37149cde897341 SHA512 711ba71d110de2266b88c74321c13c79ecc65e3684da286801dcef34f5373aa72460a08ee985c8b2257736a369dceaecf95cd8e39a80ba708ee3050a6e0d3fbf WHIRLPOOL eac3c9a1b8f63283a6231ea433ca0dea021658bbcecf364b3977d97d47a7b4a521ce1075e4ce3e56f662a0bdbedb4dcb28adbf468e90c89c23e3a0d9c33351dd
32 changes: 32 additions & 0 deletions dev-python/pyjwt/pyjwt-0.1.4.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
inherit distutils

SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

DESCRIPTION="JSON Web Token implementation in Python"
HOMEPAGE="https://github.com/progrium/pyjwt"
SRC_URI="mirror://pypi/P/PyJWT/PyJWT-${PV}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="mirror"
DEPEND=""
RDEPEND=""

S="${WORKDIR}/PyJWT-${PV}"

src_compile() {
distutils_src_compile
}

src_install() {
distutils_src_install
}

3 changes: 3 additions & 0 deletions dev-python/twilio/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DIST twilio-3.4.1.tar.gz 42660 SHA256 1ab58338d9dcfadcc5b2e9e5fccf5b117a7ffb36c260445e3ee0c14d3d87e048 SHA512 48a52abe236dd33d39c0a58f921d4df5655af98e9e4886e902b08db2626b58ba6716701753489b8df3e630107d8987c4b3f9e9c69c1d15f93c21f8b8f2fa0131 WHIRLPOOL b58e7e0e5d07f7e1d0b472729f2e2e8fe50d374c5810f06a24d9138d53e6a7c8173e6058b2f6f5fc623a31f421c7d4222d90a366a761bad5cf0d4db0e0f919bc
EBUILD twilio-3.4.1.ebuild 570 SHA256 f22e51c56ca99ef60896e45503afa9aa5e0433c860b3bb04fec92ba61442045e SHA512 dbc271708003c81f763b9ad0787674ceaf667375767068f8f038f7c5224939d82b5c18216438c8b2c6148803b1df3daad74769ffcceb6ff9079e09a3b27853da WHIRLPOOL cb4596906168ac15c0bc6eed644ab14da0f6de552dca5f0a19617bf54014804f08a2c87b29805679bf0f4d3be752458ef105141db49b96986dbfd16e4d56174e
EBUILD twilio-9999.ebuild 680 SHA256 e574ae451e69db202274a8aab4c45f614be010371bbc3c77cfc457b45304d422 SHA512 9f4a543a6dbe919f5a13f5b69b1721c65b4ac5267d886f868679f47d77657e30dae5ff17ce1ba03f42b838f33d765b9927fd1218d96f4c45b9573c62f9ee59b5 WHIRLPOOL a660e5c0a1914a91de0f10b7c1388c9be536f05e712ba56d1b56fe74b7bd5aa2a804904dfe9fa9cfec84394ff589ff2eb1cc7ebbc69c3ea0853699fe1e9b49ee
32 changes: 32 additions & 0 deletions dev-python/twilio/twilio-3.4.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3
inherit distutils

SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

DESCRIPTION="Twilio API client and TwiML generator"
HOMEPAGE="http://github.com/twilio/twilio-python/"
SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="mirror"
DEPEND=""
RDEPEND="dev-python/pyjwt"

S="${WORKDIR}/twilio-${PV}"

src_compile() {
distutils_src_compile
}

src_install() {
distutils_src_install
}

35 changes: 35 additions & 0 deletions dev-python/twilio/twilio-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 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
}

0 comments on commit 8d9fe13

Please sign in to comment.