dev-python/httreplay: New package, ebuild written by me
authorJustin Lecher <jlec@gentoo.org>
Sun, 17 Jan 2016 17:29:08 +0000 (18:29 +0100)
committerJustin Lecher <jlec@gentoo.org>
Sun, 17 Jan 2016 19:43:34 +0000 (20:43 +0100)
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/httreplay/Manifest [new file with mode: 0644]
dev-python/httreplay/httreplay-0.2.0.ebuild [new file with mode: 0644]
dev-python/httreplay/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/httreplay/Manifest b/dev-python/httreplay/Manifest
new file mode 100644 (file)
index 0000000..b7712bc
--- /dev/null
@@ -0,0 +1 @@
+DIST httreplay-0.2.0.tar.gz 8493 SHA256 dce205393b19f9a6e052ec84104bdbe4f10b70f7db7a40b09a2b3c904760b90c SHA512 0a035425241d34aeaed2ec219e7fdb7894ba09b711ccd60ca909f4f56467505bc39a8e77999a9196280883ff818165f9e4fb581e93df5d85a1dd30a0f243ea6b WHIRLPOOL 2a5260f679cbc502d07f64355e1315d39aee4ce9f6d0bd48f209cdd88942f7ba63d7b876a925e50341725e1743816e51a20c52974757b5d590e191556cb96eb5
diff --git a/dev-python/httreplay/httreplay-0.2.0.ebuild b/dev-python/httreplay/httreplay-0.2.0.ebuild
new file mode 100644 (file)
index 0000000..561b076
--- /dev/null
@@ -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=""
diff --git a/dev-python/httreplay/metadata.xml b/dev-python/httreplay/metadata.xml
new file mode 100644 (file)
index 0000000..c1d3f6d
--- /dev/null
@@ -0,0 +1,12 @@
+<?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">httreplay</remote-id>
+    <maintainer status="unknown">
+      <email>davepeck+httreplay@gmail.com</email>
+      <name>Aron Griffis, Dave Peck</name>
+    </maintainer>
+  </upstream>
+</pkgmetadata>