summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Byrne <salah.coronya@gmail.com>2023-08-09 19:42:03 -0500
committerSam James <sam@gentoo.org>2023-10-01 08:15:10 +0100
commit0d6edd61c7d18e90ff7d53100e7e532956dbbeba (patch)
tree2c392573a576eace42c293879442e19b6a1b2262 /dev-python/tpm2-pytss
parentdev-python/tpm2-pytss: Fix failing test, add DISTUTILS_EXT (diff)
downloadgentoo-0d6edd61c7d18e90ff7d53100e7e532956dbbeba.tar.gz
gentoo-0d6edd61c7d18e90ff7d53100e7e532956dbbeba.tar.bz2
gentoo-0d6edd61c7d18e90ff7d53100e7e532956dbbeba.zip
dev-python/tpm2-pytss: drop 2.1.0
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32238 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/tpm2-pytss')
-rw-r--r--dev-python/tpm2-pytss/tpm2-pytss-2.1.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/tpm2-pytss/tpm2-pytss-2.1.0.ebuild b/dev-python/tpm2-pytss/tpm2-pytss-2.1.0.ebuild
deleted file mode 100644
index 087095e3631c..000000000000
--- a/dev-python/tpm2-pytss/tpm2-pytss-2.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-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"
-
-RDEPEND="app-crypt/tpm2-tss:=[fapi=]
- fapi? ( >=app-crypt/tpm2-tss-3.0.3:= )
- 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}]"
-
-DEPEND="${RDEPEND}
- test? ( app-crypt/swtpm )"
-
-BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]
- dev-python/pkgconfig[${PYTHON_USEDEP}]"
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-distutils_enable_tests pytest