bump bellows-0.30.0

This commit is contained in:
2022-05-26 16:31:49 +02:00
committed by onkelbeh
parent 4bfff82a8c
commit 6ec620d0fa
4 changed files with 8 additions and 46 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
DIST bellows-0.27.0.tar.gz 136236 BLAKE2B 5750369f38b30767c0eba8d0e90cb20c3c5a9c176f2c6e92c9466430d8d2a4fca776d8dfdf5c5f141ba9a97b9147de4c2f0698748e860da4fdf70b30490f04d8 SHA512 e7b8ec81d17875a61619498d61b3afdaa2c08e8a82fe7e005934d97a9f2760114e641eeb360c335b445a4488ffbf58e09b6198dcff94f8871fa64c9e6f7f2d02
DIST bellows-0.28.0.tar.gz 136354 BLAKE2B 5b8ab321d6ec0bf780dada5599ade070c34a4a3f0383a6536abe237c23758767930850e5143eabd0e9d762fb06e4b2c6a5e1797e4964fc37d5339b20e3c12f5a SHA512 952613018b3e46bc93a1e0375773d8d201b4f4586ca6e396ca973b9ad61eee63aa3e6d5ef05b747a7cf5c98099549a7dbf5bfa47a1eac765d338d02af202d379
DIST bellows-0.29.0.tar.gz 136614 BLAKE2B 947378c9a682b571822b9079dea14c16cf385c7aec0c934641bc03c83b38a6076a8ae9b3df419829aad3116c24140e8da8ce92afcc3794123db20bbf64b80045 SHA512 e15155ccec44c772de924f30de54a2e52a8876496a9059a41e5d0d8c94c04de901c68482e997b03c56a10fd82eee3268de02385708d3259cc27329f8e682a152
EBUILD bellows-0.27.0.ebuild 1032 BLAKE2B 6a307eab6e25bba1b202c1cf6a6dbbe1720e24be94fc61d04b6098eb2518fcaa74a98d51cef03790c7af83216e5c24937ab7a768b2c90433b58c88f050fdd292 SHA512 df72baa839482e30b430c901138cd9d8fa0311f93fc908e9355d7e1642b73292d0e00b10d17379a402b385485c8b9d10efe5e2bba96914bdf2ffa12cbf9c77cc
EBUILD bellows-0.28.0.ebuild 1032 BLAKE2B 6a307eab6e25bba1b202c1cf6a6dbbe1720e24be94fc61d04b6098eb2518fcaa74a98d51cef03790c7af83216e5c24937ab7a768b2c90433b58c88f050fdd292 SHA512 df72baa839482e30b430c901138cd9d8fa0311f93fc908e9355d7e1642b73292d0e00b10d17379a402b385485c8b9d10efe5e2bba96914bdf2ffa12cbf9c77cc
DIST bellows-0.30.0.tar.gz 137183 BLAKE2B 0025efe923f855cf134540a1b3081365a007cf177ab441b141f47211c100f8fe19955ac44fb0f69a5634f22de7121a6d286af67d1329f5c284a3c23a5dd50a40 SHA512 cc7d21a348503c11cfc3cd69cf8263f894a5d3b85ac250912353f7cb67c6f5c16027cef068f8741a67cc3b63fe79d9f7f98f8a47a6cc6fa4f19ebd97bf1b58d9
EBUILD bellows-0.29.0.ebuild 1030 BLAKE2B 478884ee8792ea1b4eccb59add4af004894428d3a45e9542d7a928a9a8f193b8bcf5ff691fe74880a3b47b4a6e5992a3284f0d3d3465cd0d9e663e8f28fa2b51 SHA512 621c7155976a9231cb37bf26e993fd4af811b00182b0c3eff86ff24bf08aecb716eacd8b79eb2318d196ba408bbd634356acfbdf325f1177d5dde0f5d4921183
EBUILD bellows-0.30.0.ebuild 1061 BLAKE2B 81b50760b5db52ef13e583747a1ee0a6a6fc398affafa73a70e8e3804b73715d0db5171131f1c2bc9264b2ce0e51fb55587f80afd12dd1679dff7dccf1ff7421 SHA512 30d18b8c5c0854afd43863fdc6951e7f73303c76e00387f86ebe9736d5849901440e996af81e2e6c10b172d4afa0d98cc982bb6bb331250212db790649e4f44b
MISC metadata.xml 451 BLAKE2B 3c733715e596fca1ac49954a45fe0b7fdba4340e13142c37b72b5458127d551e86f96dd3f72bc66b71236f4d7733c761215308f297437b0ab5f3aeba64731dcd SHA512 781633f3b5e2ee5b475aff01c628656f523be1f6538e9dff77f780363213874bd49d87090e459249f4706379804e7c65cf1aa11f147d79bcd1837ad6865f9dce
-38
View File
@@ -1,38 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Library implementing EZSP"
HOMEPAGE="https://github.com/zigpy/bellows https://pypi.org/project/bellows/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
>=dev-python/click-log-0.2.1[${PYTHON_USEDEP}]
~dev-python/pure-pcapy3-1.0.1[${PYTHON_USEDEP}]
dev-python/pyserial-asyncio[${PYTHON_USEDEP}]
dev-python/voluptuous[${PYTHON_USEDEP}]
>=dev-python/zigpy-0.37.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/asynctest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
@@ -36,3 +36,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest