Port details |
- py-ploy Manage servers through a central configuration
- 2.0.1_1 sysutils =2 2.0.1_1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2014-07-07 13:52:39
- Last Update: 2024-05-20 10:33:03
- Commit Hash: b66e494
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/ployground/ploy
- Description:
- Ploy is a commandline-tool to provision, manage and control server instances.
What kind of server instances these are depends on the used plugins. There
are plugins for EC2 (ploy_ec2), FreeBSD Jails (ploy_ezjail) and more.
You can create, delete, monitor and ssh into instances while ploy handles the
details like ssh fingerprint checking. Additional plugins provide advanced
functionality like integrating Fabric (ploy_fabric) and Ansible (ploy_ansible).
- ¦ ¦ ¦ ¦
- 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>0:sysutils/py-ploy@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/sysutils/py-ploy/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-ploy
- pkg install py39-ploy
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-ploy listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-ploy
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1687261489
SHA256 (ploy-2.0.1.tar.gz) = 2868ad8ab5a348532daeb139a49fbfddc5a783ef1dc878fbe28e0a102d582faf
SIZE (ploy-2.0.1.tar.gz) = 54823
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>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-attrs>0 : devel/py-attrs@py39
- py39-lazy>0 : devel/py-lazy@py39
- py39-paramiko>0 : security/py-paramiko@py39
- py39-pluggy>0 : devel/py-pluggy@py39
- py39-ruamel.yaml>0 : devel/py-ruamel.yaml@py39
- py39-setuptools>0 : devel/py-setuptools@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- sysutils/py-ploy_ezjail
-
Deleted ports which required this port:
- * - 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:
- sysutils_py-ploy
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.1_1 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
2.0.1 09 Mar 2024 15:22:21 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-ploy: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python |
2.0.1 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
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 |
2.0.1 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> |
2.0.1 20 Jun 2023 12:05:09 |
Muhammad Moinur Rahman (bofh) |
sysutils/py-ploy: Update version 2.0.0=>2.0.1
Changelog: https://github.com/ployground/ploy/releases/tag/2.0.1 |
2.0.0 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) |
2.0.0 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 ) |
2.0.0 30 Aug 2022 10:45:54 |
Muhammad Moinur Rahman (bofh) |
sysutils/py-ploy: Update version 1.5.2=>2.0.0
- Add USES=pytest
Relnotes: https://github.com/ployground/ploy/releases/tag/2.0.0 |
1.5.2 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.5.2 08 Mar 2022 02:09:57 |
Muhammad Moinur Rahman (bofh) |
*/*: Take maintainership |
1.5.2 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
1.5.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.5.2 18 May 2019 12:40:14 |
koobs |
sysutils/py-ploy: Update to 1.5.2
Changelog:
https://github.com/ployground/ploy/blob/1.5.2/HISTORY.rst |
1.2.1_2 20 Jun 2018 17:05:44 |
mat |
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.2.1_2 30 Nov 2017 15:50:34 |
mat |
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 ) |
1.2.1_2 16 Jul 2017 11:28:01 |
koobs |
sysutils/py-ploy: Switch to paramiko (2.x)
Chase the devel/py-fabric update made in r445866 [1], which switched the
paramiko dependency from security/paramiko1 to security/paramiko (2.x), by
updating this port to use paramiko 2.x as well.
This fixes an installation conflict and package failure of
sysutils/py_ploy_fabric, due to two ports, both dependencies of
py-ploy_fabric trying to install different versions of paramiko:
pkg-static: py27-paramiko-2.0.5 conflicts with py27-paramiko1-1.18.2 (installs
files into the same place).
Problematic file: /usr/local/lib/python2.7/site-packages/paramiko/__init__.py
This has happened before [2][3] in the opposite direction (paramiko ->
paramiko1)
[1] https://svnweb.freebsd.org/changeset/ports/445866
[2] https://svnweb.freebsd.org/changeset/ports/425687
[3] https://bugs.freebsd.org/214379
PR: 214379 [3]
Reported by: pkg-fallout |
1.2.1_2 16 Mar 2017 19:23:49 |
antoine |
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.2.1_2 12 Nov 2016 15:43:19 |
lwhsu |
- Change RUN_DEPENDS to security/py-paramiko1 to make sysutils/py-ploy_fabric
successfully pacakge
- Remove dependency on devel/py-argparse
PR: 214379
Reported by: koobs |
1.2.1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.2.1 20 Oct 2015 11:33:52 |
koobs |
sysutils/py-ploy: Update to 1.2.1
- Update PORTVERSION and distinfo checksum (1.2.1)
- Add setuptools explicitly (instead of implicitly via python.mk)
to RUN_DEPENDS, as ploy uses the pkg_resources module
- Add argparse to RUN_DEPENDS
- Add NO_ARCH
Changes:
https://github.com/ployground/ploy/blob/1.2.1/HISTORY.rst |
1.2.0 06 Mar 2015 01:02:03 |
koobs |
sysutils/py-ploy: Update to 1.2.0
- Update to 1.2.0
- Use PORTVERSION over DISTVERSION
Changes:
* https://github.com/ployground/ploy/blob/1.2.0/HISTORY.rst |
1.1.0 03 Mar 2015 00:24:16 |
koobs |
sysutils/py-ploy: Update to 1.1.0
- Update to 1.1.0
- No longer needs USES=zip \o/
Changes:
* https://github.com/ployground/ploy/blob/1.1.0/HISTORY.rst |
1.0.3 31 Jan 2015 00:01:51 |
koobs |
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 |
mva |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit) |
1.0.0 21 Jul 2014 13:25:42 |
koobs |
sysutils/py-ploy: Update to 1.0.0
- Update to 1.0.0
Pointyhat: Actually commit py-ploy, which bsdploy and py-ploy_* depend on :) |
1.0.r13 08 Jul 2014 13:42:19 |
koobs |
sysutils/py-ploy: Update to 1.0rc13
- Update to 1.0rc13 |
1.0.r11_1 07 Jul 2014 14:45:39 |
koobs |
sysutils/py-ploy: Remove pkg-plist (AUTOPLIST) |
1.0.r11 07 Jul 2014 13:52:31 |
koobs |
[NEW] sysutils/py-ploy: Manage servers through a central configuration
Ploy is a commandline-tool to provision, manage and control server instances.
What kind of server instances these are depends on the used plugins. There
are plugins for EC2 (ploy_ec2), FreeBSD Jails (ploy_ezjail) and more.
You can create, delete, monitor and ssh into instances while ploy handles the
details like ssh fingerprint checking. Additional plugins provide advanced
functionality like integrating Fabric (ploy_fabric) and Ansible (ploy_ansible).
WWW: http://ploy.readthedocs.org |