public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Benda XU" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rootpy/
Date: Fri, 16 Mar 2018 05:26:44 +0000 (UTC)	[thread overview]
Message-ID: <1521177996.cc57c521b27b28ca33cdadae7346974fcb6386aa.heroxbd@gentoo> (raw)

commit:     cc57c521b27b28ca33cdadae7346974fcb6386aa
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 05:26:18 2018 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 05:26:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc57c521

dev-python/rootpy: bump to 1.0.1 and remove old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/rootpy/Manifest                         |  3 +-
 dev-python/rootpy/rootpy-0.8.0.ebuild              | 46 ----------------------
 .../{rootpy-0.7.1.ebuild => rootpy-1.0.1.ebuild}   |  8 ++--
 3 files changed, 5 insertions(+), 52 deletions(-)

diff --git a/dev-python/rootpy/Manifest b/dev-python/rootpy/Manifest
index a68ac933c9a..e8f1db66500 100644
--- a/dev-python/rootpy/Manifest
+++ b/dev-python/rootpy/Manifest
@@ -1,3 +1,2 @@
-DIST rootpy-0.7.1.tar.gz 305412 BLAKE2B 26b812c3254043b49431d2ed157db1eedbca25f9be472589b380a15659d51274bee79a06c278540cf19ad9437efdd8bfa50a63039a0e82dc5e53a67bcece0ef7 SHA512 460e5d79da08c141c762a5a92cf50694fe1fee8677a2439b5525b67e7d6a1a6af18a4e6dc91d379b394a97dc973da8f6baa534d46e506e0a7a4d0ee632de1a2a
-DIST rootpy-0.8.0.tar.gz 415826 BLAKE2B 75c9b3dd0a3ad6c076bc5915570eb4383d03a52cb7ef2f6347153c222d894a304149fe37802fed1888a4acacd21d6b6e5bc47861065603b85e35b89780ab84d2 SHA512 0b9dc9c5bee263a2eb33b464bd96f4f9d0820a03722ca2fe3ccfaf11786caf7ccd6d25ffe4ffd42c4a5481bd3b33576cfbf68c01f2af7a981f6a2c1bedc514e2
 DIST rootpy-0.8.3.tar.gz 417400 BLAKE2B a8120d7005082be96901820d602abfc43bbac5d797d41a8bc215fef36ed37e3bc7b797e0d4ca084ba45b840dcf8eb4afcdfb454f8c801bdf1edec146f3f9ac38 SHA512 b1d3c17fb0a6dfe36bdf3d9a345fc55af8a102d33433c951581f9a61babf377fabb1ae486c78b2d4654cbc7320de122fb3075f27a1565655a3dc17c2b4f56df6
+DIST rootpy-1.0.1.tar.gz 418618 BLAKE2B ce321e69d7e202877697d133ad2ba90df71cd261b206211718cb6a9ec8ee3ec085cac49526b9bb75166fafeb43f83b3f53bf231d9353f3d63fa7e4be381ce454 SHA512 db1c7edc02d1cd5a4a1940237c1e1c63d892bb92e612bdad028d14f9723a4bdc5f9b6711a135b0e099ce1895b2564b29aeb21ef0d2c3681354bf4edc9c6a325f

diff --git a/dev-python/rootpy/rootpy-0.8.0.ebuild b/dev-python/rootpy/rootpy-0.8.0.ebuild
deleted file mode 100644
index c9c51ee65cb..00000000000
--- a/dev-python/rootpy/rootpy-0.8.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="readline"
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="Pythonic layer on top of the ROOT framework's PyROOT bindings"
-HOMEPAGE="http://rootpy.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-
-RDEPEND="
-	sci-physics/root[${PYTHON_USEDEP}]
-	dev-python/matplotlib[${PYTHON_USEDEP}]
-	dev-python/pytables[${PYTHON_USEDEP}]
-	dev-python/root_numpy[${PYTHON_USEDEP}]
-	dev-python/termcolor[${PYTHON_USEDEP}]"
-
-DEPEND="
-	sci-physics/root[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-# TOFIX: tests go in an infinite loop error
-RESTRICT=test
-
-python_test() {
-	cd "${BUILD_DIR}" || die
-	nosetests -v || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-	distutils-r1_python_install_all
-	if use examples; then
-		insinto /usr/share/doc/${PF}
-		doins -r examples
-	fi
-}

diff --git a/dev-python/rootpy/rootpy-0.7.1.ebuild b/dev-python/rootpy/rootpy-1.0.1.ebuild
similarity index 88%
rename from dev-python/rootpy/rootpy-0.7.1.ebuild
rename to dev-python/rootpy/rootpy-1.0.1.ebuild
index c9c51ee65cb..b4efcde380e 100644
--- a/dev-python/rootpy/rootpy-0.7.1.ebuild
+++ b/dev-python/rootpy/rootpy-1.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_6} )
 PYTHON_REQ_USE="readline"
 DISTUTILS_SINGLE_IMPL=1
 
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples test"
 
 RDEPEND="
-	sci-physics/root[${PYTHON_USEDEP}]
+	sci-physics/root:=[${PYTHON_USEDEP}]
 	dev-python/matplotlib[${PYTHON_USEDEP}]
 	dev-python/pytables[${PYTHON_USEDEP}]
 	dev-python/root_numpy[${PYTHON_USEDEP}]


             reply	other threads:[~2018-03-16  5:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-16  5:26 Benda XU [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-09 19:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/rootpy/ Michał Górny
2019-12-27 18:52 David Seifert
2016-12-10  2:05 Sebastien Fabbro
2015-10-12  4:44 Benda XU

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=1521177996.cc57c521b27b28ca33cdadae7346974fcb6386aa.heroxbd@gentoo \
    --to=heroxbd@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