diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-11 20:01:59 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-11 20:01:59 +0000 |
| commit | c2273b4df43751f22098f6029944aaf35c254b4f (patch) | |
| tree | 94d858e5a95cb32d30cdd35065542038daf5897b /dev-python/python-vlc | |
| parent | c4b89204e2c5007365554878be4b1fe4b5d4c95a (diff) | |
| download | baldeagleos-repo-c2273b4df43751f22098f6029944aaf35c254b4f.tar.gz baldeagleos-repo-c2273b4df43751f22098f6029944aaf35c254b4f.tar.xz baldeagleos-repo-c2273b4df43751f22098f6029944aaf35c254b4f.zip | |
Adding metadata
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.21203.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/python-vlc/Manifest b/dev-python/python-vlc/Manifest index 7eb48ac6de4e..9484cc4bec99 100644 --- a/dev-python/python-vlc/Manifest +++ b/dev-python/python-vlc/Manifest @@ -1 +1,2 @@ DIST python-vlc-3.0.20123.tar.gz 159444 BLAKE2B 683433f2ab1f6b8a08971aac668c8dcbf98ecb9327a567be8be101b20be8157ca954da717f82dcec26310468254cf785d30a237560fd5da2b9799e4910cbceac SHA512 7268ef806b99fcfac552d7735dc0e3b07741aa1bc8b7dfacf53bcaa4e82d7af854f96f48198fd648a8fa78eb817643ac0f1939c3e370385f407ebe3c468e35d5 +DIST python_vlc-3.0.21203.tar.gz 162211 BLAKE2B 1dd8917b3b7362bbd9d213b80b0cf9ff10fb98e2e8b9aa405c62d28272676ffc7c988a809cf883899c945e7c68dc29a78ac4c828160041bf606061e4b6a55605 SHA512 b7ed2f783d8142b5bff2deffc9487065095db12fc7fac4c8da23e98128e0b13f67c5d2da6884cf4dc4d6c6b9638a2460b49d383c00a8bdf3ae62aa0082360c5a diff --git a/dev-python/python-vlc/python-vlc-3.0.21203.ebuild b/dev-python/python-vlc/python-vlc-3.0.21203.ebuild new file mode 100644 index 000000000000..04e521d4c66e --- /dev/null +++ b/dev-python/python-vlc/python-vlc-3.0.21203.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +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 +" |
