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 D3E7E138334 for ; Sun, 15 Dec 2019 12:36:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C46BE0839; Sun, 15 Dec 2019 12:36:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DF4D5E0839 for ; Sun, 15 Dec 2019 12:36:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0D89934D883 for ; Sun, 15 Dec 2019 12:36:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA2B98D7 for ; Sun, 15 Dec 2019 12:36:06 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1576413359.fd1eb43eecad9d848e795ca314c82c6813c2ea99.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/constantly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/constantly/Manifest dev-python/constantly/constantly-15.1.0.ebuild X-VCS-Directories: dev-python/constantly/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: fd1eb43eecad9d848e795ca314c82c6813c2ea99 X-VCS-Branch: master Date: Sun, 15 Dec 2019 12:36:06 +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: 113b1793-7b13-459b-ae4f-198c0d42d703 X-Archives-Hash: 1a6b875f5475af91909b8bb8d1517dd8 commit: fd1eb43eecad9d848e795ca314c82c6813c2ea99 Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 15 12:34:05 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Dec 15 12:35:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1eb43e dev-python/constantly: Drop old Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Pacho Ramos gentoo.org> dev-python/constantly/Manifest | 1 - dev-python/constantly/constantly-15.1.0.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest index 6c7a079e294..97253e8bcc1 100644 --- a/dev-python/constantly/Manifest +++ b/dev-python/constantly/Manifest @@ -1,2 +1 @@ DIST constantly-15.1.0.gh.tar.gz 40635 BLAKE2B d400336901f7df7b1535a0e46fe092a2542546964ea144014210e8be3807aabfe8e8370e94f426061a0c3a6257ee66a6ceb963b159717def7e047405368d910e SHA512 eeaa74552fe8e01c40566ac3c8b3d41085f800863ac516e30fe1242f40d3401e4e872279149776f29d3ba78a7a16337a794ad26230efab4dd1847d42bffa81ce -DIST constantly-15.1.0.tar.gz 21465 BLAKE2B fc3781e521f3a9988567c437e456e2f8215b8d61115e076d4f9fc52926125540f59bad457413105422d31184506bf7fd3fa38711dae8a8057b38941f2c5584bb SHA512 ccc6f41b0bd552d2bb5346cc9d64cd7b91a59dd30e0cf66b01e82f7e0e079c01c34bc6c66b69c5fee9d2eed35ae5455258d309e66278d708d5f576ddf2e00ac3 diff --git a/dev-python/constantly/constantly-15.1.0.ebuild b/dev-python/constantly/constantly-15.1.0.ebuild deleted file mode 100644 index 82f27669eed..00000000000 --- a/dev-python/constantly/constantly-15.1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy) - -inherit distutils-r1 - -DESCRIPTION="Symbolic constants in Python" -HOMEPAGE="https://github.com/twisted/constantly https://pypi.org/project/constantly/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -RDEPEND="" -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -#S=${WORKDIR}/${P}