diff options
author | 2024-08-04 12:44:48 +0200 | |
---|---|---|
committer | 2024-08-13 10:36:26 +0300 | |
commit | a3381235e81455bad812a2584646ae1b972c77eb (patch) | |
tree | e47b9018042a7168c195cb0c773bc6de16243d62 /dev-db | |
parent | sci-geosciences/josm-bin: drop old (diff) | |
download | gentoo-a3381235e81455bad812a2584646ae1b972c77eb.tar.gz gentoo-a3381235e81455bad812a2584646ae1b972c77eb.tar.bz2 gentoo-a3381235e81455bad812a2584646ae1b972c77eb.zip |
dev-db/litecli: drop 1.10.1
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/litecli/Manifest | 1 | ||||
-rw-r--r-- | dev-db/litecli/litecli-1.10.1.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-db/litecli/Manifest b/dev-db/litecli/Manifest index 2a6693355e97..3d9ab986e9b5 100644 --- a/dev-db/litecli/Manifest +++ b/dev-db/litecli/Manifest @@ -1,3 +1,2 @@ -DIST litecli-1.10.1.tar.gz 887832 BLAKE2B 304feead856a148726f729abd46d91fb2d0bbf7d99e05d437814c0e254f7e957f132317194e01e4dd62ddcdd2dda15c1fcba71c3086f286dd6aeb4aefe419f64 SHA512 f53c04a101f8abe52e81450309b6eab766742b0d26900608024ac8112efdc959787ea3c5997e9647529f65a17544ee31cc70f14b503a9ad3566d545568d822dd DIST litecli-1.11.0.tar.gz 887986 BLAKE2B 4f445a0d29152998ab0e27ec814f1f46af44db949c817a50e7be8af659525f13113c4a831a8bf4f31a21c7922d93e12c792e8aa44b1e8480619418aeaa72aa89 SHA512 31a97d412d5749b6e8d32b88d8b41fde79d8ca9657da9885f39dc92cb0ad00ac6ab98f931ab57806be05ba9249580f1ea5ff25849d86c2f044dc40f437b6a52e DIST litecli-1.11.1.tar.gz 888013 BLAKE2B ed159a35df254f2ff1221a14d2af86497a51c7b7dd904963ef33ada9b0d83f2df975d550aeab94fc172c9b530e0e12c04f55e50f2363572fce51b4c90db3e0bd SHA512 54746b99a7cb5f5adf2651e685d9fab5aadc7a4974bd4411189152c6316c40bf69bc7bc64de2499cbe99165d3010ff62382fa4454bcf42c9bac3adc838666da2 diff --git a/dev-db/litecli/litecli-1.10.1.ebuild b/dev-db/litecli/litecli-1.10.1.ebuild deleted file mode 100644 index 4efad25ead82..000000000000 --- a/dev-db/litecli/litecli-1.10.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-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} ) -PYTHON_REQ_USE="sqlite" -inherit distutils-r1 - -DESCRIPTION="CLI for SQLite with auto-completion and syntax highlighting" -HOMEPAGE="https://litecli.com/ https://github.com/dbcli/litecli" -SRC_URI="https://github.com/dbcli/litecli/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - >=dev-python/click-4.1[${PYTHON_USEDEP}] - >=dev-python/cli-helpers-2.2.1[${PYTHON_USEDEP}] - >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}] - >=dev-python/prompt-toolkit-3.0.3[${PYTHON_USEDEP}] - <dev-python/prompt-toolkit-4.0.0[${PYTHON_USEDEP}] - >=dev-python/pygments-1.5[${PYTHON_USEDEP}] - dev-python/sqlparse[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |