diff options
author | 2023-12-30 19:31:20 +0100 | |
---|---|---|
committer | 2023-12-30 19:31:20 +0100 | |
commit | 15b30d187b4fc381691538a91ed506e07c58ffda (patch) | |
tree | 08b0786ef12647a83a36af61b355676982845896 /dev-python/python-vlc | |
parent | dev-python/python-rtmidi: Remove old (diff) | |
download | gentoo-15b30d187b4fc381691538a91ed506e07c58ffda.tar.gz gentoo-15b30d187b4fc381691538a91ed506e07c58ffda.tar.bz2 gentoo-15b30d187b4fc381691538a91ed506e07c58ffda.zip |
dev-python/python-vlc: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-vlc')
-rw-r--r-- | dev-python/python-vlc/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-vlc/python-vlc-3.0.18122.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/python-vlc/Manifest b/dev-python/python-vlc/Manifest index 3b17911e4d8b..7eb48ac6de4e 100644 --- a/dev-python/python-vlc/Manifest +++ b/dev-python/python-vlc/Manifest @@ -1,2 +1 @@ -DIST python-vlc-3.0.18122.tar.gz 152762 BLAKE2B 311d3e450160db5fa7ec2cbf078382a8cb1c4a73a42aba7aa47dcfdeb09f1be26ace94d8dd2cd49d4c300dd8a74fcb1bea93a9b7f913e31d5240f3eab0249601 SHA512 f9233cba21ad986486d088c70c721d79847858762a10519bb19f69e2dbe4de9899304080742cc6bac3a53f7489152c38a432cff3fed516ece7e2b5d3136fc0a6 DIST python-vlc-3.0.20123.tar.gz 159444 BLAKE2B 683433f2ab1f6b8a08971aac668c8dcbf98ecb9327a567be8be101b20be8157ca954da717f82dcec26310468254cf785d30a237560fd5da2b9799e4910cbceac SHA512 7268ef806b99fcfac552d7735dc0e3b07741aa1bc8b7dfacf53bcaa4e82d7af854f96f48198fd648a8fa78eb817643ac0f1939c3e370385f407ebe3c468e35d5 diff --git a/dev-python/python-vlc/python-vlc-3.0.18122.ebuild b/dev-python/python-vlc/python-vlc-3.0.18122.ebuild deleted file mode 100644 index 439e4eb3f722..000000000000 --- a/dev-python/python-vlc/python-vlc-3.0.18122.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) -inherit distutils-r1 pypi - -DESCRIPTION="Python ctypes-based bindings for libvlc" -HOMEPAGE="https://github.com/oaubert/python-vlc - https://wiki.videolan.org/Python_bindings/" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - media-video/vlc -" |