Skip to content

Commit bfde189

Browse files
committed
Merge latest skeleton
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
2 parents 28528df + 69eec23 commit bfde189

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

configure.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
@rem ################################
12-
@rem # A configuration script to set things up:
12+
@rem # A configuration script to set things up:
1313
@rem # create a virtualenv and install or update thirdparty packages.
1414
@rem # Source this script for initial configuration
1515
@rem # Use configure --help for details
@@ -48,7 +48,7 @@ set "CFG_BIN_DIR=%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts"
4848

4949

5050
@rem ################################
51-
@rem # Set the quiet flag to empty if not defined
51+
@rem # Set the quiet flag to empty if not defined
5252
if not defined CFG_QUIET (
5353
set "CFG_QUIET= "
5454
)
@@ -65,8 +65,8 @@ if "%1" EQU "--dev" (
6565
set "CFG_REQUIREMENTS=%DEV_REQUIREMENTS%"
6666
set CFG_DEV_MODE=1
6767
)
68-
if "%1" EQU "--python" (
69-
echo "The --python is now DEPRECATED. Use the PYTHON_EXECUTABLE environment
68+
if "%1" EQU "--python"(
69+
echo "The --python option is now DEPRECATED. Use the PYTHON_EXECUTABLE environment"
7070
echo "variable instead. Run configure --help for details."
7171
exit /b 0
7272
)
@@ -76,7 +76,7 @@ if "%1" EQU "--python" (
7676
@rem # Use environment variables or a file if available.
7777
@rem # Otherwise the latest Python by default.
7878
if not defined PYTHON_EXECUTABLE (
79-
@rem # check for a file named PYTHON_EXECUTABLE
79+
@rem # check for a file named PYTHON_EXECUTABLE
8080
if exist ""%CFG_ROOT_DIR%\PYTHON_EXECUTABLE"" (
8181
set /p PYTHON_EXECUTABLE=<""%CFG_ROOT_DIR%\PYTHON_EXECUTABLE""
8282
) else (

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ keywords =
3131
[options]
3232
package_dir=
3333
=src
34-
packages = find:
34+
packages=find:
3535
include_package_data = true
3636
zip_safe = false
3737
install_requires =
3838
attrs >= 18.1, !=20.1.0
39-
commoncode >= 21.1.21
39+
commoncode >= 21.5.25
4040
plugincode >= 21.1.21
41-
typecode >= 21.2.23
41+
typecode >= 21.5.25
4242
patch >= 1.16
4343

4444
setup_requires = setuptools_scm[toml] >= 4
@@ -48,9 +48,9 @@ where=src
4848

4949
[options.extras_require]
5050
full =
51-
extractcode-7z >= 16.5.210223
52-
extractcode_libarchive >= 3.5.1.210223
53-
typecode[full] >= 21.2.23
51+
extractcode-7z >= 16.5.210525
52+
extractcode_libarchive >= 3.5.1.210525
53+
typecode[full] >= 21.5.25
5454

5555
testing =
5656
# upstream

0 commit comments

Comments
 (0)