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-ploy_ansible Plugin to integrate Ansible with ploy
1.4.1 sysutils Deleted on this many watch lists=1 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 1.4.1Version of this port present on the latest quarterly branch.
Maintainer: koobs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-07-08 06:58:41
Last Update: 2020-01-01 13:06:46
SVN Revision: 521717
People watching this port, also watch:: zrep
Also Listed In: python
License: GPLv3
WWW:
https://github.com/ployground/ploy_ansible
Description:
Ploy plugin to integrate with Ansible. WWW: https://github.com/ployground/ploy_ansible
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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}ploy_ansible>0:sysutils/py-ploy_ansible@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-ploy_ansible
Package flavors (<flavor>: <package>)
  • py27: py27-ploy_ansible
distinfo:
TIMESTAMP = 1558175364 SHA256 (ploy_ansible-1.4.1.tar.gz) = 53298897e760c43b1f93eed4c2fcd4212a6d0321579ab6631d15a856f78b2c8c SIZE (ploy_ansible-1.4.1.tar.gz) = 25083

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. py27-ploy>=1.0.0,<2 : sysutils/py-ploy@py27
  3. py27-execnet>0 : sysutils/py-execnet@py27
  4. py27-ansible1>=1.8.0,<2.0 : sysutils/ansible1@py27
  5. py27-setuptools>0 : devel/py-setuptools@py27
  6. python2.7 : lang/python27
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. sysutils/bsdploy*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:-2.7
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/ploy_ansible/
  2. https://pypi.org/packages/source/p/ploy_ansible/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.1
01 Jan 2020 13:06:46
Revision:521717Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2017-10-01 sysutils/ansible1: please upgrade to sysutils/ansible
sysutils/bsdploy, depends on expired sysutils/ansible1
sysutils/py-ploy_ansible, depends on expired sysutils/ansible1
1.4.1
18 May 2019 12:39:20
Revision:501958Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/py-ploy_ansible: Update to 1.4.1

Changelog:

  https://github.com/ployground/ploy_ansible/blob/1.4.1/HISTORY.rst
1.3.1_2
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
1.3.1_2
18 May 2018 20:22:36
Revision:470326Original commit files touched by this commit
antoine search for other commits by this committer
Fix DEPENDS after ansible flavorization
1.3.1_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.1_1
16 Mar 2017 19:23:49
Revision:436290Original commit files touched by this commit
antoine search for other commits by this committer
Rename python setuptools ports to better match other python ports

Reviewed by:	mat, sunpoet
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D9983
1.3.1_1
31 Jul 2016 12:14:23
Revision:419362Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/py-ploy_ansible: Depend on ansible1, unbreak runtime

1.3.1 changes the ansible requirement to < 2.dev0 due to too many
incompatible changes. Switch the dependency to ansible1 to compensate.

While I'm here:

* Add TEST_DEPENDS and test target

PR:		210215
Reported by:	Claus Andersen <Claus.Andersen+FreeBSDbugzilla enkel-it dk>
MFH:		2016Q3
1.3.1
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
1.3.1
20 Oct 2015 10:44:20
Revision:399811Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/py-ploy_ansible: Update to 1.3.1

- Update PORTVERSION and distinfo checksum (1.3.1)
- Update COMMENT to match upstream setup.py:description=
- Re-order RUN_DEPENDS to match setup.py install_requires order
- Add NO_ARCH

Changes:

  https://github.com/ployground/ploy_ansible/blob/1.3.1/HISTORY.rst
1.3.0
11 Jun 2015 12:02:38
Revision:389194Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/py-ploy_ansible: Update to 1.3.0

- Update to 1.3.0 (for Ansible > 1.9.0 support) [1]
- Add setuptools as explicit (PEP-20) RUN_DEPENDS, as ploy_ansible
  uses pkg_resources

Changes:

  https://github.com/ployground/ploy_ansible/blob/1.3.0/HISTORY.rst

[1] https://github.com/ployground/ploy_ansible/pull/15

PR:		200785
Reported by:	<mzs_47 yahoo co in>
1.2.4
03 Mar 2015 00:23:58
Revision:380315Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/py-ploy_ansible: Update to 1.2.4

- Update to 1.2.4
- Update RUN_DEPENDS minimum version for ansible

Changes:

  * https://github.com/ployground/ploy_ansible/blob/1.2.4/HISTORY.rst
1.2.2
18 Feb 2015 22:30:22
Revision:379322Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/py-ploy_ansible: Update to 1.2.2

- Update to 1.2.2
- Upstream now sdist upload's tar.gz (thanks @fschulze!) [1]

Changes:

  * Test and fixes for changes in ansible 1.8. [fschulze]

[1] https://github.com/ployground/ploy_ansible/issues/11
1.2.1
31 Jan 2015 00:01:51
Revision:378188Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/bsdploy: Update to 1.3

- Update bsdploy to 1.3
- Update all py-ploy[_]* dependencies:

    ploy:         1.0.3
    ploy_ensible: 1.2.1
    ploy_ec2:     1.1.1
    ploy_ezjail:  1.1.0
    ploy_fabric   1.1.0

- Sort USE_PYTHON's

Changes:

  * bsdploy:      https://github.com/ployground/bsdploy/blob/1.3/CHANGES.rst
  * ploy:         https://github.com/ployground/ploy/blob/1.0.3/HISTORY.rst
  * ploy_ansible:
https://github.com/ployground/ploy_ansible/blob/1.2.1/HISTORY.rst
  * ploy_ec2:     https://github.com/ployground/ploy_ec2/blob/1.1.1/HISTORY.rst
  * ploy_ezjail: 
https://github.com/ployground/ploy_ezjail/blob/1.1.0/HISTORY.rst
  * ploy_fabric: 
https://github.com/ployground/ploy_fabric/blob/1.1.0/HISTORY.rst
1.0.0
24 Oct 2014 16:56:10
Revision:371454Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of sysutils/ to new USES=python

Approved by:	portmgr (implicit)
1.0.0
21 Jul 2014 13:19:24
Revision:362434Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/bsdploy: Update to 1.0.0 !! #GOLD

Update BSDploy and plugins to the latest, greatest, stable and gold 1.0.0
release while @tomlazar and @fschulze are running BSDploy training at
EuroPython 2014 :D

- Update RUN_DEPENDS to require >= 1.0.0 for all plugins
1.0.b7
08 Jul 2014 13:43:08
Revision:361242Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/py-ploy_ansible: Update to 1.0b7

- Update to 1.0b7
1.0.b6
08 Jul 2014 06:58:34
Revision:361187Original commit files touched by this commit
koobs search for other commits by this committer
[NEW] sysutils/py-ploy_ansible: Ploy plugin for Ansible integration

Ploy plugin to integrate with Ansible.

WWW: https://github.com/ployground/ploy_ansible

Number of commits found: 17