1
0
Fork 0

dev-python/python-vlc: New package

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2021-03-10 22:48:00 +00:00
parent 5dca382e23
commit 399183a1de
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST python-vlc-3.0.11115.tar.gz 148303 BLAKE2B 51ec329aa11637752f289c5c1bcd4d4f966fd44efda7c309a6e9d9bfe4220e87d5bafa1a443f533b3f0bb93b0f1038195c9edd470b7b6610eb558d8f5ed50261 SHA512 34bec8cd067abec68fd9d48471c1395f06695125484b56be7c51b02285bb690dcf9987781fa1b0eec7c18f44c63d61420f6dbdaec37ed7f5488399a6585cd6ec
EBUILD python-vlc-3.0.11115.ebuild 395 BLAKE2B 79d7acca7f351cebdca101baf92468a39d40f17c48b2446af5908437cf64259c5aa75b3bfb8cde35ce342e224d2bc597b2890223976f63fc7c6d6ed57da876b4 SHA512 bb085001fe6ab4df62dea6700c422237c06068c1cdf67bd7e6453d78bd118e97fb3ac21495036dc9efed8983377d217de1d3820bcb38dff506fd8aa22abb82bc
MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,20 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"
DESCRIPTION="Python VLC bindings"
HOMEPAGE="https://wiki.videolan.org/Python_bindings/"
LICENSE="LGPL-2.1+"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""