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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-ansible-compat Ansible compatibility goodies
4.1.2 sysutils on this many watch lists=0 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.1.2Version of this port present on the latest quarterly branch.
Maintainer: matthew@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-18 12:03:23
Last Update: 2024-02-29 07:18:32
Commit Hash: 5d4139f
Also Listed In: python
License: MIT
WWW:
https://github.com/ansible-community/ansible-compat
Description:
A python package that contains functions that facilitate working with various versions of Ansible 2.9 and newer.
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}ansible-compat>0:sysutils/py-ansible-compat@${PY_FLAVOR}
To install the port:
cd /usr/ports/sysutils/py-ansible-compat/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/py-ansible-compat
  • pkg install py39-ansible-compat
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-ansible-compat listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-ansible-compat
Package flavors (<flavor>: <package>)
  • py39: py39-ansible-compat
distinfo:
TIMESTAMP = 1685691160 SHA256 (ansible-compat-4.1.2.tar.gz) = 696162dbc1223c0b474136a61662b3fe44115d490de8da606b149cee572b01ed SIZE (ansible-compat-4.1.2.tar.gz) = 66934

Packages (timestamps in pop-ups are UTC):
py39-ansible-compat
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-4.1.2--4.1.2---
FreeBSD:13:quarterly4.1.24.1.2-4.1.24.1.2-4.1.24.1.2
FreeBSD:14:latest4.1.24.1.22.2.7-4.1.24.1.2-4.1.2
FreeBSD:14:quarterly4.1.24.1.2-4.1.24.1.2-4.1.24.1.2
FreeBSD:15:latest4.1.24.1.2n/a4.1.2n/a-4.1.2-
FreeBSD:15:quarterly--n/a-n/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-setuptools-scm>=7.0.0 : devel/py-setuptools-scm@py39
  3. py39-wheel>=0 : devel/py-wheel@py39
  4. python3.9 : lang/python39
  5. py39-build>=0 : devel/py-build@py39
  6. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. py39-coverage>0 : devel/py-coverage@py39
  2. py39-pip-tools>0 : devel/py-pip-tools@py39
  3. py39-pytest>=7.2.0 : devel/py-pytest@py39
  4. py39-pytest-mock>0 : devel/py-pytest-mock@py39
  5. py39-pytest-plus>0 : devel/py-pytest-plus@py39
  6. py39-pytest>=7,1 : devel/py-pytest@py39
  7. python3.9 : lang/python39
Runtime dependencies:
  1. py39-ansible-core>=2.12 : sysutils/py-ansible-core@py39
  2. py39-packaging>0 : devel/py-packaging@py39
  3. py39-yaml>0 : devel/py-yaml@py39
  4. py39-subprocess-tee>=0.4.1 : devel/py-subprocess-tee@py39
  5. py39-jsonschema>=4.6.0 : devel/py-jsonschema@py39
  6. python3.9 : lang/python39
  7. py39-typing-extensions>=4.5.0 : devel/py-typing-extensions@py39
This port is required by:
for Run
  1. devel/py-molecule
  2. sysutils/py-ansible-lint

Configuration Options:
No options to configure
Options name:
sysutils_py-ansible-compat
USES:
python:3.9+
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/a/ansible-compat/
  2. https://pypi.org/packages/source/a/ansible-compat/
Collapse this list.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.1.2
29 Feb 2024 07:18:32
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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
4.1.2
18 Jul 2023 00:53:09
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
4.1.2
02 Jun 2023 07:41:20
commit hash: 269d9c0acc1322bde153fd227093fc5eb85db8cbcommit hash: 269d9c0acc1322bde153fd227093fc5eb85db8cbcommit hash: 269d9c0acc1322bde153fd227093fc5eb85db8cbcommit hash: 269d9c0acc1322bde153fd227093fc5eb85db8cb files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 4.1.2

Changes:	https://github.com/ansible/ansible-compat/releases/tag/v4.1.2
Reported by:	portscout, repology
4.1.1
30 May 2023 16:22:46
commit hash: 110b8e631498c9914405d20f180f0508d63b3a36commit hash: 110b8e631498c9914405d20f180f0508d63b3a36commit hash: 110b8e631498c9914405d20f180f0508d63b3a36commit hash: 110b8e631498c9914405d20f180f0508d63b3a36 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 4.1.1

Changes:	https://github.com/ansible/ansible-compat/releases/tag/v4.1.1
Reported by:	portscout, repology
4.1.0
25 May 2023 08:42:45
commit hash: 1e4fb474684bec1ed3dc59471ced780e04cd74f7commit hash: 1e4fb474684bec1ed3dc59471ced780e04cd74f7commit hash: 1e4fb474684bec1ed3dc59471ced780e04cd74f7commit hash: 1e4fb474684bec1ed3dc59471ced780e04cd74f7 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 4.1.0

