Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] poezio: fix missing dependencies
@ 2024-04-01 20:13 AnInternetTroll
  2024-04-01 20:19 ` [PR PATCH] [Updated] " AnInternetTroll
  2024-04-07 13:03 ` AnInternetTroll
  0 siblings, 2 replies; 3+ messages in thread
From: AnInternetTroll @ 2024-04-01 20:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

There is a new pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages user/luca/poezio
https://github.com/void-linux/void-packages/pull/49656

poezio: fix missing dependencies
- **New package: python3-potr-1.0.2**
- **python3-slixmpp: update to 1.8.5.**
- **poezio: fix missing dependencies**

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86\_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/49656.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/poezio-49656.patch --]
[-- Type: text/x-diff, Size: 3731 bytes --]

From 6ee4653992ad16f9a10075c2e13ae0015b534837 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Mon, 1 Apr 2024 21:09:55 +0200
Subject: [PATCH 1/3] New package: python3-potr-1.0.2

---
 srcpkgs/python3-potr/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-potr/template

diff --git a/srcpkgs/python3-potr/template b/srcpkgs/python3-potr/template
new file mode 100644
index 00000000000000..810c6344d7f46b
--- /dev/null
+++ b/srcpkgs/python3-potr/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-potr'
+pkgname=python3-potr
+version=1.0.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-pycryptodome"
+checkdepends="$depends"
+short_desc="Off-The-Record Protocol Implementation in Python"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="LGPL-3.0-only"
+homepage="https://github.com/python-otr/pure-python-otr"
+changelog="https://github.com/python-otr/pure-python-otr/tags"
+distfiles="${PYPI_SITE}/p/python-potr/python-potr-${version}.tar.gz"
+checksum=f95b9a7feaf8e3a6aaa898609f8a2ada55518cf52fc09152775c4c59c99b8ea6

From ada41d8630fc95ed3d7d8faeba6689f5e9a15043 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Mon, 1 Apr 2024 21:10:01 +0200
Subject: [PATCH 2/3] python3-slixmpp: update to 1.8.5.

---
 srcpkgs/python3-slixmpp/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index f86e278940b83a..93fded1a95eb3f 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
-version=1.5.2
+version=1.8.5
 revision=5
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"
 makedepends="python3-devel libidn-devel"
-depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules python3-aiohttp"
-checkdepends="python3-pytest gnupg"
+depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules python3-aiohttp python3-cryptography"
+checkdepends="python3-pytest gnupg $depends"
 short_desc="Elegant Python library for XMPP"
 maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
 license="MIT"
 homepage="https://pypi.org/project/slixmpp/"
 distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
-checksum=6495fbf9f4ee5aa6a89d8549c5b5d07cd097fa6aa03533f773a57ec34a26af30
+checksum=75e3f0ad48555f7f5c9228e7066c1d4358b33d640b4fbe773ec34b03b7fae9a3
 
 pre_build() {
 	sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py

From c9d8cc7ee76608f5716ae344193437c9ea2e7737 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Mon, 1 Apr 2024 21:10:06 +0200
Subject: [PATCH 3/3] poezio: fix missing dependencies

---
 srcpkgs/poezio/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index 0e245dc1987048..26aa6ebf502359 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,12 +1,13 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"
 depends="python3-slixmpp python3-aiodns python3-pyasn1-modules
- python3-typing_extensions python3-setuptools"
+ python3-typing_extensions python3-setuptools python3-Pygments python3-qrcode python3-mpd2 python3-inotify python3-potr"
+checkdepends="$depends"
 short_desc="Console XMPP/Jabber client"
 maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
 license="Zlib"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] poezio: fix missing dependencies
  2024-04-01 20:13 [PR PATCH] poezio: fix missing dependencies AnInternetTroll
@ 2024-04-01 20:19 ` AnInternetTroll
  2024-04-07 13:03 ` AnInternetTroll
  1 sibling, 0 replies; 3+ messages in thread
From: AnInternetTroll @ 2024-04-01 20:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 633 bytes --]

