add limitlessled-1.1.3
This commit is contained in:
parent
b475141872
commit
11bed66487
3
dev-python/limitlessled/Manifest
Normal file
3
dev-python/limitlessled/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST limitlessled-1.1.3.tar.gz 17162 BLAKE2B 010dc6db5dceac27742bbe1cfe6bbf746638571e3192b1f59c3a4a2360548ca0ed5589bda4eaa5e59ff227e3b070c59f146cf58743f3b7238769c8f1637a6673 SHA512 a3f567d8d253f27b5bdcba93073106df6b71eb7812344f16ec54916737d511260f6bcf59329f6ca4d62172baaf005c15092f323d4f0b08abf5d9132957c9f534
|
||||
EBUILD limitlessled-1.1.3.ebuild 723 BLAKE2B c2e8193db01a8cce81015eff2f5a46ebb17a7343bfc6135d2081a1e2c90fd35a146fd0beabc274a303b8630c3eb5fef0a3bce7cdf4c5f1aa5310b20ffa22eb27 SHA512 5a7b9477de859c536db7b2fbf916cecb76064790fd0c7364b7db182c1eb01a68c426d5d8b49fe519048b554fd26c444d396097a2d9915359edc028d765ff524c
|
||||
MISC metadata.xml 468 BLAKE2B 17bba5ebaf4cc7d316c654fb349ac706f9eaf469c860b1b5e5f2a300febecec572c3c41ecb7797a1926a54665a4d1fbb19aba321581cd321ea16911e0f75011d SHA512 653e6ae220a60f4c47a1053650c0315d3fffcd1895fa62b733d74d64c56fdd4e4d8c1b3ffc88a75203018ae8ee7e1c97a6ade280fb112e11ce89b90fc504dda1
|
||||
30
dev-python/limitlessled/limitlessled-1.1.3.ebuild
Normal file
30
dev-python/limitlessled/limitlessled-1.1.3.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="Control LimitlessLED products."
|
||||
HOMEPAGE="https://github.com/happyleavesaoc/python-limitlessled/ https://pypi.org/project/limitlessled/"
|
||||
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
|
||||
}
|
||||
16
dev-python/limitlessled/metadata.xml
Normal file
16
dev-python/limitlessled/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">limitlessled</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>happyleaves.tfr@gmail.com</email>
|
||||
<name>happyleaves</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user