Port details |
- py-molecule Aid for the development and testing of Ansible roles
- 4.0.0 devel
=1 3.6.1Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2018-09-22 19:35:06
- Last Update: 2023-04-23 18:46:02
- Commit Hash: 4be85e0
- People watching this port, also watch:: py39-cookiecutter, py39-csvkit, nagios-check_postgres, GentiumPlus, py39-Cerberus
- Also Listed In: python
- License: MIT
- 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.
¦ ¦ ¦ ¦ 
- 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 py39-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 py39-molecule listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-molecule
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1682274409
SHA256 (molecule-4.0.0.tar.gz) = 31cbcdafb96a3e0df2a02ab49b4a4ce7d0c3129b34c351935612bf8097c999e2
SIZE (molecule-4.0.0.tar.gz) = 299777
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:
-
- py39-setuptools_scm_git_archive>=1.0 : devel/py-setuptools_scm_git_archive@py39
- py39-Jinja2>=2.11.3 : devel/py-Jinja2@py39
- py39-ansible-core>=2.12.0 : sysutils/py-ansible-core@py39
- py39-simplejson>=3.17.2 : devel/py-simplejson@py39
- py39-sphinx>=5.0.0 : textproc/py-sphinx@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-coverage>=6.2 : devel/py-coverage@py39
- py39-filelock>0 : sysutils/py-filelock@py39
- py39-pexpect>=4.8.0 : misc/py-pexpect@py39
- py39-pytest-cov>=2.9.0 : devel/py-pytest-cov@py39
- py39-pytest-html>=3.0.0 : devel/py-pytest-html@py39
- py39-pytest-mock>=1.10.4 : devel/py-pytest-mock@py39
- py39-pytest-plus>=0.2 : devel/py-pytest-plus@py39
- py39-pytest-xdist>=2.1.0 : devel/py-pytest-xdist@py39
- py39-pytest>=6.1.2 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-ansible-compat>=2.1.0 : sysutils/py-ansible-compat@py39
- py39-Cerberus>=1.3.1 : devel/py-cerberus@py39
- py39-click>=8.0 : devel/py-click@py39
- py39-cookiecutter>=1.7.3 : devel/py-cookiecutter@py39
- py39-enrich>=1.2.7 : textproc/py-enrich@py39
- py39-Jinja2>=2.11.3 : devel/py-Jinja2@py39
- py39-packaging>0 : devel/py-packaging@py39
- py39-pluggy>=0.7.1 : devel/py-pluggy@py39
- py39-rich>=9.5.1 : textproc/py-rich@py39
- py39-yaml>=5.1 : devel/py-yaml@py39
- py39-flake8>=3.8.4 : devel/py-flake8@py39
- py39-pre-commit>=2.10.1 : devel/py-pre-commit@py39
- py39-yamllint>0 : devel/py-yamllint@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-molecule-4.0.0:
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:3.6+
- 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.
- WWW: https://molecule.readthedocs.io/en/latest/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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. |