add lightify
This commit is contained in:
parent
31b6627abe
commit
360a86968a
3
dev-python/lightify/Manifest
Normal file
3
dev-python/lightify/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST lightify-1.0.7.2.tar.gz 14452 BLAKE2B 6a063f94a544a4b59c5fe0b75810e4f487c76151e04bb603d899900c33bb8e3dcc215ea5148553d8c54bfb85cb3e2496df4ee322b0e724fa3d1352b5c4ab855d SHA512 ff606bf08f168e0834d7ed908650eebeeeed77840ed03bbfbe2eb6312d4cf761f7543f2d8d98f22183c0bc8117272cce57bb1bf8530b4a4ce93668f6d2f8875c
|
||||
EBUILD lightify-1.0.7.2.ebuild 733 BLAKE2B 4a22447bdfa8add01377c182c91ee590d16d2eb25d46220f02aad78d9ec146484d356fd23573d74930ac5ee0c8430c2bc61da4eefac4022486e97868dcb221e3 SHA512 bedc1adbffed79ef79eb1595397864202efa079781eac8f9622e62833750ab419c56a441d5cce77ffe62e48ea858c860704f4f84518cf63d17f9101d1f2106c1
|
||||
MISC metadata.xml 466 BLAKE2B afe9ba746c5c4c33bd5e0d42e5d60471deb0a379aef7269362b0e50473022c61e8ad5cd225b03d96a6368dfd59d6aba51003b670e9fd6ae53db03cd3f58d43f5 SHA512 4f1bbbce575e736de6a1111d5b5d3ced19bbca9226f811245c1f5f943bc24c0c61994f3fea565eb0c56fbf171b0cc063ebe49fe6ccde799d70cdb2a8c6a644c6
|
||||
30
dev-python/lightify/lightify-1.0.7.2.ebuild
Normal file
30
dev-python/lightify/lightify-1.0.7.2.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="A library to work with OSRAM lightify."
|
||||
HOMEPAGE="https://github.com/tfriedel/python-lightify https://pypi.org/project/lightify/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache License (2.0)"
|
||||
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
|
||||
}
|
||||
16
dev-python/lightify/metadata.xml
Normal file
16
dev-python/lightify/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">lightify</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>thomas.friedel@gmail.com</email>
|
||||
<name>Thomas Friedel</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user