diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-09 01:48:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-09 01:48:35 +0000 |
commit | 0b832a429ecd6081aa9faa0eb262303b019d87ea (patch) | |
tree | c39bb9eaa7bc30cec17f3a3bdef0cf5ed27c6a75 /dev-python/pytest-jupyter | |
parent | 80e87db4d9ed551615eb2d0309bf370e79500716 (diff) |
gentoo auto-resync : 09:03:2025 - 01:48:35
Diffstat (limited to 'dev-python/pytest-jupyter')
-rw-r--r-- | dev-python/pytest-jupyter/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-jupyter/pytest-jupyter-0.10.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-jupyter/Manifest b/dev-python/pytest-jupyter/Manifest index 965895ed0d1a..5ca16a41c4d3 100644 --- a/dev-python/pytest-jupyter/Manifest +++ b/dev-python/pytest-jupyter/Manifest @@ -1,3 +1,3 @@ DIST pytest_jupyter-0.10.1.tar.gz 15580 BLAKE2B 931045927f14973162d45ccdff3a28b0e1d955c276ccf73fa91cae46af8d697368edc10bb3a8042885aae8309dd901201ef147967eae13bca453bc3c144de1fc SHA512 ca380f3b4550388606053db97666d3e191e2b4c030b98fed8b88cee53aac0451faf63d1300c50af4313f20b38937558c390c7f9113ef6b9d20fa0c8f0b41e118 -EBUILD pytest-jupyter-0.10.1.ebuild 906 BLAKE2B 668ef76bf3c287079ccdecd0c39050b5dfa3712541e9857ca32bb214e541c645934351da067398978cfefc9616c3d5a137b3ca87ce77c7f66261a3978a4c5cc7 SHA512 f1a50753aacb35697940291fc0ecd8fcea8bd7b0faca27d134528aeaa3912239c7b3ad636a773a8b3b29469581ba6536f7cac46549f54b4f2b66186d3c6358e0 +EBUILD pytest-jupyter-0.10.1.ebuild 915 BLAKE2B 981f938426905729cc2b86c83a02122f25fb38b8bb83d006e6375d4b65924cd56838b52a041894abf3f61fe2367af77c591995e754a40aa49fed771d69482eff SHA512 ae32109bf45b469b6dd2caad08f50a86d4c3c7986af9f67cfc4d26b8159f70d9eb5aaf4a85dbe9f9ea386b62a8a9cb468589eafa731fdaa65dd9f5b5e76d56cb MISC metadata.xml 544 BLAKE2B 2774989bbb5ea75c4254ec2c9f3daf04a48bdec28698d62afd2471abb4031273bea581c09151efa643fc691a3fda2e1a4211dca66882fe2c5a24d7a6bef7c1a1 SHA512 e3751515a8baf2b422cb680870adbe9393d37ecf2e8b01212bcfa7d0b62ca368c34a9140945e1af4d7c7f0c5443b996ac7cbd4394833aa13b4e937b05bfe0e6b diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.10.1.ebuild b/dev-python/pytest-jupyter/pytest-jupyter-0.10.1.ebuild index 83df3351df84..1b55146f81ce 100644 --- a/dev-python/pytest-jupyter/pytest-jupyter-0.10.1.ebuild +++ b/dev-python/pytest-jupyter/pytest-jupyter-0.10.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1 pypi |