add pyEight-0.1.1
This commit is contained in:
parent
93d776df3c
commit
d301fa8a71
3
dev-python/pyEight/Manifest
Normal file
3
dev-python/pyEight/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pyEight-0.1.1.tar.gz 6963 BLAKE2B 6a6f13f56855ce4b2af82df2a103045ea8a05004b2e9fec0f7797f646d48379831dfaafa288dd6df0aea250455078a6105e469e4f343a922407e12cfd2a54a87 SHA512 64fddd1bc251d8d4eded0aa2d6b57e753df3757c3b9f6e9f184ae7f8070701c0d743e26c37bb6215540aff6da4ff5d3119670e5d956982db5127f0497dacc298
|
||||
EBUILD pyEight-0.1.1.ebuild 698 BLAKE2B 5236550511efe1556d425cb32e27ac63c79f79556e39d7f9487da509a9b2a5ea165b4a3e5ee9a97b75c6a7b4d1cf0830cc1ff038d4f82946bc9056639097f2be SHA512 076b99196275e1f41d694459a50bdf91371ec5e458c21fe7bdf3542f0f230e3bae17689a3a7ddf125f239f86ecd9c7c69187fa09c4d59e301aa5606f0d47ebea
|
||||
MISC metadata.xml 372 BLAKE2B 01a531d4c732f88dcc2ea9c885bbec0596d94e274e599d2f7d2ad3bec84aa6d352a65dede93cfdea594fc440ad27a4aa3b0c635308e333b5747e00694111f944 SHA512 60422e58ad72e29d88f9b6d22ae0ee5b5df8f68182c393374b8c82e838b038ddba8cc8eee419734aea802ed0e4340a75193245e7a6dcf06b9b9ba15503347871
|
||||
12
dev-python/pyEight/metadata.xml
Normal file
12
dev-python/pyEight/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>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pyEight</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>mezz64@users.noreply.github.com</email>
|
||||
<name>John Mihalic</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pyEight/pyEight-0.1.1.ebuild
Normal file
30
dev-python/pyEight/pyEight-0.1.1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Provides a python api to interact with an Eight Sleep mattress cover."
|
||||
HOMEPAGE="https://github.com/mezz64/pyEight https://pypi.org/project/pyEight/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
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