From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/greenlet/
Date: Fri, 27 Mar 2020 10:42:50 +0000 (UTC) [thread overview]
Message-ID: <1585305755.863ac3f2e15170a9ad31340afb42549facdcdd8b.mgorny@gentoo> (raw)
commit: 863ac3f2e15170a9ad31340afb42549facdcdd8b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 10:38:31 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 27 10:42:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863ac3f2
dev-python/greenlet: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/greenlet/Manifest | 2 --
dev-python/greenlet/greenlet-0.4.12.ebuild | 47 ------------------------------
dev-python/greenlet/greenlet-0.4.13.ebuild | 47 ------------------------------
3 files changed, 96 deletions(-)
diff --git a/dev-python/greenlet/Manifest b/dev-python/greenlet/Manifest
index 7e61c768bb4..fd0c82a266e 100644
--- a/dev-python/greenlet/Manifest
+++ b/dev-python/greenlet/Manifest
@@ -1,3 +1 @@
-DIST greenlet-0.4.12.tar.gz 57319 BLAKE2B 8260e495bb67e1a2b5b593d3513c3e2157a7b68b71fa3cb2a77de3b4ccc21b5d56bab26b6f0caf00cb669f051d22d7d6ad2700059a3d23b9ad7591f3d6608f43 SHA512 f3bf0f82b6e3bc687fc9b89469339cfb05e64518d1e49bc96066e8d47b8559f1c1aa53692cd25d839437a2f1b81df6fd9a4509a1b4063ec4ce1d97b73842e9f6
-DIST greenlet-0.4.13.tar.gz 58382 BLAKE2B a4afd9621ccd6444738c9b536af7ad5ceef5d3c8c4193ce637b4a8580c7070805419a917bef131f397286fae13f6e6f23409f5eedb814a41fcfee98356c0951a SHA512 625aaa8875b408442139191e1a63eca71c668675229907335f5caee623487aba5305c1d53b51e1764ad982b8edd07d04f984e08a75318a0a5672805667917a61
DIST greenlet-0.4.15.tar.gz 59694 BLAKE2B 8409e356e7724e1651606507d0d082e77f7f21b8884f304f5db55ce6ba6e56446525e3adc96743566b03bcdb9bdea7c47fd144554a7f60825cb191e19d6e177b SHA512 a3b7856aadc988fe153f5cf62552dd6219358f35ee2ca136e5eb5c9871cb7545986753af299e6b3e95877e9aa564559e95c548785f78e680766630b047a1ec89
diff --git a/dev-python/greenlet/greenlet-0.4.12.ebuild b/dev-python/greenlet/greenlet-0.4.12.ebuild
deleted file mode 100644
index dc2af69268c..00000000000
--- a/dev-python/greenlet/greenlet-0.4.12.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# Note: greenlet is built-in in pypy
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-inherit distutils-r1 flag-o-matic
-
-DESCRIPTION="Lightweight in-process concurrent programming"
-HOMEPAGE="https://pypi.org/project/greenlet/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="-alpha amd64 arm arm64 -hppa -ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile() {
- if [[ ${EPYTHON} == python2.7 ]]; then
- local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
- append-flags -fno-strict-aliasing
- fi
-
- distutils-r1_python_compile
-}
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- "${PYTHON}" run-tests.py -n || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/_build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/greenlet/greenlet-0.4.13.ebuild b/dev-python/greenlet/greenlet-0.4.13.ebuild
deleted file mode 100644
index 88fdbdcd21d..00000000000
--- a/dev-python/greenlet/greenlet-0.4.13.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# Note: greenlet is built-in in pypy
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
-inherit distutils-r1 flag-o-matic
-
-DESCRIPTION="Lightweight in-process concurrent programming"
-HOMEPAGE="https://pypi.org/project/greenlet/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="-alpha ~amd64 ~arm ~arm64 -hppa -ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile() {
- if [[ ${EPYTHON} == python2.7 ]]; then
- local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
- append-flags -fno-strict-aliasing
- fi
-
- distutils-r1_python_compile
-}
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- "${PYTHON}" run-tests.py -n || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/_build/html/. )
- distutils-r1_python_install_all
-}
next reply other threads:[~2020-03-27 10:43 UTC|newest]
Thread overview: 167+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-27 10:42 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-13 12:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/greenlet/ Sam James
2024-10-12 8:03 Michał Górny
2024-10-12 7:04 Michał Górny
2024-10-12 6:33 Sam James
2024-10-12 6:33 Sam James
2024-10-12 6:33 Sam James
2024-09-28 10:33 Michał Górny
2024-09-21 7:41 Michał Górny
2024-09-11 3:09 Michał Górny
2024-08-25 12:04 Andreas K. Hüttel
2024-07-27 10:06 Michał Górny
2024-07-27 9:08 Arthur Zamarin
2024-07-27 9:08 Arthur Zamarin
2024-07-27 8:40 Arthur Zamarin
2024-07-27 8:19 Arthur Zamarin
2024-07-27 8:01 Arthur Zamarin
2024-07-27 7:00 Arthur Zamarin
2024-06-05 15:42 Michał Górny
2024-06-05 15:42 Michał Górny
2024-06-03 2:25 Sam James
2024-01-13 12:02 Sam James
2024-01-13 12:02 Sam James
2024-01-13 12:02 Sam James
2024-01-13 11:15 Sam James
2024-01-13 9:55 Arthur Zamarin
2024-01-13 9:50 Arthur Zamarin
2023-12-27 16:43 Michał Górny
2023-12-27 16:43 Michał Górny
2023-12-22 8:30 Michał Górny
2023-12-19 17:01 Arthur Zamarin
2023-12-19 5:42 Sam James
2023-12-19 5:42 Sam James
2023-12-19 5:26 Sam James
2023-12-19 5:26 Sam James
2023-12-19 5:26 Sam James
2023-12-09 6:53 Michał Górny
2023-11-11 20:02 Sam James
2023-11-11 19:21 Sam James
2023-11-11 19:21 Sam James
2023-11-11 19:21 Sam James
2023-10-29 20:22 Sam James
2023-10-29 20:21 Sam James
2023-10-29 18:59 Michał Górny
2023-10-28 15:23 Michał Górny
2023-10-28 11:21 Andrey Grozin
2023-10-26 3:12 Michał Górny
2023-10-07 9:30 Michał Górny
2023-03-07 19:41 Arthur Zamarin
2023-03-07 16:36 Arthur Zamarin
2023-03-07 15:45 Sam James
2023-03-04 9:29 Arthur Zamarin
2023-03-04 8:40 Arthur Zamarin
2023-03-04 8:25 Arthur Zamarin
2023-03-04 8:23 Arthur Zamarin
2023-03-04 8:23 Arthur Zamarin
2023-03-04 7:14 Michał Górny
2023-03-04 7:14 Michał Górny
2023-03-04 7:14 Michał Górny
2023-01-28 16:18 Michał Górny
2023-01-28 1:33 Sam James
2022-12-16 21:06 Arthur Zamarin
2022-12-11 18:41 Arthur Zamarin
2022-11-07 15:43 Michał Górny
2022-09-26 5:05 Arthur Zamarin
2022-09-25 23:58 Sam James
2022-09-25 23:58 Sam James
2022-09-25 18:46 Arthur Zamarin
2022-09-25 18:40 Arthur Zamarin
2022-09-25 18:39 Arthur Zamarin
2022-09-25 18:19 Arthur Zamarin
2022-08-25 19:25 Arthur Zamarin
2022-06-13 18:05 Michał Górny
2022-06-13 16:29 Sam James
2022-06-13 10:22 Agostino Sarubbo
2022-06-13 7:15 Agostino Sarubbo
2022-06-13 7:10 Agostino Sarubbo
2022-06-13 7:09 Agostino Sarubbo
2022-06-12 12:46 Sam James
2022-06-12 11:55 Sam James
2022-05-11 17:54 Michał Górny
2021-10-31 20:39 Michał Górny
2021-10-31 18:07 Sam James
2021-10-31 18:07 Sam James
2021-10-31 18:04 Sam James
2021-10-31 18:02 Sam James
2021-10-31 18:02 Sam James
2021-10-31 17:58 Sam James
2021-09-29 21:59 Michał Górny
2021-09-29 21:59 Michał Górny
2021-09-21 21:37 James Le Cuirot
2021-07-16 21:53 Michał Górny
2021-07-16 21:44 Sam James
2021-07-13 20:05 Sam James
2021-07-13 6:28 Agostino Sarubbo
2021-07-12 22:37 Sam James
2021-07-12 21:59 Sam James
2021-07-12 21:50 Sam James
2021-06-10 14:02 Yixun Lan
2021-05-07 8:47 Michał Górny
2021-04-06 6:21 Michał Górny
2021-04-05 7:36 Michał Górny
2021-04-05 7:36 Michał Górny
2021-03-03 19:08 Michał Górny
2021-03-03 18:59 Sam James
2021-03-03 13:54 Sam James
2021-03-02 3:15 Sam James
2021-03-02 2:34 Sam James
2021-03-02 1:40 Sam James
2021-03-02 1:38 Sam James
2021-03-02 1:37 Sam James
2021-03-02 1:36 Sam James
2021-01-13 16:24 Michał Górny
2020-11-28 13:41 Sam James
2020-11-18 8:47 Michał Górny
2020-11-03 8:45 Sam James
2020-10-28 16:37 Sam James
2020-10-26 23:51 Sergei Trofimovich
2020-10-26 23:49 Sergei Trofimovich
2020-10-26 23:47 Sergei Trofimovich
2020-10-25 23:16 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-09-23 7:29 Michał Górny
2020-09-20 9:36 Michał Górny
2020-09-14 11:47 Louis Sautier
2020-09-01 4:22 Sam James
2020-07-12 0:39 Sam James
2020-07-09 9:51 Michał Górny
2020-07-09 8:34 Agostino Sarubbo
2020-07-09 8:27 Agostino Sarubbo
2020-07-09 8:16 Agostino Sarubbo
2020-07-09 8:04 Agostino Sarubbo
2020-06-06 8:38 Michał Górny
2020-06-04 6:35 Agostino Sarubbo
2020-06-04 6:23 Agostino Sarubbo
2020-06-03 15:17 Agostino Sarubbo
2020-06-03 15:12 Agostino Sarubbo
2020-06-03 9:22 Agostino Sarubbo
2020-06-01 20:51 Sergei Trofimovich
2020-04-04 19:55 Sergei Trofimovich
2019-11-27 7:58 Patrick McLean
2019-03-13 19:33 Sergei Trofimovich
2019-03-13 16:44 Matthew Thode
2019-02-16 7:30 Mikle Kolyada
2019-01-05 17:19 Mikle Kolyada
2018-10-15 9:28 Alexys Jacob
2018-08-30 21:34 Matt Thode
2018-07-18 9:41 Alexys Jacob
2018-07-01 4:16 Tim Harder
2018-01-04 20:35 Michał Górny
2017-12-13 20:09 Sergei Trofimovich
2017-07-01 15:59 Sergei Trofimovich
2017-06-17 11:47 Sergei Trofimovich
2017-05-09 17:14 Markus Meier
2017-05-02 17:43 Michał Górny
2017-03-15 8:36 Zac Medico
2017-02-28 13:15 Andrey Grozin
2017-02-06 3:48 Lars Wendler
2017-02-06 3:48 Lars Wendler
2016-12-18 15:44 Agostino Sarubbo
2016-12-11 1:33 Tim Harder
2016-12-11 1:32 Tim Harder
2016-06-29 10:33 Patrick Lauer
2016-02-28 5:58 Matt Thode
2015-11-06 7:27 Justin Lecher
2015-09-11 3:23 Mike Frysinger
2015-09-02 16:30 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=1585305755.863ac3f2e15170a9ad31340afb42549facdcdd8b.mgorny@gentoo \
--to=mgorny@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