summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-17 18:29:08 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-17 20:43:34 +0100
commit6c6a348266c6626185d59e72a90e727da3468ad2 (patch)
tree0c7a67088f82d87b75ce81de47cc0de4e5282265 /dev-python/httreplay/httreplay-0.2.0.ebuild
parentsci-libs/udunits: Drop old using EAPI < 4 (diff)
downloadgentoo-6c6a348266c6626185d59e72a90e727da3468ad2.tar.gz
gentoo-6c6a348266c6626185d59e72a90e727da3468ad2.tar.bz2
gentoo-6c6a348266c6626185d59e72a90e727da3468ad2.zip
dev-python/httreplay: New package, ebuild written by me
Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/httreplay/httreplay-0.2.0.ebuild')
-rw-r--r--dev-python/httreplay/httreplay-0.2.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/httreplay/httreplay-0.2.0.ebuild b/dev-python/httreplay/httreplay-0.2.0.ebuild
new file mode 100644
index 000000000000..561b07622de8
--- /dev/null
+++ b/dev-python/httreplay/httreplay-0.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A HTTP replay library for testing."
+HOMEPAGE="http://github.com/agriffis/httreplay http://pypi.python.org/pypi/httreplay"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""