mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-python/pymediainfo: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
ca43c7192e
commit
b29591e047
@ -1,3 +1 @@
|
||||
DIST pymediainfo-6.1.0.tar.gz 446466 BLAKE2B 66a2863439cd2df7e5ad8be07a377b8201048aed4f6b4efb2289f316a184ebbc5376ce4e437e05819906a49eb40d49039f8e17654470cd1539fdfdb6496b3b71 SHA512 2c32134f42794a7228591d96e2cbe64b30693b671ded4e386b08eb6d571459e4a06d551d3c169dd340f560cf5ec7f86f6cd73fc135e4404614c22ed452273783
|
||||
DIST pymediainfo-7.0.0.tar.gz 437822 BLAKE2B 13cb89a2c3491420ce2ebb1a3dd327baa6c28a0c4f70c02c09542431235b3ee488985c19b6ea1d1ac811b1d0af0c94b235d3150d3485e1163fca720d45b4431f SHA512 ed2e336430497ca24d6057e209fef3803052cd3abff5ab9cb3993a6370035a732ccb1798ecc83d6b0fe3318b10f02555c668f68a418bde2187995b15859ccf2a
|
||||
DIST pymediainfo-7.0.1.tar.gz 441563 BLAKE2B c2cb59c8d0c4fe90ef33e3f1cd4a55fa42341213abe399841e1b008b9854861cff1459b17f766ca54bf8ac632d9159029bcbf74283abaa63c8150246b7b6be23 SHA512 73ad42192faf3baf78158f8bad216d306dc37830d64e48d801d133119433a79269fef667430588b94a7625df1541a66e5b6a36239a7820b675b06481e107ab70
|
||||
|
||||
@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( pypy3 python3_{10..13} )
|
||||
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
|
||||
@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pdm-backend
|
||||
PYTHON_COMPAT=( pypy3 python3_{10..13} )
|
||||
PYTHON_REQ_USE="xml(+)"
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A Python wrapper for 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
|
||||
Loading…
x
Reference in New Issue
Block a user