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 AB07D138350 for ; Fri, 27 Mar 2020 10:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 090BAE0E34; Fri, 27 Mar 2020 10:42:56 +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 E2022E0E2B for ; Fri, 27 Mar 2020 10:42:55 +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 D56EA34F93C for ; Fri, 27 Mar 2020 10:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF8D31B9 for ; Fri, 27 Mar 2020 10:42:50 +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: <1585305756.0f0ac3e13803e089dccd38be70f47bf487cd9436.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/greenstalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/greenstalk/Manifest dev-python/greenstalk/greenstalk-0.5.2.ebuild X-VCS-Directories: dev-python/greenstalk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0f0ac3e13803e089dccd38be70f47bf487cd9436 X-VCS-Branch: master Date: Fri, 27 Mar 2020 10:42:50 +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: 2e36d865-f630-4201-9c20-894b3e5ac9ab X-Archives-Hash: ad5027e36f5e12014fff32b3dff52b22 commit: 0f0ac3e13803e089dccd38be70f47bf487cd9436 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 27 10:38:46 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 27 10:42:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f0ac3e1 dev-python/greenstalk: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/greenstalk/Manifest | 1 - dev-python/greenstalk/greenstalk-0.5.2.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-python/greenstalk/Manifest b/dev-python/greenstalk/Manifest index 346b64ecbce..bca64cf3ea7 100644 --- a/dev-python/greenstalk/Manifest +++ b/dev-python/greenstalk/Manifest @@ -1,2 +1 @@ -DIST greenstalk-0.5.2.tar.gz 5317 BLAKE2B 1dd461f0a3a97210cad1c2a1957483477334c015e97184db22c3048c5152b4b7a2a0a5768cf79190c4f8c3115fc61557d3cb453fb56194db9906c5d29e7734e9 SHA512 a270e0c6aaab1ce93e695413c8c12a2546cffb5d3cd11b20679c1f4f8238a68b8e9ed59c0b1c5ec3ed3319d3cd32e8bfef68533e092645d2832546024dfa68db DIST greenstalk-1.0.1.tar.gz 12898 BLAKE2B fc0b90ba95b09e1490025175339c3f9eb7afed16db40ec34031305a3d487582fc7305b1990424f53a06887a34c30ab4f957db01a640576aa1c5db30511161c0f SHA512 8b57ec0c7fd3a60c24e8ddd7d51f31c0986317cbceb0f7045bbd720ca58e8f3c896f2f9924de7b1e8693844c814ecdebc020972d895468d1b0e7d055bf628b16 diff --git a/dev-python/greenstalk/greenstalk-0.5.2.ebuild b/dev-python/greenstalk/greenstalk-0.5.2.ebuild deleted file mode 100644 index 356c4e7ca54..00000000000 --- a/dev-python/greenstalk/greenstalk-0.5.2.ebuild +++ /dev/null @@ -1,19 +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} ) -inherit distutils-r1 - -DESCRIPTION="A Python 3 client for the beanstalkd work queue" -HOMEPAGE="https://greenstalk.readthedocs.io/ https://github.com/mayhewj/greenstalk" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -"