add keba-kecontact-0.2.0
This commit is contained in:
3
dev-python/keba-kecontact/Manifest
Normal file
3
dev-python/keba-kecontact/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST keba-kecontact-0.2.0.tar.gz 5263 BLAKE2B 93f1d20a2e75a9590c362410d5d5a6defd90de8896be87effac1080463a2291bd300c8bd0353988dc6d98bfe02b49c02b8603b8adae320e663147f4f959d66e3 SHA512 0473a18fd52d1087135d60a2508fa4e244e6aa214fae9a77480a0b84519a0d0968487148304efdba63a8a9d9615fcbd46b8fd0b7dd3e2ac44aa90bff3b75b2f5
|
||||
EBUILD keba-kecontact-0.2.0.ebuild 829 BLAKE2B 9f396493e8c98029764aed6043df0f3610f048d55d47994b090fac02204aabb687b95cc57993af0c3f1594f6459ddd998e79682cb0a38ea8cace3edc89596e37 SHA512 7963d85d248ffd8f5fdeb60d72273d4590c29cf7b6b576693eb91948b014697965bb9da41b9f52d72ae86e9c7fd1b9e24e208bf0fd564c76323f4a49d52f6cf1
|
||||
MISC metadata.xml 469 BLAKE2B e9eb5ab8b182018e24677a08382f67bc62c43e6e58e6ff6f9ebec8fd0484cb4342f338cda0393e24660a373e90dcbd7b91cefd09c38cc8060b55508df31cbcd3 SHA512 cb8b0752d26ef24a5465c5d50818e56a750bd5714e13eb9de5a2316f3af7b9a6c256ef53c05a48b3e36a08084c4877067ff3e9ea1a1b32b9a0f1097b6c4c5cdb
|
||||
35
dev-python/keba-kecontact/keba-kecontact-0.2.0.ebuild
Normal file
35
dev-python/keba-kecontact/keba-kecontact-0.2.0.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
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"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
S=${WORKDIR}/${MY_PN}
|
||||
|
||||
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
|
||||
}
|
||||
16
dev-python/keba-kecontact/metadata.xml
Normal file
16
dev-python/keba-kecontact/metadata.xml
Normal 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">keba-kecontact</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>philipp@danner-web.de</email>
|
||||
<name>Philipp Danner</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user