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 4F23615800A for ; Fri, 4 Aug 2023 03:03:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EB4CE0D86; Fri, 4 Aug 2023 03:03:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 677C5E0D86 for ; Fri, 4 Aug 2023 03:03:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6BE7C340E11 for ; Fri, 4 Aug 2023 03:03:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B998CEED for ; Fri, 4 Aug 2023 03:03:51 +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: <1691118193.83ed7356fee02061c23e4ea83052c415ff74d5fb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pelican-minify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pelican-minify/Manifest dev-python/pelican-minify/pelican-minify-2.0.0.ebuild X-VCS-Directories: dev-python/pelican-minify/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 83ed7356fee02061c23e4ea83052c415ff74d5fb X-VCS-Branch: master Date: Fri, 4 Aug 2023 03:03:51 +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: 6ae9e59d-ebe6-4441-9527-2661064591b4 X-Archives-Hash: 3c787d239c97fc882ee10476ffe3f60a commit: 83ed7356fee02061c23e4ea83052c415ff74d5fb Author: Michał Górny gentoo org> AuthorDate: Fri Aug 4 03:02:12 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 4 03:03:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ed7356 dev-python/pelican-minify: Bump to 2.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/pelican-minify/Manifest | 1 + .../pelican-minify/pelican-minify-2.0.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/pelican-minify/Manifest b/dev-python/pelican-minify/Manifest index c7e3f9540150..3d433671c643 100644 --- a/dev-python/pelican-minify/Manifest +++ b/dev-python/pelican-minify/Manifest @@ -1 +1,2 @@ DIST pelican-minify-0.9.tar.gz 223517 BLAKE2B 808601e027af7b3970e3fcac08e9f0f656e48fe016a470b4a5b3892a108264e2fff52a9b036861fb9007da263e59c7fcf68867e789f65e20b29278fb8de445a0 SHA512 de28727ed6b39e89461b2d725139b88010def892f3fd23f822a6e84a585b3f93771fdc9ca8f402adc9bb196a0dde03b9d6417317c7e8141d83f0e6460860cd33 +DIST pelican_minify-2.0.0.tar.gz 9566 BLAKE2B 2345f9b053a4b79fbeba9741b4eb64d5d490d455bc25f869e6479ceca951c64d88aa962ef28a04a39c480299882a6c5354c2b4b4c221e64f3281987dda20bd10 SHA512 bcf6cd497fc8c42d9a63b869f04a7bcec6a115ed52698ae9cac5e117d075b16dee904173a577f793f4e74367527d8841d9e6db69e4a2ba70bb79434e4a776c34 diff --git a/dev-python/pelican-minify/pelican-minify-2.0.0.ebuild b/dev-python/pelican-minify/pelican-minify-2.0.0.ebuild new file mode 100644 index 000000000000..9703acc258f0 --- /dev/null +++ b/dev-python/pelican-minify/pelican-minify-2.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="An HTML minification plugin for Pelican, the static site generator" +HOMEPAGE=" + https://github.com/pelican-plugins/minify/ + https://pypi.org/project/pelican-minify/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=app-text/pelican-4.5[${PYTHON_USEDEP}] + >=dev-python/minify-html-0.10.8[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest