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
60d1f67e
Commit
60d1f67e
authored
1 year ago
by
Celeste
Committed by
J0WI
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-nest_asyncio: upgrade to 1.5.8 & use gpep517 packaging
parent
890daaea
No related branches found
No related tags found
1 merge request
!52851
community/py3-nest_asyncio: upgrade to 1.5.8 & use gpep517 packaging
Pipeline
#185220
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-nest_asyncio/APKBUILD
+11
-6
11 additions, 6 deletions
community/py3-nest_asyncio/APKBUILD
with
11 additions
and
6 deletions
community/py3-nest_asyncio/APKBUILD
+
11
−
6
View file @
60d1f67e
# Contributor: Aiden Grossman <agrossman154@yahoo.com>
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
pkgname
=
py3-nest_asyncio
pkgver
=
1.5.
7
pkgver
=
1.5.
8
pkgrel
=
0
pkgdesc
=
"Asyncio patch to allow nested event loops"
url
=
"https://github.com/erdewit/nest_asyncio"
arch
=
"noarch"
license
=
"BSD-2-Clause"
makedepends
=
"py3-
setuptools
"
makedepends
=
"py3-
gpep517 py3-setuptools py3-wheel
"
checkdepends
=
"py3-pytest"
subpackages
=
"
$pkgname
-pyc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/erdewit/nest_asyncio/archive/refs/tags/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/nest_asyncio-
$pkgver
"
build
()
{
python3 setup.py build
gpep517 build-wheel
\
--wheel-dir
.dist
\
--output-fd
3 3>&1
>
&2
}
check
()
{
pytest
python3
-m
venv
--clear
--without-pip
--system-site-packages
.testenv
.testenv/bin/python3
-m
installer .dist/
*
.whl
.testenv/bin/python3
-m
pytest
}
package
()
{
python3 setup.py
install
--skip-build
--root
=
"
$pkgdir
"
python3
-m
installer
-d
"
$pkgdir
"
\
.dist/
*
.whl
}
sha512sums
=
"
486f2163e16033fb8d21f823fd99fc661342ef90ebc4a57eb49cd9533712e7b215298807b746aefc622fd00ea07298a2325fc69f5cabbf4a98450e31171fb
2f2 py3-nest_asyncio-1.5.
7
.tar.gz
845900760e50fa0d1aee75f93707dfbbf14044805e1cae53beff42091cbd6855ad134bcfa0130b4b422208270a49efeea415d0c2a7597d37019868c92910
2f2
e
py3-nest_asyncio-1.5.
8
.tar.gz
"
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