public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pp/
Date: Thu, 18 May 2017 21:58:20 +0000 (UTC)	[thread overview]
Message-ID: <1495144671.697032ee4ff858dc1467daad7bf2ba02ab5f1103.monsieurp@gentoo> (raw)

commit:     697032ee4ff858dc1467daad7bf2ba02ab5f1103
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 21:57:51 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 18 21:57:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697032ee

dev-python/pp: version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/pp/Manifest        |  1 +
 dev-python/pp/pp-1.6.5.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/pp/Manifest b/dev-python/pp/Manifest
index 15fe775c467..ab5e5d5d3bf 100644
--- a/dev-python/pp/Manifest
+++ b/dev-python/pp/Manifest
@@ -1 +1,2 @@
 DIST pp-1.6.4.tar.bz2 27166 SHA256 7f932d8eff4b35357bf5b48c1abd7734a955c98a50138c13b7b9eb36aadaf408 SHA512 213322aaa60e1485b855e96336a01c45407185892dede693c013a200554656ce08799ee23ee4a0cf628b382b98e0519445c99dbb89f209b1b907ac0a1fc8147e WHIRLPOOL fce8fe3ceaeb9e1d4133734107924faec6bcc5b4d862a37629443d0ec1774504956271dfa1af7de8dd2c06012e488e99dbe1220705fe3f4ae7c8cc8f721211da
+DIST pp-1.6.5.tar.bz2 27185 SHA256 add7272e135d6cf817b0196fcfe911c75b7e6662f6a410b016cb2955fc2468fd SHA512 b72c3e12b770f386b213a0325748a7e99d225a608a5453929004b06aaaa8fb69b40054a3bcb1d8b30a640f7db7a945b0ae8c1b1a1d753855668553d18a18bbfe WHIRLPOOL 7257f21b45368586ef3b76bc29e68b64e59ba624a264c7fcef96d415289c8b878ecebbc88678f0997d20a1d56f6d985dea0cf760ea0044e4f7b754a365c0946a

diff --git a/dev-python/pp/pp-1.6.5.ebuild b/dev-python/pp/pp-1.6.5.ebuild
new file mode 100644
index 00000000000..4370467ae6a
--- /dev/null
+++ b/dev-python/pp/pp-1.6.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Parallel and distributed programming for Python"
+HOMEPAGE="http://www.parallelpython.com/"
+SRC_URI="http://www.parallelpython.com/downloads/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+python_install_all() {
+	doman doc/ppserver.1
+	use doc && HTML_DOCS=( doc/ppdoc.html )
+
+	if use examples; then
+		insinto /usr/share/doc/${PF}
+		doins -r "${S}/examples"
+	fi
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2017-05-18 21:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-18 21:58 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-17 10:51 [gentoo-commits] repo/gentoo:master commit in: dev-python/pp/ Michał Górny
2018-07-31  8:00 Patrice Clement

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=1495144671.697032ee4ff858dc1467daad7bf2ba02ab5f1103.monsieurp@gentoo \
    --to=monsieurp@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