aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-ploy_ansible
Commit message (Collapse)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-7/+7
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Fix DEPENDS after ansible flavorizationAntoine Brodin2018-05-181-2/+2
| | | | Notes: svn path=/head/; revision=470326
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Rename python setuptools ports to better match other python portsAntoine Brodin2017-03-161-1/+1
| | | | | | | | | Reviewed by: mat, sunpoet With hat: portmgr Differential Revision: https://reviews.freebsd.org/D9983 Notes: svn path=/head/; revision=436290
* sysutils/py-ploy_ansible: Depend on ansible1, unbreak runtimeKubilay Kocak2016-07-311-1/+10
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=419362
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* sysutils/py-ploy_ansible: Update to 1.3.1Kubilay Kocak2015-10-202-6/+8
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=399811
* sysutils/py-ploy_ansible: Update to 1.3.0Kubilay Kocak2015-06-112-3/+4
| | | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=389194
* sysutils/py-ploy_ansible: Update to 1.2.4Kubilay Kocak2015-03-032-4/+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 Notes: svn path=/head/; revision=380315
* sysutils/py-ploy_ansible: Update to 1.2.2Kubilay Kocak2015-02-182-4/+4
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=379322
* sysutils/bsdploy: Update to 1.3Kubilay Kocak2015-01-312-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=378188
* - Convert ports of sysutils/ to new USES=pythonMarcus von Appen2014-10-241-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371454
* sysutils/bsdploy: Update to 1.0.0 !! #GOLDKubilay Kocak2014-07-212-4/+4
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=362434
* sysutils/py-ploy_ansible: Update to 1.0b7Kubilay Kocak2014-07-082-3/+3
| | | | | | | - Update to 1.0b7 Notes: svn path=/head/; revision=361242
* [NEW] sysutils/py-ploy_ansible: Ploy plugin for Ansible integrationKubilay Kocak2014-07-083-0/+29
Ploy plugin to integrate with Ansible. WWW: https://github.com/ployground/ploy_ansible Notes: svn path=/head/; revision=361187