Changes:	https://github.com/ansible/ansible-compat/releases/tag/v4.1.0
Reported by:	repology
4.0.5
23 May 2023 09:37:05
commit hash: 9a575d78f8712f5c11ff768a1b96ffdafe328cfbcommit hash: 9a575d78f8712f5c11ff768a1b96ffdafe328cfbcommit hash: 9a575d78f8712f5c11ff768a1b96ffdafe328cfbcommit hash: 9a575d78f8712f5c11ff768a1b96ffdafe328cfb files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: Set TMPDIR to ${WRKSRC}

Ensure pytest temporary files are created under ${WRKSRC} so the
testing files will be cleaned up by `make clean`.  Otherwise this can
leave a tree of hundreds of files under /tmp.
4.0.5
22 May 2023 13:18:49
commit hash: 52ca892d084b6b88a0aa917c87b6395872c0d630commit hash: 52ca892d084b6b88a0aa917c87b6395872c0d630commit hash: 52ca892d084b6b88a0aa917c87b6395872c0d630commit hash: 52ca892d084b6b88a0aa917c87b6395872c0d630 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 4.0.5

Changes:	https://github.com/ansible/ansible-compat/releases/tag/v4.0.5
Reported by:	repology
4.0.4
17 May 2023 07:35:57
commit hash: 6e552d56197dc7eb35dffac9f99526597612cf2fcommit hash: 6e552d56197dc7eb35dffac9f99526597612cf2fcommit hash: 6e552d56197dc7eb35dffac9f99526597612cf2fcommit hash: 6e552d56197dc7eb35dffac9f99526597612cf2f files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 4.0.4

Fixup pytest -- now 100% pass rate

Changes:	https://github.com/ansible/ansible-compat/releases/tag/v4.0.4
Changes:	https://github.com/ansible/ansible-compat/releases/tag/v4.0.3
Reported by:	portscout, repology
4.0.2
05 May 2023 16:44:39
commit hash: 4e3c50d8e6dacc50d0fadd0a86a1997313353a1ccommit hash: 4e3c50d8e6dacc50d0fadd0a86a1997313353a1ccommit hash: 4e3c50d8e6dacc50d0fadd0a86a1997313353a1ccommit hash: 4e3c50d8e6dacc50d0fadd0a86a1997313353a1c files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 4.0.2

Changes:	https://github.com/ansible/ansible-compat/releases/tag/v4.0.2
Reported by:	portscout, repology
4.0.1
02 May 2023 07:08:54
commit hash: 5c490e1803a649286e97bd6374815c340de11ff9commit hash: 5c490e1803a649286e97bd6374815c340de11ff9commit hash: 5c490e1803a649286e97bd6374815c340de11ff9commit hash: 5c490e1803a649286e97bd6374815c340de11ff9 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 4.0.1

Changes:	https://github.com/ansible/ansible-compat/releases/tag/v4.0.1
3.0.2
14 Apr 2023 10:00:47
commit hash: b1382a9a023d32f9dd599917d061e70a23bdc2e7commit hash: b1382a9a023d32f9dd599917d061e70a23bdc2e7commit hash: b1382a9a023d32f9dd599917d061e70a23bdc2e7commit hash: b1382a9a023d32f9dd599917d061e70a23bdc2e7 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 3.0.2

Changes:	https://github.com/ansible/ansible-compat/releases/tag/v3.0.2
3.0.1
02 Feb 2023 14:22:51
commit hash: 8b1a793d4fc463207539af55495de57984359cd7commit hash: 8b1a793d4fc463207539af55495de57984359cd7commit hash: 8b1a793d4fc463207539af55495de57984359cd7commit hash: 8b1a793d4fc463207539af55495de57984359cd7 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 3.0.1

Changes:	https://github.com/ansible/ansible-compat/releases/tag/v3.0.0
		https://github.com/ansible/ansible-compat/releases/tag/v3.0.1
2.2.7
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
2.2.7
11 Dec 2022 17:12:44
commit hash: a7ef988d4e933c46dd99d07714eddf7828714edfcommit hash: a7ef988d4e933c46dd99d07714eddf7828714edfcommit hash: a7ef988d4e933c46dd99d07714eddf7828714edfcommit hash: a7ef988d4e933c46dd99d07714eddf7828714edf files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 2.2.7

