notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/py-notebook/Makefile

Number of commits found: 60

Friday, 22 Sep 2023
03:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-notebook: Update to 6.4.13

Changes:	https://github.com/jupyter/notebook/releases
commit hash: 1a23d98c191554da20bf4775600c099db80c8123 commit hash: 1a23d98c191554da20bf4775600c099db80c8123 commit hash: 1a23d98c191554da20bf4775600c099db80c8123 commit hash: 1a23d98c191554da20bf4775600c099db80c8123 1a23d98
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Saturday, 15 Oct 2022
16:47 Yuri Victorovich (yuri) search for other commits by this committer
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.
commit hash: a2f2582c5c9a3c7b962fa93f8da4ac69294f3fa6 commit hash: a2f2582c5c9a3c7b962fa93f8da4ac69294f3fa6 commit hash: a2f2582c5c9a3c7b962fa93f8da4ac69294f3fa6 commit hash: a2f2582c5c9a3c7b962fa93f8da4ac69294f3fa6 a2f2582
06:06 Yuri Victorovich (yuri) search for other commits by this committer
www/py-notebook: Add USES=desktop-file-utils

Reported by:	portmgr (compliance)
commit hash: 3f60a05b5718ac7f20e18620d3ea42045cd6a55c commit hash: 3f60a05b5718ac7f20e18620d3ea42045cd6a55c commit hash: 3f60a05b5718ac7f20e18620d3ea42045cd6a55c commit hash: 3f60a05b5718ac7f20e18620d3ea42045cd6a55c 3f60a05
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 9 Jun 2022
11:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-notebook: Update to 6.4.12

Changes:	https://github.com/jupyter/notebook/releases
commit hash: 4e58552d438cbfe57a11f70586f18b3d933324cb commit hash: 4e58552d438cbfe57a11f70586f18b3d933324cb commit hash: 4e58552d438cbfe57a11f70586f18b3d933324cb commit hash: 4e58552d438cbfe57a11f70586f18b3d933324cb 4e58552
Tuesday, 26 Apr 2022
15:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-notebook: Update to 6.4.11

Changes:	https://github.com/jupyter/notebook/releases
commit hash: 29ed620612d3381ad75dbc79996d4b42679d8ec7 commit hash: 29ed620612d3381ad75dbc79996d4b42679d8ec7 commit hash: 29ed620612d3381ad75dbc79996d4b42679d8ec7 commit hash: 29ed620612d3381ad75dbc79996d4b42679d8ec7 29ed620
Saturday, 16 Apr 2022
04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-notebook: Update to 6.4.10

Changes:	https://github.com/jupyter/notebook/releases
commit hash: 4aef5d0fb4023f4182cfd25246271ef1560db0f6 commit hash: 4aef5d0fb4023f4182cfd25246271ef1560db0f6 commit hash: 4aef5d0fb4023f4182cfd25246271ef1560db0f6 commit hash: 4aef5d0fb4023f4182cfd25246271ef1560db0f6 4aef5d0
Friday, 25 Mar 2022
13:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-notebook: Update to 6.4.8

Changes:	https://github.com/jupyter/notebook/releases
commit hash: 9a8c7ecba7b7b2bc4de854c863ba4c05b5244813 commit hash: 9a8c7ecba7b7b2bc4de854c863ba4c05b5244813 commit hash: 9a8c7ecba7b7b2bc4de854c863ba4c05b5244813 commit hash: 9a8c7ecba7b7b2bc4de854c863ba4c05b5244813 9a8c7ec
Tuesday, 11 Jan 2022
18:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-notebook: Update to 6.4.6

Changes:	https://github.com/jupyter/notebook/releases
commit hash: dae18b81eaaee412ae314eb448f0bfb1651c057c commit hash: dae18b81eaaee412ae314eb448f0bfb1651c057c commit hash: dae18b81eaaee412ae314eb448f0bfb1651c057c commit hash: dae18b81eaaee412ae314eb448f0bfb1651c057c dae18b8
Monday, 25 Oct 2021
21:54 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-notebook: Update to 6.4.5

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/CHANGELOG.md
commit hash: 72733ecd52a2fa0f9f0a5d5cd8b9d86ac382a2c8 commit hash: 72733ecd52a2fa0f9f0a5d5cd8b9d86ac382a2c8 commit hash: 72733ecd52a2fa0f9f0a5d5cd8b9d86ac382a2c8 commit hash: 72733ecd52a2fa0f9f0a5d5cd8b9d86ac382a2c8 72733ec
Tuesday, 21 Sep 2021
22:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-notebook: Update to 6.4.4

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/CHANGELOG.md
commit hash: 73c3aa9038c55e54c6e69bd0239a6c704912d2cd commit hash: 73c3aa9038c55e54c6e69bd0239a6c704912d2cd commit hash: 73c3aa9038c55e54c6e69bd0239a6c704912d2cd commit hash: 73c3aa9038c55e54c6e69bd0239a6c704912d2cd 73c3aa9
12:58 Bernhard Froehlich (decke) search for other commits by this committer
www/py-notebook: Add CPE information

