add logi-circle-0.2.2
This commit is contained in:
parent
9bfe8dc414
commit
c98ab03617
@ -1,4 +1,5 @@
|
||||
2019-11-22 (reverse added today)
|
||||
* add logi-circle-0.2.2
|
||||
* add liveboxplaytv-2.0.2, wikipedia-1.4.0, pyteleloisirs-3.{5,6}
|
||||
* add pylitejet-0.1.0
|
||||
* add python-lirc-1.2.3
|
||||
|
3
dev-python/logi-circle/Manifest
Normal file
3
dev-python/logi-circle/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST logi-circle-0.2.2.tar.gz 18042 BLAKE2B c4c2b70f7ed6f8a0dee6ddf05c05c3fed9867a262e193f28b1e5f0bfeda7a06899e09e72cfd36edc84db575ad7aa0fbffe7d778984dae006ca339c573ed539e3 SHA512 919c3b0b6259f47c7ca2e8d6fa070f6710dc806bb2edc5a584d0a1f162b85e9ad669caffd99375768f6d9e4176bd17843e3978e58f1f259923477c44eb190226
|
||||
EBUILD logi-circle-0.2.2.ebuild 842 BLAKE2B 7e161778eea324a41927132e92cd14b87aeb54e14104f6ce4db13314350feb6cbb315aa90281f20c21fea2178e1d9196e171488b63a5b2f22a22a969183d560b SHA512 29e93734d70b42311d3ec374442997794de0e35891b1802c21d2353c7d584b785ad23a995f66cb70fa8c78bc98d53461299f6fc0ecb72d6bb37cdb5968bc43ad
|
||||
MISC metadata.xml 461 BLAKE2B 03f563c7aaa8f1e7e5125a29eca9759fbd5f39db728ddbb0e971c7b10c4a1f42460c67757ed851f68a2c84f32d1d66fb2d257917119fe7b80b42ab5bcad25dbe SHA512 d839530bf076df59430428a858a8e30d5f4989b49d0a2ab62aec06996df4fb9f0a6ae4b84f847165241aa2ec78e940f0c3ae8af992a38ddd5a83bdcc2bdc17b9
|
34
dev-python/logi-circle/logi-circle-0.2.2.ebuild
Normal file
34
dev-python/logi-circle/logi-circle-0.2.2.ebuild
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=${PN//-/_}
|
||||
DESCRIPTION="A Python library to communicate with Logi Circle cameras"
|
||||
HOMEPAGE="https://github.com/evanjd/python-logi-circle https://pypi.org/project/logi-circle/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
16
dev-python/logi-circle/metadata.xml
Normal file
16
dev-python/logi-circle/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">logi-circle</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>evan.bruhn@gmail.com</email>
|
||||
<name>Evan Bruhn</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user