Changes:	https://github.com/ansible/ansible-compat/releases/tag/v2.2.7
2.2.6
07 Dec 2022 23:12:58
commit hash: 9866fec8c41e564672bac0f121406931b7739acecommit hash: 9866fec8c41e564672bac0f121406931b7739acecommit hash: 9866fec8c41e564672bac0f121406931b7739acecommit hash: 9866fec8c41e564672bac0f121406931b7739ace files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 2.2.6

Changes:	https://github.com/ansible/ansible-compat/releases/tag/v2.2.6
2.2.5
19 Nov 2022 19:51:51
commit hash: 7ec57620e73145e60a8e78b48dc772ad547df876commit hash: 7ec57620e73145e60a8e78b48dc772ad547df876commit hash: 7ec57620e73145e60a8e78b48dc772ad547df876commit hash: 7ec57620e73145e60a8e78b48dc772ad547df876 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 2.2.5

ChangeLog:	https://github.com/ansible/ansible-compat/releases/tag/v2.2.5
2.2.4
04 Nov 2022 08:35:26
commit hash: 77d64db2c308bc6a10d60a762e461d4299c13d08commit hash: 77d64db2c308bc6a10d60a762e461d4299c13d08commit hash: 77d64db2c308bc6a10d60a762e461d4299c13d08commit hash: 77d64db2c308bc6a10d60a762e461d4299c13d08 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 2.2.4

ChangeLog:	https://github.com/ansible/ansible-compat/releases/tag/v2.2.4
2.2.1
02 Oct 2022 15:38:09
commit hash: d7a1f53f054a66183e5ffdadb1e41a33aa6ad3e7commit hash: d7a1f53f054a66183e5ffdadb1e41a33aa6ad3e7commit hash: d7a1f53f054a66183e5ffdadb1e41a33aa6ad3e7commit hash: d7a1f53f054a66183e5ffdadb1e41a33aa6ad3e7 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 2.2.1

ChangeLog:	https://github.com/ansible/ansible-compat/releases/tag/v2.2.1
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
2.2.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.2.0
15 Jul 2022 06:17:47
commit hash: d583034b05814900228b8f519f6901c67e85290ccommit hash: d583034b05814900228b8f519f6901c67e85290ccommit hash: d583034b05814900228b8f519f6901c67e85290ccommit hash: d583034b05814900228b8f519f6901c67e85290c files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 2.2.0

Add USES += pytest, but tests fail to run because of upstream
incompatibilities:

```
E   pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to
MarkdownFile is deprecated. Please use the (path: pathlib.Path) argument
instead.
E   See
https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
```

ChangeLog:	https://github.com/ansible/ansible-compat/releases/tag/v2.2.0
2.1.0
28 May 2022 12:14:41
commit hash: f679e68abe0d5b5b7420a7c956cbd5d6b116eb07commit hash: f679e68abe0d5b5b7420a7c956cbd5d6b116eb07commit hash: f679e68abe0d5b5b7420a7c956cbd5d6b116eb07commit hash: f679e68abe0d5b5b7420a7c956cbd5d6b116eb07 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 2.1.0

ChangeLog:	https://github.com/ansible/ansible-compat/releases/tag/v2.1.0
2.0.4
21 May 2022 18:39:39
commit hash: 046d0bf3f9d659c8f6de271ba566a222081953b9commit hash: 046d0bf3f9d659c8f6de271ba566a222081953b9commit hash: 046d0bf3f9d659c8f6de271ba566a222081953b9commit hash: 046d0bf3f9d659c8f6de271ba566a222081953b9 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 2.0.4

ReleaseNotes:	https://github.com/ansible/ansible-compat/releases/tag/v2.0.4
2.0.3
11 May 2022 07:04:16
commit hash: 49dfa3e5e4a592487aed085599e8ed7ca45adf51commit hash: 49dfa3e5e4a592487aed085599e8ed7ca45adf51commit hash: 49dfa3e5e4a592487aed085599e8ed7ca45adf51commit hash: 49dfa3e5e4a592487aed085599e8ed7ca45adf51 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: update to 2.0.3

ChangeLog:	https://github.com/ansible/ansible-compat/releases/tag/v2.0.3
2.0.2
18 Apr 2022 11:59:09
commit hash: 5d613390a733415afc8649a444011390a037aa5bcommit hash: 5d613390a733415afc8649a444011390a037aa5bcommit hash: 5d613390a733415afc8649a444011390a037aa5bcommit hash: 5d613390a733415afc8649a444011390a037aa5b files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/py-ansible-compat: New Port

A python package that contains functions that facilitate working with
various versions of Ansible 2.9 and newer.

PR:     263033

Number of commits found: 25