add pyoppleio
This commit is contained in:
parent
5534357c34
commit
ce5352a094
3
dev-python/pyoppleio/Manifest
Normal file
3
dev-python/pyoppleio/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pyoppleio-1.0.5.tar.gz 5068 BLAKE2B e39bce0752d333aaac034e513eec504eaa673b43ae3596e9de86d450bf7fef224849b0540ea375eec4d7ddc77b489b67c93a42a492dc4faf7096c38e8f99780b SHA512 61f68216c567a3f79d442be09090bf24127e5e320aa1b87e265debb2907d595ca647f3c777a2aef2fb21ea3781db5baa66d397fbe7de8bbe62cd0d9b664b5b3b
|
||||
EBUILD pyoppleio-1.0.5.ebuild 739 BLAKE2B 61d542676d94756ac5c72fb4cc2fedd78ba26bd1c1d25b2592454387b7deba2965696f51b4e5b7b43c856f4f6558c992873fdbccddd65aeffd9077d522beaf0b SHA512 00088b9793517e3dde9d3360f58d790c1f46db81033a6befa8fe1b0b8f5fc74cbdd2d7d442934212f2b87ef14d260d9257cf98b239078a8790c9b30f238dab40
|
||||
MISC metadata.xml 448 BLAKE2B a120852255f6bff11e5806ac4cd3685cd18e6168df1c84f3ec40cf092925e9b1ec446b01b3af4b5d4195a0c5b1312a56535a4a5802dee3400d3bab6a573b14a3 SHA512 b0db3c316b1a44c6bfe33b08b3f38815944473496dbc0a13518cf5cd2e1713fdd56b977435a8357655749492ada059de4020edeaae37e9bc0f1015735d2a8a07
|
||||
16
dev-python/pyoppleio/metadata.xml
Normal file
16
dev-python/pyoppleio/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">pyoppleio</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jedm@jedm.cn</email>
|
||||
<name>jedmeng</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pyoppleio/pyoppleio-1.0.5.ebuild
Normal file
30
dev-python/pyoppleio/pyoppleio-1.0.5.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 opple mobile control light"
|
||||
HOMEPAGE="https://github.com/jedmeng/python-oppleio https://pypi.org/project/pyoppleio/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
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