diff options
author | Christopher Byrne <salah.coronya@gmail.com> | 2024-12-01 21:29:03 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-02 14:48:25 +0000 |
commit | 2fb215ba7a55c1ef2806103eb539c74981540ba0 (patch) | |
tree | 1c6dadca9f033978c82f4ce59b108279591188dd /dev-python/tpm2-pytss | |
parent | dev-python/tpm2-pytss: Fix compile under gcc-15 (diff) | |
download | gentoo-2fb215ba7a55c1ef2806103eb539c74981540ba0.tar.gz gentoo-2fb215ba7a55c1ef2806103eb539c74981540ba0.tar.bz2 gentoo-2fb215ba7a55c1ef2806103eb539c74981540ba0.zip |
dev-python/tpm2-pytss: drop 2.2.1
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39550
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/tpm2-pytss')
-rw-r--r-- | dev-python/tpm2-pytss/Manifest | 1 | ||||
-rw-r--r-- | dev-python/tpm2-pytss/tpm2-pytss-2.2.1.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/tpm2-pytss/Manifest b/dev-python/tpm2-pytss/Manifest index 320d082d4a46..36ebe54c2e95 100644 --- a/dev-python/tpm2-pytss/Manifest +++ b/dev-python/tpm2-pytss/Manifest @@ -1,2 +1 @@ -DIST tpm2-pytss-2.2.1.tar.gz 208114 BLAKE2B fe07f38a6c19bc2b2baf079184f39d3ef28268900a35e14bfa22abb61dd956fdb286560ab6d35d66160147296e590fa3dac3d015f9919e1966f43179c1bdcdb1 SHA512 0acaa37d118d71edb123c5e88ef5af5dd78a73b0f8db15500866b6799d98e4c6107f9da1b8c1bce1c9061e9df85d735a39d9335cea65cac0e058db83aed8ad06 DIST tpm2-pytss-2.3.0.tar.gz 213848 BLAKE2B 7e9264ab53cfe666991150fe2c0efdd973f7b58b4968b557d6494156ba4d362bd147f580f2ef50b85ac1b43cd9fc4921d71eea42d5a14b9379f82d45b6a6b536 SHA512 d0f76aec77afa773ec0ed7878a0ca4ef3b3475aa64f219d7a5afd89cbca795457536b0a9b5ffa14704200dcb35a89df36f9fc799694f7cc3cfbf98ea551628b1 diff --git a/dev-python/tpm2-pytss/tpm2-pytss-2.2.1.ebuild b/dev-python/tpm2-pytss/tpm2-pytss-2.2.1.ebuild deleted file mode 100644 index a14aa4203d81..000000000000 --- a/dev-python/tpm2-pytss/tpm2-pytss-2.2.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python bindings for TSS" -HOMEPAGE=" - https://pypi.org/project/tpm2-pytss/ - https://github.com/tpm2-software/tpm2-pytss/ -" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+fapi test" - -DEPEND=" - app-crypt/tpm2-tss:=[fapi=] - fapi? ( >=app-crypt/tpm2-tss-3.0.3:= ) - test? ( app-crypt/swtpm ) -" -RDEPEND=" - ${DEPEND} - dev-python/cffi[${PYTHON_USEDEP}] - dev-python/asn1crypto[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/pycparser[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/pkgconfig[${PYTHON_USEDEP}] - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -PATCHES=( - "${FILESDIR}/${PN}-2.2.1-cryptography-fixes-for-newer-version-of-cryptography.patch" - "${FILESDIR}/${PN}-2.2.1-Revert-test-skip-some-FAPI-tests-if-testing-agains-t.patch" - "${FILESDIR}/${PN}-2.2.1-scripts-update-regex-for-defines.patch" - ) - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -distutils_enable_tests pytest |