non port: devel/py-ipywidgets/Makefile |
Number of commits found: 30 |
Friday, 15 Sep 2023
|
19:07 Max Brazhnikov (makc)
devel/py-ipywidgets: update to 8.1.1
7ab6192 |
Monday, 14 Aug 2023
|
13:31 Max Brazhnikov (makc)
devel/py-ipywidgets: update to 8.1.0
ab9df8e |
Monday, 10 Jul 2023
|
12:53 Max Brazhnikov (makc)
devel/py-ipywidgets: update to 8.0.7
160ca11 |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Thursday, 20 Apr 2023
|
19:46 Max Brazhnikov (makc)
devel/py-ipywidgets: update to 8.0.6
f148a0e |
Thursday, 23 Mar 2023
|
19:11 Max Brazhnikov (makc)
devel/py-ipywidgets: update to 8.0.5
8e9e96e |
Monday, 27 Feb 2023
|
18:32 Max Brazhnikov (makc)
devel/py-ipywidgets: update to 8.0.4
- Adjust dependencies.
- Take maintainership: devel/py-ipywidgets, devel/py-widgetsnbextension, and
devel/py-jupyterlab-widgets should be updated simultaneously.
PR: 269517
Approved by: maintainer timeout (two weeks)
97261ef |
Wednesday, 11 Jan 2023
|
15:58 Dmitry Marakasov (amdmi3)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
77d6847 |
Saturday, 15 Oct 2022
|
16:47 Yuri Victorovich (yuri)
devel/py-ipykernel5: Remove in favor of devel/py-ipykernel
Ports were switched to devel/py-ipykernel5 on 2020-05-07
because devel/py-ipykernel has expired at the time.
Currently main consumers of devel/py-ipykernel - Jupyter and
Spyder - work fine with devel/py-ipykernel.
There is no reason to use an outdated devel/py-ipykernel5 everywhere.
a2f2582 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 10 Mar 2022
|
17:31 Max Brazhnikov (makc)
devel/py-ipywidgets: Update to 7.6.5
PR: 262147
Approved by: maintainer timeout (two weeks)
1263dec |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 15 Aug 2020
|
12:50 dbaio
devel/ipython: Update to 7.17.0
IPython 7.17+ supports Python 3.7 and above, following NEP 29.
Update consumers to use Python >= 3.7 (avoid break bulk -a).
Changelog: https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?highlight=7.17#ipython-7-17
Approved by: dbaio (python, maintainer)
 |
Sunday, 3 May 2020
|
16:49 dbaio
devel/ipython: Update to 7.14.0
IPython 7.10+ supports Python 3.6 and above, following NEP 29.
Update consumers to use Python >= 3.6 (avoid break bulk -a).
Changelog: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-14
 |
Monday, 6 Apr 2020
|
00:17 dbaio
devel/py-ipywidgets: Update dependencies
Use latest version of ipykernel and ipython.
Following r530847.
PR: 244952
Approved by: swills (maintainer)
 |
Monday, 16 Mar 2020
|
22:37 dbaio
www/py-notebook: Update to 6.0.3
Remove support for Python 2.x.
Update consumers to use Python >= 3.5 (avoid break bulk -a).
Changelog: https://github.com/jupyter/notebook/blob/6.0.3/docs/source/changelog.rst
PR: 244835
Approved by: python (koobs, maintainer)
 |
Friday, 11 Oct 2019
|
14:44 swills
devel/py-ipywidgets: update to 7.5.1
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Saturday, 6 Jul 2019
|
19:28 swills
devel/py-ipywidgets: update to 7.5.0
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Wednesday, 5 Dec 2018
|
00:41 swills
devel/py-ipywidgets: update to 7.4.2
 |
Monday, 6 Aug 2018
|
11:23 antoine
Attempt to unbreak ports depending on ipython
 |
Wednesday, 11 Jul 2018
|
00:12 swills
devel/py-ipywidgets: update to 7.2.1
 |
Wednesday, 20 Jun 2018
|
17:05 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
 |
Friday, 16 Mar 2018
|
17:55 swills
devel/py-ipywidgets: update to 7.1.2
 |
Saturday, 10 Mar 2018
|
17:46 gerald
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
 |
Thursday, 30 Nov 2017
|
15:50 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
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
 |
Thursday, 13 Apr 2017
|
17:32 swills
devel/py-ipywidgets: update to 6.0.0
 |
Wednesday, 1 Mar 2017
|
07:48 swills
devel/py-ipywidgets: create port
IPython widgets for the Jupyter Notebook
WWW: https://ipywidgets.readthedocs.io
 |
Number of commits found: 30 |