From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB2FA158087 for ; Mon, 17 Jan 2022 09:21:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07D4F2BC01B; Mon, 17 Jan 2022 09:21:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 591DD2BC003 for ; Mon, 17 Jan 2022 09:21:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AB56343007 for ; Mon, 17 Jan 2022 09:21:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC95129B for ; Mon, 17 Jan 2022 09:21:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1642411300.10d10e2eba4526737b328358c968dd3684b35b73.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsmin/Manifest dev-python/jsmin/jsmin-3.0.1.ebuild X-VCS-Directories: dev-python/jsmin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 10d10e2eba4526737b328358c968dd3684b35b73 X-VCS-Branch: master Date: Mon, 17 Jan 2022 09:21:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c98f6881-5c22-496b-85ae-ea4b05b9b89c X-Archives-Hash: 65dbb7cae74ddc5a0b2d910f325c98dd commit: 10d10e2eba4526737b328358c968dd3684b35b73 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 17 09:15:37 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 17 09:21:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d10e2e dev-python/jsmin: Bump to 3.0.1 Signed-off-by: Michał Górny gentoo.org> dev-python/jsmin/Manifest | 1 + dev-python/jsmin/jsmin-3.0.1.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-python/jsmin/Manifest b/dev-python/jsmin/Manifest index af1afdf8544b..95348704b732 100644 --- a/dev-python/jsmin/Manifest +++ b/dev-python/jsmin/Manifest @@ -1 +1,2 @@ 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.1.ebuild b/dev-python/jsmin/jsmin-3.0.1.ebuild new file mode 100644 index 000000000000..efcda97a8583 --- /dev/null +++ b/dev-python/jsmin/jsmin-3.0.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +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