public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-minify-plugin/
Date: Sat, 30 Dec 2023 14:32:54 +0000 (UTC)	[thread overview]
Message-ID: <1703946761.95548d38547f0eb85086ec3dc53bf876bcd707f9.mgorny@gentoo> (raw)

commit:     95548d38547f0eb85086ec3dc53bf876bcd707f9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 14:17:33 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 14:32:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95548d38

dev-python/mkdocs-minify-plugin: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/mkdocs-minify-plugin/Manifest           |  1 -
 .../mkdocs-minify-plugin-0.7.1.ebuild              | 53 ----------------------
 2 files changed, 54 deletions(-)

diff --git a/dev-python/mkdocs-minify-plugin/Manifest b/dev-python/mkdocs-minify-plugin/Manifest
index 4682383880bf..90eca278c005 100644
--- a/dev-python/mkdocs-minify-plugin/Manifest
+++ b/dev-python/mkdocs-minify-plugin/Manifest
@@ -1,2 +1 @@
-DIST mkdocs-minify-plugin-0.7.1.gh.tar.gz 8935 BLAKE2B d5b29515a40068dd01894f7dffc54ad627fbaa6e3efaea91c19ab4fb3571dcfba00f1ec9f2e23869dc4bd2bf97dec2a872a8e91fd928dc628f6a0fc8fe455539 SHA512 c8d732cf7906c37b754ad7d5c2132a88d1175f5da453aa53ac390ae2c0461e8a8ed6ffb88c64c8bc627be593e5f9e1f9b8d9e44181c29bee60188d4a9a3a254b
 DIST mkdocs-minify-plugin-0.7.2.gh.tar.gz 9016 BLAKE2B 9960820f2faba9455207454f76c46ac793e5c43cc522c2951dd233907532e4fb12cbe64410a49e03c1d9e5111dd43e903b07e7150cbf48817079d6877e411cbb SHA512 054163f985fc5e35816b240bd8d82709720b1c0495e9e7f35abc2271496dc3a578669a3ccede565c6a6b27314bc7e74b4c58e0eb8eb2f2851ece6841147c8f2e

diff --git a/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.7.1.ebuild b/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.7.1.ebuild
deleted file mode 100644
index 4cf65c5e1cc5..000000000000
--- a/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.7.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="An MkDocs plugin to minify HTML and/or JS files prior to being written to disk"
-HOMEPAGE="
-	https://github.com/byrnereese/mkdocs-minify-plugin
-	https://pypi.org/project/mkdocs-minify-plugin/
-"
-# pypi sdist lacks tests, as of 0.6.4
-SRC_URI="
-	https://github.com/byrnereese/mkdocs-minify-plugin/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-
-# https://bugs.gentoo.org/911738
-# The tests compare hard coded hashes, since we cannot guarantee reproducibility
-# of our own build the test will likely fail.
-RESTRICT="test"
-
-RDEPEND="
-	>=dev-python/csscompressor-0.9.5[${PYTHON_USEDEP}]
-	>=dev-python/mkdocs-1.4.1[${PYTHON_USEDEP}]
-	>=app-text/htmlmin-0.1.12[${PYTHON_USEDEP}]
-	>=dev-python/jsmin-3.0.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	# this is a fork of htmlmin with the same patches that we have
-	sed -i -e '/htmlmin2/d' setup.py || die
-	distutils-r1_src_prepare
-}
-
-python_test() {
-	local -x PATH=${T}:${PATH}
-	cat > "${T}"/mkdocs <<-EOF || die
-		#!/bin/sh
-		exec "${EPYTHON}" -m mkdocs "\${@}"
-	EOF
-	chmod +x "${T}"/mkdocs || die
-	epytest
-}


             reply	other threads:[~2023-12-30 14:32 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-30 14:32 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-06 17:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-minify-plugin/ Michał Górny
2024-04-03  8:58 Michał Górny
2024-02-17 22:26 Sam James
2024-02-01 10:20 Andrew Ammerlaan
2023-12-30 14:05 Arthur Zamarin
2023-12-15  8:17 Michał Górny
2023-12-04 13:46 Michał Górny
2023-12-02  9:54 Michał Górny
2023-12-02  9:50 Michał Górny
2023-11-29 10:47 Andrew Ammerlaan
2023-09-14  9:58 Andrew Ammerlaan
2023-08-18 13:41 Andrew Ammerlaan
2023-07-26  6:03 Michał Górny
2023-04-16 18:56 Michał Górny
2023-04-16 17:15 Arthur Zamarin
2023-04-14 19:43 Sam James
2023-04-14  4:04 Sam James
2023-03-15 18:34 Arthur Zamarin
2023-03-15  7:31 Michał Górny
2023-03-15  6:52 Michał Górny
2023-02-25  5:47 Arthur Zamarin
2022-12-31 12:37 Michał Górny
2022-12-31 12:11 Sam James
2022-11-30  2:55 Michał Górny
2022-11-29 22:22 Jakov Smolić
2022-11-29  8:48 Michał Górny
2022-11-29  6:59 Michał Górny
2022-10-25 20:30 Arthur Zamarin
2022-10-22  7:46 Arthur Zamarin
2022-06-25 11:18 Michał Górny
2022-06-25  8:42 Arthur Zamarin
2022-05-24 13:02 Andrew Ammerlaan
2021-12-26  0:23 Sam James
2021-12-25 19:09 Jakov Smolić
2021-11-30 11:36 Arthur Zamarin
2021-11-25  2:54 Yixun Lan
2021-11-24 22:25 Andrew Ammerlaan
2021-11-21 19:14 Michał Górny
2021-11-21 18:39 Jakov Smolić
2021-10-20 12:17 Andrew Ammerlaan
2021-09-23 15:35 Marek Szuba
2021-09-09 15:51 Arthur Zamarin
2021-07-15  7:38 Agostino Sarubbo
2021-07-08 11:08 Andrew Ammerlaan
2021-04-13 11:07 Joonas Niilola
2021-03-11  7:18 Joonas Niilola
2020-12-08  5:53 Joonas Niilola

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=1703946761.95548d38547f0eb85086ec3dc53bf876bcd707f9.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