From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mautrix/
Date: Fri, 9 Aug 2024 00:10:13 +0000 (UTC) [thread overview]
Message-ID: <1723160506.0ec9cdb90a4a98020101398f1b3d195cdc7bec49.cybertailor@gentoo> (raw)
commit: 0ec9cdb90a4a98020101398f1b3d195cdc7bec49
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Aug 8 23:41:46 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Aug 8 23:41:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ec9cdb9
dev-python/mautrix: add 0.20.6, drop 0.20.4-r1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/mautrix/Manifest | 1 +
...{mautrix-0.20.4-r1.ebuild => mautrix-0.20.6.ebuild} | 18 +++++++-----------
2 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/dev-python/mautrix/Manifest b/dev-python/mautrix/Manifest
index b54fb010f..126a31c1b 100644
--- a/dev-python/mautrix/Manifest
+++ b/dev-python/mautrix/Manifest
@@ -1 +1,2 @@
DIST mautrix-0.20.4.gh.tar.gz 244467 BLAKE2B adbab30c4b4e08b2def968bc7b85c4402cf32cfa4f15b17c8ba126a93230e2d84c6a43a3cc8bd0fe409d4fd1f9129a65c89d68ae61aaecd869cbf62480ff2883 SHA512 30a1a82fdb6875cd24dc685c567ad9c73eaa2d6a25e188498bdfec452dc530c0efa4373d3a1d2b217c5238ee9f33fc2d892549ea576c2f487f942a38eb8363d5
+DIST mautrix-0.20.6.gh.tar.gz 245084 BLAKE2B 72ce0d7c32cc0c5cd8fcec40c7d98c1b2bee953f0ba60266ec9ffaf40d76bfb6ac3a7387b59557b96c799cb7119dc28cfb7fae692f7e2eca9a09bde6a69edc7d SHA512 0fb345369184e70ba2656906ae4257237d2b5fdfb52064f0ff6baf696247100816249b457f7471f5ae14acfd4be737dc2f20067ccb5cfed16bfd2d07fc29c689
diff --git a/dev-python/mautrix/mautrix-0.20.4-r1.ebuild b/dev-python/mautrix/mautrix-0.20.6.ebuild
similarity index 79%
rename from dev-python/mautrix/mautrix-0.20.4-r1.ebuild
rename to dev-python/mautrix/mautrix-0.20.6.ebuild
index 0304110f1..d7a7df90a 100644
--- a/dev-python/mautrix/mautrix-0.20.4-r1.ebuild
+++ b/dev-python/mautrix/mautrix-0.20.6.ebuild
@@ -1,11 +1,11 @@
-# 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..12} )
-inherit edo databases distutils-r1 optfeature
+inherit daemons distutils-r1 optfeature
DESCRIPTION="A Python 3 asyncio Matrix framework"
HOMEPAGE="
@@ -36,7 +36,6 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
test? (
- ${DATABASES_DEPEND[postgres]}
dev-python/aiosqlite[${PYTHON_USEDEP}]
dev-python/asyncpg[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
@@ -46,21 +45,18 @@ BDEPEND="
distutils_enable_tests pytest
+daemons_enable postgresql test
+
# Disabled because of https://bugs.gentoo.org/922488
#distutils_enable_sphinx docs \
# dev-python/sphinx-rtd-theme
src_test() {
- local -x PGHOST="$(epostgres --get-sockdir)"
- local -x PGPORT="65432"
- local -x PGUSER="postgres"
- local -x MEOW_TEST_PG_URL="postgresql:///meow"
-
- epostgres --start ${PGPORT}
- edo createdb -U postgres meow
+ daemons_start postgresql --host 127.0.0.1
+ local -x MEOW_TEST_PG_URL="${POSTGRESQL_URL:?}"
distutils-r1_src_test
- epostgres --stop
+ daemons_stop postgresql
}
pkg_postinst() {
next reply other threads:[~2024-08-09 0:10 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-09 0:10 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-07 20:55 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mautrix/ Anna Vyalkova
2024-11-01 14:37 Anna Vyalkova
2024-02-04 19:26 Anna Vyalkova
2024-02-04 19:26 Anna Vyalkova
2024-01-22 17:52 Anna Vyalkova
2024-01-20 8:45 Anna Vyalkova
2024-01-18 18:41 Anna Vyalkova
2024-01-18 18:41 Anna Vyalkova
2024-01-13 15:58 Julien Roy
2024-01-13 15:58 Julien Roy
2023-11-12 17:55 Julien Roy
2023-11-12 17:55 Julien Roy
2023-09-16 13:06 Julien Roy
2023-09-16 13:06 Julien Roy
2023-08-30 21:49 Julien Roy
2023-08-30 21:49 Julien Roy
2023-07-01 22:09 Julien Roy
2023-07-01 22:09 Julien Roy
2023-05-27 13:13 Julien Roy
2023-05-27 13:13 Julien Roy
2023-05-25 12:59 Julien Roy
2023-05-25 12:59 Julien Roy
2023-05-24 14:54 Julien Roy
2023-05-08 1:43 Julien Roy
2023-04-24 17:38 Julien Roy
2023-04-24 17:38 Julien Roy
2023-04-20 16:33 Julien Roy
2023-04-20 16:33 Julien Roy
2023-04-15 14:10 Julien Roy
2023-04-14 21:00 Julien Roy
2023-04-14 21:00 Julien Roy
2023-04-13 23:13 Julien Roy
2023-04-13 18:01 Julien Roy
2023-04-10 2:43 Julien Roy
2023-04-10 2:43 Julien Roy
2023-02-08 1:59 Julien Roy
2023-02-08 0:48 Julien Roy
2023-01-22 3:03 Julien Roy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1723160506.0ec9cdb90a4a98020101398f1b3d195cdc7bec49.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox