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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E4E9158086 for ; Sun, 31 Oct 2021 20:39:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD750E081A; Sun, 31 Oct 2021 20:39:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0612E081A for ; Sun, 31 Oct 2021 20:39:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E25F8342D9F for ; Sun, 31 Oct 2021 20:39:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B2C210C for ; Sun, 31 Oct 2021 20:39:05 +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: <1635712426.470b6b1dfc72af5da30730abf3a651b96ff35fd2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filetype/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/filetype/Manifest dev-python/filetype/filetype-1.0.7.ebuild X-VCS-Directories: dev-python/filetype/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 470b6b1dfc72af5da30730abf3a651b96ff35fd2 X-VCS-Branch: master Date: Sun, 31 Oct 2021 20:39:05 +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: 8c40de44-259a-4872-92db-624a536d4314 X-Archives-Hash: 814e67f330553631692a1e5936b13026 commit: 470b6b1dfc72af5da30730abf3a651b96ff35fd2 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 31 20:33:46 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 31 20:33:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470b6b1d dev-python/filetype: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/filetype/Manifest | 1 - dev-python/filetype/filetype-1.0.7.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/filetype/Manifest b/dev-python/filetype/Manifest index 846d3fd29df..4899b439f00 100644 --- a/dev-python/filetype/Manifest +++ b/dev-python/filetype/Manifest @@ -1,2 +1 @@ -DIST filetype-1.0.7.tar.gz 666636 BLAKE2B 3abc1cc3a94b3ca8c91b9b43909522efa18736c826f8f45990b3d7dab18047476f05b259108290bf7383e4df82a63def4249c0d52ae313b0dc23d377bb5369d8 SHA512 8d81261082a5765c2f96b587cc8372ec2e7347536f3e76c1f4c17f10011fd1808309ceaf55923f0e063f379cdd253020ce651a263b9535a9d16375f07dc8ec92 DIST filetype-1.0.8.tar.gz 804082 BLAKE2B f636e9fdddd93dc8972c434666b82d97fd9572ce94f0c3b617add2ecaec2e1bfeaa267bb5ceaa07a6ed76d0b0ef0736451f9e4395353ce795e1a61e7cce5d543 SHA512 5ab87ec277781d27bdd7a4245f406d230724b0f0a7ab26e879cb78893262fbdff7088bb306203fb1fce38723b5d1c2a998fb8ae113509502755e995a1f81993b diff --git a/dev-python/filetype/filetype-1.0.7.ebuild b/dev-python/filetype/filetype-1.0.7.ebuild deleted file mode 100644 index ddb89484e0b..00000000000 --- a/dev-python/filetype/filetype-1.0.7.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) - -inherit distutils-r1 - -DESCRIPTION="Small, dependency-free, fast Python package to infer binary file types checking" -HOMEPAGE="https://github.com/h2non/filetype.py" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" - -PATCHES=( "${FILESDIR}/${P}-examples.patch" ) - -distutils_enable_tests unittest