cleanup lupupy-0.0.18, fixes #83

This commit is contained in:
Andreas Billmeier 2021-07-15 19:22:02 +02:00 committed by Andreas Billmeier
parent 53aa1f7826
commit a9efe41bbe
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 5 additions and 41 deletions

View File

@ -1,5 +1,3 @@
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 872 BLAKE2B 6a9480646beedf45ffef8d25a2b9e921936b85c418c58c33b61b413e68704a7593a445c99c5b680af36290a18bf5a166f4775bd147b27a703f336870ea764c89 SHA512 55a278f1813fb054bc330983f82723b04346a011eeaa5d49634c69679060c9f9e23c8b46e1f5a541b9992e9cc2d9798a7369b245a1055d0c95a3ba84bfb56748
EBUILD lupupy-0.0.18.ebuild 843 BLAKE2B 977b8374972b7ff3eba6531da7c1f38eb8738e9d39253b15cf1878ca1a96255f961a4271c7fead5eec398bae83dc890148fcd698502d1d4a84f2545f1e173da4 SHA512 db494f34989768556c84c041ebc7e05e70e33c2508f2ea1b2977978be4228cf2acdd9c1d46152e7764e3a1bd3389d0eea0c4a748feba39f542617f5715dbc5ff
EBUILD lupupy-0.0.18.ebuild 794 BLAKE2B 4c1aa81dba7f2289b39053fd59f9b0272ba8cef24adc0d68201eca3ff0465f382d2c133c8e3e650b8e02385a5be917e5f061e7b2e41ddd7c6838d4cd9ea2591c SHA512 daf7dee5a20a1e3cb719d646fa0b6cf78905933d32e49088b8306e831a576aa9a9b1fc479af750d5b22c47d9a3e2eb41eac9ea713f4da33702d6424cc5d35413
MISC metadata.xml 325 BLAKE2B cd23aa59e716bd76e3bffa025f74ab83ea3c726ce78577e86d4a7424a196266b63094439d9813b69a61f7422382ed8c6e20ac9f2a7c49a4dbb5456c2c3c9f320 SHA512 ecd86b71ac6cbc8feb966adc0dad465c2cf218ea85f79a3fdac3370a4e84013505a5e217bdcd7f194984891b5f848b8f226cf882aeb9df25e1499e4c45e6133f

View File

@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="A python cli for Lupusec alarm panels."
HOMEPAGE="https://www.github.com/majuss/lupupy https://pypi.org/project/lupupy/"
SRC_URI="https://github.com/onkelbeh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~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/pathlib2[${PYTHON_USEDEP}]"
BDEPEND="${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

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@ -18,9 +18,8 @@ IUSE="test"
RDEPEND=">=dev-python/requests-2.12.4[${PYTHON_USEDEP}]
dev-python/demjson[${PYTHON_USEDEP}]
dev-python/colorlog[${PYTHON_USEDEP}]
dev-python/pathlib2[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
dev-python/colorlog[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]