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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3CF1158092 for ; Sun, 12 Sep 2021 16:55:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3C88E07F1; Sun, 12 Sep 2021 16:55:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E4BEE07F1 for ; Sun, 12 Sep 2021 16:55:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 404F5342A8F for ; Sun, 12 Sep 2021 16:55:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A45424E for ; Sun, 12 Sep 2021 16:55:22 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1631465704.e78a681d767b22dfd92c5790348742ca871c8bc6.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rjsmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rjsmin/Manifest dev-python/rjsmin/rjsmin-1.1.0.ebuild X-VCS-Directories: dev-python/rjsmin/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e78a681d767b22dfd92c5790348742ca871c8bc6 X-VCS-Branch: master Date: Sun, 12 Sep 2021 16:55:22 +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: 40684795-47f1-45bf-a8c8-3e59c8326d62 X-Archives-Hash: b730f46daee0a7353376685d6e9e1fde commit: e78a681d767b22dfd92c5790348742ca871c8bc6 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Sep 12 16:55:04 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Sep 12 16:55:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78a681d dev-python/rjsmin: enable py3.10, EAPI=8, enable tests Closes: https://bugs.gentoo.org/797856 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/rjsmin/Manifest | 2 +- dev-python/rjsmin/rjsmin-1.1.0.ebuild | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dev-python/rjsmin/Manifest b/dev-python/rjsmin/Manifest index c217598e199..93f4f5a06c5 100644 --- a/dev-python/rjsmin/Manifest +++ b/dev-python/rjsmin/Manifest @@ -1 +1 @@ -DIST rjsmin-1.1.0.tar.gz 412426 BLAKE2B ac4aed389359b27c6506890da8ec7874536835befff6868b556542489deaadb5557caf688fd959cd2dff1b25d312a8b738ea5f73e00fbb1f705ddeeaea021dd2 SHA512 e89641666f4235e5125e33a8da727a204bd0f263c101833849d8368edb7522a184b0f6d87da39690b7e8c1dad0ae8a40508b019e971393a3ad99440ad8ccc3fc +DIST rjsmin-1.1.0.gh.tar.gz 437054 BLAKE2B 83b24f1ee94ded66a70ed75b3e494b3e6948edf82fecc80f261964fd2bb032a8cb496ed919f461131b3381c402a6397e65bfa5031f46691c4badfc5e9e2faea2 SHA512 5e168e51e1716fe35a3520fba828d721638094a6f6f73deb4c49183d8cd51531131962e2c7092ada092da63c4ddd615215088bd1a9e474d508f80dc0603d3118 diff --git a/dev-python/rjsmin/rjsmin-1.1.0.ebuild b/dev-python/rjsmin/rjsmin-1.1.0.ebuild index 2b5672966bb..ef45a0bd23f 100644 --- a/dev-python/rjsmin/rjsmin-1.1.0.ebuild +++ b/dev-python/rjsmin/rjsmin-1.1.0.ebuild @@ -1,15 +1,19 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Javascript minifier written in python." HOMEPAGE="http://opensource.perlig.de/rjsmin/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI=" + https://github.com/ndparker/rjsmin/archive/${PV}.tar.gz -> ${P}.gh.tar.gz +" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" + +distutils_enable_tests pytest