diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-06 01:47:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-06 01:47:32 +0000 |
commit | d0283dc748c38f55706c7e4c04f4848afeef54a9 (patch) | |
tree | ef21380422805615f7e775efb5eab147749c15bf /dev-python/python-axolotl-curve25519 | |
parent | 77d1bb6f8d47023aa21aaee830bf3229837233d1 (diff) |
gentoo auto-resync : 06:03:2025 - 01:47:31next
Diffstat (limited to 'dev-python/python-axolotl-curve25519')
-rw-r--r-- | dev-python/python-axolotl-curve25519/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-axolotl-curve25519/Manifest b/dev-python/python-axolotl-curve25519/Manifest index 3fa004382afb..885d861f5105 100644 --- a/dev-python/python-axolotl-curve25519/Manifest +++ b/dev-python/python-axolotl-curve25519/Manifest @@ -1,5 +1,5 @@ AUX python-axolotl-curve25519-0.4.1_p2-fix-setuptools-warning.diff 409 BLAKE2B d459ce154ea42040ba2e51ce9dd2da0c5654bd404df34b37094a03a290d5d9be5790f2b55436e48bbad4f36229d62884971c3c78a22b4df447969a5cd4d7b9cf SHA512 91f4c04c8533846b98ae658104954e80abdb94d22f8d3bbcfa1d6f8250fe67816dffa30875fb42b5cd0899da37fdb04186ec861921e05d65f098ca20362c3bf1 AUX python-axolotl-curve25519-fix-type.patch 391 BLAKE2B 9d9377916068972a82f8ff5a9af5e369bbed4003f81ec72cd3daa32f4a435e2741d731a3f8026ab959b09aa25894374cd5cabd4c25d7409eaf20a4e14af571d9 SHA512 1180e895dcfa186d39cd8958579eb13cb7b6de7695bbbbb89c813c4311085eab5d50698db61c6990ac70ac9704980167f2beaeb169910a289461175c7a183337 DIST python-axolotl-curve25519-0.4.1-2.gh.tar.gz 100957 BLAKE2B cda4fb7ad7c78df7465a952e2b5f3c6616849876bc1c8b72dde08042a655c2b86233329d311f6bee1bfc6d2b32926968aafc7e6204320209c2c1bd008f1aa361 SHA512 cbc7c6caa47a9a811640c247a1be727d7b1b68bcdb4c5336e02b4d1eaf9fd2c57b7438b0da466a379a1c0f3f146756b9b7eea3c9b7945ce88478d4bf0b8a1e0d -EBUILD python-axolotl-curve25519-0.4.1_p2-r4.ebuild 697 BLAKE2B 3e9519bbe25b920a2f3e0ddb2d6b41cdc01f05f6bcf4c94deb950f5a035e1754e0a30fc3e2d80598fc1054ae793c96a984b0a9479cf4f3cd4ec814f986f5e898 SHA512 902bc45e3c3858dc70cca44d8aa392294a9a631d2089c133401480fb5f32ecc16d08d399a984ae2a17be0b447efc41c5ab2df35a791d3f576567d7e02876607e +EBUILD python-axolotl-curve25519-0.4.1_p2-r4.ebuild 698 BLAKE2B 2287d14c208a7d7cc7c757e5afac9a1592757fc74e37e9169a5d9dc0589a2f3295017f79009a5e43fb7fb7918314fead94c62c006b079796a43ff1e659484cb7 SHA512 5ea0bcae9700d113b5a18ac303c8add4330e316e8b7f3a4f6351c18d0289dfc607f13f6cda2c809de61d2c3999f27bc8006b2bc10a8635e029edeb9d09d945d6 MISC metadata.xml 745 BLAKE2B 8241fb41b4e183a4833884cee1bba04d76f3d61705ccd904339573ae1beb194a286944f8412618efb92abadd4e1a9fa435331f968e8e9b44167c3439f8db24b0 SHA512 d20a030c7c8d99abd7d1009b99694ac4ba4c4d4a18768cf87919b193c418cbd6aecfb55b27583534adfeb2c7875fc511510b870168ad96d017ba01b48f3496b4 diff --git a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r4.ebuild b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r4.ebuild index 370508be082f..7f5cc3930bcb 100644 --- a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r4.ebuild +++ b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |