Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.0.1_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
1.0.1_1
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
10 Apr 2019 06:18:32
1.0.1_1
|
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
20 Jun 2018 17:05:44
1.0.1
|
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 |
29 Dec 2017 09:01:54
1.0.1 
|
antoine  |
Simplify some USES=python
With hat: portmgr |
30 Nov 2017 15:50:34
1.0.1 
|
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 ) |
21 Jun 2017 17:17:02
1.0.1
|
loader  |
sysutils/py-honcho: Update to 1.0.1
- Add NO_ARCH
- Add regression test
- Allow concurrent installation (USE_PYTHON=concurrent)
Reviewed_by: koobs, mat
Approved by: koobs (ports)
Differential_Revision: https://reviews.freebsd.org/D10610 |
18 Jul 2016 16:15:01
0.6.6
|
jbeich  |
Invoke pytest from within desired python version
When testing a port for a non-default python py.test may fail to find
dependencies for default version because they weren't built e.g.,
$ make test PYTHON_VERSION=python3.5 -C devel/py-apscheduler
[...]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 319, in
_importconftest
mod = conftestpath.pyimport()
File "/usr/local/lib/python3.5/site-packages/py/_path/local.py", line 650, in
pyimport
__import__(modname)
File
"/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py", line
8, in <module>
from apscheduler.job import Job
File
"/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/apscheduler/job.py",
line 4, in <module>
import six
ImportError: No module named 'six'
ERROR: could not load
/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py
Approved by: portmgr blanket |
01 Apr 2016 14:25:18
0.6.6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
09 Sep 2015 14:14:41
0.6.6
|
loader  |
- use my full name in the "Created by:" field, suggested by danfe.
- update my email address to loader@FreeBSD.org.
Approved by: danfe
Differential Revision: https://reviews.freebsd.org/D3612 |
11 Jul 2015 08:34:55
0.6.6
|
loader  |
[NEW] sysutils/py-honcho:
Managing Procfile-based applications tool
Honcho is a Python port of Foreman, a tool for managing
Procfile-based applications.
WWW: https://github.com/nickstenning/honcho
Approved by: koobs
Differential Revision: https://reviews.freebsd.org/D3047 |