notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-pyroma Test your project's packaging friendliness
4.2_1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.2_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-09-11 03:17:19
Last Update: 2024-05-13 13:59:38
Commit Hash: 9b3d552
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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 py39-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 py39-pyroma listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pyroma
Package flavors (<flavor>: <package>)
  • py39: py39-pyroma
distinfo:
TIMESTAMP = 1694348230 SHA256 (pyroma-4.2.tar.gz) = 6c727dc4a7a10e12274faed5fb47ebd499ca0821995befec98e3cfcaf1e7383c SIZE (pyroma-4.2.tar.gz) = 97438

Packages (timestamps in pop-ups are UTC):
py39-pyroma
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----4.24.24.2
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----4.24.24.2
FreeBSD:15:latest--n/a-n/a4.24.24.2
 

py311-pyroma
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.2_14.2_1-4.2_14.2_1---
FreeBSD:13:quarterly4.2_14.2_1-4.2_14.2_1---
FreeBSD:14:latest4.2_14.2_1-4.2_14.2_1---
FreeBSD:14:quarterly4.2_14.2_1-4.2_14.2_1---
FreeBSD:15:latest4.2_14.2_1n/a4.2_1n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=0 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-build>=0.7.0 : devel/py-build@py39
  2. py39-docutils>=0,1 : textproc/py-docutils@py39
  3. py39-packaging>=0 : devel/py-packaging@py39
  4. py39-pygments>=0 : textproc/py-pygments@py39
  5. py39-requests>=0 : www/py-requests@py39
  6. py39-setuptools>=42 : devel/py-setuptools@py39
  7. py39-trove-classifiers>=2022.6.26 : devel/py-trove-classifiers@py39
  8. python3.9 : lang/python39
This port is required by:
for Run
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pyroma/
  2. https://pypi.org/packages/source/p/pyroma/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.2_1
13 May 2024 13:59:38
commit hash: 9b3d5528f635fd85930f55863ef6d2bcd097502dcommit hash: 9b3d5528f635fd85930f55863ef6d2bcd097502dcommit hash: 9b3d5528f635fd85930f55863ef6d2bcd097502dcommit hash: 9b3d5528f635fd85930f55863ef6d2bcd097502d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pyroma: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
4.2
11 Sep 2023 03:00:50
commit hash: e086206534dc44a9dc6ef1a165efd2443a29aa0bcommit hash: e086206534dc44a9dc6ef1a165efd2443a29aa0bcommit hash: e086206534dc44a9dc6ef1a165efd2443a29aa0bcommit hash: e086206534dc44a9dc6ef1a165efd2443a29aa0b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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.

Number of commits found: 2