Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Jan 2021 19:36:17
1.0.14

|
rene  |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
28 Dec 2020 23:02:15
1.0.14

|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
15 Aug 2020 11:16:37
1.0.14

|
rene  |
py-sqlobject,py-sqlalchemy*: remove optional expired dependency on SYBASE |
05 Apr 2019 06:28:32
1.0.14

|
tobik  |
databases/py-sqlalchemy10: Drop nop MYSQL option
It never did anything. Prepare for D19553: Options helpers set
after bsd.port.options.mk are ineffective. |
20 Jun 2018 17:05:44
1.0.14

|
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 |
24 Jan 2018 18:45:26
1.0.14

|
sunpoet  |
Update CONFLICTS_INSTALL
Approved by: portmgr (blanket) |
30 Nov 2017 15:50:34
1.0.14

|
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 ) |
24 Aug 2017 14:20:46
1.0.14

|
sunpoet  |
Update RUN_DEPENDS of MSSQL option
- Bump PORTREVISION for dependency change
PR: 221381
Submitted by: David Wahlund <david@dafnet.se>
Approved by: maintainer (timeout, 14 days)
MFH: 2017Q3 |
23 Aug 2016 16:28:40
1.0.14

|
pi  |
databases/py-sqlalchemy10: 1.0.13 -> 1.0.14
PR: 212063
Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.14
Approved by: m.tsatsenko@gmail.com (maintainer) |
18 Jul 2016 16:15:01
1.0.13

|
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 |
22 May 2016 10:52:45
1.0.13

|
matthew  |
Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
- Deprecate the ports for the 0.6 and 0.7 release branches, as these
have been declared EoL and are no longer supported by upstream.
- Update to the latest available version in each branch.
In detail:
Port Version Maintainer
----------------------------------------------
py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2] (Only the first 15 lines of the commit message are shown above ) |