From 2018227e9344edb9da15fc6a4a8298086cc2aa77 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 2 Jun 2019 21:45:28 +0100 Subject: gentoo resync : 02.06.2019 --- media-libs/pyliblo/Manifest | 4 ++-- media-libs/pyliblo/metadata.xml | 12 +++++++++++- media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild | 21 +++++++++++++++++++++ media-libs/pyliblo/pyliblo-0.10.0.ebuild | 21 --------------------- 4 files changed, 34 insertions(+), 24 deletions(-) create mode 100644 media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild delete mode 100644 media-libs/pyliblo/pyliblo-0.10.0.ebuild (limited to 'media-libs/pyliblo') diff --git a/media-libs/pyliblo/Manifest b/media-libs/pyliblo/Manifest index 07fe7f70cf10..49b4207d0bbc 100644 --- a/media-libs/pyliblo/Manifest +++ b/media-libs/pyliblo/Manifest @@ -1,3 +1,3 @@ DIST pyliblo-0.10.0.tar.gz 29702 BLAKE2B 6120003aba9990a4c9d84050a3501e4f2bb345d7b454f47ca2689091c3dcfa1c59c85ff8c2a7b7d0e7a6b9ee87c291ebceddf09cd9a1a39a0706ae463394e407 SHA512 d2a3d47f6c52d310104256d33fbd5d652ae6bc8cde32c2d3b2f3f407b8a4aba99028e57cd466804d266f63468a6c792760f28a43dbabcfa3330e0a852ee4d4e3 -EBUILD pyliblo-0.10.0.ebuild 526 BLAKE2B f66b2141b74f72002529fe53928ad8241727640a507fa4cfccae0718ae5b9d65f0dbb72106911afc026c4fd30de3ea83465c37b90e54dfa96bce2a011a54816c SHA512 80c6b9eee1e19151df6404a9e56bef0993c840862125030ed5996189b32097262de705c9bec8e3de49c2a539f6ce94424aaf75dc3499f4f86ef6ea28d4469c17 -MISC metadata.xml 168 BLAKE2B 5f277cc66dbafa7e7985433f84b0f9a656a176a9b901862e2a8353ca2d4526797dded9696e835b9696c7f72324e94959cfb5a22de49a7e3e61604153886037ab SHA512 00eec08786156434460f5ed77b647579546cf1a86341a4f2c9c9c84326468c2c21dc5101c4277103b19266bb6f788823f4ddf3b9d044da26326d79bf2ac9a274 +EBUILD pyliblo-0.10.0-r1.ebuild 525 BLAKE2B 70f86ab9c9431ce5ef0946b704602d0f9887618b20530c40b05eafbdd1561fb37ba16ebb3193f163a4c8a0983d2de0d1ba3dcc15b52a3b36fde5072c6b9f32e5 SHA512 d90afe286c0f6255ba1a7e0d49f1b7ea3ea8269154e25943250ede7e584e3cec3004077bcfb34280ab79e9cb89208225203f9d0c3cc5692ac783fc6fd94b88a8 +MISC metadata.xml 443 BLAKE2B 0f5ca85fdee859d34612857810740cc23f7e82c757596afbcf33b4825908295d2d49f93ab27acf2e5ce66a1999deded0c30a7d90d2fdf88a609ac19e7d073bea SHA512 258fb4656807e957ee2172da4cebc2533e8367ccad076cbebd6e221cf76df046b748711d4d7abd73bb3c76e13102710beae0eb2ce74378bf1f15a2b8e9f41d2d diff --git a/media-libs/pyliblo/metadata.xml b/media-libs/pyliblo/metadata.xml index 1b2becffa26c..511c25a14265 100644 --- a/media-libs/pyliblo/metadata.xml +++ b/media-libs/pyliblo/metadata.xml @@ -1,5 +1,15 @@ - + + alexander@tsoy.me + Alexander Tsoy + + + proxy-maint@gentoo.org + Proxy Maintainers + + + dsacre/pyliblo + diff --git a/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild b/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild new file mode 100644 index 000000000000..1ec36208367a --- /dev/null +++ b/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="A Python wrapper for the liblo OSC library" +HOMEPAGE="http://das.nasophon.de/pyliblo" +SRC_URI="http://das.nasophon.de/download/${P}.tar.gz" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=">=media-libs/liblo-0.27 + ${PYTHON_DEPS}" +DEPEND="${RDEPEND} + dev-python/cython[${PYTHON_USEDEP}]" diff --git a/media-libs/pyliblo/pyliblo-0.10.0.ebuild b/media-libs/pyliblo/pyliblo-0.10.0.ebuild deleted file mode 100644 index 7a81790300a4..000000000000 --- a/media-libs/pyliblo/pyliblo-0.10.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -inherit distutils-r1 - -DESCRIPTION="A Python wrapper for the liblo OSC library" -HOMEPAGE="http://das.nasophon.de/pyliblo" -SRC_URI="http://das.nasophon.de/download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=">=media-libs/liblo-0.27 - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - dev-python/cython[${PYTHON_USEDEP}]" -- cgit v1.2.3