Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-srsly
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Debian Python Team
packages
python-srsly
Commits
cfdf0b01
Commit
cfdf0b01
authored
6 months ago
by
Alexandre Detiste
Browse files
Options
Downloads
Patches
Plain Diff
build with cython3, WIP (Closes: #1056874)
parent
36133d95
No related branches found
No related tags found
No related merge requests found
Pipeline
#771419
failed
6 months ago
Stage: provisioning
Stage: build
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/clean
+1
-0
1 addition, 0 deletions
debian/clean
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/patches/cython3.patch
+21
-0
21 additions, 0 deletions
debian/patches/cython3.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
24 additions
and
1 deletion
debian/clean
0 → 100644
+
1
−
0
View file @
cfdf0b01
.eggs/README.txt
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
cfdf0b01
...
...
@@ -6,7 +6,7 @@ Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
cython3
-legacy
,
cython3,
python3-all-dev,
python3-setuptools,
python3-ruamel.yaml,
...
...
This diff is collapsed.
Click to expand it.
debian/patches/cython3.patch
0 → 100644
+
21
−
0
View file @
cfdf0b01
--- a/srsly/msgpack/_unpacker.pyx
+++ b/srsly/msgpack/_unpacker.pyx
@@ -10,7 +10,6 @@
from libc.stdlib cimport *
from libc.string cimport *
from libc.limits cimport *
-ctypedef unsigned long long uint64_t
from .exceptions import (
BufferFull,
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,7 +31,7 @@
include_package_data = true
python_requires = >=3.6
setup_requires =
- cython>=0.29.1,<0.30.0
+ cython>=0.29.1
install_requires =
catalogue>=2.0.3,<2.1.0
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
cfdf0b01
unittest-mock.patch
cython3.patch
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