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 597A01382C5 for ; Sun, 13 Dec 2020 15:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D0D9E0991; Sun, 13 Dec 2020 15:12:58 +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 249A0E0991 for ; Sun, 13 Dec 2020 15:12:58 +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 D8CB73410CE for ; Sun, 13 Dec 2020 15:12:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E2A549 for ; Sun, 13 Dec 2020 15:12:55 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1607872367.69a27f34b6bada5b882e3be787064ea9ed0be55c.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/servefile/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/servefile/Manifest www-servers/servefile/servefile-0.4.4_p20200211.ebuild www-servers/servefile/servefile-0.5.1.ebuild X-VCS-Directories: www-servers/servefile/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 69a27f34b6bada5b882e3be787064ea9ed0be55c X-VCS-Branch: master Date: Sun, 13 Dec 2020 15:12:55 +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: 5037fa70-9155-41f7-8cbe-ad21f5e7a822 X-Archives-Hash: abed9f7faf43745c9ce954a43a5f7a45 commit: 69a27f34b6bada5b882e3be787064ea9ed0be55c Author: Sebastian Pipping gentoo org> AuthorDate: Sun Dec 13 15:09:57 2020 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Dec 13 15:12:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a27f34 www-servers/servefile: Address PythonCompatUpdate Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.0, Repoman-2.3.23 www-servers/servefile/Manifest | 1 - .../servefile/servefile-0.4.4_p20200211.ebuild | 41 ---------------------- www-servers/servefile/servefile-0.5.1.ebuild | 2 +- 3 files changed, 1 insertion(+), 43 deletions(-) diff --git a/www-servers/servefile/Manifest b/www-servers/servefile/Manifest index dee762e92f0..6edfa093dd5 100644 --- a/www-servers/servefile/Manifest +++ b/www-servers/servefile/Manifest @@ -1,2 +1 @@ -DIST servefile-0.4.4_p20200211.tar.gz 18304 BLAKE2B 2bbd6534d7fb787a0b85d594bd0a2bc235c859f80618be24dea144ef2adaa6188a29efdffc2e9109229301b9d3ee09df6a9d746a15ae6b01fed44a21307df78e SHA512 ef4edb4c92d9f804970087fc1c3d59775740642516a06704258de6d972cb807123f309991a5e22469b7619aff2304e265d5749485a4f74e75f2c80c279a23c33 DIST servefile-0.5.1.tar.gz 19390 BLAKE2B 4443471870650f03564d6f574b633630fac4e1f9f6e6a9807b1baa4d3aaa6284f803fa9dc0c7c07f53cc343f89687db5f6b5a4ebf09e9fd327369e2b3aecddc5 SHA512 2502f3072522a8f460d3711dccbaa3fa57e34915313aaad475e5831962adc92c0728c2598f9f78ee99e60731cdc2d3026488ce8050369ab0c967246cd9372f44 diff --git a/www-servers/servefile/servefile-0.4.4_p20200211.ebuild b/www-servers/servefile/servefile-0.4.4_p20200211.ebuild deleted file mode 100644 index 6f5570d2e3a..00000000000 --- a/www-servers/servefile/servefile-0.4.4_p20200211.ebuild +++ /dev/null @@ -1,41 +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} ) - -inherit distutils-r1 - -MY_COMMIT=864b2161b16e432c8ba19db1914809e080d793af -DESCRIPTION="Serve a single file via HTTP" -HOMEPAGE="https://github.com/sebageek/servefile" -SRC_URI="https://github.com/sebageek/servefile/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ssl test" - -RDEPEND=" - ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] ) - sys-apps/grep - sys-apps/iproute2 - sys-apps/net-tools - sys-apps/sed" -DEPEND="test? ( - ${RDEPEND} - dev-python/requests[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}"/${PN}-${MY_COMMIT} - -PATCHES=( - "${FILESDIR}"/${P}-ipv6-absent-tests.patch -) - -distutils_enable_tests pytest - -src_install() { - distutils-r1_src_install - doman ${PN}.1 -} diff --git a/www-servers/servefile/servefile-0.5.1.ebuild b/www-servers/servefile/servefile-0.5.1.ebuild index 7d34a67b34d..21bca4faa30 100644 --- a/www-servers/servefile/servefile-0.5.1.ebuild +++ b/www-servers/servefile/servefile-0.5.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1