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 EC2B5158087 for ; Sun, 17 Oct 2021 09:31:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14150E0959; Sun, 17 Oct 2021 09:31:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF38BE0958 for ; Sun, 17 Oct 2021 09:31:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E352E343024 for ; Sun, 17 Oct 2021 09:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75C8E163 for ; Sun, 17 Oct 2021 09:31:27 +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: <1634463043.0eb9d4163c8e7d7d8634666b51f8e486f24859c9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/serverfiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/serverfiles/Manifest dev-python/serverfiles/serverfiles-0.2.1.ebuild X-VCS-Directories: dev-python/serverfiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0eb9d4163c8e7d7d8634666b51f8e486f24859c9 X-VCS-Branch: master Date: Sun, 17 Oct 2021 09:31:27 +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: c09d9c76-ea4d-4203-af45-df004ed30f82 X-Archives-Hash: 12a159c5cf2e5dcf5305e0d453031fb2 commit: 0eb9d4163c8e7d7d8634666b51f8e486f24859c9 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 17 09:30:43 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 17 09:30:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb9d416 dev-python/serverfiles: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/serverfiles/Manifest | 1 - dev-python/serverfiles/serverfiles-0.2.1.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/serverfiles/Manifest b/dev-python/serverfiles/Manifest index 0a9cc527333..0a2a7878eea 100644 --- a/dev-python/serverfiles/Manifest +++ b/dev-python/serverfiles/Manifest @@ -1,2 +1 @@ -DIST serverfiles-0.2.1.tar.gz 10506 BLAKE2B b653248261f05b20fa65a566e29065e97679383e44d3e8c05d10d1601376de2c39e1690a7ec1b1b3c680f407086294ea0769e030702fd01bff8833cc32889b8e SHA512 80512dfd8381f12aa143a88fb656bc7dca99fbc3c07a0b6cd9c7be8477de984a5121ffdb2f4cfe0f2150b83100b68ee478cfa7f26ea2f29e4a6fb7fe4eb0c18e DIST serverfiles-0.3.1.tar.gz 11726 BLAKE2B 5e075a816d510301af38642175530bed7fb785da4ada682b1249f993a5e8974a89f301e63ed307b4882df867641fa123065ae249dc6e48b1210665fac283d3c5 SHA512 424b99e3f0bcf97120aaab5ffcb6e08284d9a5f5caf614f4dbc41871b6aa637e39bcb5696ea593a09387c41621617079da939b6ebb183e64f878656b4d8071a9 diff --git a/dev-python/serverfiles/serverfiles-0.2.1.ebuild b/dev-python/serverfiles/serverfiles-0.2.1.ebuild deleted file mode 100644 index debdc443f0a..00000000000 --- a/dev-python/serverfiles/serverfiles-0.2.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) -inherit distutils-r1 - -DESCRIPTION="Utility for accessing HTTP server and storing files locally for reuse" -HOMEPAGE="https://github.com/biolab/serverfiles" -SRC_URI="https://github.com/biolab/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=dev-python/requests-2.11.1[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest