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/puremagic/
Date: Mon, 16 May 2022 13:24:35
Message-Id: 1652707261.d01625c0fee342f7a9426a7b7915150f812a1ab9.mgorny@gentoo
1 commit: d01625c0fee342f7a9426a7b7915150f812a1ab9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:21:01 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:21:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01625c0
7
8 dev-python/puremagic: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/puremagic/Manifest | 3 ---
13 dev-python/puremagic/puremagic-1.11.ebuild | 20 --------------------
14 dev-python/puremagic/puremagic-1.12.ebuild | 21 ---------------------
15 dev-python/puremagic/puremagic-1.13.ebuild | 27 ---------------------------
16 4 files changed, 71 deletions(-)
17
18 diff --git a/dev-python/puremagic/Manifest b/dev-python/puremagic/Manifest
19 index 209f64893b09..66d25090737a 100644
20 --- a/dev-python/puremagic/Manifest
21 +++ b/dev-python/puremagic/Manifest
22 @@ -1,4 +1 @@
23 -DIST puremagic-1.11.tar.gz 295026 BLAKE2B 4d210807d9f5eb0c2eb88b0c18aa5cdf56170b347de4f95b92c08492d5f038759b39c1aa2d6ed4bc91e96e036e6f4d0891449af8aee3beac65c4d692fa295ec0 SHA512 4d4c9a93cd56a02aefb7090c92b41048f33923bef14022158f39c39ac93326b7180b8cc97495ad5ed3eec7d9f1379a5508829ee779aaba9b8aa8f975e787b1f5
24 -DIST puremagic-1.12.tar.gz 296831 BLAKE2B cd9979fba1016b1c4cbdd9ef1402d11dbe2faf37767e3232cf400b798cce328d90d224765cc2bf39fd0988abdfe39d1527dd7aa6e31b4737d00c1578f1cc3101 SHA512 b50e22b7597f206e8d6dbc0e2c120af21a7246568f059c6145e45471eedf04c797a9f00864468d5e05c9536f49f7fc6c7b30a83e67bf248e10ebaf8300726fde
25 -DIST puremagic-1.13.gh.tar.gz 300110 BLAKE2B d436735126d465cd43bc5537b2fb9385297d626b19b5b881c63fc7f3559600c9318c7ad91955cf66df2962ad122d2b42919bdee4460bc16ddb7750d4ffdc2fa2 SHA512 495777751874d4f2213b8bedb4bc3b2cdfdcacc5a1dd7cad85545fce473b8beca9a38fbe513d26c37455686265482b8bde7024111e76501d489aee7e5750d97f
26 DIST puremagic-1.14.gh.tar.gz 295823 BLAKE2B b505f34d6744a0c9aa3a0c43846c150c9e1101884a825507b0941da84b181c1ed620dcf5457a5e60ec1fa5c93203d755297c4e3b37d311537dc6a248daf3031e SHA512 00d008f70849179a67a1794740cb34bd28386036e54a9c3f54aefb24c7fb6adccb624e0546ca86863e913c7178b6590473c3ce4fda906e9fd9306be483de28ec
27
28 diff --git a/dev-python/puremagic/puremagic-1.11.ebuild b/dev-python/puremagic/puremagic-1.11.ebuild
29 deleted file mode 100644
30 index 7f02fc5c206e..000000000000
31 --- a/dev-python/puremagic/puremagic-1.11.ebuild
32 +++ /dev/null
33 @@ -1,20 +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 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Pure python implementation of magic file detection"
44 -HOMEPAGE="https://github.com/cdgriffith/puremagic"
45 -SRC_URI="https://github.com/cdgriffith/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -DOCS=( CHANGELOG.md README.rst )
52 -
53 -distutils_enable_tests pytest
54
55 diff --git a/dev-python/puremagic/puremagic-1.12.ebuild b/dev-python/puremagic/puremagic-1.12.ebuild
56 deleted file mode 100644
57 index 55ab3d289e19..000000000000
58 --- a/dev-python/puremagic/puremagic-1.12.ebuild
59 +++ /dev/null
60 @@ -1,21 +0,0 @@
61 -# Copyright 1999-2022 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=8
65 -
66 -DISTUTILS_USE_PEP517=setuptools
67 -PYTHON_COMPAT=( python3_{8..10} )
68 -
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="Pure python implementation of magic file detection"
72 -HOMEPAGE="https://github.com/cdgriffith/puremagic"
73 -SRC_URI="https://github.com/cdgriffith/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
74 -
75 -LICENSE="MIT"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86"
78 -
79 -DOCS=( CHANGELOG.md README.rst )
80 -
81 -distutils_enable_tests pytest
82
83 diff --git a/dev-python/puremagic/puremagic-1.13.ebuild b/dev-python/puremagic/puremagic-1.13.ebuild
84 deleted file mode 100644
85 index 867d39b423df..000000000000
86 --- a/dev-python/puremagic/puremagic-1.13.ebuild
87 +++ /dev/null
88 @@ -1,27 +0,0 @@
89 -# Copyright 1999-2022 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=8
93 -
94 -DISTUTILS_USE_PEP517=setuptools
95 -PYTHON_COMPAT=( python3_{8..11} )
96 -
97 -inherit distutils-r1
98 -
99 -DESCRIPTION="Pure python implementation of magic file detection"
100 -HOMEPAGE="
101 - https://github.com/cdgriffith/puremagic/
102 - https://pypi.org/project/puremagic/
103 -"
104 -SRC_URI="
105 - https://github.com/cdgriffith/${PN}/archive/${PV}.tar.gz
106 - -> ${P}.gh.tar.gz
107 -"
108 -
109 -LICENSE="MIT"
110 -SLOT="0"
111 -KEYWORDS="~amd64 ~x86"
112 -
113 -DOCS=( CHANGELOG.md README.rst )
114 -
115 -distutils_enable_tests pytest