Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlsxwriter/
Date: Thu, 31 Mar 2022 16:03:22
Message-Id: 1648740447.61a392776868f45296110046043771cb983033f2.mgorny@gentoo
1 commit: 61a392776868f45296110046043771cb983033f2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 15:27:27 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 15:27:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a39277
7
8 dev-python/xlsxwriter: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xlsxwriter/Manifest | 1 -
13 dev-python/xlsxwriter/xlsxwriter-3.0.2.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/xlsxwriter/Manifest b/dev-python/xlsxwriter/Manifest
17 index 2a6a98d8e707..57ed2a081a4c 100644
18 --- a/dev-python/xlsxwriter/Manifest
19 +++ b/dev-python/xlsxwriter/Manifest
20 @@ -1,2 +1 @@
21 -DIST XlsxWriter-RELEASE_3.0.2.tar.gz 34433041 BLAKE2B 748d710d3f953ae22154022a75f3a67898846914cab67302167ba34ba5e449041a95dbc984883e4ff58c078b940ebd429898109abb7a39f57ea499e5fcff83fa SHA512 790eb7fb93d25987adf5d30bfa28e0fa137f809dc9a293edfe86105e0a948263759df85b5a0f9fb19b89c256a33b5b68179d95a210964b6f82345972ee9e6108
22 DIST XlsxWriter-RELEASE_3.0.3.tar.gz 35519702 BLAKE2B f4dfa6b286dda94a1a44d8168b8e17f7a37f2f59a23aa3a5ed0efa46b5d8bdcdb831e99a61924e22755c6a921c23f5c540c048152cd07363841ff09a49549c79 SHA512 92a53226aa9ee9f8493fe7171ce752f3a13ef8f3107aecbef896f17022e93bd7dbccb5e619fcbbb3598102030b190d75508d4dacce20b9643eead59a4441f6aa
23
24 diff --git a/dev-python/xlsxwriter/xlsxwriter-3.0.2.ebuild b/dev-python/xlsxwriter/xlsxwriter-3.0.2.ebuild
25 deleted file mode 100644
26 index bef28e4d0b94..000000000000
27 --- a/dev-python/xlsxwriter/xlsxwriter-3.0.2.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
36 -inherit distutils-r1
37 -
38 -TAG=RELEASE_${PV}
39 -MY_P=XlsxWriter-${TAG}
40 -DESCRIPTION="Python module for creating Excel XLSX files"
41 -HOMEPAGE="https://github.com/jmcnamara/XlsxWriter"
42 -SRC_URI="
43 - https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz
44 - -> ${MY_P}.tar.gz"
45 -S=${WORKDIR}/${MY_P}
46 -
47 -SLOT="0"
48 -LICENSE="BSD"
49 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
50 -
51 -distutils_enable_tests pytest