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 DF6FA15800F for ; Tue, 21 Feb 2023 16:46:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFA7FE0D28; Tue, 21 Feb 2023 16:46:38 +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 D5F0BE0D28 for ; Tue, 21 Feb 2023 16:46:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9E2733D4A6 for ; Tue, 21 Feb 2023 16:46:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 424E38B9 for ; Tue, 21 Feb 2023 16:46:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676997929.70f99ddd5e4948a231f2f8ac986bdf39571ec2bd.sam@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/pelican-minify-0.9-r2.ebuild X-VCS-Directories: dev-python/pelican-minify/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 70f99ddd5e4948a231f2f8ac986bdf39571ec2bd X-VCS-Branch: master Date: Tue, 21 Feb 2023 16:46:35 +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: 5683cfd6-2806-42f8-b84f-859186b0bdf6 X-Archives-Hash: 386b93e027db0366a26c4d208ff5adf1 commit: 70f99ddd5e4948a231f2f8ac986bdf39571ec2bd Author: Sam James gentoo org> AuthorDate: Tue Feb 21 16:38:04 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 21 16:45:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f99ddd dev-python/pelican-minify: PEP517, pypi.eclass Signed-off-by: Sam James gentoo.org> .../pelican-minify/pelican-minify-0.9-r2.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-python/pelican-minify/pelican-minify-0.9-r2.ebuild b/dev-python/pelican-minify/pelican-minify-0.9-r2.ebuild new file mode 100644 index 000000000000..8bad83e0ff36 --- /dev/null +++ b/dev-python/pelican-minify/pelican-minify-0.9-r2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..10} ) +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi + +DESCRIPTION="An HTML minification plugin for Pelican, the static site generator" +HOMEPAGE="https://pypi.org/project/pelican-minify/" + +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/joblib-0.9[${PYTHON_USEDEP}] + >=app-text/htmlmin-0.1.5[${PYTHON_USEDEP}] + >=app-text/pelican-3.1.1[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest