add pyvesync-v2-0.9.7
This commit is contained in:
parent
e8a7dd2a33
commit
f2069733e1
@ -1,3 +1,5 @@
|
||||
DIST pyvesync_v2-0.9.6.tar.gz 6495 BLAKE2B f33a236eaae0f445d6c3a344657677201e205a5c6f912766b91b46a675d9ad6dc3d23db0324acb0f32d69b1cbfd8cf6f8ba35fe430a6e92fee243ea574f4eba7 SHA512 593bbae2ffd58f90eea679d2d7f3d8a8e6c0f1e72e1f3330b11939bf781c3c279e465cd39e72ae201b23ec278207808451b72d646229c94af514426ea7d1aac2
|
||||
DIST pyvesync_v2-0.9.7.tar.gz 7417 BLAKE2B 4e638d451758a08f00cf5ecaf90bca59efb8534403ef5bdfd72b3a4f40a05552587f6dcd2694e6491353036bf79ed4d814d7238d5e97eb23ec43d77fa9dd8789 SHA512 1766751487eeb03824ee9eec5e9ce73762c0cee213acd0ca6fc03cd23dfaa28e76fff331aef9919a457822025a172db2b18c74ed203a3f9ed4ebfbb289fd04d5
|
||||
EBUILD pyvesync-v2-0.9.6.ebuild 855 BLAKE2B aa37064d45e675787b9650fda634da3cdfa3ffe13c11f24c62c02ae4177e73575eb08717904f19503bb1c2b76ea9f1e748de00dbcaf037848f2adf0fc585a1a5 SHA512 decd53d054ce67c1bc973d70d048167642f33c6447a28abffa47f0907b12d82b02bf7de9bbc05fb547ea17515dff03a59c7fd827f7b1de007f27904148ad3cb4
|
||||
EBUILD pyvesync-v2-0.9.7.ebuild 855 BLAKE2B aa37064d45e675787b9650fda634da3cdfa3ffe13c11f24c62c02ae4177e73575eb08717904f19503bb1c2b76ea9f1e748de00dbcaf037848f2adf0fc585a1a5 SHA512 decd53d054ce67c1bc973d70d048167642f33c6447a28abffa47f0907b12d82b02bf7de9bbc05fb547ea17515dff03a59c7fd827f7b1de007f27904148ad3cb4
|
||||
MISC metadata.xml 463 BLAKE2B ea042e055981c3368240f8157584aac5a71d3b512528c59fd0bbe5fc6c9ba58d432a630099e1ce88103fd818aff4b9e3342d97912e421e5955887ea17185f55e SHA512 be08c2035b2c367c43273207731072912875e7aa2706debfcf013791afefc2b8f8737b4107725134598ab6caf7b59936f3108aab6881ff3c784867cf042f0a59
|
||||
|
||||
37
dev-python/pyvesync-v2/pyvesync-v2-0.9.7.ebuild
Normal file
37
dev-python/pyvesync-v2/pyvesync-v2-0.9.7.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# 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_P=${PN/-/_}-${PV}
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
DESCRIPTION="Python library for vesync API for Etekcity Smart Outlets & switches"
|
||||
HOMEPAGE="https://github.com/webdjoe/pyvesync_v2 https://pypi.org/project/pyvesync-v2/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~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
|
||||
}
|
||||
1
dev-python/pyvesync-v2/pyvesync_v2/Manifest
Normal file
1
dev-python/pyvesync-v2/pyvesync_v2/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST pyvesync_v2-0.9.7.tar.gz 7417 MD5 ab609dee5a92f7cd556fc3bc4064afc2
|
||||
16
dev-python/pyvesync-v2/pyvesync_v2/metadata.xml
Normal file
16
dev-python/pyvesync-v2/pyvesync_v2/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">pyvesync-v2</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>webdjoe@gmail.com</email>
|
||||
<name>Joseph Trabulsy</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pyvesync-v2/pyvesync_v2/pyvesync-v2-0.9.6.ebuild
Normal file
30
dev-python/pyvesync-v2/pyvesync_v2/pyvesync-v2-0.9.6.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# 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
|
||||
|
||||
DESCRIPTION="Python library for vesync API for Etekcity Smart Outlets & switches"
|
||||
HOMEPAGE="https://github.com/webdjoe/pyvesync_v2 https://pypi.org/project/pyvesync-v2/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~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
|
||||
}
|
||||
30
dev-python/pyvesync-v2/pyvesync_v2/pyvesync-v2-0.9.7.ebuild
Normal file
30
dev-python/pyvesync-v2/pyvesync_v2/pyvesync-v2-0.9.7.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# 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
|
||||
|
||||
DESCRIPTION="Python library for vesync API for Etekcity Smart Outlets & switches"
|
||||
HOMEPAGE="https://github.com/webdjoe/pyvesync_v2 https://pypi.org/project/pyvesync-v2/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user