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 083AB13835B for ; Tue, 15 Jun 2021 05:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 472B1E0875; Tue, 15 Jun 2021 05:40:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2A58BE0875 for ; Tue, 15 Jun 2021 05:40:37 +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 1766E335C29 for ; Tue, 15 Jun 2021 05:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1741D7B2 for ; Tue, 15 Jun 2021 05:40:33 +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: <1623735415.373d055e3855eb51b06b5d2a7552d0c99772a810.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/chameleon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/chameleon/Manifest dev-python/chameleon/chameleon-3.9.0.ebuild X-VCS-Directories: dev-python/chameleon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 373d055e3855eb51b06b5d2a7552d0c99772a810 X-VCS-Branch: master Date: Tue, 15 Jun 2021 05:40:33 +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: 39c10a8a-2521-4c77-b39e-2e621824992f X-Archives-Hash: 147bcff8e8753bb8e6e5db89cc3bdf1b commit: 373d055e3855eb51b06b5d2a7552d0c99772a810 Author: Michał Górny gentoo org> AuthorDate: Tue Jun 15 05:36:04 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 15 05:36:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373d055e dev-python/chameleon: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/chameleon/Manifest | 1 - dev-python/chameleon/chameleon-3.9.0.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/chameleon/Manifest b/dev-python/chameleon/Manifest index 35b54d4ce02..c2631240c51 100644 --- a/dev-python/chameleon/Manifest +++ b/dev-python/chameleon/Manifest @@ -1,2 +1 @@ -DIST chameleon-3.9.0.gh.tar.gz 136548 BLAKE2B bdea62d4eb13dc6e830fccf72c7798c97f1f3a72c8f749ce43ce53ea0a3f8521f52f86591796d2850d84d8ee53a22a976e45f9a8b51f6ea2377dce10b8e2c226 SHA512 72cbd21f083d14b056539c515e43daaca01d923e065b6eca511f4e09486eb8e3fa61d6823dc78cca75f71926050aa04e0f961c9ddd728e15f55408e405f3c7aa DIST chameleon-3.9.1.gh.tar.gz 136555 BLAKE2B 277df179cd26f1edc6513bc6a80d6f7a7f9f95b1562efa23f454d7055ffbeaf59d7a726bfe8969505b0839138c7f97fdb810754bb0342060a79b23abecb3ad36 SHA512 53b0aeeef89df7cacc299dad20e05023c638e708604876ce5269f22bab00e5001b640123920aef0ef9a0f554bbd37d151bedfdfe55ec161defe6b6f3781d841e diff --git a/dev-python/chameleon/chameleon-3.9.0.ebuild b/dev-python/chameleon/chameleon-3.9.0.ebuild deleted file mode 100644 index a6b94b0c8ff..00000000000 --- a/dev-python/chameleon/chameleon-3.9.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Fast HTML/XML template compiler for Python" -HOMEPAGE="https://github.com/malthe/chameleon - https://pypi.org/project/Chameleon/" -SRC_URI=" - https://github.com/malthe/chameleon/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="repoze" -SLOT="0" -KEYWORDS="amd64 x86" - -distutils_enable_tests unittest - -src_test() { - cd src || die - distutils-r1_src_test -}