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
42e7cb32
Commit
42e7cb32
authored
3 years ago
by
Newbyte
Committed by
Bart Ribbers
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-matrix-nio: upgrade to 0.18.3
parent
7c101b20
No related branches found
No related tags found
1 merge request
!22412
community/<various>: Fixes to fix mirage
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/py3-matrix-nio/APKBUILD
+9
-5
9 additions, 5 deletions
community/py3-matrix-nio/APKBUILD
community/py3-matrix-nio/create-setuppy.patch
+15
-0
15 additions, 0 deletions
community/py3-matrix-nio/create-setuppy.patch
with
24 additions
and
5 deletions
community/py3-matrix-nio/APKBUILD
+
9
−
5
View file @
42e7cb32
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
# Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch>
# Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch>
pkgname
=
py3-matrix-nio
pkgname
=
py3-matrix-nio
pkgver
=
0.1
5.2
pkgver
=
0.1
8.3
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"Python interface to DBus notifications"
pkgdesc
=
"Python interface to DBus notifications"
url
=
"https://github.com/poljar/matrix-nio"
url
=
"https://github.com/poljar/matrix-nio"
arch
=
"noarch !mips64"
# blocked by py3-olm
arch
=
"noarch !mips64"
# blocked by py3-olm
...
@@ -11,6 +11,7 @@ depends="
...
@@ -11,6 +11,7 @@ depends="
python3
python3
py3-aiofiles
py3-aiofiles
py3-aiohttp
py3-aiohttp
py3-aiohttp-socks
py3-atomicwrites
py3-atomicwrites
py3-cachetools
py3-cachetools
py3-future
py3-future
...
@@ -38,10 +39,11 @@ checkdepends="
...
@@ -38,10 +39,11 @@ checkdepends="
"
"
makedepends
=
"
makedepends
=
"
py3-setuptools
py3-setuptools
pyproject2setuppy
"
"
source
=
"
source
=
"
https://github.com/poljar/matrix-nio/archive/
$pkgver
/matrix-nio-
$pkgver
.tar.gz
https://github.com/poljar/matrix-nio/archive/
$pkgver
/matrix-nio-
$pkgver
.tar.gz
0001-CI-Fix-our-tox-setup-for-github-CI
.patch
create-setuppy
.patch
"
"
builddir
=
"
$srcdir
/matrix-nio-
$pkgver
"
builddir
=
"
$srcdir
/matrix-nio-
$pkgver
"
...
@@ -58,5 +60,7 @@ package() {
...
@@ -58,5 +60,7 @@ package() {
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
}
sha512sums
=
"2805ac328425b5686320da969838d865d6ab17ede59b372ff9c04923ac246aa86a552e480b305c4769524f599393d6cc4a7ff75bae250d3cfebff8b8b9ed710e matrix-nio-0.15.2.tar.gz
sha512sums
=
"
6f339ccccefda38fac0c21b195eaf84d18a03d42a5fc635213d4e786e4501a5535281bc244180797b3280b9440f6ab67fd764bdd2e522eb9da9a098502067f23 0001-CI-Fix-our-tox-setup-for-github-CI.patch"
ca99d4962fbc2f6d82e5b6ea53fcd82d0ed5a3a1c8a21a7ff211bf8892d2b60f72944ae19a41b102cd6473e04eedb614488f2fa2a2fd130ad70078aea2ba9518 matrix-nio-0.18.3.tar.gz
716d1298104d924170041d69708fc417ec6d2bf96197c7c2f77397584b6c67881190272adbf224431be400a2e391d3d3e213a340411c0b9be9e6c9e097eedd5f create-setuppy.patch
"
This diff is collapsed.
Click to expand it.
community/py3-matrix-nio/create-setuppy.patch
0 → 100644
+
15
−
0
View file @
42e7cb32
commit d5d5ef1473bd1163f1309ca83642a1be2a96c5b5
Author: Francesco Colista <fcolista@alpinelinux.org>
Date: Tue May 19 18:56:39 2020 +0000
added setup.py to build package with setuptools
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..ebe2f51
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,3 @@
+#!/usr/bin/env python3
+from pyproject2setuppy.main import main
+main()
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