From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlsxwriter/
Date: Fri, 3 Feb 2023 12:32:20 +0000 (UTC) [thread overview]
Message-ID: <1675427535.4a8d0500100ec83fe70ea7165f2fcfec6d634581.mgorny@gentoo> (raw)
commit: 4a8d0500100ec83fe70ea7165f2fcfec6d634581
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 12:31:16 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 12:32:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8d0500
dev-python/xlsxwriter: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/xlsxwriter/Manifest | 4 ----
dev-python/xlsxwriter/xlsxwriter-3.0.3.ebuild | 28 ---------------------------
dev-python/xlsxwriter/xlsxwriter-3.0.4.ebuild | 28 ---------------------------
dev-python/xlsxwriter/xlsxwriter-3.0.5.ebuild | 28 ---------------------------
dev-python/xlsxwriter/xlsxwriter-3.0.6.ebuild | 28 ---------------------------
5 files changed, 116 deletions(-)
diff --git a/dev-python/xlsxwriter/Manifest b/dev-python/xlsxwriter/Manifest
index 02ad0ce8bd0f..96d0fb85a4e3 100644
--- a/dev-python/xlsxwriter/Manifest
+++ b/dev-python/xlsxwriter/Manifest
@@ -1,5 +1 @@
-DIST XlsxWriter-RELEASE_3.0.3.tar.gz 35519702 BLAKE2B f4dfa6b286dda94a1a44d8168b8e17f7a37f2f59a23aa3a5ed0efa46b5d8bdcdb831e99a61924e22755c6a921c23f5c540c048152cd07363841ff09a49549c79 SHA512 92a53226aa9ee9f8493fe7171ce752f3a13ef8f3107aecbef896f17022e93bd7dbccb5e619fcbbb3598102030b190d75508d4dacce20b9643eead59a4441f6aa
-DIST XlsxWriter-RELEASE_3.0.4.gh.tar.gz 35033608 BLAKE2B 49a54380f1753077f0d9e56024a09ffd9d26540daeb03c270e892ae986c8e36fb0ce74ab96e62b1cb15adebbb51ba2093b6b1e356077433537af62ededd79d5c SHA512 e10bbbcc975ee3c2395c642c7a04e53d792b8c739c9f5acbb3858b47963a0f9b68ac565d96d4a9f9c87b104fc02b8930b0629e753d53735892e10bd17e5c1fcc
-DIST XlsxWriter-RELEASE_3.0.5.gh.tar.gz 35038123 BLAKE2B 8ab88d1cf8decb24a1adcd2d2720ab2c90a87088441dbf1fb6a039977ddeb1824b2c29e38aedfb2a1d5cc9adb99154ee36a4eef18876826082d34c87ff7dafdd SHA512 74c3708cd81bec44865cfdcbd3ae41c5794d26d176a3c5c22133a32e6000eda7a2d28292d81406d277c351c27a8c4ce30b0d9b2152fc9119e903fe264f7be406
-DIST XlsxWriter-RELEASE_3.0.6.gh.tar.gz 35205053 BLAKE2B cd70cfdba9def71806ad055a40fba03620e50223fd6be8dbab548ea8890accf1e65d8e82a87ce458bb73f5b1a08cd80cd4a67817f0696a5928f1f371ce7f7957 SHA512 c993a640e01f3da67069b93283bc0df7e84bebc76c483465e8a3aabb36282588fa6c7c63f711c55982a5679359a2ef475064e27c1dbb063f8770624797928bef
DIST XlsxWriter-RELEASE_3.0.7.gh.tar.gz 35214702 BLAKE2B 8af7a7da9f2e6fd3a8f794f906935ed9dc1389a710d8b60fbf74e419829e6d233ad122d8ce75de93a6d3229e394277fadd76239aac73e8949f7c4737430a0859 SHA512 e80b9cfa741984db5b0aebd083c0a3c12f987b1a851088bc16e52b56cadb69feb1b795c1061ebde56c7ab1bf17d7899e90b42facd45bcacf5ce6c7070208e6e9
diff --git a/dev-python/xlsxwriter/xlsxwriter-3.0.3.ebuild b/dev-python/xlsxwriter/xlsxwriter-3.0.3.ebuild
deleted file mode 100644
index a544adf3c0d6..000000000000
--- a/dev-python/xlsxwriter/xlsxwriter-3.0.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-TAG=RELEASE_${PV}
-MY_P=XlsxWriter-${TAG}
-DESCRIPTION="Python module for creating Excel XLSX files"
-HOMEPAGE="
- https://github.com/jmcnamara/XlsxWriter/
- https://pypi.org/project/XlsxWriter/
-"
-SRC_URI="
- https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz
- -> ${MY_P}.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
-
-distutils_enable_tests pytest
diff --git a/dev-python/xlsxwriter/xlsxwriter-3.0.4.ebuild b/dev-python/xlsxwriter/xlsxwriter-3.0.4.ebuild
deleted file mode 100644
index b9643a5b3c75..000000000000
--- a/dev-python/xlsxwriter/xlsxwriter-3.0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-TAG=RELEASE_${PV}
-MY_P=XlsxWriter-${TAG}
-DESCRIPTION="Python module for creating Excel XLSX files"
-HOMEPAGE="
- https://github.com/jmcnamara/XlsxWriter/
- https://pypi.org/project/XlsxWriter/
-"
-SRC_URI="
- https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-distutils_enable_tests pytest
diff --git a/dev-python/xlsxwriter/xlsxwriter-3.0.5.ebuild b/dev-python/xlsxwriter/xlsxwriter-3.0.5.ebuild
deleted file mode 100644
index b9643a5b3c75..000000000000
--- a/dev-python/xlsxwriter/xlsxwriter-3.0.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-TAG=RELEASE_${PV}
-MY_P=XlsxWriter-${TAG}
-DESCRIPTION="Python module for creating Excel XLSX files"
-HOMEPAGE="
- https://github.com/jmcnamara/XlsxWriter/
- https://pypi.org/project/XlsxWriter/
-"
-SRC_URI="
- https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-distutils_enable_tests pytest
diff --git a/dev-python/xlsxwriter/xlsxwriter-3.0.6.ebuild b/dev-python/xlsxwriter/xlsxwriter-3.0.6.ebuild
deleted file mode 100644
index b9643a5b3c75..000000000000
--- a/dev-python/xlsxwriter/xlsxwriter-3.0.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-TAG=RELEASE_${PV}
-MY_P=XlsxWriter-${TAG}
-DESCRIPTION="Python module for creating Excel XLSX files"
-HOMEPAGE="
- https://github.com/jmcnamara/XlsxWriter/
- https://pypi.org/project/XlsxWriter/
-"
-SRC_URI="
- https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-distutils_enable_tests pytest
next reply other threads:[~2023-02-03 12:32 UTC|newest]
Thread overview: 116+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-03 12:32 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-06 19:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/xlsxwriter/ Arthur Zamarin
2024-05-17 10:51 Michał Górny
2024-03-07 16:15 Michał Górny
2024-03-07 16:15 Michał Górny
2024-03-07 16:10 Michał Górny
2024-02-19 4:10 Michał Górny
2023-11-15 17:10 Michał Górny
2023-11-15 16:36 Arthur Zamarin
2023-10-19 12:16 Michał Górny
2023-10-16 9:37 Michał Górny
2023-10-14 18:43 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-10-10 5:05 Michał Górny
2023-10-01 18:07 Arthur Zamarin
2023-09-25 2:55 Michał Górny
2023-09-18 14:06 Michał Górny
2023-09-18 14:00 Michał Górny
2023-09-09 3:22 Michał Górny
2023-06-27 12:03 Michał Górny
2023-06-27 6:43 Sam James
2023-05-29 5:49 Michał Górny
2023-05-22 5:53 Michał Górny
2023-05-15 20:15 Arthur Zamarin
2023-05-15 20:04 Arthur Zamarin
2023-04-14 3:59 Michał Górny
2023-04-11 18:39 Michał Górny
2023-04-11 18:17 Arthur Zamarin
2023-03-11 9:39 Michał Górny
2023-03-11 8:04 Arthur Zamarin
2023-03-11 5:53 Michał Górny
2023-02-05 17:07 Michał Górny
2023-02-03 12:04 Arthur Zamarin
2023-01-14 4:57 Michał Górny
2023-01-05 7:42 Michał Górny
2023-01-01 7:26 Michał Górny
2022-12-28 19:11 Arthur Zamarin
2022-11-24 12:00 WANG Xuerui
2022-05-19 7:23 Michał Górny
2022-03-31 16:03 Michał Górny
2022-03-31 14:09 Jakov Smolić
2022-02-28 8:28 Michał Górny
2022-02-14 8:35 Matt Turner
2021-12-02 9:39 Michał Górny
2021-12-02 8:40 Arthur Zamarin
2021-11-14 23:51 Sam James
2021-11-01 22:16 Michał Górny
2021-10-24 21:14 Sam James
2021-10-02 23:17 Sam James
2021-09-06 23:42 Sam James
2021-09-06 23:37 Sam James
2021-09-06 6:28 Michał Górny
2021-09-06 0:13 Sam James
2021-09-05 20:01 Agostino Sarubbo
2021-08-16 11:46 Marek Szuba
2021-08-11 7:11 Michał Górny
2021-08-10 5:57 Michał Górny
2021-08-10 4:59 Sam James
2021-08-07 14:52 Michał Górny
2021-08-07 14:43 Sam James
2021-07-28 15:58 Sergei Trofimovich
2021-07-05 6:04 Michał Górny
2021-06-15 5:40 Michał Górny
2021-06-15 5:25 Sam James
2021-05-13 8:56 Michał Górny
2021-05-07 13:44 Michał Górny
2021-05-07 13:28 Sam James
2021-05-07 8:04 Michał Górny
2021-05-06 7:52 Michał Górny
2021-04-23 7:25 Michał Górny
2021-04-15 6:32 Michał Górny
2021-03-30 7:49 Michał Górny
2020-11-16 0:02 Michał Górny
2020-11-15 23:50 Sam James
2020-11-02 10:34 Michał Górny
2020-10-25 21:48 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-10-21 22:51 Michał Górny
2020-10-13 12:07 Michał Górny
2020-09-24 3:41 Michał Górny
2020-09-22 7:21 Michał Górny
2020-09-19 7:21 Michał Górny
2020-09-18 15:53 Michał Górny
2020-08-24 0:10 Sam James
2020-08-22 7:13 Michał Górny
2020-08-14 11:50 Michał Górny
2020-08-07 4:53 Michał Górny
2020-08-05 15:18 Michał Górny
2020-08-04 13:48 Michał Górny
2020-07-30 6:19 Michał Górny
2020-07-29 10:20 Michał Górny
2020-07-12 16:57 Michał Górny
2020-07-09 7:58 Agostino Sarubbo
2020-06-10 10:48 Michał Górny
2020-06-10 10:48 Michał Górny
2020-04-29 2:32 Patrick McLean
2020-02-06 7:10 Michał Górny
2019-09-25 18:46 Rick Farina
2019-05-21 15:20 Stephen Klimaszewski
2018-01-06 13:39 Michał Górny
2017-07-12 19:29 Sebastien Fabbro
2017-05-02 15:15 Michał Górny
2017-03-11 2:41 Zac Medico
2016-06-29 18:18 Patrick Lauer
2016-02-14 17:54 Justin Lecher
2016-02-14 10:11 Agostino Sarubbo
2016-01-21 8:33 Justin Lecher
2016-01-15 9:03 Agostino Sarubbo
2016-01-14 9:53 Justin Lecher
2016-01-11 8:16 Justin Lecher
2016-01-10 15:33 Justin Lecher
2016-01-10 8:23 Justin Lecher
2016-01-06 21:06 Justin Lecher
2015-10-19 16:29 Justin Lecher
2015-10-15 14:41 Justin Lecher
2015-10-01 7:03 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=1675427535.4a8d0500100ec83fe70ea7165f2fcfec6d634581.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