Port details |
- py-molecule Aid for the development and testing of Ansible roles
- 5.0.1_1 devel =3 5.0.1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2018-09-22 19:35:06
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: rubygem-svn2git, py311-csvkit, p5-Test-Email, GentiumBasic, py39-dbfread
- Also Listed In: python
- License: MIT
- WWW:
- https://molecule.readthedocs.io/en/latest/
- Description:
- Molecule is designed to aid in the development and testing of Ansible
roles. Molecule provides support for testing with multiple instances,
operating systems and distributions, virtualization providers, test
frameworks and testing scenarios. Molecule is opinionated in order to
encourage an approach that results in consistently developed roles
that are well-written, easily understood and maintained.
- ¦ ¦ ¦ ¦
- 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}molecule>0:devel/py-molecule@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-molecule/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-molecule
- pkg install py311-molecule
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-molecule listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-molecule
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1696071064
SHA256 (molecule-5.0.1.tar.gz) = 15a4c89e82ec1319bb1b36430061a103b91f1eb6d000b54330a161f4c8ee62d7
SIZE (molecule-5.0.1.tar.gz) = 334911
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-pip>=19.3.1 : devel/py-pip@py311
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-setuptools-scm>=7.0.0 : devel/py-setuptools-scm@py311
- py311-wheel>=0.33.6 : devel/py-wheel@py311
- py311-Jinja2>=2.11.3 : devel/py-Jinja2@py311
- py311-ansible-core>=2.12.0 : sysutils/py-ansible-core@py311
- py311-simplejson>=3.17.2 : devel/py-simplejson@py311
- py311-sphinx>=5.0.0 : textproc/py-sphinx@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-coverage>=6.2 : devel/py-coverage@py311
- py311-filelock>0 : sysutils/py-filelock@py311
- py311-pexpect>=4.8.0 : misc/py-pexpect@py311
- py311-pytest-cov>=2.9.0 : devel/py-pytest-cov@py311
- py311-pytest-html>=3.0.0 : devel/py-pytest-html@py311
- py311-pytest-mock>=3.3.1 : devel/py-pytest-mock@py311
- py311-pytest-plus>=0.2 : devel/py-pytest-plus@py311
- py311-pytest-xdist>=2.1.0 : devel/py-pytest-xdist@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-ansi2html>=1.8.0 : textproc/py-ansi2html@py311
- py311-ansible-compat>=2.2.1 : sysutils/py-ansible-compat@py311
- py311-click>=8.0 : devel/py-click@py311
- py311-click-help-colors>=0.9 : devel/py-click-help-colors@py311
- py311-cookiecutter>=1.7.3 : devel/py-cookiecutter@py311
- py311-enrich>=1.2.7 : textproc/py-enrich@py311
- py311-jsonschema>=4.9.1 : devel/py-jsonschema@py311
- py311-Jinja2>=2.11.3 : devel/py-Jinja2@py311
- py311-packaging>0 : devel/py-packaging@py311
- py311-pluggy>=0.7.1 : devel/py-pluggy@py311
- py311-rich>=9.5.1 : textproc/py-rich@py311
- py311-pyyaml>=5.1 : devel/py-pyyaml@py311
- py311-flake8>=3.8.4 : devel/py-flake8@py311
- py311-pre-commit>=2.10.1 : devel/py-pre-commit@py311
- py311-yamllint>0 : devel/py-yamllint@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-molecule-5.0.1_1:
DOCKER=off: For testing on Docker Platform(Remote)
DOCS=on: Build and/or install documentation
LINT=on: For linting molecule itself
===> Use 'make config' to modify these settings
- Options name:
- devel_py-molecule
- USES:
- python
- pkg-message:
- For install:
- DOCKER option doesn't enable local DOCKER HOST as DOCKER is BROKEN in FreeBSD.
This just installs DOCKER client to interact with a remote DOCKER HOST which has
remote API enabled.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.1_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
5.0.1 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
5.0.1 30 Sep 2023 11:01:22 |
Muhammad Moinur Rahman (bofh) |
devel/py-molecule: Update version 4.0.4=>5.0.1
Changelog: https://github.com/ansible/molecule/releases/tag/v5.0.1 |
4.0.4 19 Jul 2023 15:27:54 |
Muhammad Moinur Rahman (bofh) |
devel/py-molecule: Update version 4.0.3=>4.0.4
Changelog:
https://github.com/ansible-community/molecule/releases/tag/v4.0.4 |
4.0.3 18 Jul 2023 13:35:35 |
Muhammad Moinur Rahman (bofh) |
devel/py-molecule: Update version 4.0.2=>4.0.3
Changelog:
https://github.com/ansible-community/molecule/releases/tag/v4.0.3 |
4.0.2 17 Jul 2023 09:11:48 |
Muhammad Moinur Rahman (bofh) |
devel/py-molecule: Update version 4.0.1=>4.0.2
Changelog:
https://github.com/ansible-community/molecule/releases/tag/v4.0.2 |
4.0.1 15 Jul 2023 15:43:35 |
Muhammad Moinur Rahman (bofh) |
devel/py-molecule: Update version 4.0.0=>4.0.1
Changelog:
https://github.com/ansible-community/molecule/releases/tag/v4.0.1 |
4.0.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.0.0 23 Apr 2023 18:46:02 |
Muhammad Moinur Rahman (bofh) |
devel/py-molecule: Update version 3.6.1=>4.0.0
- Remove OPTIONS AZURE, EC2 and GCE as they have been moved from default
molecule and have their own packages now
Changelog:
https://github.com/ansible-community/molecule/releases/tag/v4.0.0 |
3.6.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.6.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.6.1 24 Apr 2022 00:35:52 |
Muhammad Moinur Rahman (bofh) |
devel/py-molecule: Update version 2.22=>3.6.1
- Remove test artifacts from pkg
Relnotes:
https://github.com/ansible-community/molecule/releases/tag/v3.6.1 |
2.22 07 Apr 2022 18:59:35 |
Dmitry Marakasov (amdmi3) |
devel/py-molecule: add missing test depend
Approved by: portmgr blanket |
2.22 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.22 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.22 14 Jan 2021 14:34:38 |
dbaio |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
2.22 14 Jul 2020 07:59:28 |
antoine |
Unbreak bulk -a |
2.22 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
2.22 30 Mar 2020 01:38:40 |
bofh |
devel/py-molecule: Update version 2.20.2=>2.22
- Add OPTIONS AZURE, DOCKER, DOCS, GCE, EC2
- Chane PY requirements upto 3.7
- Take MAINTAINERSHIP
Approved by: matthew (private mail) |
2.20.2 22 Jul 2019 21:00:40 |
matthew |
Update to 2.20.2
ChangeLog: https://github.com/ansible/molecule/blob/2.20.2/CHANGELOG.rst |
2.20.1 31 May 2019 10:00:20 |
sunpoet |
Introduce PY_TYPING and simplify Makefile
Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4.
With hat: python |
2.20.1 13 Apr 2019 09:50:50 |
matthew |
Update to 2.20.1
ChangeLog: https://molecule.readthedocs.io/en/stable/changelog.html |
2.20.0_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2.20.0 06 Apr 2019 08:11:42 |
matthew |
Update to 2.20.0
ChangeLog: https://molecule.readthedocs.io/en/stable/changelog.html |
2.19.0_1 23 Feb 2019 15:41:55 |
matthew |
Somewhere in the dependency tree of py-molecule, some package or
packages have stopped depending on two backports of standard modules
from python-3.x which py-molecule needs. Therefore to re-enable
support for python-2.7, explicitly add those packages to RUN_DEPENDS
conditional on PYTHON_REL.
Reported by: pkg-fallout |
2.19.0 20 Oct 2018 21:56:28 |
matthew |
Update to 2.19.0
ChangeLog: https://github.com/metacloud/molecule/blob/master/CHANGELOG.rst |
2.18.1 22 Sep 2018 19:37:23 |
matthew |
Delete emacs backup file added to new port by mistake. |
2.18.1 22 Sep 2018 19:34:53 |
matthew |
Add py-molecule 2.18.1, aid for the development and testing of Ansible
roles. |