public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ptyprocess/
Date: Sat, 30 May 2015 06:03:37 +0000 (UTC)	[thread overview]
Message-ID: <1432965812.4de0c5a2a93ff275403497db4a83618b477a5830.jlec@gentoo> (raw)

commit:     4de0c5a2a93ff275403497db4a83618b477a5830
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri May 29 20:55:55 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat May 30 06:03:32 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4de0c5a2

dev-python/ptyprocess: Initial ebuild

Package-Manager: portage-2.2.18

 dev-python/ptyprocess/ChangeLog              | 10 ++++++++++
 dev-python/ptyprocess/metadata.xml           |  5 +++++
 dev-python/ptyprocess/ptyprocess-0.5.ebuild  |  1 +
 dev-python/ptyprocess/ptyprocess-9999.ebuild | 24 ++++++++++++++++++++++++
 4 files changed, 40 insertions(+)

diff --git a/dev-python/ptyprocess/ChangeLog b/dev-python/ptyprocess/ChangeLog
new file mode 100644
index 0000000..7e1d345
--- /dev/null
+++ b/dev-python/ptyprocess/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/ptyprocess
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ptyprocess-0.5 (29 May 2015)
+*ptyprocess-9999 (29 May 2015)
+
+  29 May 2015; Marius Brehler <marbre@linux.sungazer.de> +metadata.xml,
+  +ptyprocess-0.5.ebuild, +ptyprocess-9999.ebuild:
+  Initial ebuild

diff --git a/dev-python/ptyprocess/metadata.xml b/dev-python/ptyprocess/metadata.xml
new file mode 100644
index 0000000..897aa2e
--- /dev/null
+++ b/dev-python/ptyprocess/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+</pkgmetadata>

diff --git a/dev-python/ptyprocess/ptyprocess-0.5.ebuild b/dev-python/ptyprocess/ptyprocess-0.5.ebuild
new file mode 120000
index 0000000..905bef5
--- /dev/null
+++ b/dev-python/ptyprocess/ptyprocess-0.5.ebuild
@@ -0,0 +1 @@
+ptyprocess-9999.ebuild
\ No newline at end of file

diff --git a/dev-python/ptyprocess/ptyprocess-9999.ebuild b/dev-python/ptyprocess/ptyprocess-9999.ebuild
new file mode 100644
index 0000000..6fd8b9c
--- /dev/null
+++ b/dev-python/ptyprocess/ptyprocess-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+MY_PN="pyFFTW"
+
+DESCRIPTION="Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty"
+HOMEPAGE="https://github.com/pexpect/ptyprocess"
+
+if [ ${PV} == "9999" ] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/pexpect/${PN}.git git://github.com/pexpect/${MY_PN}.git"
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="ISC"
+SLOT="0"


             reply	other threads:[~2015-05-30  6:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-30  6:03 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-21 23:43 [gentoo-commits] proj/sci:master commit in: dev-python/ptyprocess/ Aisha Tammy
2017-01-03 10:31 Marius Brehler
2015-06-03 10:21 Justin Lecher
2015-05-30  8:23 Justin Lecher
2015-05-30  6:03 Justin Lecher

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=1432965812.4de0c5a2a93ff275403497db4a83618b477a5830.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