From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyyaml/
Date: Sat, 28 Mar 2020 21:24:58 +0000 (UTC) [thread overview]
Message-ID: <1585430691.31b2c42941656ef0adef416bc8086c45aa5472ad.mgorny@gentoo> (raw)
commit: 31b2c42941656ef0adef416bc8086c45aa5472ad
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 21:17:42 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 21:24:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b2c429
dev-python/pyyaml: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyyaml/Manifest | 1 -
dev-python/pyyaml/pyyaml-3.12.ebuild | 41 ------------------------------------
2 files changed, 42 deletions(-)
diff --git a/dev-python/pyyaml/Manifest b/dev-python/pyyaml/Manifest
index 0757ac88752..a15eb5fdb25 100644
--- a/dev-python/pyyaml/Manifest
+++ b/dev-python/pyyaml/Manifest
@@ -1,4 +1,3 @@
-DIST PyYAML-3.12.tar.gz 253011 BLAKE2B 530f2910acb757af9e2a738d93ace45daee3fc5764f19fbc758508e873f05ebfa2486c4f82800540e5e405e7f114f06f963e5011908fd15014ca8b8afb3a76aa SHA512 e16d8b7f4f026b6a95b11fb59c54ec5f114f6f516294eaa95e718abdf5d37c17a9c4b5e0a0a61fca04e801792d9b7fb801087cf849ff22b9581f6af204b1883a
DIST PyYAML-3.13.tar.gz 270607 BLAKE2B f365f63587b911234497426c9796f98b85f5de052abd88ea434137a4eb8a4c1e08f9ee1982a30df1934dadb615145f4af8fcff577d3d4e52058e7a8843aa8604 SHA512 93642286d0317e2fe970632c36d38ce6030f7cabcf971f28e3a1054f07390fcee5baaf7f167e7c9690dbd7b2adc61f5b7d75a218ace0abca34ff8815486cfdd7
DIST PyYAML-5.1.2.tar.gz 265034 BLAKE2B a3f6fe4a0c0a24f8934b94545e7727fad26b397755416a8127bd52fd9ea5e8fea3c6452ddfbd91edfa2e8ca88522b1ae9061c9221f394c8fa4cbd1c2dc256f72 SHA512 b5ee201c612486a95c87b7e41d474313160284359b8b30ababc80b51325aef9dd7dc27eb3b8a03a4749cb8c7e3789c5684d5c285fe35d4b20be1f189641531e0
DIST PyYAML-5.1.tar.gz 274244 BLAKE2B ea8cc4b56b9fc70bc7b01f8c654ceb8b73c82dcc936c939cba3c3654df04fe32fc46c7df322a38869d28ad5a58f6134b35cbe43924df3b4d5f3e54e33700dc73 SHA512 8f27f92bdfa310a99dd6d83947332cc033fa18f0011998bb585ad5c4340a2da20d8c20bfdb53beaae15651198d1240c986818379b0a05b230f74d1f30f53e7fd
diff --git a/dev-python/pyyaml/pyyaml-3.12.ebuild b/dev-python/pyyaml/pyyaml-3.12.ebuild
deleted file mode 100644
index d9019394ed5..00000000000
--- a/dev-python/pyyaml/pyyaml-3.12.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-MY_P="PyYAML-${PV}"
-
-DESCRIPTION="YAML parser and emitter for Python"
-HOMEPAGE="https://pyyaml.org/wiki/PyYAML https://pypi.org/project/PyYAML/"
-SRC_URI="https://pyyaml.org/download/${PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="examples libyaml"
-
-RDEPEND="libyaml? ( dev-libs/libyaml )"
-DEPEND="${RDEPEND}
- libyaml? ( $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' python2_7 'python3*') )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_configure_all() {
- mydistutilsargs=( $(use_with libyaml) )
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}
- fi
-}
next reply other threads:[~2020-03-28 21:25 UTC|newest]
Thread overview: 129+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-28 21:24 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 14:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyyaml/ Michał Górny
2025-02-16 14:46 Michał Górny
2024-10-16 18:32 Sam James
2024-09-12 12:27 Arthur Zamarin
2024-09-12 12:27 Arthur Zamarin
2024-09-07 14:16 Arthur Zamarin
2024-09-07 12:31 Jakov Smolić
2024-09-07 11:26 Jakov Smolić
2024-09-07 10:39 Arthur Zamarin
2024-09-07 10:20 Arthur Zamarin
2024-08-31 2:42 Ionen Wolkens
2024-08-22 18:51 Arthur Zamarin
2024-08-07 14:10 Michał Górny
2024-06-29 10:55 Sam James
2024-06-29 10:55 Sam James
2024-06-29 8:53 Sam James
2024-06-29 8:53 Sam James
2024-06-29 8:25 Sam James
2024-06-29 8:25 Sam James
2024-06-29 7:57 Arthur Zamarin
2024-06-11 3:59 Michał Górny
2024-05-11 9:07 Michał Górny
2023-08-20 17:57 Michał Górny
2023-08-20 17:49 Arthur Zamarin
2023-08-20 11:27 Sam James
2023-08-20 5:43 Sam James
2023-08-19 18:56 Arthur Zamarin
2023-08-19 18:56 Arthur Zamarin
2023-08-19 18:56 Arthur Zamarin
2023-08-19 17:53 Arthur Zamarin
2023-08-19 16:51 Arthur Zamarin
2023-07-18 6:03 Michał Górny
2023-05-25 3:18 Sam James
2023-05-24 19:03 Michał Górny
2023-05-04 16:56 Michał Górny
2022-06-17 4:54 Michał Górny
2022-06-16 23:29 Jakov Smolić
2022-06-13 16:29 Sam James
2022-06-13 7:15 Agostino Sarubbo
2022-06-13 7:13 Agostino Sarubbo
2022-06-13 7:11 Agostino Sarubbo
2022-06-13 7:10 Agostino Sarubbo
2022-06-13 7:09 Agostino Sarubbo
2022-05-11 10:04 Michał Górny
2022-05-11 10:04 Michał Górny
2021-11-22 20:14 Arthur Zamarin
2021-11-22 19:20 Sam James
2021-11-22 13:45 Sam James
2021-11-22 8:03 Sam James
2021-11-22 8:03 Sam James
2021-11-22 7:51 Agostino Sarubbo
2021-11-22 7:49 Agostino Sarubbo
2021-11-21 19:28 Jakov Smolić
2021-10-17 9:25 Michał Górny
2021-10-14 7:51 Michał Górny
2021-05-18 11:40 Michał Górny
2021-05-17 16:15 Marek Szuba
2021-01-24 21:52 Sam James
2021-01-24 20:07 Sam James
2021-01-24 20:06 Sam James
2021-01-24 13:33 Sam James
2021-01-24 12:10 Agostino Sarubbo
2021-01-24 4:32 Sam James
2021-01-22 20:29 Sam James
2021-01-22 16:53 Agostino Sarubbo
2021-01-20 23:02 Sam James
2021-01-20 1:35 Sam James
2020-11-09 15:11 Michał Górny
2020-09-28 15:53 Michał Górny
2020-07-29 5:03 Michał Górny
2020-05-26 10:35 Michał Górny
2020-05-04 17:36 Thomas Deutschmann
2020-03-29 14:45 Sergei Trofimovich
2020-03-28 22:46 Mart Raudsepp
2020-03-28 21:24 Michał Górny
2020-03-27 22:03 Sergei Trofimovich
2020-03-27 13:29 Agostino Sarubbo
2020-03-26 14:15 Agostino Sarubbo
2020-03-26 14:14 Agostino Sarubbo
2020-03-26 14:13 Agostino Sarubbo
2020-03-26 14:13 Agostino Sarubbo
2020-03-26 14:12 Agostino Sarubbo
2020-03-26 14:11 Agostino Sarubbo
2020-03-19 9:41 Michał Górny
2020-03-14 21:08 Mart Raudsepp
2020-02-27 7:28 Sergei Trofimovich
2020-02-25 15:04 Agostino Sarubbo
2020-02-25 15:03 Agostino Sarubbo
2020-02-25 15:01 Agostino Sarubbo
2020-02-25 15:00 Agostino Sarubbo
2020-02-25 15:00 Agostino Sarubbo
2020-02-25 14:59 Agostino Sarubbo
2020-02-25 14:57 Agostino Sarubbo
2020-02-24 16:25 Agostino Sarubbo
2020-01-26 21:11 William Hubbs
2019-12-16 14:38 Michał Górny
2019-11-20 5:08 Patrick McLean
2019-11-02 11:46 Mikle Kolyada
2019-11-02 8:14 Mikle Kolyada
2019-11-02 8:06 Mikle Kolyada
2019-11-02 8:06 Mikle Kolyada
2019-06-14 9:00 Agostino Sarubbo
2019-06-13 4:28 Markus Meier
2019-06-05 13:09 Agostino Sarubbo
2019-06-04 18:57 Agostino Sarubbo
2019-06-04 16:59 Agostino Sarubbo
2019-05-30 20:08 Sergei Trofimovich
2019-05-30 20:05 Sergei Trofimovich
2019-05-26 22:27 Thomas Deutschmann
2019-05-26 11:40 Mikle Kolyada
2019-05-26 8:27 Sergei Trofimovich
2019-05-25 17:15 Aaron Bauman
2019-05-04 19:20 Andreas K. Hüttel
2018-07-16 19:57 Michał Górny
2018-07-14 22:44 Michał Górny
2018-07-10 21:47 Michał Górny
2018-05-29 17:08 Michael Haubenwallner
2018-04-03 10:43 Fabian Groffen
2017-02-12 22:20 Zac Medico
2017-01-29 17:28 Fabian Groffen
2016-11-20 16:19 Dirkjan Ochtman
2016-11-20 16:16 Agostino Sarubbo
2016-11-20 14:13 Agostino Sarubbo
2016-10-18 19:44 Markus Meier
2016-10-11 18:12 Jeroen Roovers
2016-10-11 15:51 Agostino Sarubbo
2016-08-30 1:39 Tim Harder
2015-10-11 11:25 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=1585430691.31b2c42941656ef0adef416bc8086c45aa5472ad.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