keba-kecontact-1.1.0 PYTHON_TARGETS

This commit is contained in:
Andreas Billmeier 2021-07-02 21:19:18 +02:00 committed by Andreas Billmeier
parent 82a1acb00d
commit 506b03386d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 3 additions and 77 deletions

View File

@ -1,7 +1,3 @@
DIST keba-kecontact-0.2.0.tar.gz 5263 BLAKE2B 93f1d20a2e75a9590c362410d5d5a6defd90de8896be87effac1080463a2291bd300c8bd0353988dc6d98bfe02b49c02b8603b8adae320e663147f4f959d66e3 SHA512 0473a18fd52d1087135d60a2508fa4e244e6aa214fae9a77480a0b84519a0d0968487148304efdba63a8a9d9615fcbd46b8fd0b7dd3e2ac44aa90bff3b75b2f5
DIST keba-kecontact-1.0.0.tar.gz 5277 BLAKE2B d81855d008e77a36313bc2166a0caa1ca9b01f08a330ff0c40d52f3b16040847b5241d3e01f01c89a6268360732174f97a53ad349851b6c949170aaa1d9aa58e SHA512 5201e81d410bc0e78285e0cff4f84164abb462598016ecf94296f9b8ea269628bb3570f5660e237b89c1a33ad655866aa51e39827777c2d6d9794079e7ef84ed
DIST keba-kecontact-1.1.0.tar.gz 5449 BLAKE2B f69022b8169efb6d30987d3935e7240263a543f30cb9989369d463e3d827a2970dd6d43d7662a364b0f199a10996ab42e28076c3666b64e7f0a8f497bd79150c SHA512 9da2b2bcfa99e5e9335035e800b77395c94f0cbf75fab510774ad89166e64c9aceddab228d710dbf91a6b89f49f8591133c97cdc6942ed3dba2e3f1b59d67602
EBUILD keba-kecontact-0.2.0.ebuild 811 BLAKE2B bc175338009b4d7822d7f81ed8a1767926fb535c0a773c186daeb73ff8217926635da0be6c0a5f5b1dd7859a680054029e93c03fd89fbb6160a28f95983b9c03 SHA512 1f7ae1f1dade7c324200f44ca2e4f92da6fa6a2144e0e7ee685767520d72f33f7d0bdd19741f9f5d4386a1e4b44ff924208f684b497ee804cd6fb82c725fbb30
EBUILD keba-kecontact-1.0.0.ebuild 828 BLAKE2B e100fec0b83c56abefb2aef31cb4db3cfa7418954dd8b1c8355767ce892b3a5d9cd7ce4ad70c5950a154bcf2b1d7823e5b5b930a5fc2ad5d9868df2395a45691 SHA512 6625e8e9057a3efd9d48a4b5665fd502a0a1569d0f8ea34b268ec6bb7a4b29704db0033009913ff32b8e091dc35d4defa6d160b5dac7ee0fd7b2b6073d39f267
EBUILD keba-kecontact-1.1.0.ebuild 829 BLAKE2B 96980df7888eabf9385f89713c735c122e454088bb5b30a37cb0f3af6c2934e0b2c65baae54ccb20ab133197d07b45447caa144938bb83e1f49a10726e97c14a SHA512 85cf71bd375ac248f2724deddd3a59b387583a9afc4f0724b30f82e340d617f1bbb08426582b29d1e807a28629285d484ea4c2f3ac0e935cb89ec3a3c5c811b8
EBUILD keba-kecontact-1.1.0.ebuild 830 BLAKE2B 3ca5e49330108216c38b47479218b7352f9b7320f360095020391c69f8cc16ddf83e2cb770c775f1ab8dd4e7d47b27c1a13cd70ae167b1b2472a58eb89dcf635 SHA512 a1027fd207092f7e193385c669eef6e1822f995e5fbe732582f2f0e9d9ee57939ef751cf52097b0059d3527e5dc90df6287d153dd26cd812392c4e6fdda812d3
MISC metadata.xml 462 BLAKE2B 7811ce6028755aa56df60f22346d94bdd96acc60a50ef41ec7f4fb0130112a174f29163ce793695bc7317c365bca7a14aabf1aad8f32955696a98dc238c0d736 SHA512 999ea0206eb6256cf6031dab436c9b8832928ca18ef07c95ab01df66014ff0ee4689e15818c3cec15322b38dc0c8e8d30730aedfcbb1346201fbe3358705b7ec

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,7,8} )
inherit distutils-r1
MY_PN=${PN/-/_}
MY_P=${MY_PN}-${PV}
DESCRIPTION="A python library to communicate with the KEBA charging stations via udp"
HOMEPAGE="https://github.com/dannerph/keba-kecontact https://pypi.org/project/keba-kecontact/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.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,36 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{5..9} )
inherit distutils-r1
MY_PN=${PN/-/_}
MY_P=${MY_PN}-${PV}
DESCRIPTION="A python library to communicate with the KEBA charging stations via udp"
HOMEPAGE="https://github.com/dannerph/keba-kecontact https://pypi.org/project/keba-kecontact/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.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"
DOCS="README.md"
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,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_{5..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1