* [gentoo-commits] repo/gentoo:master commit in: dev-python/httreplay/
@ 2016-01-17 19:43 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2016-01-17 19:43 UTC (permalink / raw
To: gentoo-commits
commit: 6c6a348266c6626185d59e72a90e727da3468ad2
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 17:29:08 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 19:43:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6a3482
dev-python/httreplay: New package, ebuild written by me
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/httreplay/Manifest | 1 +
dev-python/httreplay/httreplay-0.2.0.ebuild | 18 ++++++++++++++++++
dev-python/httreplay/metadata.xml | 12 ++++++++++++
3 files changed, 31 insertions(+)
diff --git a/dev-python/httreplay/Manifest b/dev-python/httreplay/Manifest
new file mode 100644
index 0000000..b7712bc
--- /dev/null
+++ b/dev-python/httreplay/Manifest
@@ -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
index 0000000..561b076
--- /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=""
diff --git a/dev-python/httreplay/metadata.xml b/dev-python/httreplay/metadata.xml
new file mode 100644
index 0000000..c1d3f6d
--- /dev/null
+++ b/dev-python/httreplay/metadata.xml
@@ -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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/httreplay/
@ 2018-03-16 21:19 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2018-03-16 21:19 UTC (permalink / raw
To: gentoo-commits
commit: 8279211f1c3e457af1a8ffde91326839c85e6f65
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar 16 19:20:22 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 21:18:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8279211f
dev-python/httreplay: use HTTPS
dev-python/httreplay/httreplay-0.2.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/httreplay/httreplay-0.2.0.ebuild b/dev-python/httreplay/httreplay-0.2.0.ebuild
index 222cac6a20d..c7280758ee1 100644
--- a/dev-python/httreplay/httreplay-0.2.0.ebuild
+++ b/dev-python/httreplay/httreplay-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="A HTTP replay library for testing."
-HOMEPAGE="https://github.com/agriffis/httreplay http://pypi.python.org/pypi/httreplay"
+HOMEPAGE="https://github.com/agriffis/httreplay https://pypi.python.org/pypi/httreplay"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/httreplay/
@ 2018-06-24 14:22 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-06-24 14:22 UTC (permalink / raw
To: gentoo-commits
commit: 11e18125e1343837c670065311ee82e67ad78901
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 13:15:24 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 14:21:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e18125
dev-python/httreplay: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/httreplay/httreplay-0.2.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/httreplay/httreplay-0.2.0.ebuild b/dev-python/httreplay/httreplay-0.2.0.ebuild
index 471ded4fc0b..257a64cac89 100644
--- a/dev-python/httreplay/httreplay-0.2.0.ebuild
+++ b/dev-python/httreplay/httreplay-0.2.0.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/httreplay/
@ 2020-02-05 14:24 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-02-05 14:24 UTC (permalink / raw
To: gentoo-commits
commit: 09aee147661af3a6dd3d8be7044065fdf95d2ac3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 14:21:32 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 14:24:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09aee147
dev-python/httreplay: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httreplay/httreplay-0.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/httreplay/httreplay-0.2.0.ebuild b/dev-python/httreplay/httreplay-0.2.0.ebuild
index 242af0739e0..fc6e73aed55 100644
--- a/dev-python/httreplay/httreplay-0.2.0.ebuild
+++ b/dev-python/httreplay/httreplay-0.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-05 14:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-16 21:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/httreplay/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-02-05 14:24 Michał Górny
2018-06-24 14:22 Pacho Ramos
2016-01-17 19:43 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox