ercpe       14/12/28 09:37:54

  Added:                metadata.xml twilio-3.6.9.ebuild Manifest ChangeLog
  Log:
  New ebuild for twilio api client
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  Changes    Path
1.1                  dev-python/twilio/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twilio/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twilio/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
        <maintainer>
                <email>[email protected]</email>
                <name>Johann Schmitz (ercpe)</name>
        </maintainer>
</pkgmetadata>




1.1                  dev-python/twilio/twilio-3.6.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twilio/twilio-3.6.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twilio/twilio-3.6.9.ebuild?rev=1.1&content-type=text/plain

Index: twilio-3.6.9.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/twilio/twilio-3.6.9.ebuild,v 1.1 
2014/12/28 09:37:54 ercpe Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

inherit distutils-r1 vcs-snapshot

DESCRIPTION="Helper library for the Twilio API"
HOMEPAGE="https://github.com/twilio/twilio-python 
http://www.twilio.com/docs/python/install";
SRC_URI="https://github.com/twilio/${PN}-python/archive/${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="test"

CDEPEND="dev-python/six[${PYTHON_USEDEP}]
                dev-python/httplib2[${PYTHON_USEDEP}]
                dev-python/socksipy[${PYTHON_USEDEP}]"

RDEPEND="${CDEPEND}"
DEPEND="test? (
                        ${CDEPEND}
                        dev-python/nose[${PYTHON_USEDEP}]
                )"

python_test() {
        nosetests tests || die "Tests fail with ${EPYTHON}"
}



1.1                  dev-python/twilio/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twilio/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twilio/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST twilio-3.6.9.tar.gz 226151 SHA256 
0a6ce201edaf9f79a376f2713e10f3fc9cb8b64c046b1df5d1c87c56e8ec321b SHA512 
f4e0f13e3f12ae8e15817a285a4388859b458ba7759acce4d5f6ee425bd6a06742bf271a01e1cc5140d63bc599828b940f1e96a6ed7f5744c1c9eaef2dd65b29
 WHIRLPOOL 
95fc4864dc63a5f18a3108014aca831da36ebfb4d8ff68cd739b768e6df81c56de8a2e1f4b138f927b4c5645ad0bf2a9d1330b81e34ca0e60bf6041fbd7ddf3f
EBUILD twilio-3.6.9.ebuild 783 SHA256 
c83ca66fe76f3eb10d6523ffd9f12110c42305255fd6e60c4420ef46a0af125d SHA512 
b1377c3d03965d77469dee6d9e164e618adc42c07ced33a2a920a0077af3340f789ffe9df495a60d0d65417cdac4c19f282d96d7decc553fd2c6271a35eaf9e8
 WHIRLPOOL 
72b12215360d08b598a5218af583c980ce58b568a8bbc58e90185ed09b59ccb82e2d854768684e24e70b1748258012c7c768ad382cf32df0f734701a1e22be08
MISC metadata.xml 241 SHA256 
57428c2797c7e5ada0398dda386d9c091a4679c8bce16aae13df7782244bdcf2 SHA512 
31558a1bd015d093acee4721b82ef395a58332f608e114dd39bbf836805d1f444a4eaee42045803bae85a440e6d3c8249ddcf8f901d44900cd977da725f3db42
 WHIRLPOOL 
65ab0dc9665e008166fc775960c19685253a84aac56d6313701a093507c2f93974046215959cb890eaa75ce18e4ca5640a142063e0783f1126eba1e6d8161520



1.1                  dev-python/twilio/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twilio/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twilio/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/twilio
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/twilio/ChangeLog,v 1.1 2014/12/28 
09:37:54 ercpe Exp $

*twilio-3.6.9 (28 Dec 2014)

  28 Dec 2014; Johann Schmitz <[email protected]> +metadata.xml,
  +twilio-3.6.9.ebuild:
  New ebuild for twilio api client




Reply via email to