commit: db7707ff123b81fa61e3e1f970615a293590dfd2
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 1 13:51:37 2015 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Jan 1 13:51:37 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=db7707ff
add bottlenose and simple amazon API library
---
dev-python/bottlenose/Manifest | 1 +
dev-python/bottlenose/bottlenose-0.6.2.ebuild | 21 ++++++++++++++++++
.../python-amazon-simple-product-api/Manifest | 1 +
.../python-amazon-simple-product-api-1.5.0.ebuild | 25 ++++++++++++++++++++++
4 files changed, 48 insertions(+)
diff --git a/dev-python/bottlenose/Manifest b/dev-python/bottlenose/Manifest
new file mode 100644
index 0000000..e3e956d
--- /dev/null
+++ b/dev-python/bottlenose/Manifest
@@ -0,0 +1 @@
+DIST bottlenose-0.6.2.tar.gz 4946 SHA256
c671f44caaf729b9e6d19112c7e45531d6a2ffde64d26bd85e753ee796810bb6 SHA512
07b261538fa8116ec74051fad02a9c12688ccd121f70cad2ff7d9029a0b8fc18e391c95972fcf86d1bad2224475a59c8709877ee118d5b92ba4b17a3c829359d
WHIRLPOOL
92ae72ae758b6ed3372a5b2566c965067d88b7478535eb106f4e4ad714ee48e25210bf8c6f7006bc450ca475a363bc94ea3fb403fb47e6398dfd8ae49f808076
diff --git a/dev-python/bottlenose/bottlenose-0.6.2.ebuild
b/dev-python/bottlenose/bottlenose-0.6.2.ebuild
new file mode 100644
index 0000000..ee1c701
--- /dev/null
+++ b/dev-python/bottlenose/bottlenose-0.6.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Hook into the Amazon.com Product Advertising API"
+HOMEPAGE="http://github.com/lionheart/bottlenose"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
diff --git a/dev-python/python-amazon-simple-product-api/Manifest
b/dev-python/python-amazon-simple-product-api/Manifest
new file mode 100644
index 0000000..5d38fc6
--- /dev/null
+++ b/dev-python/python-amazon-simple-product-api/Manifest
@@ -0,0 +1 @@
+DIST python-amazon-simple-product-api-1.5.0.tar.gz 6601 SHA256
87936cfdbd361d12a058d32f25b396cdfe994e3484e5bc02127aee4172bca55b SHA512
35e72a30f65aa9fd95958d128f64cad74d5a2a08e2e2c3b2b27734f1255ce6a7e94e4556ccf5b62fac8fb8b8f1854100deba4df385e07c2020be6dbcda72816f
WHIRLPOOL
73161d1c4b55d66d59b7ca7a4807fa54969d1f512f26e7872d33de67036cbe3fda6a3446b731c64342766905d11588295ea4e528ea45bad9092d5d9f9f1cb835
diff --git
a/dev-python/python-amazon-simple-product-api/python-amazon-simple-product-api-1.5.0.ebuild
b/dev-python/python-amazon-simple-product-api/python-amazon-simple-product-api-1.5.0.ebuild
new file mode 100644
index 0000000..3d627e0
--- /dev/null
+++
b/dev-python/python-amazon-simple-product-api/python-amazon-simple-product-api-1.5.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple wrapper for the Amazon.com Product Advertising API"
+HOMEPAGE="https://github.com/yoavaviram/python-amazon-simple-product-api"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-python/bottlenose[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]"
+
+# NOTES: tests interact with the Amazon servers and require accounts