[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-07-25 Thread Michał Górny
commit: 1078ef45ca2fb9833e9398fcd4eea37fb37626fa
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 26 01:30:15 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 26 01:30:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1078ef45

dev-python/apprise: Bump to 1.8.1

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

 dev-python/apprise/Manifest |  1 +
 dev-python/apprise/apprise-1.8.1.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index 1de838be9b7f..a6f018c31d56 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1 +1,2 @@
 DIST apprise-1.8.0.tar.gz 1651688 BLAKE2B 
32458b2a4787c0366db54890b505ca86cf1abee4299d32fd49f8fc8d37b87a6123c902747f97466b061857e7f284ed78c4001e61f587f3b47e17194324217d37
 SHA512 
312165b1b5c05ee632b5f2631eafc4af2b318881444851966ff6893775caa303b8d8fc819de9c2f8790eb224ac849535c5e5038a2f51dc30d477a503ed48b920
+DIST apprise-1.8.1.tar.gz 1696426 BLAKE2B 
ddc8966716e89a3e18995370e90f20c080a1249faccdbcf5f28fb22a89dc3f415c33208a5c98352307a28a65b45e305d1b9c3e2df52f6f6f017197a6f893a101
 SHA512 
b0e5d760ad8fcbecaa51de8e398abbb8766ef8a52bbd9cbd7f77156e4e00194adc1e18e0b6a95c611863ae72162041971408744348a7ea9e6579f4f4aae15f04

diff --git a/dev-python/apprise/apprise-1.8.1.ebuild 
b/dev-python/apprise/apprise-1.8.1.ebuild
new file mode 100644
index ..d6fb609e2b6c
--- /dev/null
+++ b/dev-python/apprise/apprise-1.8.1.ebuild
@@ -0,0 +1,38 @@
+# 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_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Push Notifications that work with just about every platform"
+HOMEPAGE="
+   https://pypi.org/project/apprise/
+   https://github.com/caronc/apprise/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+IUSE="+dbus mqtt"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   dev-python/Babel[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-07-02 Thread Petr Vaněk
commit: 6a769c1fe8e370bb8e89e5874df9479aca5c4b10
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Jul  2 11:37:47 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Tue Jul  2 12:13:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a769c1f

dev-python/apprise: enable py3.13

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-python/apprise/apprise-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apprise/apprise-1.8.0.ebuild 
b/dev-python/apprise/apprise-1.8.0.ebuild
index 4f6bb4ff272e..bc855214a676 100644
--- a/dev-python/apprise/apprise-1.8.0.ebuild
+++ b/dev-python/apprise/apprise-1.8.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-05-29 Thread Michał Górny
commit: 74988a13ad21b2d8065c8d178c0ba7a4ac480bec
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 29 11:52:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 29 11:52:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74988a13

dev-python/apprise: Remove old

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

 dev-python/apprise/Manifest |  1 -
 dev-python/apprise/apprise-1.7.6.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index a32f0b5c3d39..1de838be9b7f 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1,2 +1 @@
-DIST apprise-1.7.6.tar.gz 1656123 BLAKE2B 
49720f6ba6522f3496ad5cbf5bf72340c6b21f207d11f3c3fcdd113db2e01730b64209fad1d0c7f1ed357251e567a0fe8c875b2ab8f1befdeeab9af59f5678e3
 SHA512 
39fdfd129d9e8bc16070a015bc9e2b4f4bf6e61e1b87ee45ec11e99e7e87dcc3896312c7ff71d0dac9532cee36709de40d6397d98b8affda069cb3a436ab8683
 DIST apprise-1.8.0.tar.gz 1651688 BLAKE2B 
32458b2a4787c0366db54890b505ca86cf1abee4299d32fd49f8fc8d37b87a6123c902747f97466b061857e7f284ed78c4001e61f587f3b47e17194324217d37
 SHA512 
312165b1b5c05ee632b5f2631eafc4af2b318881444851966ff6893775caa303b8d8fc819de9c2f8790eb224ac849535c5e5038a2f51dc30d477a503ed48b920

diff --git a/dev-python/apprise/apprise-1.7.6.ebuild 
b/dev-python/apprise/apprise-1.7.6.ebuild
deleted file mode 100644
index 4f6bb4ff272e..
--- a/dev-python/apprise/apprise-1.7.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Push Notifications that work with just about every platform"
-HOMEPAGE="
-   https://pypi.org/project/apprise/
-   https://github.com/caronc/apprise/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv"
-IUSE="+dbus mqtt"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
-   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
-"
-BDEPEND="
-   dev-python/Babel[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-05-11 Thread Michał Górny
commit: f9a12a23cb7f9a2319b519c2e338083e4ceb3c9d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 12 02:17:23 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 12 02:25:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a12a23

dev-python/apprise: Bump to 1.8.0

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

 dev-python/apprise/Manifest |  1 +
 dev-python/apprise/apprise-1.8.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index a4f7dfc1e0cf..a32f0b5c3d39 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1 +1,2 @@
 DIST apprise-1.7.6.tar.gz 1656123 BLAKE2B 
49720f6ba6522f3496ad5cbf5bf72340c6b21f207d11f3c3fcdd113db2e01730b64209fad1d0c7f1ed357251e567a0fe8c875b2ab8f1befdeeab9af59f5678e3
 SHA512 
39fdfd129d9e8bc16070a015bc9e2b4f4bf6e61e1b87ee45ec11e99e7e87dcc3896312c7ff71d0dac9532cee36709de40d6397d98b8affda069cb3a436ab8683
+DIST apprise-1.8.0.tar.gz 1651688 BLAKE2B 
32458b2a4787c0366db54890b505ca86cf1abee4299d32fd49f8fc8d37b87a6123c902747f97466b061857e7f284ed78c4001e61f587f3b47e17194324217d37
 SHA512 
312165b1b5c05ee632b5f2631eafc4af2b318881444851966ff6893775caa303b8d8fc819de9c2f8790eb224ac849535c5e5038a2f51dc30d477a503ed48b920

diff --git a/dev-python/apprise/apprise-1.8.0.ebuild 
b/dev-python/apprise/apprise-1.8.0.ebuild
new file mode 100644
index ..a85837c32c40
--- /dev/null
+++ b/dev-python/apprise/apprise-1.8.0.ebuild
@@ -0,0 +1,38 @@
+# 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_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Push Notifications that work with just about every platform"
+HOMEPAGE="
+   https://pypi.org/project/apprise/
+   https://github.com/caronc/apprise/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+IUSE="+dbus mqtt"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   dev-python/Babel[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-05-01 Thread Michał Górny
commit: 290ad7962a23f38eae9b1f7adfce259785ecc09b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  1 17:38:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  1 17:38:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=290ad796

dev-python/apprise: Remove old

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

 dev-python/apprise/Manifest |  1 -
 dev-python/apprise/apprise-1.7.5.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index d09944c6345e..a4f7dfc1e0cf 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1,2 +1 @@
-DIST apprise-1.7.5.tar.gz 1652098 BLAKE2B 
01acc8be50b76cdcb5c7ce068b6f644d5edbbf28ea964d95e8d2ea0579a3a9c60e9715ae482ec0d7f16f4ce8118acf99e4159249bc763f268f89362a3e4fcde9
 SHA512 
d783d74a8e4a9f9b39c2ab86c0207a99e6f5fe30492b5bc50cb7008477acc1c5831d94c18bd3cee22fa28e028571108237191cc7a253aa072e121cecd0ce7afa
 DIST apprise-1.7.6.tar.gz 1656123 BLAKE2B 
49720f6ba6522f3496ad5cbf5bf72340c6b21f207d11f3c3fcdd113db2e01730b64209fad1d0c7f1ed357251e567a0fe8c875b2ab8f1befdeeab9af59f5678e3
 SHA512 
39fdfd129d9e8bc16070a015bc9e2b4f4bf6e61e1b87ee45ec11e99e7e87dcc3896312c7ff71d0dac9532cee36709de40d6397d98b8affda069cb3a436ab8683

diff --git a/dev-python/apprise/apprise-1.7.5.ebuild 
b/dev-python/apprise/apprise-1.7.5.ebuild
deleted file mode 100644
index 4f6bb4ff272e..
--- a/dev-python/apprise/apprise-1.7.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Push Notifications that work with just about every platform"
-HOMEPAGE="
-   https://pypi.org/project/apprise/
-   https://github.com/caronc/apprise/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv"
-IUSE="+dbus mqtt"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
-   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
-"
-BDEPEND="
-   dev-python/Babel[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-05-01 Thread Sam James
commit: bdde129170ba2bf1999745d4cc63c21017ce667e
Author: Sam James  gentoo  org>
AuthorDate: Wed May  1 16:47:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  1 16:47:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdde1291

dev-python/apprise: Stabilize 1.7.6 ALLARCHES, #931027

Signed-off-by: Sam James  gentoo.org>

 dev-python/apprise/apprise-1.7.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apprise/apprise-1.7.6.ebuild 
b/dev-python/apprise/apprise-1.7.6.ebuild
index a85837c32c40..4f6bb4ff272e 100644
--- a/dev-python/apprise/apprise-1.7.6.ebuild
+++ b/dev-python/apprise/apprise-1.7.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv"
 IUSE="+dbus mqtt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-04-20 Thread Michał Górny
commit: 47055460828451fd83cb687804d83396443f2b67
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 11:18:28 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 11:18:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47055460

dev-python/apprise: Remove old

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

 dev-python/apprise/Manifest |  1 -
 dev-python/apprise/apprise-1.7.4.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index ab95fdbe6b00..d09944c6345e 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1,3 +1,2 @@
-DIST apprise-1.7.4.tar.gz 1648673 BLAKE2B 
33c91a63e3d0e730dcfe2b99433cd97e16ff9635e9ff717e9c4f7b708e6536185265e591ff419a785044877cadd4793f2df73fe9420ffed65838fb16654810f8
 SHA512 
5e3ab2136f1bdbd9d769fb3e3c5a5c899834b7ffb6ba57f3601079d516e31bed9d988b76745c251fff6df91f1fcd186d23a0878165ad73b811f76a8118278a64
 DIST apprise-1.7.5.tar.gz 1652098 BLAKE2B 
01acc8be50b76cdcb5c7ce068b6f644d5edbbf28ea964d95e8d2ea0579a3a9c60e9715ae482ec0d7f16f4ce8118acf99e4159249bc763f268f89362a3e4fcde9
 SHA512 
d783d74a8e4a9f9b39c2ab86c0207a99e6f5fe30492b5bc50cb7008477acc1c5831d94c18bd3cee22fa28e028571108237191cc7a253aa072e121cecd0ce7afa
 DIST apprise-1.7.6.tar.gz 1656123 BLAKE2B 
49720f6ba6522f3496ad5cbf5bf72340c6b21f207d11f3c3fcdd113db2e01730b64209fad1d0c7f1ed357251e567a0fe8c875b2ab8f1befdeeab9af59f5678e3
 SHA512 
39fdfd129d9e8bc16070a015bc9e2b4f4bf6e61e1b87ee45ec11e99e7e87dcc3896312c7ff71d0dac9532cee36709de40d6397d98b8affda069cb3a436ab8683

diff --git a/dev-python/apprise/apprise-1.7.4.ebuild 
b/dev-python/apprise/apprise-1.7.4.ebuild
deleted file mode 100644
index 4f6bb4ff272e..
--- a/dev-python/apprise/apprise-1.7.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Push Notifications that work with just about every platform"
-HOMEPAGE="
-   https://pypi.org/project/apprise/
-   https://github.com/caronc/apprise/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv"
-IUSE="+dbus mqtt"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
-   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
-"
-BDEPEND="
-   dev-python/Babel[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-04-20 Thread Michał Górny
commit: 9f4794fdb48c8f978694277c93aa2c0d5ac85e55
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 10:49:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 10:49:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4794fd

dev-python/apprise: Stabilize 1.7.5 ALLARCHES, #930293

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

 dev-python/apprise/apprise-1.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apprise/apprise-1.7.5.ebuild 
b/dev-python/apprise/apprise-1.7.5.ebuild
index a85837c32c40..4f6bb4ff272e 100644
--- a/dev-python/apprise/apprise-1.7.5.ebuild
+++ b/dev-python/apprise/apprise-1.7.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv"
 IUSE="+dbus mqtt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-04-13 Thread Michał Górny
commit: c212abdc06de265c7fa65c3c7745e94cf57cdd17
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 14 02:19:28 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 14 02:28:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c212abdc

dev-python/apprise: Bump to 1.7.6

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

 dev-python/apprise/Manifest |  1 +
 dev-python/apprise/apprise-1.7.6.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index 9c6b2d8567f7..ab95fdbe6b00 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1,2 +1,3 @@
 DIST apprise-1.7.4.tar.gz 1648673 BLAKE2B 
33c91a63e3d0e730dcfe2b99433cd97e16ff9635e9ff717e9c4f7b708e6536185265e591ff419a785044877cadd4793f2df73fe9420ffed65838fb16654810f8
 SHA512 
5e3ab2136f1bdbd9d769fb3e3c5a5c899834b7ffb6ba57f3601079d516e31bed9d988b76745c251fff6df91f1fcd186d23a0878165ad73b811f76a8118278a64
 DIST apprise-1.7.5.tar.gz 1652098 BLAKE2B 
01acc8be50b76cdcb5c7ce068b6f644d5edbbf28ea964d95e8d2ea0579a3a9c60e9715ae482ec0d7f16f4ce8118acf99e4159249bc763f268f89362a3e4fcde9
 SHA512 
d783d74a8e4a9f9b39c2ab86c0207a99e6f5fe30492b5bc50cb7008477acc1c5831d94c18bd3cee22fa28e028571108237191cc7a253aa072e121cecd0ce7afa
+DIST apprise-1.7.6.tar.gz 1656123 BLAKE2B 
49720f6ba6522f3496ad5cbf5bf72340c6b21f207d11f3c3fcdd113db2e01730b64209fad1d0c7f1ed357251e567a0fe8c875b2ab8f1befdeeab9af59f5678e3
 SHA512 
39fdfd129d9e8bc16070a015bc9e2b4f4bf6e61e1b87ee45ec11e99e7e87dcc3896312c7ff71d0dac9532cee36709de40d6397d98b8affda069cb3a436ab8683

diff --git a/dev-python/apprise/apprise-1.7.6.ebuild 
b/dev-python/apprise/apprise-1.7.6.ebuild
new file mode 100644
index ..a85837c32c40
--- /dev/null
+++ b/dev-python/apprise/apprise-1.7.6.ebuild
@@ -0,0 +1,38 @@
+# 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_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Push Notifications that work with just about every platform"
+HOMEPAGE="
+   https://pypi.org/project/apprise/
+   https://github.com/caronc/apprise/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+IUSE="+dbus mqtt"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   dev-python/Babel[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-03-30 Thread Michał Górny
commit: e5a2961964569c6934261bb3dd218c529fa743fe
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 31 02:56:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 31 02:59:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a29619

dev-python/apprise: Bump to 1.7.5

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

 dev-python/apprise/Manifest |  1 +
 dev-python/apprise/apprise-1.7.5.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index fae8247d7bc3..9c6b2d8567f7 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1 +1,2 @@
 DIST apprise-1.7.4.tar.gz 1648673 BLAKE2B 
33c91a63e3d0e730dcfe2b99433cd97e16ff9635e9ff717e9c4f7b708e6536185265e591ff419a785044877cadd4793f2df73fe9420ffed65838fb16654810f8
 SHA512 
5e3ab2136f1bdbd9d769fb3e3c5a5c899834b7ffb6ba57f3601079d516e31bed9d988b76745c251fff6df91f1fcd186d23a0878165ad73b811f76a8118278a64
+DIST apprise-1.7.5.tar.gz 1652098 BLAKE2B 
01acc8be50b76cdcb5c7ce068b6f644d5edbbf28ea964d95e8d2ea0579a3a9c60e9715ae482ec0d7f16f4ce8118acf99e4159249bc763f268f89362a3e4fcde9
 SHA512 
d783d74a8e4a9f9b39c2ab86c0207a99e6f5fe30492b5bc50cb7008477acc1c5831d94c18bd3cee22fa28e028571108237191cc7a253aa072e121cecd0ce7afa

diff --git a/dev-python/apprise/apprise-1.7.5.ebuild 
b/dev-python/apprise/apprise-1.7.5.ebuild
new file mode 100644
index ..a85837c32c40
--- /dev/null
+++ b/dev-python/apprise/apprise-1.7.5.ebuild
@@ -0,0 +1,38 @@
+# 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_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Push Notifications that work with just about every platform"
+HOMEPAGE="
+   https://pypi.org/project/apprise/
+   https://github.com/caronc/apprise/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+IUSE="+dbus mqtt"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   dev-python/Babel[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-03-30 Thread Michał Górny
commit: 73260eae5624db4e69986ffd06fbd54ef34a27f3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:26:57 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:27:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73260eae

dev-python/apprise: Remove old

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

 dev-python/apprise/Manifest |  1 -
 dev-python/apprise/apprise-1.7.3.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index 1a8865e4d16f..fae8247d7bc3 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1,2 +1 @@
-DIST apprise-1.7.3.tar.gz 1644531 BLAKE2B 
ea825be56ab037df25b46515e1c2a8dd6da0b202cd117fffd6138bbda183d83ef0586df90198a47de9030bb2e7b2f7c27eea24b30b5df04eee6d557a7f61a910
 SHA512 
1f5dad1f9b4c89c40a28a889ff03fcae104101678e3fe8006be8508d17b5cea45dcc8af8fcafea36e5e6455f42659b7ff92be3cb0e4545468ab30a49460c
 DIST apprise-1.7.4.tar.gz 1648673 BLAKE2B 
33c91a63e3d0e730dcfe2b99433cd97e16ff9635e9ff717e9c4f7b708e6536185265e591ff419a785044877cadd4793f2df73fe9420ffed65838fb16654810f8
 SHA512 
5e3ab2136f1bdbd9d769fb3e3c5a5c899834b7ffb6ba57f3601079d516e31bed9d988b76745c251fff6df91f1fcd186d23a0878165ad73b811f76a8118278a64

diff --git a/dev-python/apprise/apprise-1.7.3.ebuild 
b/dev-python/apprise/apprise-1.7.3.ebuild
deleted file mode 100644
index 4f6bb4ff272e..
--- a/dev-python/apprise/apprise-1.7.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Push Notifications that work with just about every platform"
-HOMEPAGE="
-   https://pypi.org/project/apprise/
-   https://github.com/caronc/apprise/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv"
-IUSE="+dbus mqtt"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
-   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
-"
-BDEPEND="
-   dev-python/Babel[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-03-30 Thread Michał Górny
commit: 638343db8b05b51303334bdfde0d34b7aeac29f4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:24:59 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:24:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638343db

dev-python/apprise: Stabilize 1.7.4 ALLARCHES, #928223

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

 dev-python/apprise/apprise-1.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apprise/apprise-1.7.4.ebuild 
b/dev-python/apprise/apprise-1.7.4.ebuild
index a85837c32c40..4f6bb4ff272e 100644
--- a/dev-python/apprise/apprise-1.7.4.ebuild
+++ b/dev-python/apprise/apprise-1.7.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv"
 IUSE="+dbus mqtt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-03-11 Thread Marek Szuba
commit: 21acc623495876e678ae4794e5edd76c3f2a3b6c
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Mar 11 15:22:21 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Mar 11 15:22:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21acc623

dev-python/apprise: stabilize 1.7.3 for amd64

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/apprise/apprise-1.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apprise/apprise-1.7.3.ebuild 
b/dev-python/apprise/apprise-1.7.3.ebuild
index a85837c32c40..4f6bb4ff272e 100644
--- a/dev-python/apprise/apprise-1.7.3.ebuild
+++ b/dev-python/apprise/apprise-1.7.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv"
 IUSE="+dbus mqtt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-03-09 Thread Michał Górny
commit: 40adc58c774af0f0c561435eb225ebca64a553b9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 10 03:25:19 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 10 03:25:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40adc58c

dev-python/apprise: Remove old

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

 dev-python/apprise/Manifest |  1 -
 dev-python/apprise/apprise-1.7.2.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index 2209bcbba829..30f218b2df2d 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1,2 +1 @@
-DIST apprise-1.7.2.tar.gz 1638384 BLAKE2B 
8fecb4d08e7e7c3aad24c1f8ac7aaec382aa934d46d5ab7cfd196949c9b7aa9ab2242a7626bddd336932ec12f17cdd966fde293f544e695468cfd810f5e6f5ba
 SHA512 
897d4d253fcc2cfbb3fe2f1d0e9ecbe3a2a1bca65cb2c7d9595410e9c12adc6f5696216365fe583ebc457042db2d7e8a3c6153272865fc996e87342480536a0d
 DIST apprise-1.7.3.tar.gz 1644531 BLAKE2B 
ea825be56ab037df25b46515e1c2a8dd6da0b202cd117fffd6138bbda183d83ef0586df90198a47de9030bb2e7b2f7c27eea24b30b5df04eee6d557a7f61a910
 SHA512 
1f5dad1f9b4c89c40a28a889ff03fcae104101678e3fe8006be8508d17b5cea45dcc8af8fcafea36e5e6455f42659b7ff92be3cb0e4545468ab30a49460c

diff --git a/dev-python/apprise/apprise-1.7.2.ebuild 
b/dev-python/apprise/apprise-1.7.2.ebuild
deleted file mode 100644
index a85837c32c40..
--- a/dev-python/apprise/apprise-1.7.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Push Notifications that work with just about every platform"
-HOMEPAGE="
-   https://pypi.org/project/apprise/
-   https://github.com/caronc/apprise/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
-IUSE="+dbus mqtt"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
-   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
-"
-BDEPEND="
-   dev-python/Babel[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-03-09 Thread Michał Górny
commit: 53afd531a1884c7b1659a85a5097c87ad5ab0eb9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 10 03:26:01 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 10 03:26:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53afd531

dev-python/apprise: Bump to 1.7.4

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

 dev-python/apprise/Manifest |  1 +
 dev-python/apprise/apprise-1.7.4.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index 30f218b2df2d..1a8865e4d16f 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1 +1,2 @@
 DIST apprise-1.7.3.tar.gz 1644531 BLAKE2B 
ea825be56ab037df25b46515e1c2a8dd6da0b202cd117fffd6138bbda183d83ef0586df90198a47de9030bb2e7b2f7c27eea24b30b5df04eee6d557a7f61a910
 SHA512 
1f5dad1f9b4c89c40a28a889ff03fcae104101678e3fe8006be8508d17b5cea45dcc8af8fcafea36e5e6455f42659b7ff92be3cb0e4545468ab30a49460c
+DIST apprise-1.7.4.tar.gz 1648673 BLAKE2B 
33c91a63e3d0e730dcfe2b99433cd97e16ff9635e9ff717e9c4f7b708e6536185265e591ff419a785044877cadd4793f2df73fe9420ffed65838fb16654810f8
 SHA512 
5e3ab2136f1bdbd9d769fb3e3c5a5c899834b7ffb6ba57f3601079d516e31bed9d988b76745c251fff6df91f1fcd186d23a0878165ad73b811f76a8118278a64

diff --git a/dev-python/apprise/apprise-1.7.4.ebuild 
b/dev-python/apprise/apprise-1.7.4.ebuild
new file mode 100644
index ..a85837c32c40
--- /dev/null
+++ b/dev-python/apprise/apprise-1.7.4.ebuild
@@ -0,0 +1,38 @@
+# 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_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Push Notifications that work with just about every platform"
+HOMEPAGE="
+   https://pypi.org/project/apprise/
+   https://github.com/caronc/apprise/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+IUSE="+dbus mqtt"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   dev-python/Babel[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-03-03 Thread Michał Górny
commit: de8ff964afc3a13ae261b1dd2f870cbe68f74f9b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  4 06:20:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  4 06:31:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8ff964

dev-python/apprise: Bump to 1.7.3

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

 dev-python/apprise/Manifest |  1 +
 dev-python/apprise/apprise-1.7.3.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index 6451b1081ac0..2209bcbba829 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1 +1,2 @@
 DIST apprise-1.7.2.tar.gz 1638384 BLAKE2B 
8fecb4d08e7e7c3aad24c1f8ac7aaec382aa934d46d5ab7cfd196949c9b7aa9ab2242a7626bddd336932ec12f17cdd966fde293f544e695468cfd810f5e6f5ba
 SHA512 
897d4d253fcc2cfbb3fe2f1d0e9ecbe3a2a1bca65cb2c7d9595410e9c12adc6f5696216365fe583ebc457042db2d7e8a3c6153272865fc996e87342480536a0d
+DIST apprise-1.7.3.tar.gz 1644531 BLAKE2B 
ea825be56ab037df25b46515e1c2a8dd6da0b202cd117fffd6138bbda183d83ef0586df90198a47de9030bb2e7b2f7c27eea24b30b5df04eee6d557a7f61a910
 SHA512 
1f5dad1f9b4c89c40a28a889ff03fcae104101678e3fe8006be8508d17b5cea45dcc8af8fcafea36e5e6455f42659b7ff92be3cb0e4545468ab30a49460c

diff --git a/dev-python/apprise/apprise-1.7.3.ebuild 
b/dev-python/apprise/apprise-1.7.3.ebuild
new file mode 100644
index ..a85837c32c40
--- /dev/null
+++ b/dev-python/apprise/apprise-1.7.3.ebuild
@@ -0,0 +1,38 @@
+# 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_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Push Notifications that work with just about every platform"
+HOMEPAGE="
+   https://pypi.org/project/apprise/
+   https://github.com/caronc/apprise/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+IUSE="+dbus mqtt"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   dev-python/Babel[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-01-27 Thread Michał Górny
commit: 01a4ff7a6c2a82e5bae4f3e3988497769b2b8869
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 28 03:51:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 28 03:51:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a4ff7a

dev-python/apprise: Copy ~arm ~arm64 forward

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

 dev-python/apprise/apprise-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apprise/apprise-1.7.2.ebuild 
b/dev-python/apprise/apprise-1.7.2.ebuild
index d13a9429e726..a85837c32c40 100644
--- a/dev-python/apprise/apprise-1.7.2.ebuild
+++ b/dev-python/apprise/apprise-1.7.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
 IUSE="+dbus mqtt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-01-27 Thread Michał Górny
commit: d0b30f1a1d841b2b5d4261fdbda0eef86bfe8717
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 28 03:12:10 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 28 03:24:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b30f1a

dev-python/apprise: Bump to 1.7.2

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

 dev-python/apprise/Manifest |  1 +
 dev-python/apprise/apprise-1.7.2.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index d9c7d847980e..8092fcc836aa 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1,2 +1,3 @@
 DIST apprise-1.6.0.tar.gz 1582966 BLAKE2B 
aec28c82a2e1b45341f1e67a0778be2a9149ff591172122abb7d30eeed27c7b49171556993c0f1c0d33fe12a5dcdeb4ad0ade8b9e68a8f9950a3f8b6f0638156
 SHA512 
572d0cb9e3464ea2bc65a101e520dd0b15ada08c158a21d1ac698adbcd454ecf5af7ad30dca6495b4d7e38b92128774c43864c011f1af26ad917699e1d50c59b
 DIST apprise-1.7.1.tar.gz 1633347 BLAKE2B 
4b51ffc45b61b4ff46cb3c0bd80c2f14a11d827ca350fe18fc6350934e3b93c09a98d03fd609d051311e46181778d433ae5813cb269623fed83ce47a7203eab3
 SHA512 
317e9fa057c7db28f73ea0888f378b036413a5a3186172206c3af57083a8d1965db178c89acfb2048bd82e5f530f65c05bfde3bb9c8aea7c9dd2f78e13e0a8b7
+DIST apprise-1.7.2.tar.gz 1638384 BLAKE2B 
8fecb4d08e7e7c3aad24c1f8ac7aaec382aa934d46d5ab7cfd196949c9b7aa9ab2242a7626bddd336932ec12f17cdd966fde293f544e695468cfd810f5e6f5ba
 SHA512 
897d4d253fcc2cfbb3fe2f1d0e9ecbe3a2a1bca65cb2c7d9595410e9c12adc6f5696216365fe583ebc457042db2d7e8a3c6153272865fc996e87342480536a0d

diff --git a/dev-python/apprise/apprise-1.7.2.ebuild 
b/dev-python/apprise/apprise-1.7.2.ebuild
new file mode 100644
index ..d13a9429e726
--- /dev/null
+++ b/dev-python/apprise/apprise-1.7.2.ebuild
@@ -0,0 +1,38 @@
+# 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_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Push Notifications that work with just about every platform"
+HOMEPAGE="
+   https://pypi.org/project/apprise/
+   https://github.com/caronc/apprise/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+IUSE="+dbus mqtt"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   dev-python/Babel[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-01-22 Thread Ionen Wolkens
commit: 498c0375961e1cacc92a4813f6ab33b1c6ff40c7
Author: Matoro Mahri  matoro  tk>
AuthorDate: Mon Jan 22 22:16:00 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jan 23 05:05:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498c0375

dev-python/apprise: Keyword 1.6.0 arm, #920668

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-python/apprise/apprise-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apprise/apprise-1.6.0.ebuild 
b/dev-python/apprise/apprise-1.6.0.ebuild
index c998c2ab85a2..ad79eab524a8 100644
--- a/dev-python/apprise/apprise-1.6.0.ebuild
+++ b/dev-python/apprise/apprise-1.6.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
 IUSE="+dbus mqtt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-01-18 Thread Florian Schmaus
commit: 5c2683ac75af86bd90525e9d64fee40e6fb6c3ac
Author: Matoro Mahri  matoro  tk>
AuthorDate: Wed Jan 17 23:30:09 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jan 18 08:04:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2683ac

dev-python/apprise: Keyword 1.6.0 arm64, #920668

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-python/apprise/apprise-1.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/apprise/apprise-1.6.0.ebuild 
b/dev-python/apprise/apprise-1.6.0.ebuild
index 9b76eb243d24..c998c2ab85a2 100644
--- a/dev-python/apprise/apprise-1.6.0.ebuild
+++ b/dev-python/apprise/apprise-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 IUSE="+dbus mqtt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-01-05 Thread Michał Górny
commit: d778e7f8b4799cbc38e161c54f70f13d50b0e103
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 06:36:48 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 06:36:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d778e7f8

dev-python/apprise: Bump to 1.7.1

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

 dev-python/apprise/Manifest |  1 +
 dev-python/apprise/apprise-1.7.1.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index a7ce9744ac98..d9c7d847980e 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1 +1,2 @@
 DIST apprise-1.6.0.tar.gz 1582966 BLAKE2B 
aec28c82a2e1b45341f1e67a0778be2a9149ff591172122abb7d30eeed27c7b49171556993c0f1c0d33fe12a5dcdeb4ad0ade8b9e68a8f9950a3f8b6f0638156
 SHA512 
572d0cb9e3464ea2bc65a101e520dd0b15ada08c158a21d1ac698adbcd454ecf5af7ad30dca6495b4d7e38b92128774c43864c011f1af26ad917699e1d50c59b
+DIST apprise-1.7.1.tar.gz 1633347 BLAKE2B 
4b51ffc45b61b4ff46cb3c0bd80c2f14a11d827ca350fe18fc6350934e3b93c09a98d03fd609d051311e46181778d433ae5813cb269623fed83ce47a7203eab3
 SHA512 
317e9fa057c7db28f73ea0888f378b036413a5a3186172206c3af57083a8d1965db178c89acfb2048bd82e5f530f65c05bfde3bb9c8aea7c9dd2f78e13e0a8b7

diff --git a/dev-python/apprise/apprise-1.7.1.ebuild 
b/dev-python/apprise/apprise-1.7.1.ebuild
new file mode 100644
index ..d13a9429e726
--- /dev/null
+++ b/dev-python/apprise/apprise-1.7.1.ebuild
@@ -0,0 +1,38 @@
+# 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_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Push Notifications that work with just about every platform"
+HOMEPAGE="
+   https://pypi.org/project/apprise/
+   https://github.com/caronc/apprise/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+IUSE="+dbus mqtt"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   dev-python/Babel[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2024-01-05 Thread Michał Górny
commit: 527e4d18f4c672c7fc4e09935aa63614083b6087
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 06:37:10 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 06:37:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527e4d18

dev-python/apprise: Add python@ as co-maint.

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

 dev-python/apprise/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/apprise/metadata.xml b/dev-python/apprise/metadata.xml
index fd8dbf3c5236..c53896f64200 100644
--- a/dev-python/apprise/metadata.xml
+++ b/dev-python/apprise/metadata.xml
@@ -5,6 +5,10 @@
mare...@gentoo.org
Marek Szuba

+   
+   pyt...@gentoo.org
+   Python
+   


apprise



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2023-12-25 Thread Marek Szuba
commit: 54e66cc1dd511ea33e88df702130c70ef668f9ef
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Dec 25 11:23:31 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Dec 25 11:25:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e66cc1

dev-python/apprise: remove obsolete FIXME note

This was to remind me to confirm apprise works with py3.12, which I did
prior to adding it to the tree (but forgot to remove the reminder).

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/apprise/apprise-1.6.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/apprise/apprise-1.6.0.ebuild 
b/dev-python/apprise/apprise-1.6.0.ebuild
index 17d45d5fc40b..9b76eb243d24 100644
--- a/dev-python/apprise/apprise-1.6.0.ebuild
+++ b/dev-python/apprise/apprise-1.6.0.ebuild
@@ -4,7 +4,6 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-#FIXME
 PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2023-12-24 Thread Marek Szuba
commit: 91df31a9d33745fcd9bfc57b04323f5a707aae34
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Dec 24 23:04:19 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Dec 24 23:07:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91df31a9

dev-python/apprise: keyword 1.6.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/apprise/apprise-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apprise/apprise-1.6.0.ebuild 
b/dev-python/apprise/apprise-1.6.0.ebuild
index a3b6b6602b59..17d45d5fc40b 100644
--- a/dev-python/apprise/apprise-1.6.0.ebuild
+++ b/dev-python/apprise/apprise-1.6.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE="+dbus mqtt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/

2023-12-24 Thread Marek Szuba
commit: b395bdf91c60f13113e124e8c2059070d35d0eb1
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Dec 24 18:52:33 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Dec 24 21:06:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b395bdf9

dev-python/apprise: new package, add 1.6.0

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/apprise/Manifest |  1 +
 dev-python/apprise/apprise-1.6.0.ebuild | 35 +
 dev-python/apprise/metadata.xml | 17 
 3 files changed, 53 insertions(+)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
new file mode 100644
index ..a7ce9744ac98
--- /dev/null
+++ b/dev-python/apprise/Manifest
@@ -0,0 +1 @@
+DIST apprise-1.6.0.tar.gz 1582966 BLAKE2B 
aec28c82a2e1b45341f1e67a0778be2a9149ff591172122abb7d30eeed27c7b49171556993c0f1c0d33fe12a5dcdeb4ad0ade8b9e68a8f9950a3f8b6f0638156
 SHA512 
572d0cb9e3464ea2bc65a101e520dd0b15ada08c158a21d1ac698adbcd454ecf5af7ad30dca6495b4d7e38b92128774c43864c011f1af26ad917699e1d50c59b

diff --git a/dev-python/apprise/apprise-1.6.0.ebuild 
b/dev-python/apprise/apprise-1.6.0.ebuild
new file mode 100644
index ..a3b6b6602b59
--- /dev/null
+++ b/dev-python/apprise/apprise-1.6.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+#FIXME
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Push Notifications that work with just about every platform"
+HOMEPAGE="
+   https://pypi.org/project/apprise/
+   https://github.com/caronc/apprise/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+dbus mqtt"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
+"
+BDEPEND="dev-python/Babel[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest

diff --git a/dev-python/apprise/metadata.xml b/dev-python/apprise/metadata.xml
new file mode 100644
index ..fd8dbf3c5236
--- /dev/null
+++ b/dev-python/apprise/metadata.xml
@@ -0,0 +1,17 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+   
+   
+   apprise
+   caronc/apprise
+   
+   
+   Support sending notifications to the desktop 
over D-Bus
+   Support sending notifications over MQTT
+   
+