This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build/pkgs: Update tox and dependencies to latest
- Loading branch information
Matthias Koeppe
committed
May 27, 2021
1 parent
cc2f4ae
commit 5488ecd
Showing
17 changed files
with
33 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
optional | ||
standard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
optional | ||
standard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ Read resources from Python packages | |
License | ||
------- | ||
|
||
Apache2 | ||
|
||
Upstream Contact | ||
---------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tarball=importlib_resources-VERSION.tar.gz | ||
sha1=0013136267182579db0ae1df25274a704db896fc | ||
md5=9e6819c7f5c06d7fa7821321b7038af4 | ||
cksum=1660967409 | ||
sha1=d4b853132e9b9a0c58610e23df380c84be428c08 | ||
md5=a4586b3cbb3d39c7a5e7ffc49d9ceb53 | ||
cksum=1484460315 | ||
upstream_url=https://pypi.io/packages/source/i/importlib_resources/importlib_resources-VERSION.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.1.1 | ||
5.1.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
optional | ||
standard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
tox: A command line driven CI frontend and development task automation tool | ||
=========================================================================== | ||
tox: tox is a generic virtualenv management and test command line tool | ||
====================================================================== | ||
|
||
Description | ||
----------- | ||
|
||
Command line driven CI frontend and development task automation tool. | ||
|
||
The Sage library uses tox as an entry point for testing and linting. See ``src/tox.ini`` and ``sage --advanced``. | ||
|
||
Sage-the-distribution uses tox for portability testing. See ``SAGE_ROOT/tox.ini``. | ||
tox is a generic virtualenv management and test command line tool | ||
|
||
License | ||
------- | ||
|
||
- MIT License | ||
MIT | ||
|
||
Upstream Contact | ||
---------------- | ||
|
||
https://pypi.org/project/tox/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tarball=tox-VERSION.tar.gz | ||
sha1=a2a435c46cc0f03a55413506cb9d737e62d6047d | ||
md5=e3219ce6f0543141244b77cd701b0ea1 | ||
cksum=2446556337 | ||
sha1=e98277cf47d1e4ca9dbaeeaf7e0e301700c9694b | ||
md5=9fe85f2cab666ad764f5a076c4544956 | ||
cksum=2996434561 | ||
upstream_url=https://pypi.io/packages/source/t/tox/tox-VERSION.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
# Matches version checked in spkg-configure.m4 | ||
tox >=2.5.0 | ||
tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.20.0 | ||
3.23.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
cd src && sdh_pip_install . | ||
cd src | ||
sdh_pip_install . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tarball=virtualenv-VERSION.tar.gz | ||
sha1=fd4d72b017ca7e3e64f2ec2f890e45857cd9c510 | ||
md5=ad5f4586b6a03088a399692949712007 | ||
cksum=300371404 | ||
sha1=42c609ae86f5b6b3d491e4a865235e71ed35bfd3 | ||
md5=6693920d5de24bd3e6ec8a6749c22b0d | ||
cksum=2813528266 | ||
upstream_url=https://pypi.io/packages/source/v/virtualenv/virtualenv-VERSION.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20.2.2 | ||
20.4.7 |