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 20537158090 for ; Sun, 15 May 2022 10:41:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A834BE0960; Sun, 15 May 2022 10:41:19 +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 8ED8AE0960 for ; Sun, 15 May 2022 10:41:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EE1434132A for ; Sun, 15 May 2022 10:41:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C00C6474 for ; Sun, 15 May 2022 10:41:14 +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: <1652611256.824faddc3eee351cea6e02422ff25525d6a3f4bc.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.1.ebuild X-VCS-Directories: dev-python/chameleon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 824faddc3eee351cea6e02422ff25525d6a3f4bc X-VCS-Branch: master Date: Sun, 15 May 2022 10:41:14 +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: 1ab3e3c6-712e-4a8b-9ccc-ac27828b8a47 X-Archives-Hash: 322e01c6e2c6a1249f0ff421abeaa1ed commit: 824faddc3eee351cea6e02422ff25525d6a3f4bc Author: Michał Górny gentoo org> AuthorDate: Sun May 15 10:24:49 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 15 10:40:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824faddc dev-python/chameleon: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/chameleon/Manifest | 1 - dev-python/chameleon/chameleon-3.9.1.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/chameleon/Manifest b/dev-python/chameleon/Manifest index 07573ec9b4b2..150d934e2ad7 100644 --- a/dev-python/chameleon/Manifest +++ b/dev-python/chameleon/Manifest @@ -1,2 +1 @@ DIST chameleon-3.10.0.gh.tar.gz 136996 BLAKE2B a622fa4d972dc0bea9532f0815b586e17d56fc4da94bad37f83fb29d2a94442da2a7d1ebd00fdfb0a877fcf9a2d269c2c3780ec9cf96ad772952b096a1ca1db2 SHA512 de59a4f1d0243beae91008f93741e9565831ea3b07c3f39e20e15ecc7220711a78bf475844fcaa9dc25f2376b0e937779ca28bd58f7c9b95fa2cf35cc7212117 -DIST chameleon-3.9.1.gh.tar.gz 136555 BLAKE2B 277df179cd26f1edc6513bc6a80d6f7a7f9f95b1562efa23f454d7055ffbeaf59d7a726bfe8969505b0839138c7f97fdb810754bb0342060a79b23abecb3ad36 SHA512 53b0aeeef89df7cacc299dad20e05023c638e708604876ce5269f22bab00e5001b640123920aef0ef9a0f554bbd37d151bedfdfe55ec161defe6b6f3781d841e diff --git a/dev-python/chameleon/chameleon-3.9.1.ebuild b/dev-python/chameleon/chameleon-3.9.1.ebuild deleted file mode 100644 index 37050fea5f72..000000000000 --- a/dev-python/chameleon/chameleon-3.9.1.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..10} 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 -}