Approved by:    portmgr (blanket)
commit hash: 595f21fe2d122e031850f128f3913248f7a8307a commit hash: 595f21fe2d122e031850f128f3913248f7a8307a commit hash: 595f21fe2d122e031850f128f3913248f7a8307a commit hash: 595f21fe2d122e031850f128f3913248f7a8307a 595f21fe
Sunday, 19 Sep 2021
06:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-notebook: Update to 6.4.2

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/CHANGELOG.md
commit hash: 792b168250474a42536291e226eab071ebd4a82c commit hash: 792b168250474a42536291e226eab071ebd4a82c commit hash: 792b168250474a42536291e226eab071ebd4a82c commit hash: 792b168250474a42536291e226eab071ebd4a82c 792b168
Wednesday, 30 Jun 2021
20:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-notebook: Update to 6.2.0

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/CHANGELOG.md
commit hash: 76c70aaa1452b225b92b28adec1232aab0b327d0 commit hash: 76c70aaa1452b225b92b28adec1232aab0b327d0 commit hash: 76c70aaa1452b225b92b28adec1232aab0b327d0 commit hash: 76c70aaa1452b225b92b28adec1232aab0b327d0 76c70aa
Wednesday, 26 May 2021
12:54 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-jupyter-client: Move devel/py-jupyter_client to devel/py-jupyter-client

- Bump PORTREVISION of dependent ports
commit hash: c2929ccb0f3f23431de5e81fa2060cf78bda5edc commit hash: c2929ccb0f3f23431de5e81fa2060cf78bda5edc commit hash: c2929ccb0f3f23431de5e81fa2060cf78bda5edc commit hash: c2929ccb0f3f23431de5e81fa2060cf78bda5edc c2929cc
Tuesday, 18 May 2021
19:27 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-jupyter-core: Move devel/py-jupyter_core to devel/py-jupyter-core

- Bump PORTREVISION of dependent ports
commit hash: 0a76571205a10a1abd66349ed1110dd2c403079d commit hash: 0a76571205a10a1abd66349ed1110dd2c403079d commit hash: 0a76571205a10a1abd66349ed1110dd2c403079d commit hash: 0a76571205a10a1abd66349ed1110dd2c403079d 0a76571
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 28 Mar 2021
12:26 dbaio search for other commits by this committer
www/py-notebook: Update to 6.3.0

Changelog:  https://github.com/jupyter/notebook/blob/6.3.0/CHANGELOG.md#630

Approved by:	python (with hat)
Original commitRevision:569390 
Tuesday, 26 Jan 2021
19:24 sunpoet search for other commits by this committer
Update to 6.2.0

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Original commitRevision:562992 
Wednesday, 6 Jan 2021
20:35 sunpoet search for other commits by this committer
Update to 6.1.6

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Original commitRevision:560642 
Sunday, 8 Nov 2020
12:49 dbaio search for other commits by this committer
www/py-notebook: Update to 6.1.5, Fix security issue

Changelog:	https://github.com/jupyter/notebook/blob/6.1.5/docs/source/changelog.rst

Approved by:	python (with hat)
MFH:		2020Q4 (blanket, release for security issue)
Security:	cf39ddf8-21be-11eb-8b47-641c67a117d8
Original commitRevision:554454 
Wednesday, 9 Sep 2020
20:40 sunpoet search for other commits by this committer
Update to 6.1.4

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Original commitRevision:548156 
Saturday, 15 Aug 2020
12:52 dbaio search for other commits by this committer
www/py-notebook: Update to 6.1.3

Changelog:	https://github.com/jupyter/notebook/blob/6.1.3/docs/source/changelog.rst

Approved by:	dbaio (python, maintainer)
Original commitRevision:544939 
12:50 dbaio search for other commits by this committer
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)
Original commitRevision:544938 
Saturday, 8 Aug 2020
10:27 sunpoet search for other commits by this committer
Update to 6.1.0

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Original commitRevision:544491 
Sunday, 3 May 2020
16:49 dbaio search for other commits by this committer
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
Original commitRevision:533795 
Monday, 6 Apr 2020
00:13 dbaio search for other commits by this committer
devel/py-ipykernel: Mark as deprecated and set an expiry date

Update consumers to use devel/py-ipykernel5.