There is an updated pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages user/luca/poezio
https://github.com/void-linux/void-packages/pull/49656

poezio: fix missing dependencies
- **New package: python3-potr-1.0.2**
- **python3-slixmpp: update to 1.8.5.**
- **poezio: fix missing dependencies**

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86\_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/49656.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/poezio-49656.patch --]
[-- Type: text/x-diff, Size: 3746 bytes --]

From 6ee4653992ad16f9a10075c2e13ae0015b534837 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Mon, 1 Apr 2024 21:09:55 +0200
Subject: [PATCH 1/3] New package: python3-potr-1.0.2

---
 srcpkgs/python3-potr/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-potr/template

diff --git a/srcpkgs/python3-potr/template b/srcpkgs/python3-potr/template
new file mode 100644
index 00000000000000..810c6344d7f46b
--- /dev/null
+++ b/srcpkgs/python3-potr/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-potr'
+pkgname=python3-potr
+version=1.0.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-pycryptodome"
+checkdepends="$depends"
+short_desc="Off-The-Record Protocol Implementation in Python"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="LGPL-3.0-only"
+homepage="https://github.com/python-otr/pure-python-otr"
+changelog="https://github.com/python-otr/pure-python-otr/tags"
+distfiles="${PYPI_SITE}/p/python-potr/python-potr-${version}.tar.gz"
+checksum=f95b9a7feaf8e3a6aaa898609f8a2ada55518cf52fc09152775c4c59c99b8ea6

From e8fbd3131cce0f3bf394eb2937944a6ef3f5c183 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Mon, 1 Apr 2024 21:10:01 +0200
Subject: [PATCH 2/3] python3-slixmpp: update to 1.8.5.

---
 srcpkgs/python3-slixmpp/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index f86e278940b83a..260d28bc491637 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
-version=1.5.2
-revision=5
+version=1.8.5
+revision=1
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"
 makedepends="python3-devel libidn-devel"
-depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules python3-aiohttp"
-checkdepends="python3-pytest gnupg"
+depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules python3-aiohttp python3-cryptography"
+checkdepends="python3-pytest gnupg $depends"
 short_desc="Elegant Python library for XMPP"
 maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
 license="MIT"
 homepage="https://pypi.org/project/slixmpp/"
 distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
-checksum=6495fbf9f4ee5aa6a89d8549c5b5d07cd097fa6aa03533f773a57ec34a26af30
+checksum=75e3f0ad48555f7f5c9228e7066c1d4358b33d640b4fbe773ec34b03b7fae9a3
 
 pre_build() {
 	sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py

From 3509bbbcc808603c4e35ba50d96442626f020512 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Mon, 1 Apr 2024 21:10:06 +0200
Subject: [PATCH 3/3] poezio: fix missing dependencies

---
 srcpkgs/poezio/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index 0e245dc1987048..26aa6ebf502359 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,12 +1,13 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"
 depends="python3-slixmpp python3-aiodns python3-pyasn1-modules
- python3-typing_extensions python3-setuptools"
+ python3-typing_extensions python3-setuptools python3-Pygments python3-qrcode python3-mpd2 python3-inotify python3-potr"
+checkdepends="$depends"
 short_desc="Console XMPP/Jabber client"
 maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
 license="Zlib"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: poezio: fix missing dependencies
  2024-04-01 20:13 [PR PATCH] poezio: fix missing dependencies AnInternetTroll
  2024-04-01 20:19 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-04-07 13:03 ` AnInternetTroll
  1 sibling, 0 replies; 3+ messages in thread
From: AnInternetTroll @ 2024-04-07 13:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

New comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/49656#issuecomment-2041463797

Comment:
This should also contribute towards fixing #46170 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-07 13:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-01 20:13 [PR PATCH] poezio: fix missing dependencies AnInternetTroll
2024-04-01 20:19 ` [PR PATCH] [Updated] " AnInternetTroll
2024-04-07 13:03 ` AnInternetTroll

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).