commit: 8576faaf8a5592b6205b8a33235cd2eb84b5d1b8 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sat Feb 5 00:52:48 2022 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Feb 5 00:52:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8576faaf
dev-python/pyrqlite: fix test with rqlite-7.2.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-python/pyrqlite/Manifest | 1 + dev-python/pyrqlite/pyrqlite-2.1.1.ebuild | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/pyrqlite/Manifest b/dev-python/pyrqlite/Manifest index 0b40da3fa540..b8d16d384448 100644 --- a/dev-python/pyrqlite/Manifest +++ b/dev-python/pyrqlite/Manifest @@ -1 +1,2 @@ +DIST pyrqlite-2.1.1-test_cPragmaTableInfo.patch 2601 BLAKE2B 43dce906dea12d6d503ac589990c4688f07cf4186b6b4641534e50aa77e5dacd4f9f286d7707451bc843fb429fec4cdfb887a4922fa48aa9b7d7757bc1ff55bc SHA512 67c8593fd8a437011f9579e6a469323f60a70634469eb42d96b22f3997e48eab42d102013cbf300616fa23e2a0e64e1a0c4b4d7fdd1346402abd34255b252d85 DIST pyrqlite-2.1.1.tar.gz 19538 BLAKE2B fba6caa68eb6d806ea807d40f36edafb0872e724a087cdb7736f79699692d0d492e05a8a7407467f92ec8e30df4a6ea1ed44bc12bec35ffc4753878335fa4275 SHA512 9fc404a480f42592ebbedef82f748707741e28de199be9381680db506dac4e3ce757d1058874ca06cf8f0dd1ec0e7b6411a4585f332a9fe7d8977071e492bd31 diff --git a/dev-python/pyrqlite/pyrqlite-2.1.1.ebuild b/dev-python/pyrqlite/pyrqlite-2.1.1.ebuild index d933752383b0..4d08827d5414 100644 --- a/dev-python/pyrqlite/pyrqlite-2.1.1.ebuild +++ b/dev-python/pyrqlite/pyrqlite-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,8 @@ inherit distutils-r1 DESCRIPTION="Python client for rqlite" HOMEPAGE="https://github.com/rqlite/pyrqlite" -SRC_URI="https://github.com/rqlite/pyrqlite/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/rqlite/pyrqlite/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/rqlite/pyrqlite/pull/42.patch -> ${P}-test_cPragmaTableInfo.patch" LICENSE="MIT" SLOT="0" @@ -17,6 +18,8 @@ KEYWORDS="~amd64 ~x86" BDEPEND="test? ( >=dev-db/rqlite-6.7.0 )" RESTRICT+=" !test? ( test )" +PATCHES=("${DISTDIR}/${P}-test_cPragmaTableInfo.patch") + distutils_enable_tests pytest src_prepare() {
