diff options
author | Gerion Entrup <gerion.entrup@flump.de> | 2020-01-09 20:56:21 +0100 |
---|---|---|
committer | Gerion Entrup <gerion.entrup@flump.de> | 2020-01-09 20:56:40 +0100 |
commit | 2e7b97b95c53f45b5792c1eb28a22cc76927f854 (patch) | |
tree | 9d3d67b618b18a16b95fb6517851729180e17d93 | |
parent | sci-geosciences/qmapshack-9999: drop, outdated (diff) | |
download | gerislay-2e7b97b95c53f45b5792c1eb28a22cc76927f854.tar.gz gerislay-2e7b97b95c53f45b5792c1eb28a22cc76927f854.tar.bz2 gerislay-2e7b97b95c53f45b5792c1eb28a22cc76927f854.zip |
dev-python/lifxlan: add 9999 package
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
-rw-r--r-- | dev-python/lifxlan/Manifest | 1 | ||||
-rw-r--r-- | dev-python/lifxlan/lifxlan-9999.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/lifxlan/Manifest b/dev-python/lifxlan/Manifest new file mode 100644 index 0000000..2713d95 --- /dev/null +++ b/dev-python/lifxlan/Manifest @@ -0,0 +1 @@ +EBUILD lifxlan-9999.ebuild 551 BLAKE2B 660992953d61dd78a218a4ad5cebe11f096ea5c8b86a05a8cdab1a091c0ce87bfdce41e2311aff838e73bc06c110809c253209dc5654e33f7cd5e614480e372e SHA512 43fa65174ca0ca725fbef39e5f88fbb3da99e558c3540bfce72a82067b44ca8df76f303b2427da6cb868bdc05ca1b271493e0c40a1f3fdd401ceb65dba24eb78 diff --git a/dev-python/lifxlan/lifxlan-9999.ebuild b/dev-python/lifxlan/lifxlan-9999.ebuild new file mode 100644 index 0000000..1c431c9 --- /dev/null +++ b/dev-python/lifxlan/lifxlan-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +inherit distutils-r1 git-r3 + +DESCRIPTION="Python library for accessing LIFX devices using the official LIFX LAN protocol." +HOMEPAGE="https://github.com/mclarkk/lifxlan" +EGIT_REPO_URI="https://github.com/mclarkk/lifxlan.git" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND=" + dev-python/bitstring[${PYTHON_USEDEP}] + dev-python/netifaces[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" +BDEPEND="" + +DOCS=( README.md ) |