From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/cryptg/
Date: Sat, 13 Apr 2024 17:15:07 +0000 (UTC) [thread overview]
Message-ID: <1713028157.2717ac6f0568aa969dfc6f972b14d8f2f0fcbafe.julien@gentoo> (raw)
Message-ID: <20240413171507.5xQBRlAlvnlOdy5b5AwR33YIPKJ5Iilny9lsxiXdTWI@z> (raw)
commit: 2717ac6f0568aa969dfc6f972b14d8f2f0fcbafe
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 16:48:16 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 17:09:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2717ac6f
dev-python/cryptg: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/cryptg/cryptg-0.4.ebuild | 134 ++++++++++++++++++------------------
1 file changed, 67 insertions(+), 67 deletions(-)
diff --git a/dev-python/cryptg/cryptg-0.4.ebuild b/dev-python/cryptg/cryptg-0.4.ebuild
index 4bb3fbef02..dfc0709cba 100644
--- a/dev-python/cryptg/cryptg-0.4.ebuild
+++ b/dev-python/cryptg/cryptg-0.4.ebuild
@@ -1,83 +1,83 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CRATES="
- aes-0.7.5
- autocfg-1.1.0
- base64ct-1.5.3
- bitflags-1.3.2
- block-buffer-0.9.0
- cfg-if-1.0.0
- cipher-0.3.0
- core2-0.4.0
- cpufeatures-0.2.5
- crypto-mac-0.11.1
- digest-0.9.0
- generic-array-0.14.6
- getrandom-0.2.8
- glass_pumpkin-1.3.0
- grammers-crypto-0.4.0
- hmac-0.11.0
- indoc-1.0.7
- lazy_static-1.4.0
- libc-0.2.137
- lock_api-0.4.9
- memchr-2.5.0
- memoffset-0.6.5
- num-bigint-0.4.3
- num-integer-0.1.45
- num-traits-0.2.15
- once_cell-1.15.0
- opaque-debug-0.3.0
- parking_lot-0.12.1
- parking_lot_core-0.9.4
- password-hash-0.2.3
- pbkdf2-0.8.0
- ppv-lite86-0.2.16
- proc-macro2-1.0.47
- pyo3-0.17.2
- pyo3-build-config-0.17.2
- pyo3-ffi-0.17.2
- pyo3-macros-0.17.2
- pyo3-macros-backend-0.17.2
- quote-1.0.21
- rand-0.8.5
- rand_chacha-0.3.1
- rand_core-0.6.4
- redox_syscall-0.2.16
- scopeguard-1.1.0
- sha1-0.6.1
- sha1_smol-1.0.0
- sha2-0.9.9
- smallvec-1.10.0
- subtle-2.4.1
- syn-1.0.103
- target-lexicon-0.12.4
- typenum-1.15.0
- unicode-ident-1.0.5
- unindent-0.1.10
- version_check-0.9.4
- wasi-0.11.0+wasi-snapshot-preview1
- windows-sys-0.42.0
- windows_aarch64_gnullvm-0.42.0
- windows_aarch64_msvc-0.42.0
- windows_i686_gnu-0.42.0
- windows_i686_msvc-0.42.0
- windows_x86_64_gnu-0.42.0
- windows_x86_64_gnullvm-0.42.0
- windows_x86_64_msvc-0.42.0
+ aes@0.7.5
+ autocfg@1.1.0
+ base64ct@1.5.3
+ bitflags@1.3.2
+ block-buffer@0.9.0
+ cfg-if@1.0.0
+ cipher@0.3.0
+ core2@0.4.0
+ cpufeatures@0.2.5
+ crypto-mac@0.11.1
+ digest@0.9.0
+ generic-array@0.14.6
+ getrandom@0.2.8
+ glass_pumpkin@1.3.0
+ grammers-crypto@0.4.0
+ hmac@0.11.0
+ indoc@1.0.7
+ lazy_static@1.4.0
+ libc@0.2.137
+ lock_api@0.4.9
+ memchr@2.5.0
+ memoffset@0.6.5
+ num-bigint@0.4.3
+ num-integer@0.1.45
+ num-traits@0.2.15
+ once_cell@1.15.0
+ opaque-debug@0.3.0
+ parking_lot@0.12.1
+ parking_lot_core@0.9.4
+ password-hash@0.2.3
+ pbkdf2@0.8.0
+ ppv-lite86@0.2.16
+ proc-macro2@1.0.47
+ pyo3@0.17.2
+ pyo3-build-config@0.17.2
+ pyo3-ffi@0.17.2
+ pyo3-macros@0.17.2
+ pyo3-macros-backend@0.17.2
+ quote@1.0.21
+ rand@0.8.5
+ rand_chacha@0.3.1
+ rand_core@0.6.4
+ redox_syscall@0.2.16
+ scopeguard@1.1.0
+ sha1@0.6.1
+ sha1_smol@1.0.0
+ sha2@0.9.9
+ smallvec@1.10.0
+ subtle@2.4.1
+ syn@1.0.103
+ target-lexicon@0.12.4
+ typenum@1.15.0
+ unicode-ident@1.0.5
+ unindent@0.1.10
+ version_check@0.9.4
+ wasi@0.11.0+wasi-snapshot-preview1
+ windows-sys@0.42.0
+ windows_aarch64_gnullvm@0.42.0
+ windows_aarch64_msvc@0.42.0
+ windows_i686_gnu@0.42.0
+ windows_i686_msvc@0.42.0
+ windows_x86_64_gnu@0.42.0
+ windows_x86_64_gnullvm@0.42.0
+ windows_x86_64_msvc@0.42.0
"
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit cargo distutils-r1
DESCRIPTION="Hachoir is a Python library to view and edit a binary stream field by field "
HOMEPAGE="https://github.com/cher-nov/cryptg/"
SRC_URI="https://github.com/cher-nov/cryptg/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
- $(cargo_crate_uris)
+ ${CARGO_CRATE_URIS}
"
LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD CC0-1.0 MIT Unicode-DFS-2016 Unlicense"
next reply other threads:[~2024-04-13 17:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-13 17:09 Julien Roy [this message]
2024-04-13 17:15 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/cryptg/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-12-03 6:05 [gentoo-commits] repo/proj/guru:dev " Anna Vyalkova
2024-10-29 21:58 Anna Vyalkova
2024-10-24 20:21 Anna Vyalkova
2024-10-22 13:46 Anna Vyalkova
2023-01-23 18:59 Julien Roy
2023-01-21 2:58 Julien Roy
2023-01-21 2:05 Julien Roy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1713028157.2717ac6f0568aa969dfc6f972b14d8f2f0fcbafe.julien@gentoo \
--to=julien@jroy.ca \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox