Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
6d475370
Commit
6d475370
authored
Apr 12, 2019
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Be specific about our desired build system.
parent
d4dc816e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
appveyor.yml
appveyor.yml
+3
-0
pyproject.toml
pyproject.toml
+2
-1
No files found.
appveyor.yml
View file @
6d475370
...
@@ -138,6 +138,9 @@ cache:
...
@@ -138,6 +138,9 @@ cache:
-
'
%LOCALAPPDATA%\pip\Cache'
-
'
%LOCALAPPDATA%\pip\Cache'
build_script
:
build_script
:
# Sometimes we have a problem installing this?
# See https://ci.appveyor.com/project/denik/gevent/builds/23810605/job/83aw4u67artt002b#L602
-
"
%CMD_IN_ENV%
%PYEXE%
-m
pip
install
-U
--upgrade-strategy=eager
pycparser"
# Build the compiled extension
# Build the compiled extension
-
if not "%GWHEEL_ONLY%"=="true" %PYEXE% -m pip install -U --upgrade-strategy=eager -r dev-requirements.txt
-
if not "%GWHEEL_ONLY%"=="true" %PYEXE% -m pip install -U --upgrade-strategy=eager -r dev-requirements.txt
...
...
pyproject.toml
View file @
6d475370
[build-system]
[build-system]
build-backend
=
"setuptools.build_meta:__legacy__"
requires
=
[
requires
=
[
"setuptools"
,
"setuptools
>= 40.8.0
"
,
"wheel"
,
"wheel"
,
# Python 3.7 requires at least Cython 0.27.3.
# Python 3.7 requires at least Cython 0.27.3.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment