Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0 15 Aug 2020 10:50:59 |
rene |
Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
1.2.0 23 Feb 2020 15:25:53 |
antoine |
Deprecate a few ports
With hat: portmgr |
1.2.0 19 Feb 2020 17:59:36 |
antoine |
Clean up USES
With hat: portmgr |
1.2.0 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.0 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.0 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.0 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.0 20 Oct 2015 11:00:28 |
koobs |
sysutils/py-ploy_ec2: Update to 1.2.0
- Update PORTVERSION and distinfo checksum (1.2.0
- Update COMMENT to match setup.py:description=
- Add setuptools explicitly (instead of implicitly via python.mk) to
RUN_DEPENDS, as ploy uses the pkg_resources module.
- DISTFILES are now provided as .tar.gz, remove USES=zip accordingly [1]
- Add NO_ARCH
Changes:
https://github.com/ployground/ploy_ec2/blob/1.2.0/HISTORY.rst
[1] https://github.com/ployground/ploy_ec2/issues/2 |
1.1.1 03 Mar 2015 00:23:31 |
koobs |
sysutils/py-ploy_ec2: Update to 1.1.1
- Update to 1.1.1
Changes:
* https://github.com/ployground/ploy_ec2/blob/1.1.1/HISTORY.rst |
1.1.0 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:19:24 |
koobs |
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.b3 08 Jul 2014 10:08:44 |
koobs |
[NEW] sysutils/py-ploy_ec2: Ploy plugin to provision Amazon EC2 instances
A plugin for ploy providing integration with Amazon EC2.
WWW: https://github.com/ployground/ploy_ec2 |