add orvibo-1.1.1
This commit is contained in:
parent
905bd52d04
commit
e0b867b125
@ -1,5 +1,6 @@
|
||||
2019-11-22 (reverse added today)
|
||||
*
|
||||
* add orvibo-1.1.1
|
||||
* add oru-0.1.10
|
||||
* add openhomedevice-0.6.3
|
||||
* add openevsewifi-0.4
|
||||
|
||||
3
dev-python/orvibo/Manifest
Normal file
3
dev-python/orvibo/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST orvibo-1.1.1.tar.gz 3694 BLAKE2B b06536ac40cbee7589b6b9d3dd50a142f11acf342408bc6a717aab1d1c68d63472e4d225608ed0603dd770bc2fe9237d7c12671a9f7278aef3f117d1ca52190a SHA512 0b921178ba2276f5bc70b147502eba4db7af9301c58076bf0b25e771c5f0171116620b54ee26b9cf33592eb0f5d9f0c53c61487a4210f214b07b5253487c23b1
|
||||
EBUILD orvibo-1.1.1.ebuild 665 BLAKE2B f53077edfc216e5f3f09a64f06c964282b4b8a9e3ca379e3934df41afb285f09d186ac540b1cb10d53caa03db2e5ded60130079d3c21093172d150429133b7aa SHA512 b9c9c45882b90d86db48c393a69c68937b1cf996f39b7474474f8422d340f13c0e4ae779f1d82bd51e6d606bab3ee488a8ec592ae2485e7398d6bcd997cafd04
|
||||
MISC metadata.xml 462 BLAKE2B 24bdd6807bdc6e8a861307bc41d554715968aa576ce5f58cc6818296286c01c7c4bdd9d093397f78ac68d43996c6819372028f90e65e80fe2ac82b241e5d89eb SHA512 3f58b7e2c6bc675fcc1e2518b5cd07b345b40885f6416d6b9f16294f1f8d565f9830c47ebc6f31a94ce03e758040ec2adc623963578c8033ba05c9c827cdd46a
|
||||
16
dev-python/orvibo/metadata.xml
Normal file
16
dev-python/orvibo/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">orvibo</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>happyleaves.tfr@gmail.com</email>
|
||||
<name>happyleaves</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/orvibo/orvibo-1.1.1.ebuild
Normal file
30
dev-python/orvibo/orvibo-1.1.1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# 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="Control Orvibo products."
|
||||
HOMEPAGE="https://github.com/happyleavesaoc/python-orvibo/ https://pypi.org/project/orvibo/"
|
||||
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