Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loopy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ben Sepanski
loopy
Commits
fddae567
Commit
fddae567
authored
10 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Ditch 2to3
parent
bd14d634
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
setup.py
+3
-10
3 additions, 10 deletions
setup.py
with
4 additions
and
11 deletions
setup.cfg
+
1
−
1
View file @
fddae567
[flake8]
[flake8]
ignore
=
E126,E127,E128,E123,E226,E241,E242
ignore
=
E126,E127,E128,E123,E226,E241,E242
,E265
max-line-length
=
85
max-line-length
=
85
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
10
View file @
fddae567
...
@@ -3,12 +3,6 @@
...
@@ -3,12 +3,6 @@
from
setuptools
import
setup
from
setuptools
import
setup
try
:
from
distutils.command.build_py
import
build_py_2to3
as
build_py
except
ImportError
:
# 2.x
from
distutils.command.build_py
import
build_py
ver_dic
=
{}
ver_dic
=
{}
version_file
=
open
(
"
loopy/version.py
"
)
version_file
=
open
(
"
loopy/version.py
"
)
try
:
try
:
...
@@ -43,7 +37,8 @@ setup(name="loo.py",
...
@@ -43,7 +37,8 @@ setup(name="loo.py",
"
pyopencl>=2014.1
"
,
"
pyopencl>=2014.1
"
,
"
pymbolic>=2014.1.1
"
,
"
pymbolic>=2014.1.1
"
,
"
cgen>=2013.1.2
"
,
"
cgen>=2013.1.2
"
,
"
islpy>=2014.2
"
"
islpy>=2014.2
"
,
"
six
"
],
],
author
=
"
Andreas Kloeckner
"
,
author
=
"
Andreas Kloeckner
"
,
...
@@ -56,6 +51,4 @@ setup(name="loo.py",
...
@@ -56,6 +51,4 @@ setup(name="loo.py",
"
loopy.kernel
"
,
"
loopy.kernel
"
,
"
loopy.library
"
,
"
loopy.library
"
,
],
],
)
# 2to3 invocation
cmdclass
=
{
'
build_py
'
:
build_py
})
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment