add add lupupy

This commit is contained in:
2019-11-24 00:06:51 +01:00
parent 79014b04d3
commit ecaf02684a
5 changed files with 86 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
2019-11-22 (reverse added today)
* add my own lupupy-0.0.17
* add lupupy-0.0.18
* add my own python-juicenet-0.1.6
* add rpi-rf-0.9.7
* add pifacecommon-4.2.2

View File

@@ -0,0 +1,5 @@
DIST lupupy-0.0.17.tar.gz 8604 BLAKE2B a03edb1816ecc724a865a1c7ae1584b4dee09cee84aaa0bbd7f87a6c37762c2c94dd80c9da48f8c99c3d09e790b30c291e2567804363f6d51225f6e2e28798ab SHA512 52545e587da9d37ac2fd21d0c3e6eed8bbaf27a146f9e5cb8474884871710b18b36637f4eac875c16a41395eae53e59a9d9cd55fc836f05bc03ab7515d227061
DIST lupupy-0.0.18.tar.gz 8181 BLAKE2B db03a348ff961724b5fdf3e276efadaaafec5f382fb90f63063dcfe921a4cc49f12ab250b2f37b412e35c0ecdf7bc5654fc9b7a7dc59964ff61a60042a689380 SHA512 686b8525cf413667c75ca7fc7d91624af22901e1170e9dc5df529a793ff13a2b891db67f6965ebf2a1e9d6fad8983d68fdfe82fe9e5d0044002cc2a3864552d3
EBUILD lupupy-0.0.17.ebuild 908 BLAKE2B 851215f4526447b0a286a5c1c9860cf45b0e39a92bb6e9ad514d1943635d4de9577d9d6543dfd77c3a2be6ffb48e3fcab121377468e80c60cf2bbcdaa31ef483 SHA512 52a2f87cf7420f74050d9abf60fe5f825e302ebc13f227e68e7899448c9ced9209ab0a6617024530faff1b61813c0231b071550b076e81f153ea5a7877c5fe67
EBUILD lupupy-0.0.18.ebuild 827 BLAKE2B 9a1376bbb509164d800cf2227a990d3d34710877f64f80c433271c7b18778dd5aa9e837618674f98bbb14b5a62115d9e81bf30b4020890d4b156bd1092a043cf SHA512 9e9a52322f5ea74d26cb9ebfbce3e672aa772d6ec2e485ea117e11abc137eaf4398aeb741cf50e56c8ab91d4bd8b3ee53f2fc18e867409a52fd59171aa96e403
MISC metadata.xml 332 BLAKE2B 17b5e1380cd2b414425f74e13f43d994e8348c8924bd01ff3cf6ed5a2fd9e01d6562fd386fac9bf5a5b757147a8fea0a59304aa16cc6fcdb12641717d8b9cb72 SHA512 dcd5f3ddc4f7a75f55699022a63ab9ae778b876b218da500de5c2746fcbf2d38a085f6b6a504bf07c4a43df56944e106d0131eb414a42246ec08d7139c5fc080

View 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
DESCRIPTION="A python cli for Lupusec alarm panels."
HOMEPAGE="http://www.github.com/majuss/lupupy https://pypi.org/project/lupupy/"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/onkelbeh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-2.12.4[${PYTHON_USEDEP}]
dev-python/demjson[${PYTHON_USEDEP}]
dev-python/colorlog[${PYTHON_USEDEP}]
dev-python/pathlib[${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
}

View File

@@ -0,0 +1,33 @@
# 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="A python cli for Lupusec alarm panels."
HOMEPAGE="http://www.github.com/majuss/lupupy https://pypi.org/project/lupupy/"
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-2.12.4[${PYTHON_USEDEP}]
dev-python/demjson[${PYTHON_USEDEP}]
dev-python/colorlog[${PYTHON_USEDEP}]
dev-python/pathlib[${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
}

View File

@@ -0,0 +1,12 @@
<?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">lupupy</remote-id>
</upstream>
</pkgmetadata>