cleanup volkszaehler-0.2.1, PYTHON_COMPAT

This commit is contained in:
Andreas Billmeier 2021-09-02 17:13:57 +02:00 committed by Andreas Billmeier
parent 6b393c1a74
commit c2f67f2631
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 5 additions and 73 deletions

View File

@ -1,7 +1,3 @@
DIST volkszaehler-0.1.2.tar.gz 3699 BLAKE2B 993eff6937061f7f17bdd847b6afb49b21743cb36c94fcb216c8cecb1838b671c608543a10a0d4a2b5f01fe0670d30d4cee79bbf54eaa661789b83cfeecb501c SHA512 3edc8ab89c5b5203e31b11fece53eecb4b9ac90ff8cb552076c8ef4015f49de2d6ff98c8a0da2acb297a7d326f34d05db84815a92826c7660ee1138aa4301c3f
DIST volkszaehler-0.1.3.tar.gz 3511 BLAKE2B 65fcdaeff08f171ccce20cade8ac832f7909f28025f46a950af7262b73349a9522a72eebfd2dc962fde1e4d2309a1412e100897a353843cdc7c0f0f5c4f41b2f SHA512 631b64d79db25965182dd55b6dfe7e21b9563141a54239b97ce4a5ae1c13b3fe8c4562cd6a63c60c210b3104569ea6757049358816f9d58ce0f6c10e5a243b7a
DIST volkszaehler-0.2.1.tar.gz 5278 BLAKE2B 05f0859f3871a69cbfc0fa6b63c24e38d006d0bd4b01f4b01e9c87697104feaf37b538f2d7d933ae14077dc09e6a2f9c788f29c6851903e00785e4216a5303c6 SHA512 8bde3b5cf332cd1203c06f7d138a7711991622117668189f3dd72575278e2143e9ad2a7355fb438476cf1dd95856ea9d4388f003ee70bc84fee426ceebd2735b
EBUILD volkszaehler-0.1.2.ebuild 809 BLAKE2B da65be67e16e391addce464e8b8dfa0d3e0baf8faf0a143fd349ee8f9983c0eea618a0ffd7410c4321354c564fdc955144ff762861f9acea64b02d28e63b40a0 SHA512 256c82a0c643144572ee696193bf35d9bea2efe5db995e3b52547bcd34c0c368374a1dc90cd2ad06e0c4f03ca0a45d4ddfea22c59e80f5e46e1936aca6508816
EBUILD volkszaehler-0.1.3.ebuild 940 BLAKE2B d160159c3c8fc8788fec441f88239465b83ab1a5182fcc47508f424a626c2421e01d5f9d2a0124b1950c13fc9e466226049f91b02427abc78b7494dd4257b20c SHA512 225a6206ea1edd0c486d61375e472c40e5a8d25f2dd5d0b217f59a9611279e043e8384055f6da536b7c2cd7028c69b98d5ac664fb01ff064cdbb0427d245384f
EBUILD volkszaehler-0.2.1.ebuild 783 BLAKE2B 2dbd7d3134735b0396b3a0c85558a3169b4a849a6de71001fad31aa70c3ec5d78117c9990ce9169d3e197739925af5a2859d31101a3c76377e8271b9be55d8ec SHA512 26822ace1f72718d05595edd56b8786f81767f607dc4ae11772968e014b907c884fd575d1c1e46bd2e1975948151d097c6066fb5ba393b84a70728ddafe77c8b
EBUILD volkszaehler-0.2.1.ebuild 811 BLAKE2B 56aa7a538a06b3dabd9ad91818ff0e135c4be3b73bbc0a7b0ee7485c0bcc97e7f0e3d3cd27850e54491f728d70fd2a327bee9af41b1575eb3145c06f2679b9df SHA512 a89ca2f7109e09f7ec928459e64ff964a0ec5af3e0d8acc0a36e00572f8543cca731d050ae94cb263e5fd8ca878ffa889ab951efc5abd7aae8a32b5e011920e5
MISC metadata.xml 470 BLAKE2B 4dd3e7ba1a352d9cbbec4056bf34c05c5eecc9d4f8673f3b6fde8ce1c212e081686cfcc33a9d9affbf5ff91df6e93272ba140daa38c375bc552c36461e605eae SHA512 fb32d7092d80a313be04ac544795a9287a625e4645b617c8f561fad51e1e6105b31411639745e0e86df9692ab11122a5e0b7d4ab5b2c7e3bebd872882835d7f2

View File

@ -1,32 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python Wrapper for interacting with the Volkszahler API."
HOMEPAGE="https://github.com/fabaff/python-volkszaehler https://pypi.org/project/volkszaehler/"
MY_PN=python-${PN}
SRC_URI="https://github.com/home-assistant-ecosystem/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${MY_PN}-${PV}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~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

@ -1,34 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Python Wrapper for interacting with the Volkszahler API."
HOMEPAGE="https://github.com/fabaff/python-volkszaehler https://pypi.org/project/volkszaehler/"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
MY_PN=python-${PN}
SRC_URI="https://github.com/home-assistant-ecosystem/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${MY_PN}-${PV}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async_timeout[${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

@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{6..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@ -16,7 +16,9 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
DOCS="README.rst"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
dev-python/async_timeout[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]