update construct-2.10.56

This commit is contained in:
Andreas Billmeier 2020-11-17 19:16:10 +01:00 committed by Andreas Billmeier
parent ea5f517571
commit d5c515f4db
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 46 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2020-11-17 homeassistant-0.118.0_beta3
* bump greeclimate-0.10.3
* bump zigpy-zigate-0.7.2
* update construct-2.10.56
2020-11-15 homeassistant-0.118.0_beta2
* update env-canada-0.2.2, env-canada-0.2.4, fix env-canada-0.2.0 deps

View File

@ -1,4 +1,6 @@
DIST construct-2.10.56.tar.gz 1184110 BLAKE2B 01ce1800970826ae3584a9733de171e04dd926e7d19d8b48b4364406b4aa0f4d878ec52f9a7f755bb249aeeaca75ae6221d6bdf302d4342d4974d268b1782175 SHA512 cc9aa126c26a017a3fb7b78a6b8f2056194028a44c8ed615a6dc4a445d50f0463e2de0b80810ab5a252070925a56b5a61dbb601a3de9e445d861356231a146d5
DIST construct-2.9.45.tar.gz 1042299 BLAKE2B 4d646c3a340b969e83e15436422732f4f4380ef24cd0e9f258f3d3666f17b08ab628d19db39bb8fcd3f370c2b0c93a8329fba56727f28d7a23d868d001610927 SHA512 78d64f3e567e6c9cef842d3e15f416d48856d229a8c6f21e282d3123a86fdd243b20dba5040c6e1d28b67422881351b303262132263efdf94bb73adde0d5dfc1
EBUILD construct-2.10.56.ebuild 956 BLAKE2B 5322a9faef0d7c98a154f1d8f8ea2b904aebea196460c42441b39dba7a7f50280ad41d09e2a179a228c3f18a82dcc4b0d8145dcd39a914e264ca0c60708507d8 SHA512 59d16bd0ac16750ccc49e806c993203afb8a7f3889c61e01bedf2439cfe72de39faa93a17023d98fee9498ad0ef33e8fceea834a3649728875494bb4ecc10b73
EBUILD construct-2.9.45-r1.ebuild 1008 BLAKE2B d8b13e2d4fcf1a22a498e8e5e6f9bb4f7accc9ee688c708787989c6cc42bedf6042fe20b2cb70a449d8ce4859a4f093f3d6d2307e24a901bdfbd0d9d2ec5e912 SHA512 65fcf48409efe69bb967de9d81539297398dd0780bfacf242ff26122f4004b10f0adbfb0705157c1868f2490ee38f288d2b18fb261dc7d154c4410b0055b793e
EBUILD construct-2.9.45.ebuild 995 BLAKE2B 4de2add5bd1777b752295f08317671706a00a66411a6fee7c6055fa6913110a7c1fd00db790b6439c1d319a2dcb77dba9fc422cedfc201e6693f195965d8d2cd SHA512 b38cc96b1849677e8c38b361291b50022631ddb915ab1ae161ec076ecd28057ce1f8fce514a5c2aa7a9b7dec98c01a6dacf59f128e6c7561b2a2a0c15cd83ccf
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
MISC metadata.xml 441 BLAKE2B 31b971ede77413383db0813be9f99755ba99500fe6d771f63fd86a4df76601a65f773b3a0c589b9889131312fc281e18536277b95289237b60298b5f9768fea6 SHA512 37b2ecefbb5874b2d84e2ebea0c0b2079cd2905b6d54a46e2413a7eeb105e3ae601e6658af1a19668fa1ef3b8c4dcc6b34b30c46b562e3b719d86bc8eb3c91c6

View File

@ -0,0 +1,35 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
DESCRIPTION="A powerful declarative parser for binary data"
HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
distutils_enable_tests pytest
BDEPEND+="
test? (
dev-python/arrow[${PYTHON_USEDEP}]
>=dev-python/numpy-1.15.4[${PYTHON_USEDEP}]
dev-python/ruamel-yaml[${PYTHON_USEDEP}]
)"
src_prepare() {
default
rm tests/test_benchmarks.py || die
}
pkg_postinst() {
ewarn "Version 2.10.x has significant API and implementation changes from"
ewarn "previous 2.9.x releases. Please read the documentation at"
ewarn "https://construct.readthedocs.io/en/latest/transition210.html"
ewarn "for more info."
}

View File

@ -5,4 +5,11 @@
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">python-miio</remote-id>
<maintainer status="unknown">
<email>tpr@iki.fi</email>
<name>Teemu R</name>
</maintainer>
</upstream>
</pkgmetadata>