Skip to content

Commit

Permalink
sci-biology/nf-core: py3.12 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Jun 13, 2024
1 parent 8422792 commit c7b7d39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sci-biology/nf-core/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DIST nf_core-2.14.1.tar.gz 637340 BLAKE2B c4857fa949c983580a515a26a1ea969cad1326edb21713621ebef2a6fea9b765e32ec397c22b95d6553491d9c93911efd7810b21bbcf01f19ec0ecb60789f2f8 SHA512 dd099eb84e442ddd92cd6317614185e210e4363a39d6a8b6435a56d80de4c7eddb3c4496fdefcb50fcd6a8e0c78385b0695ca6786dbffabdf3eff8f1793cadc1
EBUILD nf-core-2.14.1.ebuild 1392 BLAKE2B 680123809558b5ee89c9b818f5921ee243825ab8f8bdba5be96c07abdc26689d6249dade45676e3efffa7621d8b064547a43ae37b61b11e28289f300666a2cf8 SHA512 f755c8498c8ba231ba5068100a38d48de482dc5a07a70cd72f56c604306ae9cce8957328818fb0341700e4395cc4ae8f2b1d814df968e76bd37958710f827bde
EBUILD nf-core-2.14.1.ebuild 1393 BLAKE2B 7b0530bb918603b4ce370ceb580ac61806261709e22c7e64b693af496fb9c0bb2ac9fa466c7dba9e494fc98c4d306321ef0f3aa3daa701d2009113e99c40b746 SHA512 24feeddeba9390262db1d8a8a791c1af3c6b7746da279019c7d95faf63e07e6f908a07d287fc6528321fe6a7e5e46498c530dd4373fff9a88d1b22dfca1a3f83
MISC metadata.xml 514 BLAKE2B 1009dd9f5f30f54672fc8a6725f253361b7b6474ad4e7df52d4e84f8589583d6d689fba36584579a4233583d35fc3bc84ca7b52ae1d20c97f5e73e1d1edf2862 SHA512 b2d79501538762b5bdfda912616be0f28ec63f936d1737806f6c52804d51ffab263b09017eac8d563f77deb854c732f6147bc88ed4d321e413140bb6c1978012
2 changes: 1 addition & 1 deletion sci-biology/nf-core/nf-core-2.14.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{10..12} )

inherit pypi distutils-r1

Expand Down

0 comments on commit c7b7d39

Please sign in to comment.