* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/
@ 2022-11-17 15:38 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2022-11-17 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 8a2d67be99b10ce1b8adfec9856ad6d3e33c2846
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Nov 17 14:39:33 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 17 14:39:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a2d67be
dev-python/mastodon-py: new package, add 1.6.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/mastodon-py/Manifest | 1 +
dev-python/mastodon-py/mastodon-py-1.6.1.ebuild | 55 +++++++++++++++++++++++++
dev-python/mastodon-py/metadata.xml | 12 ++++++
3 files changed, 68 insertions(+)
diff --git a/dev-python/mastodon-py/Manifest b/dev-python/mastodon-py/Manifest
new file mode 100644
index 000000000..76e2ba0db
--- /dev/null
+++ b/dev-python/mastodon-py/Manifest
@@ -0,0 +1 @@
+DIST Mastodon.py-1.6.1.tar.gz 8558179 BLAKE2B 52c1154317da2298a3f3ad15a0844fbc7ef330fc1344e5c327411e89461899d3d4f08915e060ef5140f384c2c2c84e11d468c55a6c6a5174a3200e9cf97c3cb5 SHA512 db5101eabf269850f538a32ddee1ddb3287bf98ed54c487f115a9eb519e2f9565ffbac380d7d5bb1796ff26d1cce071a6f578591d2b68e83f0319e6649e07e02
diff --git a/dev-python/mastodon-py/mastodon-py-1.6.1.ebuild b/dev-python/mastodon-py/mastodon-py-1.6.1.ebuild
new file mode 100644
index 000000000..9f6ab1e3e
--- /dev/null
+++ b/dev-python/mastodon-py/mastodon-py-1.6.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+inherit distutils-r1 optfeature
+
+MY_PN="Mastodon.py"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Python wrapper for the Mastodon API"
+HOMEPAGE="
+ https://pypi.org/project/Mastodon.py/
+ https://github.com/halcy/Mastodon.py
+"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/blurhash[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/python-magic[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/http_ece[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-vcr[${PYTHON_USEDEP}]
+ dev-python/requests-mock[${PYTHON_USEDEP}]
+ dev-python/vcrpy[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs
+
+src_prepare() {
+ distutils-r1_src_prepare
+ rm setup.cfg || die
+}
+
+pkg_postinst() {
+ optfeature "webpush support" "dev-python/cryptography dev-python/http_ece"
+}
diff --git a/dev-python/mastodon-py/metadata.xml b/dev-python/mastodon-py/metadata.xml
new file mode 100644
index 000000000..f2555fe79
--- /dev/null
+++ b/dev-python/mastodon-py/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">Mastodon.py</remote-id>
+ <remote-id type="github">halcy/Mastodon.py</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/
@ 2022-11-18 10:12 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2022-11-18 10:12 UTC (permalink / raw
To: gentoo-commits
commit: cd0a2610952ce16074a55ae9318ed08471842fab
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov 18 10:12:16 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Nov 18 10:12:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd0a2610
dev-python/mastodon-py: add 1.6.2, drop 1.6.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/mastodon-py/Manifest | 2 +-
.../mastodon-py/{mastodon-py-1.6.1.ebuild => mastodon-py-1.6.2.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mastodon-py/Manifest b/dev-python/mastodon-py/Manifest
index 76e2ba0db..465f1329f 100644
--- a/dev-python/mastodon-py/Manifest
+++ b/dev-python/mastodon-py/Manifest
@@ -1 +1 @@
-DIST Mastodon.py-1.6.1.tar.gz 8558179 BLAKE2B 52c1154317da2298a3f3ad15a0844fbc7ef330fc1344e5c327411e89461899d3d4f08915e060ef5140f384c2c2c84e11d468c55a6c6a5174a3200e9cf97c3cb5 SHA512 db5101eabf269850f538a32ddee1ddb3287bf98ed54c487f115a9eb519e2f9565ffbac380d7d5bb1796ff26d1cce071a6f578591d2b68e83f0319e6649e07e02
+DIST Mastodon.py-1.6.2.tar.gz 8562416 BLAKE2B 618a2b4ee1d182a79724cdccdff792e95315502351245709357b926f64d417a1b32aabb9e7570830b1c596331232512a23a14cd8303c7fbe1c825e8e56a234e4 SHA512 26a7e7b2b223fcc40fc59e43d1e447952b36c41b794cbebf3740f143bd59cabc178389e4ee66ebd186c16a384bb6435ffb48c0de680a3bc76bda0e4376594a64
diff --git a/dev-python/mastodon-py/mastodon-py-1.6.1.ebuild b/dev-python/mastodon-py/mastodon-py-1.6.2.ebuild
similarity index 100%
rename from dev-python/mastodon-py/mastodon-py-1.6.1.ebuild
rename to dev-python/mastodon-py/mastodon-py-1.6.2.ebuild
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/
@ 2022-11-21 20:12 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2022-11-21 20:12 UTC (permalink / raw
To: gentoo-commits
commit: a61b66e473eecbdb81838702ada03144add9cb54
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Nov 21 19:03:51 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Nov 21 19:03:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a61b66e4
dev-python/mastodon-py: add 1.6.3, drop 1.6.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/mastodon-py/Manifest | 2 +-
.../mastodon-py/{mastodon-py-1.6.2.ebuild => mastodon-py-1.6.3.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mastodon-py/Manifest b/dev-python/mastodon-py/Manifest
index 465f1329f..066169f0f 100644
--- a/dev-python/mastodon-py/Manifest
+++ b/dev-python/mastodon-py/Manifest
@@ -1 +1 @@
-DIST Mastodon.py-1.6.2.tar.gz 8562416 BLAKE2B 618a2b4ee1d182a79724cdccdff792e95315502351245709357b926f64d417a1b32aabb9e7570830b1c596331232512a23a14cd8303c7fbe1c825e8e56a234e4 SHA512 26a7e7b2b223fcc40fc59e43d1e447952b36c41b794cbebf3740f143bd59cabc178389e4ee66ebd186c16a384bb6435ffb48c0de680a3bc76bda0e4376594a64
+DIST Mastodon.py-1.6.3.tar.gz 8561061 BLAKE2B 001eb4bbd2ba601209e71d3a22f66702c8380f8a8d816a8d9a3adb28b9fddf012ad9c760ff8e492f05994ebf9673ae97c92d9366907b735a4b0af07fffb9c817 SHA512 bca3b5ecff431d20431f73402a203cdd66a572260e88584ba08a3aafc065f45498b775b0e7e3d167cc759338d3c00ae2c6d9d71c63f1fc0a52aaf8a63410ac35
diff --git a/dev-python/mastodon-py/mastodon-py-1.6.2.ebuild b/dev-python/mastodon-py/mastodon-py-1.6.3.ebuild
similarity index 100%
rename from dev-python/mastodon-py/mastodon-py-1.6.2.ebuild
rename to dev-python/mastodon-py/mastodon-py-1.6.3.ebuild
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/
@ 2022-11-24 21:20 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2022-11-24 21:20 UTC (permalink / raw
To: gentoo-commits
commit: 3a397fd04de312d43d4b4e2e1a8f3e2f4f2a4302
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Nov 24 21:16:49 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 24 21:16:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a397fd0
dev-python/mastodon-py: add 1.7.0, drop 1.6.3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/mastodon-py/Manifest | 2 +-
.../mastodon-py/{mastodon-py-1.6.3.ebuild => mastodon-py-1.7.0.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mastodon-py/Manifest b/dev-python/mastodon-py/Manifest
index 066169f0f..f09b43622 100644
--- a/dev-python/mastodon-py/Manifest
+++ b/dev-python/mastodon-py/Manifest
@@ -1 +1 @@
-DIST Mastodon.py-1.6.3.tar.gz 8561061 BLAKE2B 001eb4bbd2ba601209e71d3a22f66702c8380f8a8d816a8d9a3adb28b9fddf012ad9c760ff8e492f05994ebf9673ae97c92d9366907b735a4b0af07fffb9c817 SHA512 bca3b5ecff431d20431f73402a203cdd66a572260e88584ba08a3aafc065f45498b775b0e7e3d167cc759338d3c00ae2c6d9d71c63f1fc0a52aaf8a63410ac35
+DIST Mastodon.py-1.7.0.tar.gz 8633772 BLAKE2B e27827cf7b5a010616524355c51771709591ee498b398cb009fe73697a96a313880e9f81e138c48c9f144fe9b35222b6852d84a2b4648803604b0a3a9ed190c3 SHA512 faa056fc800104a732524126458baec68ef838fe36fb7df5721262f6faf61e0f5591026efb1a19612ceeaa785eb81b4aab55728479bf216f6d2b9afcfedcdd18
diff --git a/dev-python/mastodon-py/mastodon-py-1.6.3.ebuild b/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild
similarity index 100%
rename from dev-python/mastodon-py/mastodon-py-1.6.3.ebuild
rename to dev-python/mastodon-py/mastodon-py-1.7.0.ebuild
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/
@ 2022-12-02 8:51 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2022-12-02 8:51 UTC (permalink / raw
To: gentoo-commits
commit: 6a2b57f2dcef3288afd5f46820bf5d54d76ba980
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Dec 2 07:49:48 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Dec 2 08:39:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a2b57f2
dev-python/mastodon-py: add 1.8.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/mastodon-py/Manifest | 1 +
dev-python/mastodon-py/mastodon-py-1.8.0.ebuild | 55 +++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/dev-python/mastodon-py/Manifest b/dev-python/mastodon-py/Manifest
index f09b43622..c7178345c 100644
--- a/dev-python/mastodon-py/Manifest
+++ b/dev-python/mastodon-py/Manifest
@@ -1 +1,2 @@
DIST Mastodon.py-1.7.0.tar.gz 8633772 BLAKE2B e27827cf7b5a010616524355c51771709591ee498b398cb009fe73697a96a313880e9f81e138c48c9f144fe9b35222b6852d84a2b4648803604b0a3a9ed190c3 SHA512 faa056fc800104a732524126458baec68ef838fe36fb7df5721262f6faf61e0f5591026efb1a19612ceeaa785eb81b4aab55728479bf216f6d2b9afcfedcdd18
+DIST Mastodon.py-1.8.0.tar.gz 8659035 BLAKE2B 46c07fc3e3cf289f8a161975b1f3f36a88882c3299e79b331f3c659c18c5cafbc7144be57bf580212152a345ab4c4e73a08ea4d6052953fae6664eabd6360c3f SHA512 497cdb42adeceeea6f65210daf94eff0c6ce26b286fabc13976c8276649b6b6f51f47b4e99733133c60dc373fcbb0b0760a20ff526d8435391c43e8f06666696
diff --git a/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild b/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild
new file mode 100644
index 000000000..9f6ab1e3e
--- /dev/null
+++ b/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+inherit distutils-r1 optfeature
+
+MY_PN="Mastodon.py"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Python wrapper for the Mastodon API"
+HOMEPAGE="
+ https://pypi.org/project/Mastodon.py/
+ https://github.com/halcy/Mastodon.py
+"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/blurhash[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/python-magic[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/http_ece[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-vcr[${PYTHON_USEDEP}]
+ dev-python/requests-mock[${PYTHON_USEDEP}]
+ dev-python/vcrpy[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs
+
+src_prepare() {
+ distutils-r1_src_prepare
+ rm setup.cfg || die
+}
+
+pkg_postinst() {
+ optfeature "webpush support" "dev-python/cryptography dev-python/http_ece"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/
@ 2023-04-28 4:32 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2023-04-28 4:32 UTC (permalink / raw
To: gentoo-commits
commit: c60f1ea48f757bbb46c4acf304996934719235a4
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Apr 28 00:59:43 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Apr 28 04:32:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c60f1ea4
dev-python/mastodon-py: add 1.8.1, drop 1.7.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/mastodon-py/Manifest | 2 +-
.../{mastodon-py-1.7.0.ebuild => mastodon-py-1.8.1.ebuild} | 10 ++++------
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/dev-python/mastodon-py/Manifest b/dev-python/mastodon-py/Manifest
index c7178345c..5c81e85ca 100644
--- a/dev-python/mastodon-py/Manifest
+++ b/dev-python/mastodon-py/Manifest
@@ -1,2 +1,2 @@
-DIST Mastodon.py-1.7.0.tar.gz 8633772 BLAKE2B e27827cf7b5a010616524355c51771709591ee498b398cb009fe73697a96a313880e9f81e138c48c9f144fe9b35222b6852d84a2b4648803604b0a3a9ed190c3 SHA512 faa056fc800104a732524126458baec68ef838fe36fb7df5721262f6faf61e0f5591026efb1a19612ceeaa785eb81b4aab55728479bf216f6d2b9afcfedcdd18
DIST Mastodon.py-1.8.0.tar.gz 8659035 BLAKE2B 46c07fc3e3cf289f8a161975b1f3f36a88882c3299e79b331f3c659c18c5cafbc7144be57bf580212152a345ab4c4e73a08ea4d6052953fae6664eabd6360c3f SHA512 497cdb42adeceeea6f65210daf94eff0c6ce26b286fabc13976c8276649b6b6f51f47b4e99733133c60dc373fcbb0b0760a20ff526d8435391c43e8f06666696
+DIST Mastodon.py-1.8.1.tar.gz 8694359 BLAKE2B d3b8d2196199eeaeb0377c8503e763099943142c58b5b45bbbb86a38c0629ea6ee6427b53c989267a13d4d2a0c104635387ffef96d05d7dfa7dd8c2756e8704b SHA512 812bfdcb1a59a06376bfb48798b43cac9dc9390781b3949e4b3d751ec0530b25b187e688c7cfc18eff6d5bb23c9bf442bce5f6902727331e8bc550e310dab94c
diff --git a/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild b/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
similarity index 85%
rename from dev-python/mastodon-py/mastodon-py-1.7.0.ebuild
rename to dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
index cad6a34bf..7325ee507 100644
--- a/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild
+++ b/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
@@ -1,21 +1,19 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 optfeature
+PYPI_NO_NORMALIZE=1
+PYPI_PN="Mastodon.py"
+inherit distutils-r1 optfeature pypi
-MY_PN="Mastodon.py"
-MY_P="${MY_PN}-${PV}"
DESCRIPTION="Python wrapper for the Mastodon API"
HOMEPAGE="
https://pypi.org/project/Mastodon.py/
https://github.com/halcy/Mastodon.py
"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/
@ 2023-12-30 14:12 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2023-12-30 14:12 UTC (permalink / raw
To: gentoo-commits
commit: 17f1a5ad14ac895e2a2cf6bced4b3be862015aca
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Dec 30 13:47:08 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Dec 30 14:10:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17f1a5ad
dev-python/mastodon-py: deselect broken tests
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/mastodon-py/mastodon-py-1.8.1.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild b/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
index 8120456200..d44c17a7b4 100644
--- a/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
+++ b/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..11} ) # fails all tests with py3.12
PYPI_NO_NORMALIZE=1
PYPI_PN="Mastodon.py"
inherit distutils-r1 optfeature pypi
@@ -39,6 +39,12 @@ BDEPEND="
)
"
+EPYTEST_DESELECT=(
+ # something related to simplejson
+ tests/test_notifications.py::test_notifications_dismiss_pre_2_9_2
+ tests/test_status.py::test_status_card_pre_2_9_2
+)
+
distutils_enable_tests pytest
distutils_enable_sphinx docs
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/
@ 2024-05-14 22:45 Julien Roy
2024-05-14 22:50 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
0 siblings, 1 reply; 11+ messages in thread
From: Julien Roy @ 2024-05-14 22:45 UTC (permalink / raw
To: gentoo-commits
commit: a60dda07fe4903bc77973b133972b15675619010
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 22:36:57 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 22:36:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a60dda07
dev-python/mastodon-py: drop 1.8.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/mastodon-py/Manifest | 1 -
dev-python/mastodon-py/mastodon-py-1.8.0.ebuild | 55 -------------------------
2 files changed, 56 deletions(-)
diff --git a/dev-python/mastodon-py/Manifest b/dev-python/mastodon-py/Manifest
index 5c81e85ca0..95dedc81db 100644
--- a/dev-python/mastodon-py/Manifest
+++ b/dev-python/mastodon-py/Manifest
@@ -1,2 +1 @@
-DIST Mastodon.py-1.8.0.tar.gz 8659035 BLAKE2B 46c07fc3e3cf289f8a161975b1f3f36a88882c3299e79b331f3c659c18c5cafbc7144be57bf580212152a345ab4c4e73a08ea4d6052953fae6664eabd6360c3f SHA512 497cdb42adeceeea6f65210daf94eff0c6ce26b286fabc13976c8276649b6b6f51f47b4e99733133c60dc373fcbb0b0760a20ff526d8435391c43e8f06666696
DIST Mastodon.py-1.8.1.tar.gz 8694359 BLAKE2B d3b8d2196199eeaeb0377c8503e763099943142c58b5b45bbbb86a38c0629ea6ee6427b53c989267a13d4d2a0c104635387ffef96d05d7dfa7dd8c2756e8704b SHA512 812bfdcb1a59a06376bfb48798b43cac9dc9390781b3949e4b3d751ec0530b25b187e688c7cfc18eff6d5bb23c9bf442bce5f6902727331e8bc550e310dab94c
diff --git a/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild b/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild
deleted file mode 100644
index 1c92b616ac..0000000000
--- a/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-PYPI_NO_NORMALIZE=1
-PYPI_PN="Mastodon.py"
-inherit distutils-r1 optfeature pypi
-
-MY_PN="Mastodon.py"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Python wrapper for the Mastodon API"
-HOMEPAGE="
- https://pypi.org/project/Mastodon.py/
- https://github.com/halcy/Mastodon.py
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/blurhash[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/python-magic[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/http-ece[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- dev-python/pytest-vcr[${PYTHON_USEDEP}]
- dev-python/requests-mock[${PYTHON_USEDEP}]
- dev-python/vcrpy[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs
-
-src_prepare() {
- distutils-r1_src_prepare
- rm setup.cfg || die
-}
-
-pkg_postinst() {
- optfeature "webpush support" "dev-python/cryptography dev-python/http-ece"
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/
@ 2024-05-14 22:45 Julien Roy
0 siblings, 0 replies; 11+ messages in thread
From: Julien Roy @ 2024-05-14 22:45 UTC (permalink / raw
To: gentoo-commits
commit: 86d635bb674cbda279140407d7d1e2794f77d5d0
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 22:36:32 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 22:36:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86d635bb
dev-python/mastodon-py: enable py3.12
Closes: https://bugs.gentoo.org/931395
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/mastodon-py/mastodon-py-1.8.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild b/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
index d44c17a7b4..cb8a32035a 100644
--- a/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
+++ b/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} ) # fails all tests with py3.12
+PYTHON_COMPAT=( python3_{10..12} )
PYPI_NO_NORMALIZE=1
PYPI_PN="Mastodon.py"
inherit distutils-r1 optfeature pypi
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/mastodon-py/
2024-05-14 22:45 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/ Julien Roy
@ 2024-05-14 22:50 ` Julien Roy
0 siblings, 0 replies; 11+ messages in thread
From: Julien Roy @ 2024-05-14 22:50 UTC (permalink / raw
To: gentoo-commits
commit: a60dda07fe4903bc77973b133972b15675619010
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 22:36:57 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 22:36:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a60dda07
dev-python/mastodon-py: drop 1.8.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/mastodon-py/Manifest | 1 -
dev-python/mastodon-py/mastodon-py-1.8.0.ebuild | 55 -------------------------
2 files changed, 56 deletions(-)
diff --git a/dev-python/mastodon-py/Manifest b/dev-python/mastodon-py/Manifest
index 5c81e85ca0..95dedc81db 100644
--- a/dev-python/mastodon-py/Manifest
+++ b/dev-python/mastodon-py/Manifest
@@ -1,2 +1 @@
-DIST Mastodon.py-1.8.0.tar.gz 8659035 BLAKE2B 46c07fc3e3cf289f8a161975b1f3f36a88882c3299e79b331f3c659c18c5cafbc7144be57bf580212152a345ab4c4e73a08ea4d6052953fae6664eabd6360c3f SHA512 497cdb42adeceeea6f65210daf94eff0c6ce26b286fabc13976c8276649b6b6f51f47b4e99733133c60dc373fcbb0b0760a20ff526d8435391c43e8f06666696
DIST Mastodon.py-1.8.1.tar.gz 8694359 BLAKE2B d3b8d2196199eeaeb0377c8503e763099943142c58b5b45bbbb86a38c0629ea6ee6427b53c989267a13d4d2a0c104635387ffef96d05d7dfa7dd8c2756e8704b SHA512 812bfdcb1a59a06376bfb48798b43cac9dc9390781b3949e4b3d751ec0530b25b187e688c7cfc18eff6d5bb23c9bf442bce5f6902727331e8bc550e310dab94c
diff --git a/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild b/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild
deleted file mode 100644
index 1c92b616ac..0000000000
--- a/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-PYPI_NO_NORMALIZE=1
-PYPI_PN="Mastodon.py"
-inherit distutils-r1 optfeature pypi
-
-MY_PN="Mastodon.py"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Python wrapper for the Mastodon API"
-HOMEPAGE="
- https://pypi.org/project/Mastodon.py/
- https://github.com/halcy/Mastodon.py
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/blurhash[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/python-magic[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/http-ece[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- dev-python/pytest-vcr[${PYTHON_USEDEP}]
- dev-python/requests-mock[${PYTHON_USEDEP}]
- dev-python/vcrpy[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs
-
-src_prepare() {
- distutils-r1_src_prepare
- rm setup.cfg || die
-}
-
-pkg_postinst() {
- optfeature "webpush support" "dev-python/cryptography dev-python/http-ece"
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/
@ 2024-09-07 12:55 Takuya Wakazono
0 siblings, 0 replies; 11+ messages in thread
From: Takuya Wakazono @ 2024-09-07 12:55 UTC (permalink / raw
To: gentoo-commits
commit: f08db0051806c56ccf457a59ef7203de16165e4d
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Sep 7 12:54:55 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Sep 7 12:54:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f08db005
dev-python/mastodon-py: skip broken tests
Closes: https://bugs.gentoo.org/921152
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/mastodon-py/mastodon-py-1.8.1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild b/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
index cb8a32035..b4181b6a2 100644
--- a/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
+++ b/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
PYPI_NO_NORMALIZE=1
PYPI_PN="Mastodon.py"
inherit distutils-r1 optfeature pypi
@@ -43,6 +43,9 @@ EPYTEST_DESELECT=(
# something related to simplejson
tests/test_notifications.py::test_notifications_dismiss_pre_2_9_2
tests/test_status.py::test_status_card_pre_2_9_2
+ # requires PROPERTIES="test_network"
+ tests/test_streaming.py::test_stream_user_direct
+ tests/test_streaming.py::test_stream_user_local
)
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-09-07 12:55 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 22:45 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/ Julien Roy
2024-05-14 22:50 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-09-07 12:55 [gentoo-commits] repo/proj/guru:dev " Takuya Wakazono
2024-05-14 22:45 Julien Roy
2023-12-30 14:12 Anna Vyalkova
2023-04-28 4:32 Anna Vyalkova
2022-12-02 8:51 Anna Vyalkova
2022-11-24 21:20 Anna Vyalkova
2022-11-21 20:12 Anna Vyalkova
2022-11-18 10:12 Anna Vyalkova
2022-11-17 15:38 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox