File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- DIST zeroconf-0.128.5 .tar.gz 163273 BLAKE2B 91c48e77f4dc84fa6a5ca0905ccb70f3942ed0a320f3d0e02ec5fca78eaa143715eed1e8a9568c4a19c3ce554fbad442d962f97b02a4208db5e0192accf2e114 SHA512 84eb1a61b704159267ea7e3ce8623d384ff66abf33e678fb40a8d2b9da6fcf440b0fab30e960babb6adf075cb62423c0ec365aafc948cefaa8f9f5f817be0323
2
- EBUILD zeroconf-0.128.5 .ebuild 1383 BLAKE2B 4864ce51f079f6714bbcaa098cda5686a89cab93a466a35c418380b2962f25141c7169a54b85fb0561cbd5015f19ba9d8ecff5514dc26e99ba081a2075c97a28 SHA512 6510303fb0876bdad3f2d7c0dd0e2cc5242c69a783fd93eb4cd3649c320dc2867c00b0c11420906acf46680de470ae3a420abdeb1f97d05a354fd8812486f0fb
1
+ DIST zeroconf-0.132.2 .tar.gz 170698 BLAKE2B 7c76e2a00571a19b23f288dc1183da6ce274ebdf3f64f323e282f444011f7cbf90a63e02a991936a2cfa2d227568b31444b8f61f1110588638d4e888dd8749a6 SHA512 686cdfd2f32c6bad03fb5fd287b1e22f2f0b5099a8971dcff1d9fca7e63bc8069b195feb97be710c20fae8c524ab92143e395cdfec26ede103295d1aa4d32a8f
2
+ EBUILD zeroconf-0.132.2 .ebuild 1383 BLAKE2B 0850c4465bf048f6ee208b4a4d9d8495300885e4aa98664680e157c8e01951f23b72a83ed7fda5bc3baf61cba395f95f769ae96cebb7842931d7c6bb2ad65803 SHA512 7731b6a188430354b6da785c214e28870acec6616afb212cadba14db1c00ff9510b19d1327b00e135010e84f5391e0b2c29de26d59043b5be77197159496cc27
3
3
MISC metadata.xml 395 BLAKE2B e1ce7a8fbd6d50fd59fbce671a535a3af2fde79dcc98f146c4e361759e61ce6d7e4e241866262fcd78744c673212d1946830c3d7628956b498a98d0af36d4c3d SHA512 544cb62da7212926b63c4e19467fc3e3f7c8210320a8096dc913a846d392e9a09c2b9860312f88effc8ad7a54e0329149a68012b08c674663af5779957e037f9
Original file line number Diff line number Diff line change 1
- # Copyright 1999-2023 Gentoo Authors
1
+ # Copyright 1999-2024 Gentoo Authors
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
4
EAPI=8
5
5
6
6
DISTUTILS_EXT=1
7
7
DISTUTILS_USE_PEP517=poetry
8
- PYTHON_COMPAT=( python3_{10..12 } )
8
+ PYTHON_COMPAT=( python3_{11..13 } )
9
9
10
10
inherit distutils-r1 pypi
11
11
@@ -28,7 +28,7 @@ RDEPEND="
28
28
# the build system uses custom build script that uses distutils to build
29
29
# C extensions, sigh
30
30
BDEPEND="
31
- >=dev-python/cython-3.0.5 [${PYTHON_USEDEP} ]
31
+ >=dev-python/cython-3.0.8 [${PYTHON_USEDEP} ]
32
32
>=dev-python/setuptools-65.6.3[${PYTHON_USEDEP} ]
33
33
test? (
34
34
dev-python/pytest-asyncio[${PYTHON_USEDEP} ]
You can’t perform that action at this time.
0 commit comments