File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ if [ "$TRAVIS_PYTHON_VERSION" == 3.6 ]; then
8
8
echo " Deferring building conda package because this is release"
9
9
else
10
10
11
- python3 -m pip install repo_helper || exit 1
12
- python3 -m repo_helper make-recipe || exit 1
13
- # python3 ./make_conda_recipe.py || exit 1
11
+ python3 ./make_conda_recipe.py || exit 1
14
12
15
13
# Switch to miniconda
16
14
source " /home/travis/miniconda/etc/profile.d/conda.sh"
Original file line number Diff line number Diff line change 24
24
- id : mixed-line-ending
25
25
26
26
- repo : https://github.com/domdfcoding/pre-commit-hooks
27
- rev : v0.0.4
27
+ rev : v0.1.1
28
28
hooks :
29
29
- id : requirements-txt-sorter
30
30
args :
Original file line number Diff line number Diff line change 44
44
45
45
# this package
46
46
from domdf_python_tools .doctools import PYPY
47
- from domdf_python_tools .paths import PathPlus
48
47
from domdf_python_tools .iterative import Len
48
+ from domdf_python_tools .paths import PathPlus
49
49
from domdf_python_tools .versions import Version
50
50
51
51
__all__ = [
Original file line number Diff line number Diff line change 1
1
colorama >= 0.4.3
2
2
deprecation >= 2.1.0
3
- importlib_metadata >= 1.5.0 ; python_version < "3.8"
4
- importlib_resources >= 3.0.0 ; python_version < "3.7"
3
+ importlib-metadata >= 1.5.0 ; python_version < "3.8"
4
+ importlib-resources >= 3.0.0 ; python_version < "3.7"
5
5
packaging >= 20.4
6
6
pydash >= 4.7.4
7
- typing_extensions >= 3.7.4.3
7
+ typing-extensions >= 3.7.4.3
You can’t perform that action at this time.
0 commit comments