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
d15796cb
Commit
d15796cb
authored
1 year ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-pyee: upgrade to 11.0.0
parent
c4ad0ac9
No related branches found
Branches containing commit
No related tags found
1 merge request
!48415
community/py3-pyee: upgrade to 11.0.0
Pipeline
#169133
canceled
1 year ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-pyee/APKBUILD
+15
-10
15 additions, 10 deletions
community/py3-pyee/APKBUILD
with
15 additions
and
10 deletions
community/py3-pyee/APKBUILD
+
15
−
10
View file @
d15796cb
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
py3-pyee
pkgver
=
8.2.2
pkgrel
=
3
pkgver
=
11.0.0
pkgrel
=
0
pkgdesc
=
"A port of node.js's EventEmitter to Python"
url
=
"https://github.com/jfhbrook/pyee"
arch
=
"noarch"
...
...
@@ -12,16 +12,16 @@ depends="
py3-trio
py3-twisted
py3-vcversioner
python3
"
makedepends
=
"
py3-pytest-asyncio
py3-pytest-runner
py3-pytest-trio
py3-gpep517
py3-setuptools
py3-wheel
"
checkdepends
=
"
py3-mock
py3-pytest-asyncio
py3-pytest-trio
pytest
"
subpackages
=
"
$pkgname
-pyc"
...
...
@@ -29,17 +29,22 @@ source="https://pypi.python.org/packages/source/p/pyee/pyee-$pkgver.tar.gz"
builddir
=
"
$srcdir
/pyee-
$pkgver
"
build
()
{
python3 setup.py build
gpep517 build-wheel
\
--wheel-dir
.dist
\
--output-fd
3 3>&1
>
&2
}
check
()
{
PYTHONPATH
=
"
$PWD
/build/lib"
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
=
"
1b2b64631c16a203b690579f20bf9ece25d438604c772dd10e9f06f0d3ef5a1452de8343c995cd50743f6f3b5311b299509209a9ecab28
b7
2
b2
0c1d1bec7ad37
pyee-
8.2.2
.tar.gz
835a0b3c954e18ae0bf60f17b161f06ce2b50e3b47f23fdf9755db5c84958c145094206e7f1ab4680f9dec9b0e540c014a3deaead730ce9256
b7b2
45ef34a8b6
pyee-
11.0.0
.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