dev-python/requests-toolbelt: Initial commit dependency for khal

Package-Manager: portage-2.2.26
This commit is contained in:
Amy Winston
2016-02-21 15:52:36 +01:00
parent 403ff9d718
commit f2e3d6ccfe
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST requests-toolbelt-0.5.1.tar.gz 187981 SHA256 4f4be5325cf4af12847252406eefca8e9d1cd3cfb23a377aaac5cea32d55d23e SHA512 fff70b7262efae616fe9fe8e25af9856d42ccecdaca71cfde0dd81c5d7c509aec30f7c99f4b886d844c168937197ed8287e873fffe6073e93e48412b5a902997 WHIRLPOOL 6c918a43ab70046545445d217cac0ea9fd18c1938aaa5bfe61645cb95a435630000d2fbe51317c8bc9fcb11c8f68c64c8c1af0ef265c72d2994f16b9365cff3f

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>amynka@gentoo.org</email>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="A utility belt for advanced users of python-requests"
HOMEPAGE="http://toolbelt.readthedocs.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="<=dev-python/requests-3.0.0"
DOCS=( AUTHORS.rst HISTORY.rst README.rst )