add py-canary-0.5.0
This commit is contained in:
3
dev-python/py-canary/Manifest
Normal file
3
dev-python/py-canary/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST py-canary-0.5.0.tar.gz 3884 BLAKE2B bbaf8e1f7621c695f03e4fbe907a049cfb581965b092af5577bcd2564cbf0b247f118d8e51543c2f783c5138fac66db79808f3721b44c2836dff0d212f4f856d SHA512 a674a0aea4c86624e37c00e51ca73373962fa57356f27aa56b22f942b7bf193231249ecead5c1003c4b6886e55814c98f9199342175482a11c5dc86aa9017ca1
|
||||
EBUILD py-canary-0.5.0.ebuild 706 BLAKE2B d2b52eb9a4167fa5c58cd3999c975f3eacafe1cf5edf700421dc80113297808e3a5a57e0b3d0811f220d9117530d22e3a09bbf20b4205d528518ea870cd8c1f5 SHA512 7794e2e88fcc55636f5e6682b567f2387a1e1277266afc4a25a4cf15b20a41e7c5435a686ef8e1d607162412d9d9afb2c941770b247c6d83490be5e3c48c65e2
|
||||
MISC metadata.xml 453 BLAKE2B dc57d1784437318dddf795f83e8c6ac06257e0b0171f165e8c66659598e209285cadfca8c2b0eea37476ec95bae09340414840eb110d50ad11fee43d0c25b696 SHA512 cfc5e1db205972950ea1292eab46628bc622f2302d357edb878173a6f9899f5ad75abff3a8d282c839edf243acf0766c9094e8aa4df169e09c30c0dd79f908bb
|
||||
16
dev-python/py-canary/metadata.xml
Normal file
16
dev-python/py-canary/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">py-canary</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>snjoetw@gmail.com</email>
|
||||
<name>snjoetw</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/py-canary/py-canary-0.5.0.ebuild
Normal file
30
dev-python/py-canary/py-canary-0.5.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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
|
||||
|
||||
DESCRIPTION="Python API for Canary Security Camera"
|
||||
HOMEPAGE="https://github.com/snjoetw/py-canary https://pypi.org/project/py-canary/"
|
||||
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="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user