Port details |
- py-pyroma Test your project's packaging friendliness
- 4.3.3 devel
=2 4.2_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-09-11 03:17:19
- Last Update: 2025-07-13 12:39:34
- Commit Hash: 21bcd92
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/regebro/pyroma
- Description:
- Pyroma rhymes with aroma, and is a product aimed at giving a rating of how well
a Python project complies with the best practices of the Python packaging
ecosystem, primarily PyPI, pip, Distribute etc, as well as a list of issues that
could be improved.
The aim of this is both to help people make a project that is nice and usable,
but also to improve the quality of Python third-party software, making it easier
and more enjoyable to use the vast array of available modules for Python.
It's written so that there are a library with methods to call from Python, as
well as a script, also called pyroma.
¦ ¦ ¦ ¦ 
- 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}pyroma>0:devel/py-pyroma@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pyroma/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pyroma
- pkg install py311-pyroma
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-pyroma listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pyroma
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1752266130
SHA256 (pyroma-4.3.3.tar.gz) = 62c6af3a8da038e924644dd9c0b5da5f720818c67d914eb48bbfa3ce3d95439b
SIZE (pyroma-4.3.3.tar.gz) = 100731
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-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-build>=0.7.0 : devel/py-build@py311
- py311-docutils>=0,1 : textproc/py-docutils@py311
- py311-packaging>=0 : devel/py-packaging@py311
- py311-pygments>=0 : textproc/py-pygments@py311
- py311-requests>=0 : www/py-requests@py311
- py311-setuptools>=42 : devel/py-setuptools@py311
- py311-trove-classifiers>=2022.6.26 : devel/py-trove-classifiers@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-prospector
Configuration Options:
- No options to configure
- Options name:
- devel_py-pyroma
- 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 |
4.3.3 13 Jul 2025 12:39:34
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyroma: Update to 4.3.3
Changes: https://github.com/regebro/pyroma/blob/master/CHANGES.txt |
4.3 11 Jul 2025 04:31:48
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyroma: Update to 4.3
Changes: https://github.com/regebro/pyroma/blob/master/CHANGES.txt |
4.2_1 13 May 2024 13:59:38
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyroma: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
4.2 11 Sep 2023 03:00:50
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyroma: Add py-pyroma 4.2
Pyroma rhymes with aroma, and is a product aimed at giving a rating of how well
a Python project complies with the best practices of the Python packaging
ecosystem, primarily PyPI, pip, Distribute etc, as well as a list of issues that
could be improved.
The aim of this is both to help people make a project that is nice and usable,
but also to improve the quality of Python third-party software, making it easier
and more enjoyable to use the vast array of available modules for Python.
It's written so that there are a library with methods to call from Python, as
well as a script, also called pyroma. |