downgrade to pychannels-1.0.0
This commit is contained in:
parent
7262460e24
commit
4dfb9efc54
@ -37,6 +37,7 @@
|
||||
* add brunt-0.1.3
|
||||
* py-canary-0.5.0 added
|
||||
* add csrmesh-0.9.0
|
||||
* downgrade to pychannels-1.0.0
|
||||
|
||||
2019-11-21 homeassistant-0.102.0
|
||||
* bump homeassistant-0.102.0
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
DIST pychannels-1.0.0.tar.gz 1683 BLAKE2B 2a8536dc8c7d4c51001ebcd2425855798d73e83969bfadf90f7c066a3df443060d30baf635e75c3ac8d2ff53ce86f6595c8ce60a97cfcc3ec09520ddcb8678d1 SHA512 e966aaefd293d3c08a53ec1e69f08ea59e36abe4a2b59737ff15cd86a9d2f792183509a410fbac559ce6690569fbb1db1d1ac634214cc6f81fc4e95bae2856e7
|
||||
DIST pychannels-1.1.0.tar.gz 1718 BLAKE2B 288b0a3f7f7fb00dad00a775cb18fb4fcb2212d8d45624833562df0e13e6a4a6113619f89473f500611ed36741572069f372fd9a00b245a03f85a37811cb4cf1 SHA512 e8715141d4c763a4fae72f654c7bb6c7b974a9165d4186538d49d6539256abcba567912faac039f37a0b26e2efe7a618b9f3d9aa56af54be84890d1519cc8a26
|
||||
EBUILD pychannels-1.0.0.ebuild 695 BLAKE2B c427fd544ab023f6856cf8dabc84d3b65a110f6ec8dc0bd889500c81067b73c76b7fcc5a506303ce29db0a506466ffb159c662849d8a6663a92ee95a0eb2d80b SHA512 9d9ac0bef4cfa9855de09de45fd0774d665e3f083f0623a53bad1baefe6a4b272cb28e23f07e192c36309ce5e11a3a7869ffcbd20ab9f068a5be73cc9872b6f5
|
||||
EBUILD pychannels-1.1.0.ebuild 695 BLAKE2B c427fd544ab023f6856cf8dabc84d3b65a110f6ec8dc0bd889500c81067b73c76b7fcc5a506303ce29db0a506466ffb159c662849d8a6663a92ee95a0eb2d80b SHA512 9d9ac0bef4cfa9855de09de45fd0774d665e3f083f0623a53bad1baefe6a4b272cb28e23f07e192c36309ce5e11a3a7869ffcbd20ab9f068a5be73cc9872b6f5
|
||||
MISC metadata.xml 464 BLAKE2B 74cc8d81b948a459bf92916e7d4d5a0e893dd15211d9427d4eaaaf3fef1cbf9a311ff01ca4f66c05b58bc838731bfe0afa23f5308846c473f1c264a386a64668 SHA512 3e38dc1861f742945a91ae42548a0fdec7b28987d3f21e40241f002e8619a699c456eb513179dfb43d16bc5dc0486304af35706a6f820334930ff2a1a810df51
|
||||
|
||||
30
dev-python/pychannels/pychannels-1.0.0.ebuild
Normal file
30
dev-python/pychannels/pychannels-1.0.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_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="API client for the Channels app - https://getchannels.com"
|
||||
HOMEPAGE="https://github.com/fancybits/pychannels https://pypi.org/project/pychannels/"
|
||||
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