Port details |
- py-archspec Library to query system architecture
- 0.2.5 devel =2 0.2.4Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-06-20 06:33:24
- Last Update: 2024-10-15 15:33:52
- Commit Hash: bc3e9d3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20 MIT
- WWW:
- https://archspec.readthedocs.io/en/latest/
- Description:
- 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.
This project grew out of Spack and is currently under active development. At
present it supports APIs to detect and model compatibility relationships among
different CPU microarchitectures.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}archspec>0:devel/py-archspec@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-archspec/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-archspec
- pkg install py311-archspec
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-archspec listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-archspec
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729012910
SHA256 (archspec-archspec-v0.2.5_GH0.tar.gz) = c7c9f8c8bd6d56b3bf707aabc24829ec606e9ebfc26c21259dddbc81256346e7
SIZE (archspec-archspec-v0.2.5_GH0.tar.gz) = 32486
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-poetry-core>=1.0.0 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-archspec
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.5 15 Oct 2024 15:33:52 |
Yuri Victorovich (yuri) |
devel/py-archspec: update 0.2.4 → 0.2.5
Reported by: portscout |
0.2.4 06 May 2024 08:02:49 |
Yuri Victorovich (yuri) |
devel/py-archspec: update 0.2.3 → 0.2.4
Reported by: portscout |
0.2.3 21 Apr 2024 16:16:17 |
Yuri Victorovich (yuri) |
devel/py-archspec: update 0.2.2 → 0.2.3
Reported by: portscout |
0.2.2 07 Nov 2023 17:56:52 |
Yuri Victorovich (yuri) |
devel/py-archspec: update 0.2.1 → 0.2.2
Reported by: portscout |
0.2.1 05 Sep 2023 20:46:32 |
Po-Chuan Hsieh (sunpoet) |
devel/py-archspec: Fix BUILD_DEPENDS
from pyproject.toml:
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Approved by: portmgr (blanket)
With hat: python
Reference: https://github.com/archspec/archspec/blob/v0.2.1/pyproject.toml#L42-L44 |
0.2.1 30 Jun 2023 07:08:25 |
Po-Chuan Hsieh (sunpoet) |
devel/py-archspec: Clean up USES=python
Approved by: portmgr (blanket)
With hat: python |
0.2.1 26 Jun 2023 17:39:44 |
Yuri Victorovich (yuri) |
devel/py-archspec: Unbreak by working around the Poetry bug |
0.2.1 26 Jun 2023 16:59:41 |
Yuri Victorovich (yuri) |
devel/py-archspec: Broken |
0.2.1 20 Jun 2023 06:31:20 |
Yuri Victorovich (yuri) |
devel/py-archspec: New port: Library to query system architecture |