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] repo/gentoo:master commit in: dev-python/execnet/
Date: Thu, 15 Oct 2015 08:57:42 +0000 (UTC)	[thread overview]
Message-ID: <1444899456.a2ac06e431c6a2bd8e959dd9ef69719cea7d6738.jlec@gentoo> (raw)

commit:     a2ac06e431c6a2bd8e959dd9ef69719cea7d6738
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 08:49:50 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 08:57:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ac06e4

dev-python/execnet: Drop old

obsoletes:
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=542284
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561638

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/execnet/Manifest                |  1 -
 dev-python/execnet/execnet-1.2.0-r2.ebuild |  5 +--
 dev-python/execnet/execnet-1.3.0.ebuild    | 49 ------------------------------
 3 files changed, 3 insertions(+), 52 deletions(-)

diff --git a/dev-python/execnet/Manifest b/dev-python/execnet/Manifest
index 4c3ce49..fdf1a65 100644
--- a/dev-python/execnet/Manifest
+++ b/dev-python/execnet/Manifest
@@ -1,3 +1,2 @@
 DIST execnet-1.2.0.tar.gz 163876 SHA256 951714caa0ae80237f4ffc1f08450e9e2e5f8f902beaf1ad294020875d6f8c2c SHA512 bf4eb1c07832628863f3d315510628343bc4504050311a277a86100a825df8ed5f6b65f58db28ea6733f3886b6007eae7fd33586721374f9ffb3687e9b95d5c4 WHIRLPOOL 898d9427d55e316f2cdfe06d8dadd0f40d8d2374802b419c9b7aac279eed36919f8dc0084c9c253b3b3d75e9dd50ec2748ef2227e803bf900d7d8b0d5395c45e
-DIST execnet-1.3.0.tar.gz 170489 SHA256 ecdfd5613cc78fe99aaf3e351bc870d1428202d78744ea48c893bf34a1fcbdbe SHA512 b047639ede7f5eeb600358bf983d1db617438a8ed9dcaa6e0ba470fe15703f2ce8d3f413a6b6dc575c0090744fde82ba3ba0e684bdeda86a6261941125c71a10 WHIRLPOOL 54d6cebfabcabfd5c3baebadd66fe8837c79cead4900ec1b9d55478d2eb2cbd77be9dfbb108b4049836b5cd316316bd4304b11377d372e5d5b8ef23f684e5838
 DIST execnet-1.4.1.tar.gz 171041 SHA256 f66dd4a7519725a1b7e14ad9ae7d3df8e09b2da88062386e08e941cafc0ef3e6 SHA512 e8c0c32e873f8585ff4d4da3b9cbd40046479370f5653f67a98c9029d4535a619731d1b825332fe4af4dc5ebc9ab11ee879ef45df07f08943b1e1685f2255790 WHIRLPOOL 487c31617b78e4eeed9dc75ae8f01ade33aad35f7547677ec007b688071dd56e69c4f4b92cf9355dee7cea97bf6eac09f508099f104cf52d6c9fe3860e4fd3c9

diff --git a/dev-python/execnet/execnet-1.2.0-r2.ebuild b/dev-python/execnet/execnet-1.2.0-r2.ebuild
index 0943493..40d4fb0 100644
--- a/dev-python/execnet/execnet-1.2.0-r2.ebuild
+++ b/dev-python/execnet/execnet-1.2.0-r2.ebuild
@@ -17,10 +17,11 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="doc test"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+RDEPEND=""
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
 	test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
 
 PATCHES=( "${FILESDIR}"/1.2.0-tests.patch )
 

diff --git a/dev-python/execnet/execnet-1.3.0.ebuild b/dev-python/execnet/execnet-1.3.0.ebuild
deleted file mode 100644
index c91ab84..0000000
--- a/dev-python/execnet/execnet-1.3.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Rapid multi-Python deployment"
-HOMEPAGE="http://codespeak.net/execnet/ https://pypi.python.org/pypi/execnet/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-	test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-#PATCHES=( "${FILESDIR}"/1.2.0-tests.patch )
-
-python_prepare_all() {
-	# Remove doctest that access an i'net site
-	rm doc/example/test_info.txt || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	use doc && emake -C doc html
-}
-
-python_test() {
-	# https://bitbucket.org/hpk42/execnet/issue/10
-	unset PYTHONDONTWRITEBYTECODE
-	py.test testing || die "Tests fail with ${EPYTHON}"
-
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( doc/_build/html/. )
-
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2015-10-15  8:58 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-15  8:57 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-09 13:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/execnet/ Michał Górny
2024-04-24 17:15 Michał Górny
2024-04-24 15:31 Sam James
2024-04-09  6:01 Michał Górny
2024-04-06  4:53 Michał Górny
2023-08-12  2:19 Michał Górny
2023-08-11 19:13 Arthur Zamarin
2023-07-10  2:36 Michał Górny
2023-07-09  3:26 Michał Górny
2023-07-08  7:30 Michał Górny
2023-05-25  6:44 Sam James
2023-05-23 16:02 Michał Górny
2023-02-05 11:40 Michał Górny
2022-12-23 11:36 Michał Górny
2022-06-10  6:54 Michał Górny
2022-06-10  3:09 Sam James
2022-05-09 20:38 Michał Górny
2022-05-09 20:12 Michał Górny
2021-07-24 17:30 Michał Górny
2021-07-24 15:12 Sam James
2021-07-03  6:32 Michał Górny
2021-07-03  6:17 Agostino Sarubbo
2021-06-14  6:51 Michał Górny
2021-05-29  8:06 Michał Górny
2021-05-05 17:05 Michał Górny
2021-03-02  1:36 Sam James
2021-01-28  8:35 Michał Górny
2020-11-28  8:47 Sam James
2020-11-28  8:47 Sam James
2020-09-20  7:57 Michał Górny
2020-05-25 20:16 Michał Górny
2020-05-25 20:16 Michał Górny
2020-05-25 20:16 Michał Górny
2020-03-27  8:58 Michał Górny
2020-01-03 14:32 Agostino Sarubbo
2019-12-28 15:49 Mikle Kolyada
2019-12-24 15:04 Mikle Kolyada
2019-12-19 18:35 Sergei Trofimovich
2019-12-15 13:59 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-04  6:48 Aaron Bauman
2019-11-25 12:35 Michał Górny
2018-08-18  3:03 Mikle Kolyada
2018-02-17 21:51 Patrice Clement
2017-10-29  6:53 Tim Harder
2017-10-29  6:53 Tim Harder
2017-05-26 13:29 Mart Raudsepp
2017-05-18 20:12 Michael Weber
2017-03-11 17:07 Agostino Sarubbo
2017-02-25 10:03 Agostino Sarubbo
2017-02-23 16:35 Michael Weber
2017-02-23 16:35 Michael Weber
2017-02-21 11:54 Tobias Klausmann
2017-02-19 18:36 Mike Gilbert
2017-02-12 22:20 Zac Medico
2017-02-12 17:10 Agostino Sarubbo
2017-02-04 12:08 Jeroen Roovers
2017-01-23 15:46 Agostino Sarubbo
2017-01-23 13:51 Agostino Sarubbo
2015-10-15  8:57 Justin Lecher
2015-10-14 17:21 Michał Górny
2015-09-09  9:49 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=1444899456.a2ac06e431c6a2bd8e959dd9ef69719cea7d6738.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