preparation for tests with Python 3.8 and/on arm64/Raspberry
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
DIST jsonrpc-base-1.0.1.tar.gz 5076 BLAKE2B 63b6e67a6dbeacc2a1786da8dc70c9f4c0ebb84ad3c16a7b90f950079bf7b33c28506762bf47ca2b5c1be37ded5d47bb446706e8aca21fab6a5ef2ef43ff840f SHA512 6ca55bca75df2f14281bd259b6e46981e762ade74e965c011103d7646e1a17e250cbb90046548149a2d6b37ba5734151e8a66d8304b61166e82f07fd2fa7f0b7
|
||||
DIST jsonrpc-base-1.0.2.tar.gz 5147 BLAKE2B 733b6aa166a6000e57b9faee6d4705bafa01d8fb82188d4681d58c999a9506c1f196709b1e8df6ba892a3f73647e74d42921ee3cd7dc56ccda178a95a7cb231b SHA512 d76c25bbb893159d7da6da18e991080c5156f4126e1ca25fcfc580417ac65ede61418448ec173c7abb8b3f691cd5ba405558be8e45f51363046d5c7c483749cc
|
||||
DIST jsonrpc-base-1.0.tar.gz 4984 BLAKE2B 9820d47feacd85dffa9aeeddba3a005089a15755a9de69ef65dedde78e84f5a58ff7aded2682f2497fd522f8347a64e38540453cb5d660e7f12af9477492307a SHA512 053be7ed41d7cb752c1d827aedceb24edac49698e5d125bc0fa3d6a7cf960a1400a1b2a45e47789ae3d30a2696bfb03223527c2169d1e8768f5f68f1cdd7f949
|
||||
EBUILD jsonrpc-base-1.0.1.ebuild 720 BLAKE2B 16e58da003766b0cd3fa6bb2c8de7f1ee2f32f2017350731acc8f901f39ce7e6d9124b7383d7cb5733ad89520cec3ba813fc83f568463e28667d68b2ad0ced9e SHA512 177d4209b4031fffdbd67a08d0126a94a7823aa5b510cf2e7d0df2ae614d4fe610d17d4eed78ac085093ba397056195537b5cd5afed621e9f0e36e65f5ccdbcc
|
||||
EBUILD jsonrpc-base-1.0.2.ebuild 695 BLAKE2B d8609e13cddb9a16efc3820de895739449029fda63874cdd79630174529e4ef34119dd641c05586f1b697c7c09af07039543c5a2985161c0eb8f0de0d02d9023 SHA512 20c1214175f44cd8313af9f333212fe6529c0484d5d5a2e4a6c224124afada6921d2c4b63a3dcb5450ebd4df8fc9b0a63d02f89d02a0a1cab91028b7f3e1f371
|
||||
EBUILD jsonrpc-base-1.0.ebuild 720 BLAKE2B 16e58da003766b0cd3fa6bb2c8de7f1ee2f32f2017350731acc8f901f39ce7e6d9124b7383d7cb5733ad89520cec3ba813fc83f568463e28667d68b2ad0ced9e SHA512 177d4209b4031fffdbd67a08d0126a94a7823aa5b510cf2e7d0df2ae614d4fe610d17d4eed78ac085093ba397056195537b5cd5afed621e9f0e36e65f5ccdbcc
|
||||
EBUILD jsonrpc-base-1.0.1.ebuild 714 BLAKE2B 0daa122730782f331ca1813366d1700f6b2305e06a7a8195fe6ecf2cbc72c3250f3baeacf9928d64fae334ef2144ea1fc5ae351d58d23ee1738249f85bf1c89f SHA512 f4bbb17b7c19275d4b03e8a034a7c8c316b3b119d48a1528c31a88b27e87ed10c8696ae8aab0b3d2282a66fbecd62db34b8e9025e0799a0041b9df2423f5e9e0
|
||||
EBUILD jsonrpc-base-1.0.2.ebuild 704 BLAKE2B 1af7c267dc532e30d2226b798b0164ed8c11112e8fb55eb091bfa375e0b0525a3151d38c21084cb1057dc2d6a8ec1eb7c9675b9151d52640671de62000908def SHA512 bcdb4fe891777aaa60da46d7f4f0f38db2cc34697c6bcebd7a072cbc1b9a9ebf4811d4468dae35c0004da5449ac1360e5b2d313f42ad470aa1e3ecfcd52b0fc4
|
||||
EBUILD jsonrpc-base-1.0.ebuild 714 BLAKE2B 0daa122730782f331ca1813366d1700f6b2305e06a7a8195fe6ecf2cbc72c3250f3baeacf9928d64fae334ef2144ea1fc5ae351d58d23ee1738249f85bf1c89f SHA512 f4bbb17b7c19275d4b03e8a034a7c8c316b3b119d48a1528c31a88b27e87ed10c8696ae8aab0b3d2282a66fbecd62db34b8e9025e0799a0041b9df2423f5e9e0
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~arm64"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~arm64"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~arm64"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="
|
||||
|
||||
Reference in New Issue
Block a user