Update to 5.0.0
- Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/jupyter/notebook/releases
This commit is contained in:
parent
33b3bad5d9
commit
cce33d80f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437819
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= notebook
|
||||
PORTVERSION= 4.4.1
|
||||
PORTVERSION= 5.0.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -25,6 +25,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2 \
|
|||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1489231926
|
||||
SHA256 (notebook-4.4.1.tar.gz) = dfadef2babd7c04c6c257df7d07d7ba587e503dbb4e4c95305f9a95b8d3a9765
|
||||
SIZE (notebook-4.4.1.tar.gz) = 10377605
|
||||
TIMESTAMP = 1491396616
|
||||
SHA256 (notebook-5.0.0.tar.gz) = 1cea3bbbd03c8e5842a1403347a8cc8134486b3ce081a2e5b1952a00ea66ed54
|
||||
SIZE (notebook-5.0.0.tar.gz) = 11481080
|
||||
|
|
Loading…
Reference in a new issue