diff options
author | 2013-03-20 07:12:45 +0000 | |
---|---|---|
committer | 2013-03-20 07:12:45 +0000 | |
commit | 560beb11bc075920d39c172d77ccb4203751a9d8 (patch) | |
tree | ff791a3e1b5a9d9e25159a0c527d3dfd3c00d112 /dev-python/wsgiproxy2 | |
parent | Initial import, test dep of webtest (diff) | |
download | historical-560beb11bc075920d39c172d77ccb4203751a9d8.tar.gz historical-560beb11bc075920d39c172d77ccb4203751a9d8.tar.bz2 historical-560beb11bc075920d39c172d77ccb4203751a9d8.zip |
Initial import, test dep of webtest
Package-Manager: portage-2.2.0_alpha167/cvs/Linux x86_64
Diffstat (limited to 'dev-python/wsgiproxy2')
-rw-r--r-- | dev-python/wsgiproxy2/Manifest | 3 | ||||
-rw-r--r-- | dev-python/wsgiproxy2/metadata.xml | 8 | ||||
-rw-r--r-- | dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild | 38 |
3 files changed, 48 insertions, 1 deletions
diff --git a/dev-python/wsgiproxy2/Manifest b/dev-python/wsgiproxy2/Manifest index ccaa3a230bc9..207fe0dcc1bb 100644 --- a/dev-python/wsgiproxy2/Manifest +++ b/dev-python/wsgiproxy2/Manifest @@ -1,3 +1,4 @@ DIST WSGIProxy2-0.1.tar.gz 6465 SHA256 1162147455aa0b2f9a83b0ba4c3f48840f8329d090647426f994bb790f9e5763 SHA512 be6f6f29cca98470f9f4739d5423e395789f6dbce8131301dcee69571395ef154d12a9bb6b5d58393fe3f0f5f57cc27d230c446f94ebb3e06160ecb81dc314f1 WHIRLPOOL f88cba0a7422edc6caa3efc9c2f19334e35b8747ba821ba91077f1d3ee381f71cc58b925bea7f0214b1949e52c3262fb07dd0f50a78f8ad153c28e5fdb1fb36b -EBUILD wsgiproxy2-0.1.ebuild 955 SHA256 8003a27b04ab8eaf7db4324d36bfca41c4e7dcb2db8ca17b4ed28a503e0e221f SHA512 a6dcbd6d4e91e8323ff0c296e761c60464f672cadf1d5f3451fc0dbe09d431e74a24b8ee23003d21fa9c9bf75c695a0d2ab01b2cbfeb891bc4c4d4c818c89972 WHIRLPOOL e78980df6bf187a70c265bedc9de644cc5cd53ca88b9fb540de8b9ae1627c78f9fc59038225d1f2e66c68984ff74ef109fdba1b5b2b2e50ed7d53628c712effc +EBUILD wsgiproxy2-0.1.ebuild 959 SHA256 b26ef43fc1bfb4a5e41a25c44a762e564aecb915a42b19bd5e117fdcd7a6e740 SHA512 a4ead73646f572f0e12e98f419f7d3651f95fe242f05b85f89fcf53797fad26bc1257f3308074c88b67bc5aec6482629ccb36befbdea7af45f2cf6e29b1d3640 WHIRLPOOL 58984bdf063e0d852abdf9daf433f004445e7c984dcdefa7fab75be88803a3fcf090943bcbe0965cd527a90cee3c1953f5cd0c7d9bfcceab0538417de4531d78 +MISC ChangeLog 376 SHA256 40c5bfa84e3cb7fd8564ef5cb0229e1cca44801520fe3e14a4fe00f415d36021 SHA512 cb6def9248cf32b6e1ebe3b2de0e651ca7bfb5c841dd162226a729f284c169e41e49f7e0acce0e5b8d2d55a9e765492cae79fe6e8f9d219ce37c88239a13004d WHIRLPOOL a525610292c68a5c01d39f8ef3c381237f9679f7c4287bcfcfb3c1692b5bd1c9cc813aa958386812a5d627942c492f9149477e76074604c95f07a5b8f5d16161 MISC metadata.xml 233 SHA256 bfb52cf8e7b3976d80335dc216dbbd8f746368921678a6d73b783bbf5b7353b7 SHA512 44e720e0c42be0a7682a459041fd921ed9377f3092a53688f5004ab8efd52c5eeff5ce6f9e686bc8699f08c7df7815cb3147d98568b7acfcb487b60d26c41b34 WHIRLPOOL 4a94b9e599e6260a9a92192445cb1dd7313a87fb9f5a3439e8ef5a0caeb19e566fdac57086f66301ff552aa2c076d0f53c64072d7f94da85305023bd8c92a7d8 diff --git a/dev-python/wsgiproxy2/metadata.xml b/dev-python/wsgiproxy2/metadata.xml new file mode 100644 index 000000000000..e486c156d328 --- /dev/null +++ b/dev-python/wsgiproxy2/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <upstream> + <remote-id type="pypi">WSGIProxy2</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild new file mode 100644 index 000000000000..0e5356269133 --- /dev/null +++ b/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild,v 1.1 2013/03/20 07:12:32 patrick Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) + +# this looks quite unpossible to run +RESTRICT="test" + +inherit distutils-r1 + +MY_PN="WSGIProxy2" + +DESCRIPTION="HTTP proxying tools for WSGI apps" +HOMEPAGE="http://pythonpaste.org/wsgiproxy/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-python/urllib3 + dev-python/socketpool[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/restkit + dev-python/webob[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-python/webtest[${PYTHON_USEDEP}] )" + +S="${WORKDIR}/${MY_PN}-${PV}" + +python_test() { + nosetests || die "Tests fail with ${EPYTHON}" +} |