Chore: Fix more warnings.
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Manuel Friedli 2022-10-25 03:07:51 +02:00
parent 565572bae4
commit 53e88105b1
6 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,4 @@
DIST geoip2-4.6.0.tar.gz 355989 BLAKE2B 1d286b851832ec28736bd1cecbddb315741857f1fbaa1160c9c7ed6327a074650a9c2200054c7d43f3b8c5c58bd34697abc72cbfc750c399ae9465ba05977792 SHA512 5b3b2f7ce181f762a896b3d17b6ccd7506ed55522ae6381d3a94e9084f0738e3d0d288b22eeed0e1fee6969c94745b7046c9914ac2f785e1a29630fa78ea947e
EBUILD geoip2-4.6.0-r1.ebuild 541 BLAKE2B 9686877b100da76f533e3bb3400a687e6bfd2cec72e761145d38e676f416655e9bfff732b542567388a07825b0185f7cce4da55fb45499a6d970e86ced97d1e4 SHA512 e068340f5fe1f919f84b718131fa3dfa0537543575ab569e575d03169e9319a9275a1d93c15193938db0f293e492578c10d365af17e8f8aabeb25e86b9810ee4
EBUILD geoip2-4.6.0-r1.ebuild 569 BLAKE2B f4e39f45b4f7f89ce4a46dd5e90cbd066617792ad573c1ea0ec2fa57acd2633b1d7d03ad7206b55c66355751073ec80cfd6083f74a10ea328de3d62d7db28ff8 SHA512 caa4e118cbf5a3a444774b5c8c8607379bb889d9417e1a288e0b7e7460802285501761bd7db09201fc3749cffd14b8382f2546ab2f88d35caceb9f6822fcb418
MISC ChangeLog 767 BLAKE2B 634974f533f8c9424522861351dee15931e12e4d0a3b550bd59b0f67c9c25357d0b7702303be51bc347072a8080834d68662236ec1f070f12a2712b56abc0659 SHA512 838b1946d5e28c2ca4bcb994670855809bc7782f837fd4f4fbbf66850640a9b8d1426275d65286cc70ce2bc7c7ceee4350bcadaedc2b3bfcf1eb06e329007e28
MISC metadata.xml 378 BLAKE2B 021f1d4f38fc77495964dcd72e96bfe42364a221e1be0048a7facb7373ab3122b5b4204712d9178c9fd229d0b4d3c7565d75b1f1d241789bd74ce34fd1ab924d SHA512 b3448e6d9699cf5aa36d17532ec0b19a41078927d1692bf15b8aa79436aff3e0fe0017670d3361fac6b802b60ee1985db7ab766095ad0f352139ce4d131abb48

View File

@ -3,7 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{8,9,10,11} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1

View File

@ -1,4 +1,4 @@
DIST maxminddb-2.2.0.tar.gz 330865 BLAKE2B ee1fc40945f834d7d2b08e7b48eaafbcdd4ced86c0e484c0b05a81ef4724cc735dc75136f914904c3e21718f93c6f54a006b6d5edb2b7dbf4cf418d71c42b50c SHA512 b5526bfe37a846aa9ff49dde0daa87eeef491fd16f6c275efc22eb194bb71dfc9f4fabccb553d575827cd1e2aff20d796a0d6a2ac6b74c54ffbf48401b935bbd
EBUILD maxminddb-2.2.0.ebuild 488 BLAKE2B 514fd4e1b6a6dc9d2f9ff670e3462ab95e021f671fc5367a9a7014467816841af64a65e8a09d7dd817c651c585c0651279441ed836ad8ffb9d2c407202b55d92 SHA512 f31325c2444423609a357568c26ef000f4acbbdf0e4fb7e5057130b4febb08c45748228655e9f32305998697bc1fbdcd513ec23d97d55bf34eb752e6df002dbe
EBUILD maxminddb-2.2.0.ebuild 516 BLAKE2B c0db83c0659cc3a3aede8082df68a206eacdfe0a194e9e03aabb19cedfb71dcd36a7d1f6176f54f85a295fb2e4c4af500ead392078a1d0e843ed7a19ffe189b2 SHA512 8da7074db6f767dd14681f8c7c90ad12e631f23e6896710f44fd929540239791aa56df09b6ece515118ff079bf87a8ee50af6682c3823ccf49d5bbe95d6204f0
MISC ChangeLog 623 BLAKE2B 5dc58925a20d08e0ad1e83c5bdb555a812d86b54ed88cca489ffc283c22ddc77ee9e0c25fcf564e56677781af5ba9ada9dc243b36cc3ff29d2dff7f034090f87 SHA512 9449e563127e6b1db426df8a4f7eca8f534e136e8baa4c6be49cf9118c69b456006fa2a9024d993a0f2c3c4b9b7f8ac0c4dcaa71dfcbf42b709a03a0ba15fc5b
MISC metadata.xml 392 BLAKE2B 80ee8b6d41e2c55629eeb9d57d6c280e70bf21ee0d7af48b4f295db55117b9f2409340df26226ff4d51e680c8b1afe4d2664558872a18b38f4786f6943a92b31 SHA512 0b7723429e3137409159f75f2c37f29982a4bb034f68395cde63a9c7a825626b986277b9bec551f24b895d7731735bfae726cd64abb1d4c8b043122ad6e0eff5

View File

@ -3,7 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{8,9,10,11} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1

View File

@ -1,4 +1,4 @@
BDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) >=dev-python/setuptools-65.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
BDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) >=dev-python/gpep517-9[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-65.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/setuptools[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DESCRIPTION=MaxMind GeoIP2 API
@ -14,4 +14,4 @@ RESTRICT=mirror
SLOT=0
SRC_URI=mirror://pypi/g/geoip2/geoip2-4.6.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 b9fc5e97e886514e5132f50465185401 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 8c1ceb6b71a65547b0ea7bc901d906cb
_md5_=ee2f3297e6ad3888365afded4f02d001
_md5_=e58e032cc3e62f571b906ec539dfb247

View File

@ -1,4 +1,4 @@
BDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) >=dev-python/setuptools-65.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
BDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) >=dev-python/gpep517-9[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-65.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/setuptools[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DESCRIPTION=Python MaxMind DB reader extension
@ -14,4 +14,4 @@ RESTRICT=mirror
SLOT=0
SRC_URI=mirror://pypi/m/maxminddb/maxminddb-2.2.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 b9fc5e97e886514e5132f50465185401 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 8c1ceb6b71a65547b0ea7bc901d906cb
_md5_=5df6a4189d372e80a3775cf1a7ba2af2
_md5_=063d63d3f154be8ed101bbb3ed6ee63f