PR:		244934, 245132
Approved by:	koobs (python, maintainer)
Original commitRevision:530847 
Monday, 16 Mar 2020
22:37 dbaio search for other commits by this committer
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)
Original commitRevision:528548 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Wednesday, 10 Apr 2019
06:18 antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Original commitRevision:498530 
Saturday, 6 Apr 2019
14:45 sunpoet search for other commits by this committer
Update to 5.7.8

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/5.7.x/docs/source/changelog.rst
Security:	fe7e322f-522d-11e9-98b5-216e512dad89
MFH:		2019Q2
Original commitRevision:498133 
Friday, 29 Mar 2019
16:35 sunpoet search for other commits by this committer
Update to 5.7.7

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Security:	fe7e322f-522d-11e9-98b5-216e512dad89
MFH:		2019Q1
Original commitRevision:497166 
Saturday, 16 Mar 2019
23:23 sunpoet search for other commits by this committer
Update to 5.7.6

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Security:	72a6e3be-483a-11e9-92d7-f1590402501e
MFH:		2019Q1
Original commitRevision:495995 
Thursday, 7 Mar 2019
17:32 sunpoet search for other commits by this committer
Update to 5.7.5

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Original commitRevision:494977 
Sunday, 10 Feb 2019
00:08 sunpoet search for other commits by this committer
Update to 5.7.4

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Original commitRevision:492577 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Monday, 19 Nov 2018
18:20 sunpoet search for other commits by this committer
Update to 5.7.2

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
		https://github.com/jupyter/notebook/commits/master
Original commitRevision:485347 
Saturday, 17 Nov 2018
17:34 sunpoet search for other commits by this committer
Update to 5.7.1

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/commits/master
Original commitRevision:485171 
Saturday, 22 Sep 2018
16:45 sunpoet search for other commits by this committer
Update to 5.7.0

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Original commitRevision:480414 
Sunday, 5 Aug 2018
22:47 yuri search for other commits by this committer
www/py-notebook: Unbreak the package: bump because bump was forgotten during the
previous dependency update

Approved by:	portmgr
Original commitRevision:476481 
Tuesday, 31 Jul 2018
18:38 rm search for other commits by this committer
www/py-notebook: update ipaddress dependency

Looks like there is more elegant way to conditionally depend on ipaddress.
Use it. No PORTREVISION bump - no deps are changed.

With hat:		python
Original commitRevision:476012 
10:41 rm search for other commits by this committer
www/py-notebook: correct typo
Original commitRevision:475993 
10:08 rm search for other commits by this committer
www/py-notebook: add missing dependencies

Fix runtime by adding missing dependencies: prometheus-client is required for
all versions and ipaddress is required for python 2.7. Bump PORTREVISION to
chase a dependency change.

With hat:   python
MFH:		2018Q3
Original commitRevision:475992 
Sunday, 15 Jul 2018
12:49 wen search for other commits by this committer
- Update to 5.6.0
Original commitRevision:474688 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Thursday, 10 May 2018
23:14 sunpoet search for other commits by this committer
Update to 5.5.0

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Original commitRevision:469595 
Monday, 19 Mar 2018
15:14 sunpoet search for other commits by this committer
Update to 5.4.1

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Security:	b3edc7d9-9af5-4daf-88f1-61f68f4308c2
MFH:		2018Q1
Original commitRevision:465018 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Friday, 2 Mar 2018
18:52 sunpoet search for other commits by this committer
Update to 5.4.0

Changes:	https://github.com/jupyter/notebook/releases
PR:		225551
Submitted by:	John W. O'Brien <john@saltant.com>
Original commitRevision:463440 
Sunday, 3 Dec 2017
20:38 sunpoet search for other commits by this committer
Update to 5.2.2

Changes:	https://github.com/jupyter/notebook/releases
Original commitRevision:455476 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
Original commitRevision:455210 
Saturday, 4 Nov 2017
22:57 sunpoet search for other commits by this committer
Update to 5.2.1

Changes:	https://github.com/jupyter/notebook/releases
Original commitRevision:453501 
Thursday, 2 Nov 2017
19:01 sunpoet search for other commits by this committer
Update to 5.2.0

Changes:	https://github.com/jupyter/notebook/releases
Original commitRevision:453367 
Wednesday, 5 Apr 2017
19:58 sunpoet search for other commits by this committer
Update to 5.0.0

- Allow concurrent installation (USE_PYTHON=concurrent)

Changes:	https://github.com/jupyter/notebook/releases
Original commitRevision:437819 
Saturday, 11 Mar 2017
16:00 sunpoet search for other commits by this committer
Update to 4.4.1

Changes:	https://github.com/jupyter/notebook/releases
Original commitRevision:435938 
Friday, 3 Feb 2017
14:10 sunpoet search for other commits by this committer
Update to 4.3.2

- Sort RUN_DEPENDS
- Sort USE_PYTHON

Changes:	https://github.com/jupyter/notebook/releases
Original commitRevision:433238 
Monday, 9 Jan 2017
19:35 antoine search for other commits by this committer
New port: www/py-notebook

The Jupyter Notebook is a web application that allows you to create and share
documents that contain live code, equations, visualizations, and explanatory
text. The Notebook has support for multiple programming languages, sharing, and
interactive widgets.

WWW: http://jupyter.org/
Original commitRevision:431023 

Number of commits found: 60