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 61E69138350 for ; Mon, 4 May 2020 10:29:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9EA9E0978; Mon, 4 May 2020 10:29:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8D034E0978 for ; Mon, 4 May 2020 10:29:40 +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 98C1034F4A5 for ; Mon, 4 May 2020 10:29:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35A1A1FB for ; Mon, 4 May 2020 10:29:07 +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: <1588588021.79463233208f1d18a96e5cf44f9bc8feec422593.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.6.2.ebuild X-VCS-Directories: dev-python/chameleon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 79463233208f1d18a96e5cf44f9bc8feec422593 X-VCS-Branch: master Date: Mon, 4 May 2020 10:29:07 +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: 5838d0f8-c80a-43dc-aaf3-4bc1136e038f X-Archives-Hash: 313d46b748326a38ebc3676d0bb441f7 commit: 79463233208f1d18a96e5cf44f9bc8feec422593 Author: Michał Górny gentoo org> AuthorDate: Mon May 4 10:27:01 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 4 10:27:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79463233 dev-python/chameleon: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/chameleon/Manifest | 1 - dev-python/chameleon/chameleon-3.6.2.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/chameleon/Manifest b/dev-python/chameleon/Manifest index 4ef711a22e7..e5c10978e7b 100644 --- a/dev-python/chameleon/Manifest +++ b/dev-python/chameleon/Manifest @@ -1,3 +1,2 @@ DIST Chameleon-2.25.tar.gz 193965 BLAKE2B a6ae7768c52807a82229d75fc044116a77df5ae3032a98e44558a1d2b3ee2f427f3291b7c2895639050ea1e9fda0e6868ca7b8299cbbf1d5e1b0714af0d835c0 SHA512 b2ffc05c6ab5268757ae6a93a0579d8031dfe7e09882f0f3f0b9a25677ecf896af99a8e7cf6bec98648e9c8526365e7e517bc174d36137734968d80f3f14a05d -DIST Chameleon-3.6.2.tar.gz 121518 BLAKE2B 1a49b671a2ec437570581489670a86f4f07ec512a5902ad128806ed9cd3bc813be17b806d942a8a8ed30ec9a48e7f20116a691a5d1c0e3f7d98f8781de470b3b SHA512 0bdc1314cbb37f462de640b89f0e7319025938253df34303c033c8cc903f94f183bb33fc99afdda9ff4cf500c78778df6f5f1f72c0c1607014d6a38117d269e4 DIST chameleon-3.7.0.gh.tar.gz 135209 BLAKE2B 14e890eca1a3c211dfb5a658457473b21948b6f252e76e5391e862850a29e9e0fe4aaa31a03da7ec1674a2b563d083ee31fb342be2dc9bf4e7b4dbccbabf8637 SHA512 9f1d2a9222b795ac139f0c06ea8169ec132c00714ec4608e58dd5781dba8380f988141f6659c47e8920ee0cd4d4bcde9070794cd0e2b5f34d0fce21d24e2dc98 diff --git a/dev-python/chameleon/chameleon-3.6.2.ebuild b/dev-python/chameleon/chameleon-3.6.2.ebuild deleted file mode 100644 index 78effbc5138..00000000000 --- a/dev-python/chameleon/chameleon-3.6.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) - -inherit distutils-r1 - -MY_P=${P^} -DESCRIPTION="Fast HTML/XML template compiler for Python" -HOMEPAGE="https://github.com/malthe/chameleon - https://pypi.org/project/Chameleon/" -SRC_URI="mirror://pypi/${MY_P::1}/${PN^}/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="repoze" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -distutils_enable_tests setup.py