add hikvision-0.4, hikvision-1.2

This commit is contained in:
Andreas Billmeier 2019-11-24 15:35:23 +01:00
parent 66c7e6d9b7
commit 420498338b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 83 additions and 0 deletions

View File

@ -1,4 +1,6 @@
2019-11 23 (reverse added today)
* add hikvision-0.4, hikvision-1.2
* add greenwavereality-0.5.1
* accumulate a 'repaired' gps3-0.33.3
* add my own Pysher-1.0.1
* dg to pygogogate2-0.1.1

View File

@ -0,0 +1,5 @@
DIST hikvision-0.4.tar.gz 3086 BLAKE2B c83392dd20d70dbe08b1dc16740455a3727b627df9ad968442f1841ef78c451e4dd1e5128ddd1610c9b2b9c049edf9fce232b1ba82cff4cb4ac9734d3d50dc67 SHA512 9c9aa80da836874f6cbc7c40dc4c2b4cf861da7fc3daba046a909da0bb85377f22fbbbc7b1e20a6b1e98ed2950a03034df3f2c5ccb9d0d224a4a674855d6a9ce
DIST hikvision-1.2.tar.gz 3592 BLAKE2B 8408bc3f5dfeb00d018233fa12c0017bc1559b6f9ce0481a4cf0f50488b3663014a90d1a8da5c192d7b1c20afc182f04276d3f13217a47407acde26e603367f0 SHA512 c82bbb8398aba14a8284980af09c3ed40dcf66b517ad6fcf234db25ce2a9b96bc69e3799932554c3d7be198c2b0811ed468bcf463335dee80e526271e8018f01
EBUILD hikvision-0.4.ebuild 697 BLAKE2B c745b91f60c768fdd44e282869733e42f423ed2ce55dd5df6a3b8ca8010f7382cf60228306304ecaa9808959a2f5042dfa4d94100bda657033ff6f6c43886a17 SHA512 08a23273d719a5026e00d82e04032115d06885ef97251b7f5eed3a73b36b0f1dc17bbc72ec3a46ab43dcdd808646a044de9eccf3c43ca253271e6107642843b6
EBUILD hikvision-1.2.ebuild 697 BLAKE2B c745b91f60c768fdd44e282869733e42f423ed2ce55dd5df6a3b8ca8010f7382cf60228306304ecaa9808959a2f5042dfa4d94100bda657033ff6f6c43886a17 SHA512 08a23273d719a5026e00d82e04032115d06885ef97251b7f5eed3a73b36b0f1dc17bbc72ec3a46ab43dcdd808646a044de9eccf3c43ca253271e6107642843b6
MISC metadata.xml 476 BLAKE2B d9555954b8053c7befe1cca62880e90a85e7bbe33943705a8b7f587d92f7692e9c60d35bb703a57a12f3ee8d58cf2ae43fdc7afcc2fb61da386eb36269afaa42 SHA512 6c43a88705a69843b9ef96fda890d091b72039d279b429cb836f8ea97d096c14acbc16cf74681df8c1c5531feaa30a88f6f78cb80b04d5e4331e19aafa0bc07b

View 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="Provides a python interface to interact with a hikvision camera"
HOMEPAGE="https://github.com/fbradyirl/hikvision https://pypi.org/project/hikvision/"
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
}

View 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="Provides a python interface to interact with a hikvision camera"
HOMEPAGE="https://github.com/fbradyirl/hikvision https://pypi.org/project/hikvision/"
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
}

View 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">hikvision</remote-id>
<maintainer status="unknown">
<email>fbradyirl@users.noreply.github.com</email>
<name>Finbarr Brady</name>
</maintainer>
</upstream>
</pkgmetadata>