From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/process-tests/
Date: Wed, 9 Sep 2015 09:49:40 +0000 (UTC) [thread overview]
Message-ID: <1441792173.edd1ade6dbf45e2c7e7b427ae00e8ce5fb57ef45.jlec@gentoo> (raw)
commit: edd1ade6dbf45e2c7e7b427ae00e8ce5fb57ef45
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 08:28:31 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 09:49:33 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd1ade6
dev-python/process-tests: New package, ebuild written by me
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/process-tests/Manifest | 1 +
dev-python/process-tests/metadata.xml | 13 ++++++++++++
.../process-tests/process-tests-1.1.0.ebuild | 23 ++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-python/process-tests/Manifest b/dev-python/process-tests/Manifest
new file mode 100644
index 0000000..6766678
--- /dev/null
+++ b/dev-python/process-tests/Manifest
@@ -0,0 +1 @@
+DIST process-tests-1.1.0.tar.gz 5450 SHA256 38cccf8f9867c78aa18edf9ec40ca87ff0994af2d588ebf482504873557489fe SHA512 0fcb9a0f1e01bd800a72d0c0f946e58e76d01923abc3731c4cb7f589cc8655d6ad4440c339d497f388c009fd569e547c183f024fd0768a2d23afa558e09156ac WHIRLPOOL da4df1eb80a34701df81c355f6e23883e7563417ea428f0d873bdecf3a506bcb3a62b0f17d73020d45bd92eec5c8df33a68e0ffc8b948cfb25ff47222769d36e
diff --git a/dev-python/process-tests/metadata.xml b/dev-python/process-tests/metadata.xml
new file mode 100644
index 0000000..9ff7a64
--- /dev/null
+++ b/dev-python/process-tests/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ <name>Justin Lecher</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">pxml</remote-id>
+ <remote-id type="github">metagriffin/pxml</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/process-tests/process-tests-1.1.0.ebuild b/dev-python/process-tests/process-tests-1.1.0.ebuild
new file mode 100644
index 0000000..75f622c
--- /dev/null
+++ b/dev-python/process-tests/process-tests-1.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tools for testing processes"
+HOMEPAGE="https://github.com/ionelmc/python-process-tests https://pypi.python.org/pypi/process-tests"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ "
next reply other threads:[~2015-09-09 9:49 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-09 9:49 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-09 9:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/process-tests/ Justin Lecher
2015-09-09 9:49 Justin Lecher
2015-09-22 7:02 Justin Lecher
2015-10-14 17:21 Michał Górny
2015-10-15 8:57 Justin Lecher
2015-11-10 10:54 Justin Lecher
2017-02-04 12:08 Jeroen Roovers
2017-02-06 14:55 Agostino Sarubbo
2017-02-12 16:25 Agostino Sarubbo
2017-02-12 17:10 Agostino Sarubbo
2017-02-12 22:20 Zac Medico
2017-02-21 11:54 Tobias Klausmann
2017-02-23 16:35 Michael Weber
2017-02-23 16:35 Michael Weber
2017-02-25 10:03 Agostino Sarubbo
2017-03-11 17:07 Agostino Sarubbo
2018-02-22 15:52 Michał Górny
2018-03-27 23:15 Matt Turner
2018-05-04 15:17 Mart Raudsepp
2018-07-16 19:57 Michał Górny
2018-08-18 3:03 Mikle Kolyada
2019-11-21 2:02 Patrick McLean
2020-03-25 13:25 Michał Górny
2020-03-25 13:25 Michał Górny
2020-06-16 8:18 Michał Górny
2020-07-24 14:31 Michał Górny
2020-07-24 14:31 Michał Górny
2020-08-02 8:36 Michał Górny
2020-09-24 6:49 Agostino Sarubbo
2020-09-24 6:52 Agostino Sarubbo
2020-09-24 6:53 Agostino Sarubbo
2020-09-24 6:54 Agostino Sarubbo
2020-09-24 6:55 Agostino Sarubbo
2020-09-24 6:59 Agostino Sarubbo
2020-09-26 21:34 Sergei Trofimovich
2020-09-30 1:49 Sam James
2020-10-09 8:53 Michał Górny
2020-11-28 13:41 Sam James
2020-11-28 13:41 Sam James
2021-05-03 9:16 Michał Górny
2021-06-05 20:35 Sam James
2021-06-05 21:08 Michał Górny
2021-06-23 21:27 Michał Górny
2022-06-05 16:10 Arthur Zamarin
2022-06-05 16:10 Arthur Zamarin
2022-07-10 16:58 Sam James
2022-07-10 19:06 Michał Górny
2023-10-10 5:10 Michał Górny
2023-11-02 14:28 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-29 10:30 Michał Górny
2024-05-18 6:58 Michał Górny
2024-05-18 6:58 Michał Górny
2025-02-27 21:07 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441792173.edd1ade6dbf45e2c7e7b427ae00e8ce5fb57ef45.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox