add raspihats-2.3.0
This commit is contained in:
parent
1d18912960
commit
a4e09f13c7
@ -1,5 +1,6 @@
|
||||
2019-11-22 (reverse added today)
|
||||
*
|
||||
* add raspihats-2.3.0
|
||||
* add eagle200-reader-0.2.2
|
||||
* add raincloudy-0.0.7
|
||||
* bump pyrainbird-0.4.1
|
||||
|
||||
3
dev-python/raspihats/Manifest
Normal file
3
dev-python/raspihats/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST raspihats-2.3.0.tar.gz 17836 BLAKE2B 8d9ce78bd39f57418af6506abe6e78ab0fc43c641bffb79e3b0d7281369404db7c493cb7b4c0fd4921bb0ff0fb9e31a2bf9d7aa4b8d789ccc4f38febfdbf5edd SHA512 6a91a8e79fec91dc71101b337b4e34150820ef603b3645cac2b0b1b2446dc4c31c6b8f2b39e8e601162578d8b53c5bf0792809caeaa962522137581a49c50906
|
||||
EBUILD raspihats-2.3.0.ebuild 678 BLAKE2B 2ea72897dfc0896385fce6e63d32c9ceb6062c7a0ade5d87f525195a243ea035fba47dab82c89c703b7111643ade382fb940eb129d15804f7100d4df20cb5b1e SHA512 6b17ba9440818a674e1e354ca5e70294eae56aafa22eeb01b730b2766b146fd65e0feaaa950b2d675f9ed674ea856f54e90d4d096edc258fe4c43c6b7accc7df
|
||||
MISC metadata.xml 515 BLAKE2B c0a10dafbdea271af6c73968e24f1c7d4a96426acf384c1565aab9b02a665aced7b52b77f056fb07d8d2c6b9d1f41c3b460b777196c03d009a1da396bf2f6035 SHA512 e69b935950c3a2e1eefb74152322881439f22bcf4304c1888947de461723b17b97220ff22782a01e4436a569f0323b7a4a0b7647ec6a38a715203a67eed120b4
|
||||
17
dev-python/raspihats/metadata.xml
Normal file
17
dev-python/raspihats/metadata.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<?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">raspihats</remote-id>
|
||||
<docs>https://pythonhosted.org/raspihats/</docs>
|
||||
<maintainer status="unknown">
|
||||
<email>hardhat@raspihats.com</email>
|
||||
<name>Florin COSTA</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/raspihats/raspihats-2.3.0.ebuild
Normal file
30
dev-python/raspihats/raspihats-2.3.0.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="package for controlling raspihats.com boards"
|
||||
HOMEPAGE="https://github.com/raspihats/raspihats https://pypi.org/project/raspihats/"
|
||||
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