summaryrefslogtreecommitdiff
path: root/dev-python/pgspecial
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-30 17:04:14 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-30 17:04:14 +0000
commitb34c45ec12e8676abfa39cddcf3448ac2bee1574 (patch)
tree9587fa672dfdc5a5f761d15c9689d2aca8d521b0 /dev-python/pgspecial
parent18a69c52453e0db481bfa441cf1d9616c97c9928 (diff)
gentoo auto-resync : 30:11:2023 - 17:04:14
Diffstat (limited to 'dev-python/pgspecial')
-rw-r--r--dev-python/pgspecial/Manifest4
-rw-r--r--dev-python/pgspecial/pgspecial-2.1.0.ebuild57
-rw-r--r--dev-python/pgspecial/pgspecial-2.1.1.ebuild4
3 files changed, 4 insertions, 61 deletions
diff --git a/dev-python/pgspecial/Manifest b/dev-python/pgspecial/Manifest
index 5de86add7234..def6c695d896 100644
--- a/dev-python/pgspecial/Manifest
+++ b/dev-python/pgspecial/Manifest
@@ -1,5 +1,3 @@
-DIST pgspecial-2.1.0.tar.gz 50495 BLAKE2B 981f5a01ef32090eae7d477d23476fd8dd2a5bd3a5f3781e990cdbd28ebb24e5176653b7c8f9a1b7f1f01888a5c8278568257a709a5337f8b0d9838bfba8a21a SHA512 5bbd53d21ad89698b6ca04c989aa1ed59f3b8adc9b876b5b7db35bca03b964f645df2af96d3ddf6e7718c8ee06953fcf8f3ca548e65d722eaf4ea0098fa126ad
DIST pgspecial-2.1.1.tar.gz 51017 BLAKE2B 170db33ca1629244b2c8c2d23a5768528e474660dcaf73079c516d33624202cc05487a338b21ac5bab28780d127923bf24d86231e85cade2f82714add5bdd789 SHA512 4ab8596536b90837c2ed0a11b6bbfecd6e5dc487b073a58a1406e8e70028ebb7010430784963fe27a08a5cc48292785f6d02affb750f4a1b74cbe33a0e06a5f0
-EBUILD pgspecial-2.1.0.ebuild 1276 BLAKE2B 3c1314bf362da88d4baed62e21c6baee470a77bba5bb0fffe73d5a8c6ff733cd2c5351f454efcb6b06d25dc7f2e7ae3d8d4acd369580dbf385c622f5b98c7a4f SHA512 6b3774c0b7e0136164f3f5991e98268a1409aa5fa2a1f35a5db77746b706e8ebc243a3d0140c948eed6aaa311e4cc6ae03d13fd9f95c48b80afc2157d35db8ca
-EBUILD pgspecial-2.1.1.ebuild 1278 BLAKE2B 4b64c9ac51ab842a243f76ba4fe8071a62b6fe178a5a21d7325dafb9dfb8d197a4c5b85123b2126b89581a96fb7dfb50fd5ab1bb3dcd406d7b57089527295c74 SHA512 0ec7cd3ddd002ad21fa8cb9ae0eed6f354c37163f460c85548baa23ed8eeccc0276c00ebf40e4d5db6a14037113ab380a461cad3436459b4cca6b433b6a57d85
+EBUILD pgspecial-2.1.1.ebuild 1364 BLAKE2B 3a4814c8bcd8da3785c0face85fe641235e1313161c3d15af379e394008a9051ffe300c240968397e638814335b76655db60078b0023bfefbaf9a4f3ed11af68 SHA512 17720d3b61ac5277c2036fd683e3f744df3eb9affdae8a99a6039e0cdb4654e77d1c90bfa538b5caea18df25c2e43b8254c1ec3420543aa603689ac2d975bd36
MISC metadata.xml 542 BLAKE2B f7c36257d672854f57623ce68e09e17b8bc734e0a2afa70308ff3c3dfee23274750a8d98034527e14c757546eb78b84f170b9a4d180e02cf491301ae34127c79 SHA512 cb1eac0516db3ff5f32efb6adcf2c39e5479f7bb2a44f3d7c75f4e38e07812db21fd8e8af94e97c613b54606c2660317b5dbb0221c88cc926968404898f19602
diff --git a/dev-python/pgspecial/pgspecial-2.1.0.ebuild b/dev-python/pgspecial/pgspecial-2.1.0.ebuild
deleted file mode 100644
index 56d59aaa9449..000000000000
--- a/dev-python/pgspecial/pgspecial-2.1.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# 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_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python implementation of PostgreSQL meta commands"
-HOMEPAGE="
- https://github.com/dbcli/pgspecial/
- https://pypi.org/project/pgspecial/
-"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- >=dev-python/click-4.1[${PYTHON_USEDEP}]
- >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
- >=dev-python/psycopg-3.0.10:0[${PYTHON_USEDEP}]
- >=dev-python/sqlparse-0.1.19[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-db/postgresql-8.1[server]
- )
-"
-
-distutils_enable_tests pytest
-
-DOCS=( License.txt README.rst changelog.rst )
-
-EPYTEST_DESELECT=(
- # assumes a very specific locale
- tests/test_specials.py::test_slash_l
- tests/test_specials.py::test_slash_l_pattern
-)
-
-src_test() {
- local db=${T}/pgsql
-
- initdb --username=postgres -D "${db}" || die
- # TODO: random port
- pg_ctl -w -D "${db}" start \
- -o "-h '127.0.0.1' -p 5432 -k '${T}'" || die
- psql -h "${T}" -U postgres -d postgres \
- -c "ALTER ROLE postgres WITH PASSWORD 'postgres';" || die
- createdb -h "${T}" -U postgres _test_db || die
-
- distutils-r1_src_test
-
- pg_ctl -w -D "${db}" stop || die
-}
diff --git a/dev-python/pgspecial/pgspecial-2.1.1.ebuild b/dev-python/pgspecial/pgspecial-2.1.1.ebuild
index 0bfd1d36c343..f835abccdbc1 100644
--- a/dev-python/pgspecial/pgspecial-2.1.1.ebuild
+++ b/dev-python/pgspecial/pgspecial-2.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 arm64 x86"
RDEPEND="
>=dev-python/click-4.1[${PYTHON_USEDEP}]
@@ -38,6 +38,8 @@ EPYTEST_DESELECT=(
# assumes a very specific locale
tests/test_specials.py::test_slash_l
tests/test_specials.py::test_slash_l_pattern
+ # change in postgres? *shrug*
+ tests/test_specials.py::test_slash_d_view_verbose
)
src_test() {