Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge commit '14149164c43758b8f2845630df96b89dbe1f1c79' of git://trac…
Browse files Browse the repository at this point in the history
….sagemath.org/sage into t/26919/jupyter-notebook-6.1.1
  • Loading branch information
Matthias Koeppe committed Aug 9, 2020
2 parents 0a6487c + 1414916 commit af85282
Show file tree
Hide file tree
Showing 25 changed files with 214 additions and 1 deletion.
25 changes: 25 additions & 0 deletions build/pkgs/attrs/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
attrs
=====

Description
-----------

attrs is the Python package that will bring back the joy of writing classes
by relieving you from the drudgery of implementing object protocols
(aka dunder methods).

License
-------

MIT License


Upstream Contact
----------------

Home page: https://www.attrs.org

Dependencies
------------

Python
5 changes: 5 additions & 0 deletions build/pkgs/attrs/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=attrs-VERSION.tar.gz
sha1=5cad208b39fe854745c35b75f667eaf6400e2720
md5=5b2db50fcc31be34d32798183c9bd062
cksum=2725988683
upstream_url=https://pypi.io/packages/source/a/attrs/attrs-VERSION.tar.gz
5 changes: 5 additions & 0 deletions build/pkgs/attrs/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$(PYTHON) vcversioner | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile.
1 change: 1 addition & 0 deletions build/pkgs/attrs/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
19.3.0
14 changes: 14 additions & 0 deletions build/pkgs/attrs/spkg-install.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
if [ -z "$SAGE_LOCAL" ]; then
echo >&2 "SAGE_LOCAL undefined ... exiting"
echo >&2 "Maybe run 'sage --sh'?"
exit 1
fi

cd src

sdh_pip_install .

if [ $? -ne 0 ]; then
echo "Error installing attrs ... exiting"
exit 1
fi
1 change: 1 addition & 0 deletions build/pkgs/attrs/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard
24 changes: 24 additions & 0 deletions build/pkgs/importlib_metadata/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
importlib_metadata
==================

Description
-----------

importlib_metadata is a library to access the metadata for a Python package.
It is intended to be ported to Python 3.8.

License
-------

Apache Software License


Upstream Contact
----------------

Home page: http://importlib-metadata.readthedocs.io/

Dependencies
------------

Python, Setuptools, zipp
5 changes: 5 additions & 0 deletions build/pkgs/importlib_metadata/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=importlib_metadata-VERSION.tar.gz
sha1=bdb2154fb65f956c30cc2766413215f04120929f
md5=4505ea85600cca1e693a4f8f5dd27ba8
cksum=608862478
upstream_url=https://pypi.io/packages/source/i/importlib_metadata/importlib_metadata-VERSION.tar.gz
5 changes: 5 additions & 0 deletions build/pkgs/importlib_metadata/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$(PYTHON) vcversioner | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile.
1 change: 1 addition & 0 deletions build/pkgs/importlib_metadata/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.7.0
14 changes: 14 additions & 0 deletions build/pkgs/importlib_metadata/spkg-install.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
if [ -z "$SAGE_LOCAL" ]; then
echo >&2 "SAGE_LOCAL undefined ... exiting"
echo >&2 "Maybe run 'sage --sh'?"
exit 1
fi

cd src

sdh_pip_install .

if [ $? -ne 0 ]; then
echo "Error installing importlib_metadata ... exiting"
exit 1
fi
1 change: 1 addition & 0 deletions build/pkgs/importlib_metadata/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard
6 changes: 5 additions & 1 deletion build/pkgs/jsonschema/SPKG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ Home page: http://github.com/Julian/jsonschema
Dependencies
------------

Python, Setuptools
- Python
- Setuptools
- attrs
- importlib_metadata
- pyrsistent
33 changes: 33 additions & 0 deletions build/pkgs/pyrsistent/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
pyrsistent
==========

Description
-----------

Pyrsistent is a number of persistent collections (by some referred to as
functional data structures). Persistent in the sense that they are immutable.

License
-------

MIT License


Upstream Contact
----------------

Home page: http://github.com/tobgu/pyrsistent/

Dependencies
------------

- Python
- Setuptools
- hypothesis
- memory-profiler
- psutil
- pyperform
- pytest
- Sphinx
- sphinx-rtd-theme
- tox
5 changes: 5 additions & 0 deletions build/pkgs/pyrsistent/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=pyrsistent-VERSION.tar.gz
sha1=48762e23b0c926b8bb5d5bf9c233b6beb2b76a41
md5=4ba30da6f0a63554e70ac6c4c1904929
cksum=651709947
upstream_url=https://pypi.io/packages/source/p/pyrsistent/pyrsistent-VERSION.tar.gz
5 changes: 5 additions & 0 deletions build/pkgs/pyrsistent/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$(PYTHON) vcversioner | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile.
1 change: 1 addition & 0 deletions build/pkgs/pyrsistent/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.16.0
14 changes: 14 additions & 0 deletions build/pkgs/pyrsistent/spkg-install.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
if [ -z "$SAGE_LOCAL" ]; then
echo >&2 "SAGE_LOCAL undefined ... exiting"
echo >&2 "Maybe run 'sage --sh'?"
exit 1
fi

cd src

sdh_pip_install .

if [ $? -ne 0 ]; then
echo "Error installing pyrsistent ... exiting"
exit 1
fi
1 change: 1 addition & 0 deletions build/pkgs/pyrsistent/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard
23 changes: 23 additions & 0 deletions build/pkgs/zipp/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
zipp
====

Description
-----------

A pathlib-compatible Zipfile object wrapper. A backport of the Path object.

License
-------

MIT License


Upstream Contact
----------------

Home page: https://github.com/jaraco/zipp

Dependencies
------------

Python, Setuptools
5 changes: 5 additions & 0 deletions build/pkgs/zipp/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=zipp-VERSION.tar.gz
sha1=b228cce701321b2680906567b9359d72a6c38532
md5=a0fd3753611113293992665059c69730
cksum=3930145842
upstream_url=https://pypi.io/packages/source/z/zipp/zipp-VERSION.tar.gz
5 changes: 5 additions & 0 deletions build/pkgs/zipp/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$(PYTHON) vcversioner | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile.
1 change: 1 addition & 0 deletions build/pkgs/zipp/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.5.2
14 changes: 14 additions & 0 deletions build/pkgs/zipp/spkg-install.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
if [ -z "$SAGE_LOCAL" ]; then
echo >&2 "SAGE_LOCAL undefined ... exiting"
echo >&2 "Maybe run 'sage --sh'?"
exit 1
fi

cd src

sdh_pip_install .

if [ $? -ne 0 ]; then
echo "Error installing zipp ... exiting"
exit 1
fi
1 change: 1 addition & 0 deletions build/pkgs/zipp/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard

0 comments on commit af85282

Please sign in to comment.