commit: dddcac062e5c0830aadc5f7cc5173987877a1091 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Wed Dec 28 13:29:49 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Dec 29 10:59:52 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dddcac06
dev-python/archspec: new package, add 0.1.4 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> Closes: https://github.com/gentoo/sci/pull/1187 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/archspec/archspec-0.1.4.ebuild | 20 ++++++++++++++++++++ dev-python/archspec/metadata.xml | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-python/archspec/archspec-0.1.4.ebuild b/dev-python/archspec/archspec-0.1.4.ebuild new file mode 100644 index 000000000..7e51db603 --- /dev/null +++ b/dev-python/archspec/archspec-0.1.4.ebuild @@ -0,0 +1,20 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 + +DESCRIPTION="labels for various aspects of a system architecture like CPU, etc." +HOMEPAGE="https://archspec.readthedocs.io/en/latest/index.html" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/six-1.16.0[${PYTHON_USEDEP}] + <=dev-python/six-2.0.0[${PYTHON_USEDEP}] + >=dev-python/click-7.1.2[${PYTHON_USEDEP}] +" +BDEPEND="${RDEPEND}" diff --git a/dev-python/archspec/metadata.xml b/dev-python/archspec/metadata.xml new file mode 100644 index 000000000..3688592b1 --- /dev/null +++ b/dev-python/archspec/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alexander Puck Neuwirth</name> + </maintainer> + <longdescription lang="en"> + Archspec aims at providing a standard set of human-understandable labels for various aspects of a system architecture like CPU, network fabrics, etc. and APIs to detect, query and compare them. + </longdescription> + <upstream> + <remote-id type="pypi">archspec</remote-id> + <remote-id type="github">archspec/archspec</remote-id> + <bugs-to>https://github.com/archspec/archspec/issues</bugs-to> + </upstream> +</pkgmetadata>
