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/mkdocs-minify-plugin/
Date: Sat, 25 Jun 2022 11:18:54
Message-Id: 1656155914.e99efb8fa5c79344b3126271cf106263d55f51e0.mgorny@gentoo
1 commit: e99efb8fa5c79344b3126271cf106263d55f51e0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 09:37:12 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 11:18:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99efb8f
7
8 dev-python/mkdocs-minify-plugin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../mkdocs-minify-plugin-0.5.0-r1.ebuild | 26 ----------------------
13 .../mkdocs-minify-plugin-0.5.0.ebuild | 25 ---------------------
14 2 files changed, 51 deletions(-)
15
16 diff --git a/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0-r1.ebuild b/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0-r1.ebuild
17 deleted file mode 100644
18 index 55540167844a..000000000000
19 --- a/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=8
26 -
27 -PYTHON_COMPAT=( python3_{8..10} )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="An MkDocs plugin to minify HTML and/or JS files prior to being written to disk"
32 -HOMEPAGE="
33 - https://github.com/byrnereese/mkdocs-minify-plugin
34 - https://pypi.org/project/mkdocs-minify-plugin/
35 -"
36 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
37 -
38 -LICENSE="MIT"
39 -SLOT="0"
40 -KEYWORDS="amd64 ~riscv x86"
41 -
42 -RDEPEND="
43 - >=dev-python/csscompressor-0.9.5[${PYTHON_USEDEP}]
44 - >=dev-python/mkdocs-1.0.4[${PYTHON_USEDEP}]
45 - >=app-text/htmlmin-0.1.4[${PYTHON_USEDEP}]
46 - >=dev-python/jsmin-2.2.2[${PYTHON_USEDEP}]
47 -"
48
49 diff --git a/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0.ebuild b/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0.ebuild
50 deleted file mode 100644
51 index cdd329da5633..000000000000
52 --- a/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0.ebuild
53 +++ /dev/null
54 @@ -1,25 +0,0 @@
55 -# Copyright 1999-2021 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=8
59 -
60 -PYTHON_COMPAT=( python3_{8..10} )
61 -
62 -inherit distutils-r1
63 -
64 -DESCRIPTION="An MkDocs plugin to minify HTML and/or JS files prior to being written to disk"
65 -HOMEPAGE="
66 - https://github.com/byrnereese/mkdocs-minify-plugin
67 - https://pypi.org/project/mkdocs-minify-plugin/
68 -"
69 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
70 -
71 -LICENSE="MIT"
72 -SLOT="0"
73 -KEYWORDS="amd64 ~riscv x86"
74 -
75 -RDEPEND="
76 - >=dev-python/mkdocs-1.0.4[${PYTHON_USEDEP}]
77 - >=app-text/htmlmin-0.1.4[${PYTHON_USEDEP}]
78 - >=dev-python/jsmin-2.2.2[${PYTHON_USEDEP}]
79 -"