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/emoji/
Date: Sun, 17 Oct 2021 08:23:37
Message-Id: 1634458991.281c5d6b652d19840c903f55c13251481879cece.mgorny@gentoo
1 commit: 281c5d6b652d19840c903f55c13251481879cece
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 08:14:20 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 08:23:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281c5d6b
7
8 dev-python/emoji: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/emoji/Manifest | 3 ---
13 dev-python/emoji/emoji-1.4.2.ebuild | 18 ------------------
14 dev-python/emoji/emoji-1.5.0.ebuild | 17 -----------------
15 dev-python/emoji/emoji-1.6.0.ebuild | 17 -----------------
16 4 files changed, 55 deletions(-)
17
18 diff --git a/dev-python/emoji/Manifest b/dev-python/emoji/Manifest
19 index 426f8971762..3179b99b50b 100644
20 --- a/dev-python/emoji/Manifest
21 +++ b/dev-python/emoji/Manifest
22 @@ -1,4 +1 @@
23 -DIST emoji-1.4.2.tar.gz 222120 BLAKE2B 8771c7289a41fc741c54b3096df4ba6099dfdc3bcdc72282c93c565376e8fdb2e5939949a206cb01bfb1f2d663f840cd958e4d762f9da45639c49e52f3410947 SHA512 abf7fcaa922963c990330ebb6fd26c1613ffbdcbd6cabdf44e977b54df4b9c80c30e70e0ed0a9d9311c2fb95423df052e4e9c22d95510eab10eb3754084622ed
24 -DIST emoji-1.5.0.tar.gz 222904 BLAKE2B ea4f057f94ba06306d87b102598da5cd0d87038d61a45e7a44db1af107effb912040e9f2e318d7f8ebaa1ac854ef827af7703f0de72174689b5ca5c3c909b597 SHA512 9dc85a0e6ac2cb7e4156d54063380cce3048ad8ab38993a6d6f2608502299a3e5681afac8780cd14c44f7127c7e1805f69c9bb95460620ec0fe2fb0d52d2d87c
25 -DIST emoji-1.6.0.tar.gz 210598 BLAKE2B 13764d19093e22d3cc62f8b91f87ace3677bca947c15fbdec3df9da8dcdb41975ea111f6e61510342c6f2a029f2390e5274d8cd14ee319a1f83e8405620b5937 SHA512 d39f89dceca0ab040292a237dae81b33b098acac77a6fdcd444c87916224d4a83f4fa51f2e78d3b793cb87d12e78f29102767eb4ae58fa8eed5b69d59e009e31
26 DIST emoji-1.6.1.tar.gz 211816 BLAKE2B 5e258d5e7199a1a294cd117605a989939edf01c41a2d2de533baa389adb4cf9cb324550e19df50f9f76af4c402076f24e9db8f17ebb1d5f6f6ff6bfcf31471db SHA512 bd896d8b539224e371835622dd577f2b8b6b3f8cb443f487a2826a0d61e91bdae19570b4d73bf73a8544157dbbbac20dd3212019b0e70cb680e22951333176a6
27
28 diff --git a/dev-python/emoji/emoji-1.4.2.ebuild b/dev-python/emoji/emoji-1.4.2.ebuild
29 deleted file mode 100644
30 index b814c446ac8..00000000000
31 --- a/dev-python/emoji/emoji-1.4.2.ebuild
32 +++ /dev/null
33 @@ -1,18 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Emoji for Python"
43 -HOMEPAGE="https://github.com/carpedm20/emoji/"
44 -SRC_URI="https://github.com/carpedm20/emoji/archive/refs/tags/v.${PV}.tar.gz -> ${P}.tar.gz"
45 -S="${WORKDIR}/${PN}-v.${PV}"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~arm ~arm64"
50 -
51 -distutils_enable_tests pytest
52
53 diff --git a/dev-python/emoji/emoji-1.5.0.ebuild b/dev-python/emoji/emoji-1.5.0.ebuild
54 deleted file mode 100644
55 index d9c3bbe594f..00000000000
56 --- a/dev-python/emoji/emoji-1.5.0.ebuild
57 +++ /dev/null
58 @@ -1,17 +0,0 @@
59 -# Copyright 1999-2021 Gentoo Authors
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=8
63 -
64 -PYTHON_COMPAT=( python3_{8..10} )
65 -inherit distutils-r1
66 -
67 -DESCRIPTION="Emoji for Python"
68 -HOMEPAGE="https://github.com/carpedm20/emoji/"
69 -SRC_URI="https://github.com/carpedm20/emoji/archive/v${PV}.tar.gz -> ${P}.tar.gz"
70 -
71 -LICENSE="BSD"
72 -SLOT="0"
73 -KEYWORDS="~amd64 ~arm ~arm64"
74 -
75 -distutils_enable_tests pytest
76
77 diff --git a/dev-python/emoji/emoji-1.6.0.ebuild b/dev-python/emoji/emoji-1.6.0.ebuild
78 deleted file mode 100644
79 index d9c3bbe594f..00000000000
80 --- a/dev-python/emoji/emoji-1.6.0.ebuild
81 +++ /dev/null
82 @@ -1,17 +0,0 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=8
87 -
88 -PYTHON_COMPAT=( python3_{8..10} )
89 -inherit distutils-r1
90 -
91 -DESCRIPTION="Emoji for Python"
92 -HOMEPAGE="https://github.com/carpedm20/emoji/"
93 -SRC_URI="https://github.com/carpedm20/emoji/archive/v${PV}.tar.gz -> ${P}.tar.gz"
94 -
95 -LICENSE="BSD"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~arm ~arm64"
98 -
99 -distutils_enable_tests pytest