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 71568158099 for ; Wed, 29 Nov 2023 11:38:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA2832BC10F; Wed, 29 Nov 2023 11:38:41 +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 94B2C2BC10F for ; Wed, 29 Nov 2023 11:38:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E0970335D17 for ; Wed, 29 Nov 2023 11:38:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56C9B13FC for ; Wed, 29 Nov 2023 11:38:38 +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: <1701257844.4e7d13d21add083303d5857ab164b1219d8fa623.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymediainfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymediainfo/Manifest dev-python/pymediainfo/pymediainfo-6.0.1.ebuild X-VCS-Directories: dev-python/pymediainfo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4e7d13d21add083303d5857ab164b1219d8fa623 X-VCS-Branch: master Date: Wed, 29 Nov 2023 11:38:38 +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: 4d65c131-14bf-4276-a543-f19734e3a257 X-Archives-Hash: 6aa0b861cb4a35517edec50499348760 commit: 4e7d13d21add083303d5857ab164b1219d8fa623 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 29 11:37:24 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 29 11:37:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7d13d2 dev-python/pymediainfo: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pymediainfo/Manifest | 1 - dev-python/pymediainfo/pymediainfo-6.0.1.ebuild | 34 ------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/pymediainfo/Manifest b/dev-python/pymediainfo/Manifest index 7766cecacbc5..c84af28c996c 100644 --- a/dev-python/pymediainfo/Manifest +++ b/dev-python/pymediainfo/Manifest @@ -1,2 +1 @@ -DIST pymediainfo-6.0.1.tar.gz 446487 BLAKE2B 402c71157e43fd03efe37934932c61e1e22d469c13f5b5e85d7e0f1d52d6e54289860777c1677efeb4710a5c55086a1c7db03da8ad2f88f49d144bd5484f8638 SHA512 7b373b133911eb320248f72627f6aeb6fa04705b55500639d18094ed8227296fd744c2c4b76d765e8b2d98d78f443114e9ca7ef8e2e0eb498d48d2b46956f952 DIST pymediainfo-6.1.0.tar.gz 446466 BLAKE2B 66a2863439cd2df7e5ad8be07a377b8201048aed4f6b4efb2289f316a184ebbc5376ce4e437e05819906a49eb40d49039f8e17654470cd1539fdfdb6496b3b71 SHA512 2c32134f42794a7228591d96e2cbe64b30693b671ded4e386b08eb6d571459e4a06d551d3c169dd340f560cf5ec7f86f6cd73fc135e4404614c22ed452273783 diff --git a/dev-python/pymediainfo/pymediainfo-6.0.1.ebuild b/dev-python/pymediainfo/pymediainfo-6.0.1.ebuild deleted file mode 100644 index c96cd4566edf..000000000000 --- a/dev-python/pymediainfo/pymediainfo-6.0.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) -PYTHON_REQ_USE="xml(+)" - -inherit distutils-r1 pypi - -DESCRIPTION="A wrapper around the mediainfo library" -HOMEPAGE=" - https://github.com/sbraz/pymediainfo/ - https://pypi.org/project/pymediainfo/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - media-libs/libmediainfo -" -# tests/test_pymediainfo.py::MediaInfoURLTest::test_parse_url requires libmediainfo with curl support -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( - media-libs/libmediainfo[curl] - ) -" - -distutils_enable_sphinx docs dev-python/alabaster -distutils_enable_tests pytest