media-libs/pyliblo: new package, add 0.10.0
This commit is contained in:
parent
44f0a42d78
commit
5c5db180dc
1
media-libs/pyliblo/Manifest
Normal file
1
media-libs/pyliblo/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST pyliblo-0.10.0.tar.gz 29702 BLAKE2B 6120003aba9990a4c9d84050a3501e4f2bb345d7b454f47ca2689091c3dcfa1c59c85ff8c2a7b7d0e7a6b9ee87c291ebceddf09cd9a1a39a0706ae463394e407 SHA512 d2a3d47f6c52d310104256d33fbd5d652ae6bc8cde32c2d3b2f3f407b8a4aba99028e57cd466804d266f63468a6c792760f28a43dbabcfa3330e0a852ee4d4e3
|
8
media-libs/pyliblo/metadata.xml
Normal file
8
media-libs/pyliblo/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<name>Ryan Fox</name>
|
||||||
|
<email>flewkey@2a03.party</email>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
23
media-libs/pyliblo/pyliblo-0.10.0.ebuild
Normal file
23
media-libs/pyliblo/pyliblo-0.10.0.ebuild
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYTHON_COMPAT=( python3_{8..11} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
SRC_URI="https://das.nasophon.de/download/${P}.tar.gz"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
DESCRIPTION="A Python wrapper for the liblo OSC library"
|
||||||
|
HOMEPAGE="https://das.nasophon.de/pyliblo"
|
||||||
|
LICENSE="LGPL-2.1+"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND=">=media-libs/liblo-0.27"
|
||||||
|
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
|
||||||
|
|
||||||
|
distutils_enable_tests unittest
|
Loading…
Reference in New Issue
Block a user