public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2018-08-18 19:54 Andrey Utkin
  0 siblings, 0 replies; 27+ messages in thread
From: Andrey Utkin @ 2018-08-18 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     fcc8dd39855f6ae954fb05d92b513e0f70edf9c4
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 17:06:16 2018 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 19:53:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc8dd39

net-im/poezio: add new package

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-im/poezio/Manifest           |  1 +
 net-im/poezio/metadata.xml       | 11 ++++++++
 net-im/poezio/poezio-0.12.ebuild | 60 ++++++++++++++++++++++++++++++++++++++++
 net-im/poezio/poezio-9999.ebuild | 60 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 132 insertions(+)

diff --git a/net-im/poezio/Manifest b/net-im/poezio/Manifest
new file mode 100644
index 00000000000..9187b8c3e15
--- /dev/null
+++ b/net-im/poezio/Manifest
@@ -0,0 +1 @@
+DIST poezio-0.12.tar.gz 585750 BLAKE2B d79cab965b39a9ea191c763e1560bedbf46e3107e1b301a651103caf8f9e63b8465925ea01ac4e2e6b747b66cf5d4be8cabd8be80a069fe4eafcf331c7daada8 SHA512 6249daf23c6f4c1b25a9de686abaa62076e1eac7566da0a174ae3a82e3a53b7f2a86145d20d587a7ee43c8b679d90cb381d5afbfc7860459c5a497e97af32ff4

