From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/execnet/
Date: Wed, 9 Sep 2015 09:49:41 +0000 (UTC) [thread overview]
Message-ID: <1441792177.a7e6cd2c880d2e40d6fbc36018e485f0fe404881.jlec@gentoo> (raw)
commit: a7e6cd2c880d2e40d6fbc36018e485f0fe404881
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 09:37:27 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 09:49:37 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e6cd2c
dev-python/execnet: Version Bump
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/execnet/Manifest | 1 +
dev-python/execnet/execnet-1.3.0.ebuild | 2 +-
.../execnet/{execnet-1.3.0.ebuild => execnet-1.4.1.ebuild} | 10 ++++++----
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/dev-python/execnet/Manifest b/dev-python/execnet/Manifest
index 82658ac..4c3ce49 100644
--- a/dev-python/execnet/Manifest
+++ b/dev-python/execnet/Manifest
@@ -1,2 +1,3 @@
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.3.0.ebuild b/dev-python/execnet/execnet-1.3.0.ebuild
index 212256b..c91ab84 100644
--- a/dev-python/execnet/execnet-1.3.0.ebuild
+++ b/dev-python/execnet/execnet-1.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1
diff --git a/dev-python/execnet/execnet-1.3.0.ebuild b/dev-python/execnet/execnet-1.4.1.ebuild
similarity index 78%
copy from dev-python/execnet/execnet-1.3.0.ebuild
copy to dev-python/execnet/execnet-1.4.1.ebuild
index 212256b..7e5cad3 100644
--- a/dev-python/execnet/execnet-1.3.0.ebuild
+++ b/dev-python/execnet/execnet-1.4.1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1
@@ -17,10 +17,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/apipkg-1.4[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
#PATCHES=( "${FILESDIR}"/1.2.0-tests.patch )
next reply other threads:[~2015-09-09 9:50 UTC|newest]
Thread overview: 65+ 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-10-14 17:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/execnet/ Michał Górny
2015-10-15 8:57 Justin Lecher
2015-10-15 8:57 Justin Lecher
2017-01-23 13:51 Agostino Sarubbo
2017-01-23 15:46 Agostino Sarubbo
2017-02-04 12:08 Jeroen Roovers
2017-02-12 17:10 Agostino Sarubbo
2017-02-12 22:20 Zac Medico
2017-02-19 18:36 Mike Gilbert
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
2017-05-18 20:12 Michael Weber
2017-05-26 13:29 Mart Raudsepp
2017-10-29 6:53 Tim Harder
2017-10-29 6:53 Tim Harder
2018-02-17 21:51 Patrice Clement
2018-08-18 3:03 Mikle Kolyada
2019-11-25 12:35 Michał Górny
2019-12-04 6:48 Aaron Bauman
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 13:59 Agostino Sarubbo
2019-12-19 18:35 Sergei Trofimovich
2019-12-24 15:04 Mikle Kolyada
2019-12-28 15:49 Mikle Kolyada
2020-01-03 14:32 Agostino Sarubbo
2020-03-27 8:58 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-09-20 7:57 Michał Górny
2020-11-28 8:47 Sam James
2020-11-28 8:47 Sam James
2021-01-28 8:35 Michał Górny
2021-03-02 1:36 Sam James
2021-05-05 17:05 Michał Górny
2021-05-29 8:06 Michał Górny
2021-06-14 6:51 Michał Górny
2021-07-03 6:17 Agostino Sarubbo
2021-07-03 6:32 Michał Górny
2021-07-24 15:12 Sam James
2021-07-24 17:30 Michał Górny
2022-05-09 20:12 Michał Górny
2022-05-09 20:38 Michał Górny
2022-06-10 3:09 Sam James
2022-06-10 6:54 Michał Górny
2022-12-23 11:36 Michał Górny
2023-02-05 11:40 Michał Górny
2023-05-23 16:02 Michał Górny
2023-05-25 6:44 Sam James
2023-07-08 7:30 Michał Górny
2023-07-09 3:26 Michał Górny
2023-07-10 2:36 Michał Górny
2023-08-11 19:13 Arthur Zamarin
2023-08-12 2:19 Michał Górny
2024-04-06 4:53 Michał Górny
2024-04-09 6:01 Michał Górny
2024-04-24 15:31 Sam James
2024-04-24 17:15 Michał Górny
2024-05-09 13:12 Michał Górny
2024-10-14 16:54 Michał Górny
2025-02-15 11:30 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=1441792177.a7e6cd2c880d2e40d6fbc36018e485f0fe404881.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