From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsmin/
Date: Thu, 17 Feb 2022 21:52:32 +0000 (UTC) [thread overview]
Message-ID: <1645134734.44cf4a386bab0e3c7f2d3395a8057b46a3bef9ee.mgorny@gentoo> (raw)
commit: 44cf4a386bab0e3c7f2d3395a8057b46a3bef9ee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 21:52:14 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 21:52:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cf4a38
dev-python/jsmin: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jsmin/Manifest | 1 -
dev-python/jsmin/jsmin-3.0.0.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-python/jsmin/Manifest b/dev-python/jsmin/Manifest
index 95348704b732..c0c1bcf9e353 100644
--- a/dev-python/jsmin/Manifest
+++ b/dev-python/jsmin/Manifest
@@ -1,2 +1 @@
-DIST jsmin-3.0.0.tar.gz 11519 BLAKE2B 192a3c8e325e9c3f56b39be983272a7f5d0c6e241bfff41ce3b064cfb60541d150041ee58e7c033b0afb56252573c3a6f10ff6e74658a9e7647e06672308c86f SHA512 46c42d1306fbda1d37324b514650e1ede50db40219dcb54b9b845bc91c23eeb865b2fcfec70cb44ade61439d1c4f96d35bfb15279ec25e0e39ab6023ef58c4cf
DIST jsmin-3.0.1.tar.gz 13925 BLAKE2B bfce2368f622cfcc34e716f09638850c773d2381c539fb72a2aaf45830bb7eaf152dd7111f36815b0a067778f617fcec434ac19d7c5278bc963d94ea9d195285 SHA512 f65ead107ffcda67bbea1aea2070d1012139043cd1094d95c0393b1370e2e11a6c6e09af2f3af6f32ab0acc35fd702431954175d930a1898a142808fc3d57b71
diff --git a/dev-python/jsmin/jsmin-3.0.0.ebuild b/dev-python/jsmin/jsmin-3.0.0.ebuild
deleted file mode 100644
index 0ae7765600f9..000000000000
--- a/dev-python/jsmin/jsmin-3.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="JavaScript minifier"
-HOMEPAGE="https://pypi.org/project/jsmin/ https://github.com/tikitu/jsmin/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="amd64 ~riscv x86"
-LICENSE="MIT"
-SLOT="0"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- sed -e 's/jsmin.is_3/True/' -i jsmin/test.py || die
- distutils-r1_src_prepare
-}
next reply other threads:[~2022-02-17 21:52 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-17 21:52 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-15 18:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/jsmin/ Arthur Zamarin
2025-02-27 20:59 Michał Górny
2024-06-15 12:56 Petr Vaněk
2024-06-15 12:56 Petr Vaněk
2023-11-24 15:15 Arthur Zamarin
2023-11-22 12:43 Andrew Ammerlaan
2023-06-06 16:12 Michał Górny
2023-04-14 19:43 Sam James
2023-04-14 4:04 Sam James
2023-02-25 5:47 Arthur Zamarin
2022-05-24 13:02 Andrew Ammerlaan
2022-02-17 21:30 Arthur Zamarin
2022-01-17 9:21 Michał Górny
2021-10-22 4:45 Arthur Zamarin
2021-10-21 23:28 Sam James
2021-10-09 9:32 Arthur Zamarin
2021-09-23 15:35 Marek Szuba
2021-09-17 10:02 Arthur Zamarin
2021-09-17 10:01 Arthur Zamarin
2021-06-05 14:17 Michał Górny
2021-03-03 23:43 Sam James
2020-03-20 9:35 Michał Górny
2020-03-20 9:35 Michał Górny
2020-03-20 9:04 Agostino Sarubbo
2020-03-20 8:59 Agostino Sarubbo
2020-03-19 6:40 Michał Górny
2018-08-21 8:31 Patrice Clement
2017-09-03 1:04 Mike Gilbert
2017-05-22 16:22 Manuel Rüger
2017-01-18 11:57 Agostino Sarubbo
2017-01-18 11:28 Agostino Sarubbo
2016-03-13 18:00 Patrick Lauer
2016-02-18 20:08 Patrick Lauer
2015-11-03 10:24 Justin Lecher
2015-09-20 10:50 Justin Lecher
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=1645134734.44cf4a386bab0e3c7f2d3395a8057b46a3bef9ee.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