From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy-rqlite/
Date: Sun, 28 Feb 2021 15:34:16 +0000 (UTC) [thread overview]
Message-ID: <1614526451.0616c111d72f9a3f9acdbfdf242002251eedbd0a.zmedico@gentoo> (raw)
commit: 0616c111d72f9a3f9acdbfdf242002251eedbd0a
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 15:33:13 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 15:34:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0616c111
dev-python/sqlalchemy-rqlite: Bump to version 1.1
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-python/sqlalchemy-rqlite/Manifest | 1 +
.../sqlalchemy-rqlite/sqlalchemy-rqlite-1.1.ebuild | 29 ++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/sqlalchemy-rqlite/Manifest b/dev-python/sqlalchemy-rqlite/Manifest
index c985d3bb92e..d83b69cfa10 100644
--- a/dev-python/sqlalchemy-rqlite/Manifest
+++ b/dev-python/sqlalchemy-rqlite/Manifest
@@ -1 +1,2 @@
DIST sqlalchemy-rqlite-1.0.tar.gz 3910 BLAKE2B c2a07ba91812ea2223bdea4e715b364a96b66057f2ed1c7bc0d373860880f3e0d7188ea8d513b127d8c7138695b9703b4a2ed5f6a4a001a8b2ae68020189a058 SHA512 794d0a1d80803f624af4b530efe277947d3a8fa7001df2177de6bdb34ffc9fc76e22c8b73caad7cda02429ddc251fdcbdd8e95ea286a6540054efb28ee53d2bb
+DIST sqlalchemy-rqlite-1.1.tar.gz 4281 BLAKE2B 09cee627790d15715c0124a1065f5cc2c72820a652a99e4c2088de21c980071f27c451e438e84d4c92222d19b651b0e239fac8280c2bbb33c55e76c9b77868b7 SHA512 da11cadd2b6dd0f3501bdf717ad7dd7552edfcf7f32a57ce09b6dadc7eb7fb31fd92e7143151a3e3b2d5f75793f6e5096d13dbe446cb71cfa901d6ff8d4c6e12
diff --git a/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.1.ebuild b/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.1.ebuild
new file mode 100644
index 00000000000..01430eebf3e
--- /dev/null
+++ b/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A SQLAlchemy dialect for rqlite"
+EGIT_REPO_URI="https://github.com/rqlite/sqlalchemy-rqlite.git"
+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
+}
next reply other threads:[~2021-02-28 15:34 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-28 15:34 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-27 17:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy-rqlite/ Michał Górny
2025-05-04 19:23 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
2023-02-18 7:56 Sam James
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
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=1614526451.0616c111d72f9a3f9acdbfdf242002251eedbd0a.zmedico@gentoo \
--to=zmedico@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