summaryrefslogtreecommitdiff
path: root/dev-python/txrequests
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/txrequests
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-python/txrequests')
-rw-r--r--dev-python/txrequests/Manifest5
-rw-r--r--dev-python/txrequests/metadata.xml25
-rw-r--r--dev-python/txrequests/txrequests-0.9.5-r1.ebuild24
-rw-r--r--dev-python/txrequests/txrequests-0.9.5.ebuild27
4 files changed, 81 insertions, 0 deletions
diff --git a/dev-python/txrequests/Manifest b/dev-python/txrequests/Manifest
new file mode 100644
index 000000000000..40ebec99753d
--- /dev/null
+++ b/dev-python/txrequests/Manifest
@@ -0,0 +1,5 @@
+DIST txrequests-0.9.5.tar.gz 5265 SHA256 43a23d8ba1da713899b6bd766218683535c2c81b9b50d256b073fe18662cf0ab SHA512 e9f527eb2fed0038d7e68b5bd74d0a0e58a1d7cc3e181068423dce871ff10b2d5f1ae92e44248e75b4ad8d44b32366ee9eb6cf8fdd114a562baa6b35fab6eb7b WHIRLPOOL 7b4a576af907d69e6f85e572aa22bc2dee2e5aeeff2f450584ba59fd20b1c42eda77ccd51a0c5a0b61d16cf2e416224d8efa1b4dca76a22d4adb7f2ecea8b7ad
+EBUILD txrequests-0.9.5-r1.ebuild 552 SHA256 282a12d2968f16d595e3bba142052c4dc73be4a01a3fb72c85cfc88f4813e967 SHA512 e7f2159b7a4d92b0b4f3d49d73e12d1327f0c144856ab4cfba5a61813b976e151c0609dfe9978eaa8783fa30fe0535eeddd3e1328ae54c23bf3c819a6d6723a5 WHIRLPOOL ded3126b37f2a5df447d7661d305b0ba22e65b81203a1f7db1c276d695aab6ac4dcb81ade9d7bc60e9e590cf53facb272d35915af0efa2fbb7a24986c66ea322
+EBUILD txrequests-0.9.5.ebuild 598 SHA256 9d7f84f3d5c09409ff36f1263dbdecffda2030146c99935b43afdf8e500b7281 SHA512 8d8b633adea60c08f0b6e3e37827be7b89b3f4e5673a7fedb6f96519bf7ad50a9aaca1a8c8fcb64d4a732d7b5aaf9482d4597c5ec12e15d259995adb410ff250 WHIRLPOOL a148cd4b2e75c6ce6ac0ac91411116cdd5daf8e9ee876f260f852cbf0b935eddd5cb745303c9013d8b3c634dcc00a60930ae9de562603fa014eab778c1433a88
+MISC ChangeLog 923 SHA256 da5eafa73e8e8cd3491dbb85574b87d113f29b66af0e9147fdf9a05791fb5bbd SHA512 a1b59d246347e643d35982dd9c7fe44f9d756fe1afbddc8979052b5c7139fd1495ef84b52b60546c8cddbef0a327442b6ed05a5129bbbc54b0ba46182618c6b6 WHIRLPOOL 231375581802178aa5e921f169577a2a4c16ab6d0ae2041402690d3121570c6f058c3841bd602460cc1fb070e3f80b1ff91760c63e01a478c147d043e733b2ee
+MISC metadata.xml 837 SHA256 779e65ddd2e173e6c0b6a28a5e05d530143ee642acf25698ca1b9382df0fb29d SHA512 44d21d1145a2ab989b8bb17942bf357ae51157cbcdcbb1c7203788143be276f3cac6db7b1dda7f014a3b0c54e086ee0f2f8f3e33e8e6282a4e0500becf883c75 WHIRLPOOL 8cd703f143c39c48f56ebaf65964b59a5c68c71c5bd43d15e81d08f9191cc92010de17ecca9dee8ea78746cadb95dc9cba9ea517900eacd6299ccad375b49ba3
diff --git a/dev-python/txrequests/metadata.xml b/dev-python/txrequests/metadata.xml
new file mode 100644
index 000000000000..7c528b84a977
--- /dev/null
+++ b/dev-python/txrequests/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dolsen@gentoo.org</email>
+ <description>Primary maintainer</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>tardyp@gmail.com</email>
+ <name>Pierre Tardy</name>
+ </maintainer>
+ <remote-id type="pypi">txrequests</remote-id>
+ <remote-id type="github">tardyp/txrequests</remote-id>
+ </upstream>
+ <longdescription>Small add-on for the python requests http library.
+ Makes use twisted's ThreadPool, so that the requests'API returns
+ deferred. The additional API and changes are minimal and strives to
+ avoid surprises.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-python/txrequests/txrequests-0.9.5-r1.ebuild b/dev-python/txrequests/txrequests-0.9.5-r1.ebuild
new file mode 100644
index 000000000000..6fe8cbaea19f
--- /dev/null
+++ b/dev-python/txrequests/txrequests-0.9.5-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6})
+
+inherit distutils-r1
+
+DESCRIPTION="Asynchronous Python HTTP for Humans"
+HOMEPAGE="https://github.com/tardyp/txrequests"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-python/requests-1.2.0[${PYTHON_USEDEP}]
+ dev-python/twisted[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
diff --git a/dev-python/txrequests/txrequests-0.9.5.ebuild b/dev-python/txrequests/txrequests-0.9.5.ebuild
new file mode 100644
index 000000000000..cfaee546dae6
--- /dev/null
+++ b/dev-python/txrequests/txrequests-0.9.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7)
+
+inherit distutils-r1
+
+DESCRIPTION="Asynchronous Python HTTP for Humans"
+HOMEPAGE="https://github.com/tardyp/txrequests"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-python/requests-1.2.0[${PYTHON_USEDEP}]
+ || (
+ dev-python/twisted[${PYTHON_USEDEP}]
+ >=dev-python/twisted-core-9.0.0[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"