Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
bf63be19
Commit
bf63be19
authored
1 year ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-uvloop: rebuild agaisnt python 3.12 / cython3
parent
7bf8cc4f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/py3-uvloop/APKBUILD
+5
-3
5 additions, 3 deletions
community/py3-uvloop/APKBUILD
community/py3-uvloop/cython3.patch
+723
-0
723 additions, 0 deletions
community/py3-uvloop/cython3.patch
with
728 additions
and
3 deletions
community/py3-uvloop/APKBUILD
+
5
−
3
View file @
bf63be19
...
...
@@ -2,17 +2,18 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname
=
py3-uvloop
pkgver
=
0.19.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Ultra fast asyncio event loop"
url
=
"https://github.com/MagicStack/uvloop"
license
=
"MIT OR Apache-2.0"
arch
=
"all"
makedepends
=
"py3-setuptools python3-dev cython libuv-dev"
makedepends
=
"py3-setuptools python3-dev
py3-wheel
cython libuv-dev"
checkdepends
=
"py3-pytest py3-aiohttp py3-openssl py3-psutil"
subpackages
=
"
$pkgname
-pyc"
source
=
"https://github.com/MagicStack/uvloop/archive/v
$pkgver
/py3-uvloop-
$pkgver
.tar.gz
skip-broken-ppc64le-test.patch
tcp-tests.patch
cython3.patch
"
builddir
=
"
$srcdir
/uvloop-
$pkgver
"
...
...
@@ -22,7 +23,7 @@ build() {
check
()
{
PYTHONASYNCIODEBUG
=
1
PYTHONPATH
=
"
$(
echo
"
$builddir
"
/build/lib.linux-
*
)
"
pytest
-v
\
-k
'not test_remote_shutdown_receives_trailing_data'
-k
'not test_remote_shutdown_receives_trailing_data
and not test_getaddrinfo_8 and not test_getaddrinfo_9
'
}
package
()
{
...
...
@@ -33,4 +34,5 @@ sha512sums="
aa6b81ee81951504bd37ab73cf8ae908e121dba7a2f9fb06a7c3d9e6f7db87656162dfb4bef3157d9bd245485096a0c999b97e50658955abbc201dfaec8930f6 py3-uvloop-0.19.0.tar.gz
3dea46539b1d146b5ada29af675ee32b9c0ef4655c6ca45544ad41dfd66e192ae51b55e9b61b4bdc9e640407aca40927e73078ddeb9b2b39b2966d7f29b7f1c3 skip-broken-ppc64le-test.patch
7149b80ba9fe0389531f6befe0570c0a1b11639a7d544e84378cc2cb3b107269b1bbcd211f09dc2824bdf1b0971714780bd80e0a19941d215b1f40807cfd44b0 tcp-tests.patch
8a7424658bea5e6240dc452911e999eae66651669fc10f1155dcdb334de5d184e3a2fe4b566d34dedc142fab38271eeb608405573fa34644d3b5d81b56bd4087 cython3.patch
"
This diff is collapsed.
Click to expand it.
community/py3-uvloop/cython3.patch
0 → 100644
+
723
−
0
View file @
bf63be19
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