add python-songpal-0.11.1
This commit is contained in:
parent
7d7b0ca571
commit
ecaf397f96
3
dev-python/python-songpal/Manifest
Normal file
3
dev-python/python-songpal/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST python-songpal-0.11.1.tar.gz 25698 BLAKE2B f2d57e26ede952608bab9c366827f25eb369ff5b6f878f022577f63864859d1b9366c99ffa90fea09968603414c168f2286fbf094711afec32b4f07d534d2987 SHA512 eb966a5e218fb38dc5817e1bc5c53e0954c5079e7c10a7c3cb6c67657621cad2528a7df454ecffaac3beed6e402568f9d2ba2a0ea180de9ea6d7f5c75fa17515
|
||||
EBUILD python-songpal-0.11.1.ebuild 744 BLAKE2B b5ab847293cfd3abee8adc71674ff174fe31f6ec16c8fddbc6e7e98dd5f8858110759e1e41178988ebbbe4e012431fcadc75b2ac809bb892a2625823398e344a SHA512 d7dc282180a3f5740a514fb7f6c4c9b1aa5966a7917bdbc169827e5f5864e941ebd7c855306dec1fb1cff9ed3b0ab5eba3bc89d34bf9b6ce8248ef505d9aa933
|
||||
MISC metadata.xml 459 BLAKE2B 3bbfbd24f75ef79bb630b046373cae0b5e35df0b845f43f8a4bd5e41af629b89321adfc6a6fcac9f0d2cf0ea9203c4a40206f6c3a7969342364aa70fba8ec7c0 SHA512 fe21436e8a28ad4c04e2118f3886cce124b44e0c9fb055258e868a88da8908b69c20e224a30dd53dbeb04fbeae9a9d0b0700e085578845ada68a1255f92c3fac
|
16
dev-python/python-songpal/metadata.xml
Normal file
16
dev-python/python-songpal/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">python-songpal</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>tpr@iki.fi</email>
|
||||
<name>Teemu Rytilahti</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/python-songpal/python-songpal-0.11.1.ebuild
Normal file
30
dev-python/python-songpal/python-songpal-0.11.1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for interfacing with Sony's Songpal devices"
|
||||
HOMEPAGE="https://github.com/rytilahti/python-songpal https://pypi.org/project/python-songpal/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPLv3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user