| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=470326
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Reviewed by: mat, sunpoet
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D9983
Notes:
svn path=/head/; revision=436290
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371454
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Update to 1.0b7
Notes:
svn path=/head/; revision=361242
|
|
Ploy plugin to integrate with Ansible.
WWW: https://github.com/ployground/ploy_ansible
Notes:
svn path=/head/; revision=361187
|