summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/pathod/Manifest3
-rw-r--r--www-servers/pathod/metadata.xml11
-rw-r--r--www-servers/pathod/pathod-0.10.ebuild26
-rw-r--r--www-servers/pathod/pathod-0.11.1.ebuild36
-rw-r--r--www-servers/pathod/pathod-0.12.0.ebuild34
5 files changed, 0 insertions, 110 deletions
diff --git a/www-servers/pathod/Manifest b/www-servers/pathod/Manifest
deleted file mode 100644
index ce9ebbfbf3db..000000000000
--- a/www-servers/pathod/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pathod-0.10.tar.gz 245837 BLAKE2B b4284f1db594b245e948eddbee0d6a65848bf02ede4fe2f56b86b61fe2d71b53401eec81ad5651c6fd893af5ee2254ac8c07979d8d234153c26ef2d6a039ca72 SHA512 c096268cdd459ffaf2ced67699be57bdcdc51db271ce141734d4984795d045ef24a7301f18d67af9b48d802b5107d246ec891b5eed5dace52d0835c2c7dbb336
-DIST pathod-0.11.1.tar.gz 271616 BLAKE2B bcb6eebf8c1772a3761b9de1d14a69aa39b46e87dac603cb6f5ab88969b8a8836f98c2144b99c1ccaee9583765457e25fe7060d3bb14c00778632a0023139a8a SHA512 8fa4957bd7f25492a9db58eec7e83a67cd998bda17f93224435ef3f75ed6723bec96d24e20956069d148af3708d81f04d9089c2302d260d3ba95c1993ee0954e
-DIST pathod-0.12.0.tar.gz 228515 BLAKE2B 9706697f47bf53100d40b3d869ca4138fc37af0c558a9d08ab15596637b9b2802de876c2a35d101d774196b4612247aecd5611da3e7b9a624b07e5b4fef253c4 SHA512 5273736b972670e009d24b610ff1e43d1296ae5e5a42e360fdd7ea3aa355016c02ceccd8b6d342e99b754b5fbd9f7beca92852607b9dd3af9d395128453fd0af
diff --git a/www-servers/pathod/metadata.xml b/www-servers/pathod/metadata.xml
deleted file mode 100644
index 68ff95d14148..000000000000
--- a/www-servers/pathod/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>radhermit@gentoo.org</email>
- <name>Tim Harder</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">pathod</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/www-servers/pathod/pathod-0.10.ebuild b/www-servers/pathod/pathod-0.10.ebuild
deleted file mode 100644
index d87e7bd29861..000000000000
--- a/www-servers/pathod/pathod-0.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of tools for testing and torturing HTTP clients and servers"
-HOMEPAGE="http://pathod.net/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/netlib-${PV}[${PYTHON_USEDEP}]
- >=dev-python/requests-1.1.0[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] )"
-
-python_test() {
- nosetests -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/www-servers/pathod/pathod-0.11.1.ebuild b/www-servers/pathod/pathod-0.11.1.ebuild
deleted file mode 100644
index d368b1becdf6..000000000000
--- a/www-servers/pathod/pathod-0.11.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of tools for testing and torturing HTTP clients and servers"
-HOMEPAGE="http://pathod.net/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/netlib-${PV}[${PYTHON_USEDEP}]
- >=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
- >=dev-python/flask-0.10.1[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
-
- # remove bundled netlib
- rm -r netlib || die
-
- # remove unnecessary pip dep
- sed -i '/pip/d' setup.py || die
-}
-
-python_test() {
- nosetests -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/www-servers/pathod/pathod-0.12.0.ebuild b/www-servers/pathod/pathod-0.12.0.ebuild
deleted file mode 100644
index e6d9ff95ef0f..000000000000
--- a/www-servers/pathod/pathod-0.12.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of tools for testing and torturing HTTP clients and servers"
-HOMEPAGE="http://pathod.net/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/netlib-${PV}[${PYTHON_USEDEP}]
- >=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
- >=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
- dev-python/pyparsing[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
-
- # remove unnecessary pip dep
- sed -i '/pip/d' setup.py || die
-}
-
-python_test() {
- nosetests -v || die "Tests fail with ${EPYTHON}"
-}