From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/icalendar/
Date: Sat, 13 Nov 2021 09:54:22 +0000 (UTC) [thread overview]
Message-ID: <1636797230.698468a090e2512f07bfa8174e45ab49b0b3af22.mgorny@gentoo> (raw)
commit: 698468a090e2512f07bfa8174e45ab49b0b3af22
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 09:53:50 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 09:53:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698468a0
dev-python/icalendar: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/icalendar/Manifest | 2 --
dev-python/icalendar/icalendar-4.0.7.ebuild | 29 -----------------------------
dev-python/icalendar/icalendar-4.0.8.ebuild | 29 -----------------------------
3 files changed, 60 deletions(-)
diff --git a/dev-python/icalendar/Manifest b/dev-python/icalendar/Manifest
index af26a5e4c39..983bb8771ff 100644
--- a/dev-python/icalendar/Manifest
+++ b/dev-python/icalendar/Manifest
@@ -1,3 +1 @@
-DIST icalendar-4.0.7.tar.gz 78569 BLAKE2B b5d980335b1a9d8135ad9ec037e140f3ae49c3e8db6736b9e469748e3bd51c43f39fc5f9dc443de46d4d4c5856ec74bb548a8d1b47b7e52278fdc2e269be0cbe SHA512 97f7184ddc42ade2a447af5112f5bd18ea9a89ef25ea3983cc2213fefe2c59255102b7babcd49b3e04cbe435d75d2712dd57eebc1bf1c20c54aae7081ba24379
-DIST icalendar-4.0.8.tar.gz 78761 BLAKE2B b1e9aa01319eab769f5b93635e6ff019ed2cf4b7d00bf4a68b9cabe76c70fb18c64fbb8851e0f4920d53dc444fd0ba7518b84f6ca424488a89377f35c133ea12 SHA512 0cc636d7009f808d64cd3255757974d4d52b79139f79db09124ef3e7f9ce1d29eb3e007428e884a58ee3434dbbca8289a05692c593ea3cc68ae10c7c4320a9c3
DIST icalendar-4.0.9.tar.gz 84254 BLAKE2B c1ca7a7730404f7079e8fac8270f98a60ecd4e657f2b2b3d376d620f12c11a0db6dcd5713f7d2d4935c859d544497fa544b22ffb1a83be9c11ec2ea3923da93b SHA512 2eeb69da89207fe91661dfa6e9c2a623eb3be2fb5a48e999e87a881d7fecc1f339764124601b0610a14ce809f238c6731f30f2071bb4706206de10181365d1dd
diff --git a/dev-python/icalendar/icalendar-4.0.7.ebuild b/dev-python/icalendar/icalendar-4.0.7.ebuild
deleted file mode 100644
index 88949aa432a..00000000000
--- a/dev-python/icalendar/icalendar-4.0.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Package used for parsing and generating iCalendar files (RFC 2445)"
-HOMEPAGE="https://github.com/collective/icalendar"
-SRC_URI="mirror://pypi/i/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # reset conf.py to not read version from an installed instance
- sed -e "s:pkg_resources.get_distribution('icalendar').version:'${PV}':" \
- -i docs/conf.py || die
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/icalendar/icalendar-4.0.8.ebuild b/dev-python/icalendar/icalendar-4.0.8.ebuild
deleted file mode 100644
index 1baac6524fe..00000000000
--- a/dev-python/icalendar/icalendar-4.0.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Package used for parsing and generating iCalendar files (RFC 2445)"
-HOMEPAGE="https://github.com/collective/icalendar"
-SRC_URI="mirror://pypi/i/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # reset conf.py to not read version from an installed instance
- sed -e "s:pkg_resources.get_distribution('icalendar').version:'${PV}':" \
- -i docs/conf.py || die
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2021-11-13 9:54 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-13 9:54 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-20 6:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/icalendar/ Michał Górny
2025-02-08 18:35 Michał Górny
2025-02-08 12:11 Arthur Zamarin
2025-01-19 3:27 Michał Górny
2024-12-07 11:52 Michał Górny
2024-12-07 11:26 Arthur Zamarin
2024-11-24 0:20 Sam James
2024-11-23 7:10 Michał Górny
2024-11-21 19:02 Sam James
2024-10-26 11:52 Michał Górny
2024-10-25 12:04 Arthur Zamarin
2024-10-13 17:42 Michał Górny
2024-07-06 6:35 Michał Górny
2024-07-06 6:26 Sam James
2024-07-05 1:54 Michał Górny
2024-06-21 1:58 Michał Górny
2024-06-10 17:01 Michał Górny
2024-04-06 12:37 Michał Górny
2024-04-06 10:02 Arthur Zamarin
2024-03-20 6:28 Michał Górny
2023-11-24 14:52 Michał Górny
2023-11-04 6:29 Michał Górny
2023-10-24 5:46 Michał Górny
2023-10-23 18:50 Sam James
2023-09-27 5:56 Michał Górny
2023-09-24 14:28 Michał Górny
2023-09-18 14:00 Michał Górny
2023-06-27 11:54 Michał Górny
2023-06-27 5:19 Jakov Smolić
2023-06-18 17:07 Michał Górny
2023-05-30 2:54 Michał Górny
2023-05-27 5:32 Michał Górny
2023-05-27 5:32 Michał Górny
2023-05-16 5:24 Michał Górny
2023-05-15 20:24 Arthur Zamarin
2023-04-14 3:59 Michał Górny
2022-12-30 7:08 Michał Górny
2022-12-25 17:33 Michał Górny
2022-11-25 5:14 Michał Górny
2022-11-19 16:52 Michał Górny
2022-11-19 16:40 Sam James
2022-11-04 18:06 Arthur Zamarin
2022-10-23 18:37 Arthur Zamarin
2022-10-18 6:36 Michał Górny
2022-08-15 8:08 Michał Górny
2022-08-15 7:40 Agostino Sarubbo
2022-07-11 20:00 Arthur Zamarin
2022-07-11 20:00 Arthur Zamarin
2021-12-21 3:39 Yixun Lan
2021-11-13 9:47 Jakov Smolić
2021-10-16 19:34 Michał Górny
2021-10-07 21:48 Michał Górny
2021-06-05 13:52 Michał Górny
2020-10-18 19:19 Sam James
2020-10-18 19:10 Thomas Deutschmann
2020-09-08 15:41 Michał Górny
2020-07-30 20:41 Michał Górny
2020-07-30 20:03 Sam James
2020-07-29 10:20 Michał Górny
2020-06-21 6:19 Michał Górny
2020-03-27 15:37 Michał Górny
2020-02-05 14:38 Michał Górny
2019-12-24 19:54 Mikle Kolyada
2019-11-26 20:34 Aaron Bauman
2018-12-09 8:50 Michał Górny
2018-09-04 22:03 Patrice Clement
2018-06-01 6:07 Amy Liffey
2017-03-08 18:37 Michał Górny
2017-01-18 11:57 Agostino Sarubbo
2017-01-18 11:28 Agostino Sarubbo
2016-11-07 4:15 Alice Ferrazzi
2016-02-18 19:47 Patrick Lauer
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=1636797230.698468a090e2512f07bfa8174e45ab49b0b3af22.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