diff --git a/net-im/poezio/metadata.xml b/net-im/poezio/metadata.xml
new file mode 100644
index 00000000000..0f3aace8afd
--- /dev/null
+++ b/net-im/poezio/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>andrey_utkin@gentoo.org</email>
+		<name>Andrey Utkin</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">poezio</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/net-im/poezio/poezio-0.12.ebuild b/net-im/poezio/poezio-0.12.ebuild
new file mode 100644
index 00000000000..d550ee29c57
--- /dev/null
+++ b/net-im/poezio/poezio-0.12.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
+HOMEPAGE="https://poez.io/"
+LICENSE="ZLIB"
+SLOT="0"
+IUSE="test"
+
+if [[ "${PV}" == "9999" ]]; then
+	EGIT_REPO_URI="https://git.poez.io/${PN}.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+	dev-python/aiodns[${PYTHON_USEDEP}]
+	dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+	dev-python/pyasn1[${PYTHON_USEDEP}]
+	dev-python/slixmpp[${PYTHON_USEDEP}]
+"
+DEPEND="
+	test? (
+		${RDEPEND}
+		dev-python/potr
+		dev-python/pyinotify
+	)"
+
+DOC_CONTENTS="
+Install these optional runtime dependencies for additional features.
+* dev-python/potr for OTR encryption support.
+* dev-python/pyinotify for screen autoaway plugin support.
+"
+DISABLE_AUTOFORMATTING=true
+
+src_prepare() {
+	default
+	# Delete unmaintained plugin which requires an excessive external dep
+	rm plugins/mpd_client.py || die
+}
+
+src_install() {
+	distutils-r1_src_install
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+}
+
+python_test() {
+	esetup.py test
+}

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
new file mode 100644
index 00000000000..d550ee29c57
--- /dev/null
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
+HOMEPAGE="https://poez.io/"
+LICENSE="ZLIB"
+SLOT="0"
+IUSE="test"
+
+if [[ "${PV}" == "9999" ]]; then
+	EGIT_REPO_URI="https://git.poez.io/${PN}.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+	dev-python/aiodns[${PYTHON_USEDEP}]
+	dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+	dev-python/pyasn1[${PYTHON_USEDEP}]
+	dev-python/slixmpp[${PYTHON_USEDEP}]
+"
+DEPEND="
+	test? (
+		${RDEPEND}
+		dev-python/potr
+		dev-python/pyinotify
+	)"
+
+DOC_CONTENTS="
+Install these optional runtime dependencies for additional features.
+* dev-python/potr for OTR encryption support.
+* dev-python/pyinotify for screen autoaway plugin support.
+"
+DISABLE_AUTOFORMATTING=true
+
+src_prepare() {
+	default
+	# Delete unmaintained plugin which requires an excessive external dep
+	rm plugins/mpd_client.py || die
+}
+
+src_install() {
+	distutils-r1_src_install
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+}
+
+python_test() {
+	esetup.py test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2019-01-24 19:54 Andrey Utkin
  0 siblings, 0 replies; 27+ messages in thread
From: Andrey Utkin @ 2019-01-24 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9e26c41fd9d832a6686cec4ed51ddb91871b3a92
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 24 19:53:34 2019 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Thu Jan 24 19:53:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e26c41f

net-im/poezio: 9999: add fallback URI

Bug: https://bugs.gentoo.org/676166
Package-Manager: Portage-2.3.49, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>

 net-im/poezio/poezio-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index d550ee29c57..6c4752e9f1f 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,8 @@ SLOT="0"
 IUSE="test"
 
 if [[ "${PV}" == "9999" ]]; then
-	EGIT_REPO_URI="https://git.poez.io/${PN}.git"
+	EGIT_REPO_URI="https://git.poez.io/${PN}.git
+		https://lab.louiz.org/${PN}/${PN}.git"
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2019-09-02 17:17 Andrey Utkin
  0 siblings, 0 replies; 27+ messages in thread
From: Andrey Utkin @ 2019-09-02 17:17 UTC (permalink / raw
  To: gentoo-commits

commit:     7b629c17838fa074dabdeee23db6239f23d0f42b
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  2 17:09:15 2019 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 17:15:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b629c17

net-im/poezio: drop old Git URI

The old one is badly maintained and is not recommended by upstream devs
(namely, pep) anymore.

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>

 net-im/poezio/poezio-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index 6c4752e9f1f..a0147fb03e5 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -13,8 +13,7 @@ SLOT="0"
 IUSE="test"
 
 if [[ "${PV}" == "9999" ]]; then
-	EGIT_REPO_URI="https://git.poez.io/${PN}.git
-		https://lab.louiz.org/${PN}/${PN}.git"
+	EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2020-04-18  9:39 Michał Górny
  0 siblings, 0 replies; 27+ messages in thread
From: Michał Górny @ 2020-04-18  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a3cc7df7f919becfaf08ce68a93712fbffbd0b6d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 18 09:32:46 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 09:39:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cc7df7

net-im/poezio: Fix running tests, use correct deps

Upstream uses pytest in tests, so we need to depend on it.  Using pytest
also avoids failures due to missing optional runtime deps that are not
used in tests at all.

Closes: https://bugs.gentoo.org/717884
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/poezio/poezio-0.12.ebuild | 14 ++------------
 net-im/poezio/poezio-9999.ebuild | 14 ++------------
 2 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/net-im/poezio/poezio-0.12.ebuild b/net-im/poezio/poezio-0.12.ebuild
index d4124188559..435612e4aec 100644
--- a/net-im/poezio/poezio-0.12.ebuild
+++ b/net-im/poezio/poezio-0.12.ebuild
@@ -10,8 +10,6 @@ DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
 HOMEPAGE="https://poez.io/"
 LICENSE="ZLIB"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 if [[ "${PV}" == "9999" ]]; then
 	EGIT_REPO_URI="https://git.poez.io/${PN}.git"
@@ -27,12 +25,8 @@ RDEPEND="
 	dev-python/pyasn1[${PYTHON_USEDEP}]
 	dev-python/slixmpp[${PYTHON_USEDEP}]
 "
-DEPEND="
-	test? (
-		${RDEPEND}
-		dev-python/potr
-		dev-python/pyinotify
-	)"
+
+distutils_enable_tests pytest
 
 DOC_CONTENTS="
 Install these optional runtime dependencies for additional features.
@@ -55,7 +49,3 @@ src_install() {
 pkg_postinst() {
 	readme.gentoo_print_elog
 }
-
-python_test() {
-	esetup.py test
-}

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index 14be76f1d81..2946371c46b 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -10,8 +10,6 @@ DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
 HOMEPAGE="https://poez.io/"
 LICENSE="ZLIB"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 if [[ "${PV}" == "9999" ]]; then
 	EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
@@ -27,12 +25,8 @@ RDEPEND="
 	dev-python/pyasn1[${PYTHON_USEDEP}]
 	dev-python/slixmpp[${PYTHON_USEDEP}]
 "
-DEPEND="
-	test? (
-		${RDEPEND}
-		dev-python/potr
-		dev-python/pyinotify
-	)"
+
+distutils_enable_tests pytest
 
 DOC_CONTENTS="
 Install these optional runtime dependencies for additional features.
@@ -55,7 +49,3 @@ src_install() {
 pkg_postinst() {
 	readme.gentoo_print_elog
 }
-
-python_test() {
-	esetup.py test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2020-09-01 20:17 Andrey Utkin
  0 siblings, 0 replies; 27+ messages in thread
From: Andrey Utkin @ 2020-09-01 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     dca76182a8cbd36661cb2c22a645e65e2d939355
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Mon Jun 15 13:47:08 2020 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 20:17:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca76182

net-im/poezio: add ebuild for version 0.13.1

Closes: https://bugs.gentoo.org/717882
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>

 net-im/poezio/Manifest             |  1 +
 net-im/poezio/poezio-0.13.1.ebuild | 51 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/net-im/poezio/Manifest b/net-im/poezio/Manifest
index 9187b8c3e15..8a36462d31a 100644
--- a/net-im/poezio/Manifest
+++ b/net-im/poezio/Manifest
@@ -1 +1,2 @@
 DIST poezio-0.12.tar.gz 585750 BLAKE2B d79cab965b39a9ea191c763e1560bedbf46e3107e1b301a651103caf8f9e63b8465925ea01ac4e2e6b747b66cf5d4be8cabd8be80a069fe4eafcf331c7daada8 SHA512 6249daf23c6f4c1b25a9de686abaa62076e1eac7566da0a174ae3a82e3a53b7f2a86145d20d587a7ee43c8b679d90cb381d5afbfc7860459c5a497e97af32ff4
+DIST poezio-0.13.1.tar.gz 632572 BLAKE2B e8d3d34c5ca8d236a5a434b4b339cab5ea7286c60db3ef5a6012d406848537b587e834b86f7b6049ee8e637a82e883b2d874134bc1f7d64106e0b0f81aab218f SHA512 6c211ef0fa2fc4bd4cce6ab896166eec6bcdc16ad9e774f4d6bf261b404c9ef68b18d934097da0e165b0cce9bd7779da520ac9c3eac30ccf8280f98ef6aa19c6

diff --git a/net-im/poezio/poezio-0.13.1.ebuild b/net-im/poezio/poezio-0.13.1.ebuild
new file mode 100644
index 00000000000..21339aa6804
--- /dev/null
+++ b/net-im/poezio/poezio-0.13.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
+HOMEPAGE="https://poez.io/"
+LICENSE="ZLIB"
+SLOT="0"
+
+if [[ "${PV}" == "9999" ]]; then
+	EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+	dev-python/aiodns[${PYTHON_USEDEP}]
+	dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+	dev-python/pyasn1[${PYTHON_USEDEP}]
+	>=dev-python/slixmpp-1.5.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+DOC_CONTENTS="
+Install these optional runtime dependencies for additional features.
+* dev-python/pyinotify for screen autoaway plugin support.
+"
+DISABLE_AUTOFORMATTING=true
+
+src_prepare() {
+	default
+	# Delete unmaintained plugin which requires an excessive external dep
+	rm plugins/mpd_client.py || die
+}
+
+src_install() {
+	distutils-r1_src_install
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2020-09-01 20:17 Andrey Utkin
  0 siblings, 0 replies; 27+ messages in thread
From: Andrey Utkin @ 2020-09-01 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     1fca18b635202b54a95350f6d74ae322d0f44c05
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Mon Aug 17 15:34:23 2020 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 20:17:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fca18b6

net-im/poezio: update the live ebuild

This syncs the live ebuild with the latest poezio
ebuild (poezio-0.13.1.ebuild) which was added with
bf6491e7996 ("net-im/poezio: add ebuild for version 0.13.1").

Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>

 net-im/poezio/poezio-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index 2946371c46b..89a6ccb69f4 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_6 )
+
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 readme.gentoo-r1
 
@@ -23,14 +24,13 @@ RDEPEND="
 	dev-python/aiodns[${PYTHON_USEDEP}]
 	dev-python/pyasn1-modules[${PYTHON_USEDEP}]
 	dev-python/pyasn1[${PYTHON_USEDEP}]
-	dev-python/slixmpp[${PYTHON_USEDEP}]
+	>=dev-python/slixmpp-1.5.2[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest
 
 DOC_CONTENTS="
 Install these optional runtime dependencies for additional features.
-* dev-python/potr for OTR encryption support.
 * dev-python/pyinotify for screen autoaway plugin support.
 "
 DISABLE_AUTOFORMATTING=true


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2020-11-09 12:27 Andrey Utkin
  0 siblings, 0 replies; 27+ messages in thread
From: Andrey Utkin @ 2020-11-09 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b305a7b76d027daed344bc084d4694ff8ea23ceb
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  9 12:25:36 2020 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Mon Nov  9 12:26:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b305a7b7

net-im/poezio: set DISTUTILS_USE_SETUPTOOLS

Based on the research and a patch by Jakov Smolic <jakov.smolic <AT> sartura.hr>

Bug: https://bugs.gentoo.org/751871
Link: https://github.com/gentoo/gentoo/pull/18083
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>

 net-im/poezio/poezio-0.13.1-r1.ebuild | 1 +
 net-im/poezio/poezio-9999.ebuild      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-im/poezio/poezio-0.13.1-r1.ebuild b/net-im/poezio/poezio-0.13.1-r1.ebuild
index 21339aa6804..12c7dd0d6ee 100644
--- a/net-im/poezio/poezio-0.13.1-r1.ebuild
+++ b/net-im/poezio/poezio-0.13.1-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 readme.gentoo-r1

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index 89a6ccb69f4..f39bc56b1eb 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 readme.gentoo-r1


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2020-11-09 12:27 Andrey Utkin
  0 siblings, 0 replies; 27+ messages in thread
From: Andrey Utkin @ 2020-11-09 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     3a5bcdbfb205341a69492646f43badab4e543b29
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  9 12:24:33 2020 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Mon Nov  9 12:26:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5bcdbf

net-im/poezio: add 0.13.1-r1 for further changes

Cloned verbatim from 0.13.1 ebuild.

Bug: https://bugs.gentoo.org/751871
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>

 net-im/poezio/poezio-0.13.1-r1.ebuild | 51 +++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/net-im/poezio/poezio-0.13.1-r1.ebuild b/net-im/poezio/poezio-0.13.1-r1.ebuild
new file mode 100644
index 00000000000..21339aa6804
--- /dev/null
+++ b/net-im/poezio/poezio-0.13.1-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
+HOMEPAGE="https://poez.io/"
+LICENSE="ZLIB"
+SLOT="0"
+
+if [[ "${PV}" == "9999" ]]; then
+	EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
+	inherit git-r3
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+	dev-python/aiodns[${PYTHON_USEDEP}]
+	dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+	dev-python/pyasn1[${PYTHON_USEDEP}]
+	>=dev-python/slixmpp-1.5.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+DOC_CONTENTS="
+Install these optional runtime dependencies for additional features.
+* dev-python/pyinotify for screen autoaway plugin support.
+"
+DISABLE_AUTOFORMATTING=true
+
+src_prepare() {
+	default
+	# Delete unmaintained plugin which requires an excessive external dep
+	rm plugins/mpd_client.py || die
+}
+
+src_install() {
+	distutils-r1_src_install
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2021-01-01  1:34 Michał Górny
  0 siblings, 0 replies; 27+ messages in thread
From: Michał Górny @ 2021-01-01  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1d48e9be2909518b1a3c1e5181d2d9ac835ef492
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  1 01:29:56 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  1 01:29:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d48e9be

net-im/poezio: Remove old (py3.6)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/poezio/Manifest             |  1 -
 net-im/poezio/poezio-0.12.ebuild   | 51 --------------------------------------
 net-im/poezio/poezio-0.13.1.ebuild | 51 --------------------------------------
 3 files changed, 103 deletions(-)

diff --git a/net-im/poezio/Manifest b/net-im/poezio/Manifest
index 8a36462d31a..8c63c9fa1b8 100644
--- a/net-im/poezio/Manifest
+++ b/net-im/poezio/Manifest
@@ -1,2 +1 @@
-DIST poezio-0.12.tar.gz 585750 BLAKE2B d79cab965b39a9ea191c763e1560bedbf46e3107e1b301a651103caf8f9e63b8465925ea01ac4e2e6b747b66cf5d4be8cabd8be80a069fe4eafcf331c7daada8 SHA512 6249daf23c6f4c1b25a9de686abaa62076e1eac7566da0a174ae3a82e3a53b7f2a86145d20d587a7ee43c8b679d90cb381d5afbfc7860459c5a497e97af32ff4
 DIST poezio-0.13.1.tar.gz 632572 BLAKE2B e8d3d34c5ca8d236a5a434b4b339cab5ea7286c60db3ef5a6012d406848537b587e834b86f7b6049ee8e637a82e883b2d874134bc1f7d64106e0b0f81aab218f SHA512 6c211ef0fa2fc4bd4cce6ab896166eec6bcdc16ad9e774f4d6bf261b404c9ef68b18d934097da0e165b0cce9bd7779da520ac9c3eac30ccf8280f98ef6aa19c6

diff --git a/net-im/poezio/poezio-0.12.ebuild b/net-im/poezio/poezio-0.12.ebuild
deleted file mode 100644
index 435612e4aec..00000000000
--- a/net-im/poezio/poezio-0.12.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
-HOMEPAGE="https://poez.io/"
-LICENSE="ZLIB"
-SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
-	EGIT_REPO_URI="https://git.poez.io/${PN}.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-RDEPEND="
-	dev-python/aiodns[${PYTHON_USEDEP}]
-	dev-python/pyasn1-modules[${PYTHON_USEDEP}]
-	dev-python/pyasn1[${PYTHON_USEDEP}]
-	dev-python/slixmpp[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-DOC_CONTENTS="
-Install these optional runtime dependencies for additional features.
-* dev-python/potr for OTR encryption support.
-* dev-python/pyinotify for screen autoaway plugin support.
-"
-DISABLE_AUTOFORMATTING=true
-
-src_prepare() {
-	default
-	# Delete unmaintained plugin which requires an excessive external dep
-	rm plugins/mpd_client.py || die
-}
-
-src_install() {
-	distutils-r1_src_install
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	readme.gentoo_print_elog
-}

diff --git a/net-im/poezio/poezio-0.13.1.ebuild b/net-im/poezio/poezio-0.13.1.ebuild
deleted file mode 100644
index 21339aa6804..00000000000
--- a/net-im/poezio/poezio-0.13.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
-HOMEPAGE="https://poez.io/"
-LICENSE="ZLIB"
-SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
-	EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-RDEPEND="
-	dev-python/aiodns[${PYTHON_USEDEP}]
-	dev-python/pyasn1-modules[${PYTHON_USEDEP}]
-	dev-python/pyasn1[${PYTHON_USEDEP}]
-	>=dev-python/slixmpp-1.5.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-DOC_CONTENTS="
-Install these optional runtime dependencies for additional features.
-* dev-python/pyinotify for screen autoaway plugin support.
-"
-DISABLE_AUTOFORMATTING=true
-
-src_prepare() {
-	default
-	# Delete unmaintained plugin which requires an excessive external dep
-	rm plugins/mpd_client.py || die
-}
-
-src_install() {
-	distutils-r1_src_install
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	readme.gentoo_print_elog
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2021-01-03  9:12 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2021-01-03  9:12 UTC (permalink / raw
  To: gentoo-commits

commit:     df217c4e69abb34d05c34887f91dd2a433762bcb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 09:09:52 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  3 09:09:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df217c4e

net-im/poezio: Stabilize 0.13.1-r1 amd64, #762466

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/poezio/poezio-0.13.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/poezio/poezio-0.13.1-r1.ebuild b/net-im/poezio/poezio-0.13.1-r1.ebuild
index 12c7dd0d6ee..ae4c009726e 100644
--- a/net-im/poezio/poezio-0.13.1-r1.ebuild
+++ b/net-im/poezio/poezio-0.13.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ if [[ "${PV}" == "9999" ]]; then
 	inherit git-r3
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="amd64"
 fi
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2021-06-24  8:39 Florian Schmaus
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Schmaus @ 2021-06-24  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     5d6e655e695906e3c9363aab844301c981e1836d
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 24 08:28:33 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jun 24 08:29:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6e655e

net-im/poezio: add myself as maintainer

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/poezio/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net-im/poezio/metadata.xml b/net-im/poezio/metadata.xml
index 0f3aace8afd..836717da381 100644
--- a/net-im/poezio/metadata.xml
+++ b/net-im/poezio/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person">
+		<email>flow@gentoo.org</email>
+		<name>Florian Schmaus</name>
+	</maintainer>
 	<maintainer type="person">
 		<email>andrey_utkin@gentoo.org</email>
 		<name>Andrey Utkin</name>


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2021-07-12 11:40 Florian Schmaus
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Schmaus @ 2021-07-12 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     9870e8ba7281a1584c955c7cff891827a77f4949
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 11:39:43 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 11:40:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9870e8ba

net-im/poezio: enable py3.9

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/poezio/poezio-0.13.1-r1.ebuild | 2 +-
 net-im/poezio/poezio-9999.ebuild      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-im/poezio/poezio-0.13.1-r1.ebuild b/net-im/poezio/poezio-0.13.1-r1.ebuild
index ae4c009726e..a080438c959 100644
--- a/net-im/poezio/poezio-0.13.1-r1.ebuild
+++ b/net-im/poezio/poezio-0.13.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1 readme.gentoo-r1
 

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index f39bc56b1eb..0ca4b6cbda4 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1 readme.gentoo-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2021-07-12 14:09 Florian Schmaus
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Schmaus @ 2021-07-12 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2d57d4ecf93a05d8eae349d8a5ec4a61d2b90299
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 14:08:41 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 14:09:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d57d4ec

net-im/poezio: destabilize 0.13.1-r2 for ~amd64

-r2 was not meant to be commited with stable keywords. :/

Fixes: df39492b535f ("net-im/poezio: install in correct paths, use xdg and optfeature eclass")
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/poezio/poezio-0.13.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/poezio/poezio-0.13.1-r2.ebuild b/net-im/poezio/poezio-0.13.1-r2.ebuild
index 0a1213f58b0..b752a859c76 100644
--- a/net-im/poezio/poezio-0.13.1-r2.ebuild
+++ b/net-im/poezio/poezio-0.13.1-r2.ebuild
@@ -21,7 +21,7 @@ if [[ "${PV}" == "9999" ]]; then
 	BDEPEND="dev-python/sphinx"
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64"
+	KEYWORDS="~amd64"
 fi
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2021-07-12 14:20 Florian Schmaus
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Schmaus @ 2021-07-12 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f778291bf64de6b5e84ef4c2569464eaaca6e26d
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 14:17:10 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 14:19:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f778291b

net-im/poezio: remove unnecessary test dependency declaration

The distutuils_enable_tests function already takes care of that.

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/poezio/poezio-0.13.1-r2.ebuild | 1 -
 net-im/poezio/poezio-9999.ebuild      | 1 -
 2 files changed, 2 deletions(-)

diff --git a/net-im/poezio/poezio-0.13.1-r2.ebuild b/net-im/poezio/poezio-0.13.1-r2.ebuild
index b752a859c76..868d381fa98 100644
--- a/net-im/poezio/poezio-0.13.1-r2.ebuild
+++ b/net-im/poezio/poezio-0.13.1-r2.ebuild
@@ -30,7 +30,6 @@ RDEPEND="
 	dev-python/pyasn1[${PYTHON_USEDEP}]
 	>=dev-python/slixmpp-1.5.0[${PYTHON_USEDEP}]
 "
-DEPEND="test? ( ${RDEPEND} )"
 
 PATCHES=(
 	"${FILESDIR}/Do-not-install-man-pages-and-files-in-usr-share-poez.patch"

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index cea4492ef2c..608644fde1b 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -30,7 +30,6 @@ RDEPEND="
 	dev-python/pyasn1[${PYTHON_USEDEP}]
 	>=dev-python/slixmpp-1.7.1[${PYTHON_USEDEP}]
 "
-DEPEND="test? ( ${RDEPEND} )"
 
 PATCHES=(
 	"${FILESDIR}/Do-not-install-man-pages-and-files-in-usr-share-poez.patch"


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2021-07-13  0:39 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2021-07-13  0:39 UTC (permalink / raw
  To: gentoo-commits

commit:     749bb1f06983ee3e60ae2d3f088090b24c4a8cb0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 00:37:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 00:37:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749bb1f0

net-im/poezio: disable py3.10

Not all dependencies (slixmpp here) support Python 3.10.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/poezio/poezio-0.13.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/poezio/poezio-0.13.1-r2.ebuild b/net-im/poezio/poezio-0.13.1-r2.ebuild
index 868d381fa98..df3051da179 100644
--- a/net-im/poezio/poezio-0.13.1-r2.ebuild
+++ b/net-im/poezio/poezio-0.13.1-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1 optfeature xdg
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2021-08-17  9:16 Florian Schmaus
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Schmaus @ 2021-08-17  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     7ffc0a3e9f539a626276e13c670566807a32a109
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 09:15:41 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Aug 17 09:15:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffc0a3e

net-im/poezio: stabilize 0.13.1-r2 for amd64

Closes: https://bugs.gentoo.org/808576
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/poezio/poezio-0.13.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/poezio/poezio-0.13.1-r2.ebuild b/net-im/poezio/poezio-0.13.1-r2.ebuild
index df3051da179..a43f1e0504f 100644
--- a/net-im/poezio/poezio-0.13.1-r2.ebuild
+++ b/net-im/poezio/poezio-0.13.1-r2.ebuild
@@ -21,7 +21,7 @@ if [[ "${PV}" == "9999" ]]; then
 	BDEPEND="dev-python/sphinx"
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="amd64"
 fi
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2021-08-17  9:16 Florian Schmaus
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Schmaus @ 2021-08-17  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     dc35df95d1d0c1d08005b646969828efc3c90aba
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 09:15:55 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Aug 17 09:15:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc35df95

net-im/poezio: drop 0.13.1-r1

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/poezio/poezio-0.13.1-r1.ebuild | 52 -----------------------------------
 1 file changed, 52 deletions(-)

diff --git a/net-im/poezio/poezio-0.13.1-r1.ebuild b/net-im/poezio/poezio-0.13.1-r1.ebuild
deleted file mode 100644
index a080438c959..00000000000
--- a/net-im/poezio/poezio-0.13.1-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
-HOMEPAGE="https://poez.io/"
-LICENSE="ZLIB"
-SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
-	EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64"
-fi
-
-RDEPEND="
-	dev-python/aiodns[${PYTHON_USEDEP}]
-	dev-python/pyasn1-modules[${PYTHON_USEDEP}]
-	dev-python/pyasn1[${PYTHON_USEDEP}]
-	>=dev-python/slixmpp-1.5.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-DOC_CONTENTS="
-Install these optional runtime dependencies for additional features.
-* dev-python/pyinotify for screen autoaway plugin support.
-"
-DISABLE_AUTOFORMATTING=true
-
-src_prepare() {
-	default
-	# Delete unmaintained plugin which requires an excessive external dep
-	rm plugins/mpd_client.py || die
-}
-
-src_install() {
-	distutils-r1_src_install
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	readme.gentoo_print_elog
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2022-04-11  8:57 Florian Schmaus
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Schmaus @ 2022-04-11  8:57 UTC (permalink / raw
  To: gentoo-commits

commit:     93e681cb00ce6ce70d38feea81ee7e961de615a9
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 08:55:51 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 08:57:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e681cb

net-im/poezio: add 0.14, update live ebuild

Thanks to Michał Górny for helping with python_test().

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/poezio/Manifest                               |  1 +
 .../{poezio-9999.ebuild => poezio-0.14.ebuild}       | 20 ++++++++++++++------
 net-im/poezio/poezio-9999.ebuild                     | 18 +++++++++++++-----
 3 files changed, 28 insertions(+), 11 deletions(-)

diff --git a/net-im/poezio/Manifest b/net-im/poezio/Manifest
index 8c63c9fa1b81..02b8eba1a8a6 100644
--- a/net-im/poezio/Manifest
+++ b/net-im/poezio/Manifest
@@ -1 +1,2 @@
 DIST poezio-0.13.1.tar.gz 632572 BLAKE2B e8d3d34c5ca8d236a5a434b4b339cab5ea7286c60db3ef5a6012d406848537b587e834b86f7b6049ee8e637a82e883b2d874134bc1f7d64106e0b0f81aab218f SHA512 6c211ef0fa2fc4bd4cce6ab896166eec6bcdc16ad9e774f4d6bf261b404c9ef68b18d934097da0e165b0cce9bd7779da520ac9c3eac30ccf8280f98ef6aa19c6
+DIST poezio-0.14.tar.gz 662379 BLAKE2B 467741d82945c084c79811d41ff85358ad236d0dcefca7e6f1f8ed5d78aa127f800d2370d624ebaf9e2eb20e1038f280c2e874694ea2b86965fe329b82c4b7d8 SHA512 6e68954a918c645592e2d2f8a265e2f2445a39e256c0525a5517e758a90cc404e066cc08d67ad0f8a3c7d6f3efd61f13a776737d110dd23df7a5f7fab54fc6b5

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-0.14.ebuild
similarity index 74%
copy from net-im/poezio/poezio-9999.ebuild
copy to net-im/poezio/poezio-0.14.ebuild
index 608644fde1b2..81e2f3ab9a0b 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-0.14.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 optfeature xdg
 
 DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
 HOMEPAGE="https://poez.io/"
-LICENSE="ZLIB"
+LICENSE="GPL-3+"
 SLOT="0"
 
 if [[ "${PV}" == "9999" ]]; then
@@ -28,7 +28,7 @@ RDEPEND="
 	dev-python/aiodns[${PYTHON_USEDEP}]
 	dev-python/pyasn1-modules[${PYTHON_USEDEP}]
 	dev-python/pyasn1[${PYTHON_USEDEP}]
-	>=dev-python/slixmpp-1.7.1[${PYTHON_USEDEP}]
+	>=dev-python/slixmpp-1.8.2[${PYTHON_USEDEP}]
 "
 
 PATCHES=(
@@ -51,6 +51,14 @@ src_compile() {
 	fi
 }
 
+# Poezio provides its own Python C extension 'poopt', which needs to be
+# correctly discovered to run the tests. See
+# https://projects.gentoo.org/python/guide/test.html#importerrors-for-c-extensions
+python_test() {
+	cd "${T}" || die
+	epytest "${S}"/test
+}
+
 src_install() {
 	distutils-r1_src_install
 

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index 608644fde1b2..162044b8bbf3 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1 optfeature xdg
 
 DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
 HOMEPAGE="https://poez.io/"
-LICENSE="ZLIB"
+LICENSE="GPL-3+"
 SLOT="0"
 
 if [[ "${PV}" == "9999" ]]; then
@@ -28,7 +28,7 @@ RDEPEND="
 	dev-python/aiodns[${PYTHON_USEDEP}]
 	dev-python/pyasn1-modules[${PYTHON_USEDEP}]
 	dev-python/pyasn1[${PYTHON_USEDEP}]
-	>=dev-python/slixmpp-1.7.1[${PYTHON_USEDEP}]
+	>=dev-python/slixmpp-1.8.2[${PYTHON_USEDEP}]
 "
 
 PATCHES=(
@@ -51,6 +51,14 @@ src_compile() {
 	fi
 }
 
+# Poezio provides its own Python C extension 'poopt', which needs to be
+# correctly discovered to run the tests. See
+# https://projects.gentoo.org/python/guide/test.html#importerrors-for-c-extensions
+python_test() {
+	cd "${T}" || die
+	epytest "${S}"/test
+}
+
 src_install() {
 	distutils-r1_src_install
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2022-04-13 14:46 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2022-04-13 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     d8b06a4d4e787ccab942840f34d7360480111f58
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 14:45:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 14:45:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b06a4d

net-im/poezio: retire andrey_utkin

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/poezio/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/net-im/poezio/metadata.xml b/net-im/poezio/metadata.xml
index eb783ed6ad95..47243d5ddc22 100644
--- a/net-im/poezio/metadata.xml
+++ b/net-im/poezio/metadata.xml
@@ -5,10 +5,6 @@
 		<email>flow@gentoo.org</email>
 		<name>Florian Schmaus</name>
 	</maintainer>
-	<maintainer type="person">
-		<email>andrey_utkin@gentoo.org</email>
-		<name>Andrey Utkin</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="pypi">poezio</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2022-05-16 10:13 Florian Schmaus
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Schmaus @ 2022-05-16 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     547f1c0dd7e917a2e67de2f495cc4ce5f00c529c
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 07:32:30 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May 16 10:12:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547f1c0d

net-im/poezio: stabilize 0.14 for amd64

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/poezio/poezio-0.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild
index 81e2f3ab9a0b..b89e69da45ff 100644
--- a/net-im/poezio/poezio-0.14.ebuild
+++ b/net-im/poezio/poezio-0.14.ebuild
@@ -21,7 +21,7 @@ if [[ "${PV}" == "9999" ]]; then
 	BDEPEND="dev-python/sphinx"
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="amd64"
 fi
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2022-05-16 10:13 Florian Schmaus
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Schmaus @ 2022-05-16 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c21a4f0f0a1c701e7f0952cd2c154f3bc31b10e4
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 07:32:53 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May 16 10:12:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21a4f0f

net-im/poezio: drop 0.13.1-r2

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/poezio/Manifest                |  1 -
 net-im/poezio/poezio-0.13.1-r2.ebuild | 69 -----------------------------------
 2 files changed, 70 deletions(-)

diff --git a/net-im/poezio/Manifest b/net-im/poezio/Manifest
index 02b8eba1a8a6..89fdd00059f4 100644
--- a/net-im/poezio/Manifest
+++ b/net-im/poezio/Manifest
@@ -1,2 +1 @@
-DIST poezio-0.13.1.tar.gz 632572 BLAKE2B e8d3d34c5ca8d236a5a434b4b339cab5ea7286c60db3ef5a6012d406848537b587e834b86f7b6049ee8e637a82e883b2d874134bc1f7d64106e0b0f81aab218f SHA512 6c211ef0fa2fc4bd4cce6ab896166eec6bcdc16ad9e774f4d6bf261b404c9ef68b18d934097da0e165b0cce9bd7779da520ac9c3eac30ccf8280f98ef6aa19c6
 DIST poezio-0.14.tar.gz 662379 BLAKE2B 467741d82945c084c79811d41ff85358ad236d0dcefca7e6f1f8ed5d78aa127f800d2370d624ebaf9e2eb20e1038f280c2e874694ea2b86965fe329b82c4b7d8 SHA512 6e68954a918c645592e2d2f8a265e2f2445a39e256c0525a5517e758a90cc404e066cc08d67ad0f8a3c7d6f3efd61f13a776737d110dd23df7a5f7fab54fc6b5

diff --git a/net-im/poezio/poezio-0.13.1-r2.ebuild b/net-im/poezio/poezio-0.13.1-r2.ebuild
deleted file mode 100644
index a43f1e0504f7..000000000000
--- a/net-im/poezio/poezio-0.13.1-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1 optfeature xdg
-
-DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
-HOMEPAGE="https://poez.io/"
-LICENSE="ZLIB"
-SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
-	EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
-	inherit git-r3
-
-	# We build the html documentation using sphinx.
-	BDEPEND="dev-python/sphinx"
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64"
-fi
-
-RDEPEND="
-	dev-python/aiodns[${PYTHON_USEDEP}]
-	dev-python/pyasn1-modules[${PYTHON_USEDEP}]
-	dev-python/pyasn1[${PYTHON_USEDEP}]
-	>=dev-python/slixmpp-1.5.0[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-	"${FILESDIR}/Do-not-install-man-pages-and-files-in-usr-share-poez.patch"
-)
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	default
-	# Delete unmaintained plugin which requires an excessive external dep
-	rm plugins/mpd_client.py || die
-}
-
-src_compile() {
-	distutils-r1_src_compile
-
-	if [[ -n "${EGIT_REPO_URI}" ]]; then
-		emake -C doc html
-	fi
-}
-
-src_install() {
-	distutils-r1_src_install
-
-	doman data/poezio.1 data/poezio_logs.1
-
-	if [[ -n "${EGIT_REPO_URI}" ]]; then
-		docinto html
-		dodoc -r doc/build/html/*
-	fi
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "screen autoaway support" dev-python/pyinotify
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2023-02-26 14:25 Florian Schmaus
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Schmaus @ 2023-02-26 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     fdc81838923ef2b5e28d5a14e854919b5afee830
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 12:08:09 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 14:25:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc81838

net-im/poezio: mark Python 3.11 compatible

Closes: https://bugs.gentoo.org/897092
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/poezio/poezio-0.14.ebuild | 2 +-
 net-im/poezio/poezio-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild
index cd1ffa0e91b6..25252101030b 100644
--- a/net-im/poezio/poezio-0.14.ebuild
+++ b/net-im/poezio/poezio-0.14.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1 optfeature xdg
 

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index 14794a112d69..1a2418a6d044 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1 optfeature xdg
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2023-03-16 18:52 Michał Górny
  0 siblings, 0 replies; 27+ messages in thread
From: Michał Górny @ 2023-03-16 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7b5894cad52a80e12067968eb23a9d8994d7f985
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:04:04 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:50:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5894ca

net-im/poezio: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/poezio/poezio-0.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild
index 25252101030b..fabfb7c285fd 100644
--- a/net-im/poezio/poezio-0.14.ebuild
+++ b/net-im/poezio/poezio-0.14.ebuild
@@ -20,7 +20,7 @@ if [[ "${PV}" == "9999" ]]; then
 	# We build the html documentation using sphinx.
 	BDEPEND="dev-python/sphinx"
 else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	inherit pypi
 	KEYWORDS="amd64"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2023-03-16 18:52 Michał Górny
  0 siblings, 0 replies; 27+ messages in thread
From: Michał Górny @ 2023-03-16 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     20030744e8e67771b66bcc4276047406b1956a06
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:16:32 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:50:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20030744

net-im/poezio: Sync the live ebuild

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/poezio/poezio-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index 1a2418a6d044..fc928f4f2798 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -20,7 +20,7 @@ if [[ "${PV}" == "9999" ]]; then
 	# We build the html documentation using sphinx.
 	BDEPEND="dev-python/sphinx"
 else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	inherit pypi
 	KEYWORDS="~amd64"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2023-10-14 12:57 Florian Schmaus
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Schmaus @ 2023-10-14 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     b263ff3528963f4c6e9dde5f43526060831ca3b1
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 12:37:27 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 12:38:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b263ff35

net-im/poezio: add fallback EGIT_REPO_URI

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/poezio/poezio-0.14.ebuild | 2 +-
 net-im/poezio/poezio-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild
index fabfb7c285fd..b1a80a0858a5 100644
--- a/net-im/poezio/poezio-0.14.ebuild
+++ b/net-im/poezio/poezio-0.14.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 
 if [[ "${PV}" == "9999" ]]; then
-	EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
+	EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git https://github.com/poezio/poezio.git"
 	inherit git-r3
 
 	# We build the html documentation using sphinx.

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index fc928f4f2798..7aa78a8fe0f9 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 
 if [[ "${PV}" == "9999" ]]; then
-	EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
+	EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git https://github.com/poezio/poezio.git"
 	inherit git-r3
 
 	# We build the html documentation using sphinx.


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2023-12-11 12:05 Florian Schmaus
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Schmaus @ 2023-12-11 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     6bf290fa97d5a518783ab769e5a95b3b574e3ac2
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 12:04:43 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 12:04:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf290fa

net-im/poezio: update HOMEPAGE

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/poezio/metadata.xml       | 1 +
 net-im/poezio/poezio-0.14.ebuild | 2 +-
 net-im/poezio/poezio-9999.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-im/poezio/metadata.xml b/net-im/poezio/metadata.xml
index 47243d5ddc22..116cdcfb8474 100644
--- a/net-im/poezio/metadata.xml
+++ b/net-im/poezio/metadata.xml
@@ -7,5 +7,6 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="pypi">poezio</remote-id>
+		<remote-id type="codeberg">poezio/poezio</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild
index b1a80a0858a5..31269b9415ce 100644
--- a/net-im/poezio/poezio-0.14.ebuild
+++ b/net-im/poezio/poezio-0.14.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1 optfeature xdg
 
 DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
-HOMEPAGE="https://poez.io/"
+HOMEPAGE="https://poez.io/ https://codeberg.org/poezio/poezio"
 LICENSE="GPL-3+"
 SLOT="0"
 

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index 7aa78a8fe0f9..65ae78d42495 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1 optfeature xdg
 
 DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
-HOMEPAGE="https://poez.io/"
+HOMEPAGE="https://poez.io/ https://codeberg.org/poezio/poezio"
 LICENSE="GPL-3+"
 SLOT="0"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
@ 2024-06-03 18:09 Florian Schmaus
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Schmaus @ 2024-06-03 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     78471a094620acbbe3edafd8baa56cf5b0953b3b
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  3 17:55:52 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jun  3 18:08:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78471a09

net-im/poezio: enable py3.12

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/poezio/poezio-0.14.ebuild | 4 ++--
 net-im/poezio/poezio-9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild
index 31269b9415ce..481588c5ac43 100644
--- a/net-im/poezio/poezio-0.14.ebuild
+++ b/net-im/poezio/poezio-0.14.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 
 inherit distutils-r1 optfeature xdg
 

diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index 65ae78d42495..ad409144eace 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 
 inherit distutils-r1 optfeature xdg
 


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

end of thread, other threads:[~2024-06-03 18:09 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-17  9:16 [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2024-06-03 18:09 Florian Schmaus
2023-12-11 12:05 Florian Schmaus
2023-10-14 12:57 Florian Schmaus
2023-03-16 18:52 Michał Górny
2023-03-16 18:52 Michał Górny
2023-02-26 14:25 Florian Schmaus
2022-05-16 10:13 Florian Schmaus
2022-05-16 10:13 Florian Schmaus
2022-04-13 14:46 Sam James
2022-04-11  8:57 Florian Schmaus
2021-08-17  9:16 Florian Schmaus
2021-07-13  0:39 Sam James
2021-07-12 14:20 Florian Schmaus
2021-07-12 14:09 Florian Schmaus
2021-07-12 11:40 Florian Schmaus
2021-06-24  8:39 Florian Schmaus
2021-01-03  9:12 Sam James
2021-01-01  1:34 Michał Górny
2020-11-09 12:27 Andrey Utkin
2020-11-09 12:27 Andrey Utkin
2020-09-01 20:17 Andrey Utkin
2020-09-01 20:17 Andrey Utkin
2020-04-18  9:39 Michał Górny
2019-09-02 17:17 Andrey Utkin
2019-01-24 19:54 Andrey Utkin
2018-08-18 19:54 Andrey Utkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox