public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy-rqlite/
Date: Sat, 18 Feb 2023 07:56:12 +0000 (UTC)	[thread overview]
Message-ID: <1676706959.85b5ee8c04ab99dfc9afab7993a8b2f7414543ff.sam@gentoo> (raw)

commit:     85b5ee8c04ab99dfc9afab7993a8b2f7414543ff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 07:24:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 07:55:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b5ee8c

dev-python/sqlalchemy-rqlite: enable py3.11, use PEP517

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

 .../sqlalchemy-rqlite-1.1.1-r1.ebuild              | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.1.1-r1.ebuild b/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.1.1-r1.ebuild
new file mode 100644
index 000000000000..6e2345a5d9db
--- /dev/null
+++ b/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.1.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-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
+
+DESCRIPTION="A SQLAlchemy dialect for rqlite"
+HOMEPAGE="https://github.com/rqlite/sqlalchemy-rqlite"
+SRC_URI="https://github.com/rqlite/sqlalchemy-rqlite/archive//v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/pyrqlite[${PYTHON_USEDEP}]
+	dev-python/sqlalchemy[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	sed -e "s:^__version__ = .*:__version__ = '${PV}':" -i src/sqlalchemy_rqlite/constants.py || die
+	distutils-r1_src_prepare
+}


             reply	other threads:[~2023-02-18  7:56 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-18  7:56 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-04 19:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy-rqlite/ Michał Górny
2024-06-07  5:01 Zac Medico
2023-11-05 15:21 Michał Górny
2023-11-05 15:21 Michał Górny
2023-07-24 11:34 Michał Górny
2023-05-12  6:22 Zac Medico
2023-03-16 16:35 Michał Górny
2022-05-16 13:30 Michał Górny
2021-12-21 17:37 Zac Medico
2021-02-28 20:19 Zac Medico
2021-02-28 20:19 Zac Medico
2021-02-28 15:34 Zac Medico
2020-10-15  1:44 Zac Medico
2020-10-15  1:44 Zac Medico
2020-04-26 12:51 Michał Górny
2018-06-26 18:09 Pacho Ramos
2018-04-13  9:53 Zac Medico
2016-05-02 10:02 Zac Medico
2016-05-02  9:31 Zac Medico

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=1676706959.85b5ee8c04ab99dfc9afab7993a8b2f7414543ff.sam@gentoo \
    --to=sam@gentoo.org \
    --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