| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The conditional dependency (devel/py-pathlib2) will never be used as python33 has been removed from ports tree.
Notes:
svn path=/head/; revision=476894
|
|
|
|
| |
Notes:
svn path=/head/; revision=476733
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The ex script was supposed to add two lines in all scripts to set
LD_LIBRARY_PATH and since we don't need to set that anymore (see removed
GCC dependency in ports r476502), the whole script is now irrelevant.
Reported by: antoine
Reviewed by: koobs
Approved by: koobs (python)
Differential Revision: https://reviews.freebsd.org/D16605
Notes:
svn path=/head/; revision=476628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- devel/ipython is now tracking 6.x mainline
- Previous version of ipython (5.x series) moved to devel/ipython5
- It is based on pure Python 3.3+ codebase
- Supports latest Python 3.7
- Remove GCC dependency since it now builds with CLANG
More information about new features as well as backward incompatible changes [1]
[1] https://ipython.readthedocs.io/en/stable/whatsnew/version6.html
Reviewed by: koobs, mat
Approved by: koobs (python)
Differential Revision: https://reviews.freebsd.org/D16508
Notes:
svn path=/head/; revision=476502
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
http://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-8-0
With hat: python
Notes:
svn path=/head/; revision=476010
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
Notes:
svn path=/head/; revision=475857
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
version 1.1.0 (via revision 464079).
Notes:
svn path=/head/; revision=464084
|
|
|
|
|
|
|
|
|
| |
PR: 225493
Submitted by: John W. O'Brien <john saltant com>
Approved by: python (koobs, maintainer)
Notes:
svn path=/head/; revision=462384
|
|
|
|
|
|
|
|
| |
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version5.html
https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst
Notes:
svn path=/head/; revision=460899
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Notes:
svn path=/head/; revision=449591
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
Notes:
svn path=/head/; revision=437439
|
|
|
|
|
|
|
|
| |
Changes: http://ipython.readthedocs.io/en/stable/whatsnew/version5.html
https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst
Notes:
svn path=/head/; revision=434876
|
|
|
|
|
|
|
|
| |
Changes: http://ipython.readthedocs.io/en/stable/whatsnew/version5.html
https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst
Notes:
svn path=/head/; revision=433590
|
|
|
|
|
|
|
|
| |
Changes: http://ipython.readthedocs.io/en/stable/whatsnew/version5.html
https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst
Notes:
svn path=/head/; revision=433236
|
|
|
|
|
|
|
|
| |
- Pass maintainership to python@
- Notebook is now a seperate (upcoming) port
Notes:
svn path=/head/; revision=431013
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Notes:
svn path=/head/; revision=426566
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Switch to options helpers
- Remove obsolete python version condition
Notes:
svn path=/head/; revision=423684
|
|
|
|
|
|
|
|
| |
Some kind soul with stronger Python clues should probably look into
a full Jupiter port.
Notes:
svn path=/head/; revision=421913
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
| |
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at
Notes:
svn path=/head/; revision=411691
|
|
|
|
| |
Notes:
svn path=/head/; revision=405758
|
|
|
|
|
|
|
|
|
|
| |
PR: 203668
Submitted by: Jason Unovitch
Security: CVE-2015-6938
Security: CVE-2015-7337
Notes:
svn path=/head/; revision=398988
|
|
|
|
|
|
|
|
| |
PR: 201515
Submitted by: Jason Unovitch
Notes:
svn path=/head/; revision=391883
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IPython 3.2 contains important security fixes. Users are strongly
encouraged to upgrade immediately.
Highlights:
- A security improvement that set the secure attribute to login cookie to
prevent them to be sent over http
- Revert the face color of matplotlib axes in the inline backend to not be
transparent.
- Enable mathjax safe mode by default
- Fix XSS vulnerability in JSON error messages
- Various widget-related fixes
CVEs still pending.
Notes:
svn path=/head/; revision=390329
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387021
|
|
|
|
|
|
|
|
| |
PR: 200103
Submitted by: pi
Notes:
svn path=/head/; revision=385968
|
|
|
|
| |
Notes:
svn path=/head/; revision=385159
|
|
|
|
| |
Notes:
svn path=/head/; revision=371546
|
|
|
|
| |
Notes:
svn path=/head/; revision=369811
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
| |
Notes:
svn path=/head/; revision=364257
|
|
|
|
| |
Notes:
svn path=/head/; revision=361989
|
|
|
|
| |
Notes:
svn path=/head/; revision=357013
|
|
|
|
|
|
|
| |
_GCC_RUNTIME to avoid linker errors when importing matplotlib.
Notes:
svn path=/head/; revision=355023
|
|
|
|
| |
Notes:
svn path=/head/; revision=354891
|
|
|
|
|
|
|
| |
- Enable HTML_NOTEBOOK by default if PACKAGE_BUILDING is defined.
Notes:
svn path=/head/; revision=354890
|
|
|
|
|
|
|
| |
Submitted by: nwhitehorn
Notes:
svn path=/head/; revision=349101
|
|
|
|
|
|
|
|
|
|
|
| |
Update py-pyzmq dependency entries for:
- sysutils/py-salt
- devel/ipython
- net/py-kombu
Notes:
svn path=/head/; revision=348762
|
|
|
|
| |
Notes:
svn path=/head/; revision=345964
|
|
|
|
| |
Notes:
svn path=/head/; revision=343912
|
|
|
|
| |
Notes:
svn path=/head/; revision=338876
|
|
|
|
|
|
|
| |
devel part 2)
Notes:
svn path=/head/; revision=327723
|
|
|
|
| |
Notes:
svn path=/head/; revision=326893
|
|
|
|
|
|
|
| |
- Replace PKGNAMESUFFIX with PKGNAMEPREFIX.
Notes:
svn path=/head/; revision=325353
|
|
|
|
| |
Notes:
svn path=/head/; revision=316519
|
|
|
|
|
|
|
|
|
|
|
| |
ZMQ support is only required by qtconsole, notebook and parallel
computing.
PR: ports/177210
Submitted by: William Grzybowski <william88@gmail.com>
Notes:
svn path=/head/; revision=314902
|
|
|
|
|
|
|
|
|
| |
- Sync BUILD_DEPENDS and RUN_DEPENDS requirements with setup.py
- Remove empty doc dirs (fix install/deinstall with package)
- Use PORT_OPTIONS with EXAMPLES
Notes:
svn path=/head/; revision=313302
|
|
|
|
| |
Notes:
svn path=/head/; revision=312502
|