add my own python-juicenet-0.1.6
This commit is contained in:
parent
c869abf7d5
commit
79014b04d3
@ -1,4 +1,5 @@
|
||||
2019-11-22 (reverse added today)
|
||||
* add my own python-juicenet-0.1.6
|
||||
* add rpi-rf-0.9.7
|
||||
* add pifacecommon-4.2.2
|
||||
* add pwmled-1.4.1, Adafruit-PCA9685-1.0.1, python-singleton-0.1.2
|
||||
|
||||
3
dev-python/python-juicenet/Manifest
Normal file
3
dev-python/python-juicenet/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST python-juicenet-0.1.6.tar.gz 2356 BLAKE2B 9a2337abad3fca4926f6260fecc363f5caf73048deb76680c404eea9a0f544157fea7636f12fc0221bde57fc2dfff594564a02e5fc7dd629c935d5c2df60c277 SHA512 dc79256f8599e7328723d0e48dc56d0d946b85337eff0093c7aacf707d02fb13203e91e0922b9db4c7c2562bfd6cb83e01a256c4aa9c7d204f93d0ac176db8c4
|
||||
EBUILD python-juicenet-0.1.6.ebuild 834 BLAKE2B 3ac5f0dd195142cfed0d797dfd705a5460eae299d14e695bba995fb7a018adaaa47cf1f28d0311d66bf4659a53c2c219b1ea37ae068ebecaeaecc14b6bb3a78b SHA512 e245793f989d61ca44fd113eb340ab0f69095e759c00f22517f8ea21f3bdf6dc2411864b545df01b876aba884c7a6fb240716fba9634336a906dcb2f98ad6147
|
||||
MISC metadata.xml 341 BLAKE2B 3da84903c321db3819ffc7999b1158c33a390e83927ed5008dcd6bc6e1c54c7207b057d65b500b5d207283cc349b1583a1d5050249db3169ff899d8ae6ff94d9 SHA512 4b1b29e0e430e2d7e1615d2ad1a62d8df90b7364bac9796f028a920e77b7563a84c74856c4fb4e1af0e1e5b8497a5762bfddd55bbbe3b0a4f73e06e94568d750
|
||||
12
dev-python/python-juicenet/metadata.xml
Normal file
12
dev-python/python-juicenet/metadata.xml
Normal 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">python-juicenet</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
31
dev-python/python-juicenet/python-juicenet-0.1.6.ebuild
Normal file
31
dev-python/python-juicenet/python-juicenet-0.1.6.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# 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="Read and control Juicenet/Juicepoint/Juicebox based EVSE devices"
|
||||
HOMEPAGE="http://github.com/jesserockz/python-juicenet https://pypi.org/project/python-juicenet/"
|
||||
#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.0[${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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user