dev-python/python-vlc: move to ::gentoo

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2021-05-20 14:57:12 +02:00
parent c8b2746f67
commit c02ef8ab3d
3 changed files with 0 additions and 35 deletions

View File

@@ -1 +0,0 @@
DIST python-vlc-3.0.11115.tar.gz 148303 BLAKE2B 51ec329aa11637752f289c5c1bcd4d4f966fd44efda7c309a6e9d9bfe4220e87d5bafa1a443f533b3f0bb93b0f1038195c9edd470b7b6610eb558d8f5ed50261 SHA512 34bec8cd067abec68fd9d48471c1395f06695125484b56be7c51b02285bb690dcf9987781fa1b0eec7c18f44c63d61420f6dbdaec37ed7f5488399a6585cd6ec

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>andrewammerlaan@gentoo.org</email>
<name>Andrew Ammerlaan</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
DESCRIPTION="Python ctypes-based bindings for libvlc"
HOMEPAGE="https://github.com/oaubert/python-vlc
https://wiki.videolan.org/Python_bindings/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
python_install_all() {
use examples && dodoc -r examples
distutils-r1_python_install_all
}