commit: d339bf57b4986531b167e379c24097d613408faa Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Tue Feb 27 13:55:11 2024 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Tue Feb 27 16:08:48 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d339bf57
dev-python/archspec: add 0.2.2 Co-authored-by: Andrew Nowa Ammerlaan <andrewammerlaan <AT> gentoo.org> Closes: https://github.com/gentoo/sci/pull/1244 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> dev-python/archspec/archspec-0.2.2.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dev-python/archspec/archspec-0.2.2.ebuild b/dev-python/archspec/archspec-0.2.2.ebuild new file mode 100644 index 000000000..a7287fc72 --- /dev/null +++ b/dev-python/archspec/archspec-0.2.2.ebuild @@ -0,0 +1,13 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 pypi + +DESCRIPTION="Labels for various aspects of a system architecture like CPU, etc." +HOMEPAGE="https://archspec.readthedocs.io/en/latest/index.html" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +
