diff options
Diffstat (limited to 'dev-python/logical-unification')
3 files changed, 2 insertions, 37 deletions
diff --git a/dev-python/logical-unification/Manifest b/dev-python/logical-unification/Manifest index e8b8e4676064..7236b25f4ef7 100644 --- a/dev-python/logical-unification/Manifest +++ b/dev-python/logical-unification/Manifest @@ -1,5 +1,3 @@ -DIST logical-unification-0.4.4.gh.tar.gz 44705 BLAKE2B 2a120bd143fba81554a94bea12e007a1a1230f9cb47304e7248acbdbda59666e46bbfcfddf2fa95e422eecd5978a3eec51f1648e995c46e8467b423a96970cf9 SHA512 0742b105702efc9d17b48ce573e02e119adfbc30c0835fe2bae1266193d8e9ecefe0caec691cc214a29ecae6f7051c5b0d2f05f8d3910c29893d1822a97f5d5a DIST logical-unification-0.4.5.gh.tar.gz 47003 BLAKE2B 9f7e119a69b15b460ce66af137a3f0c3dd3da154173ac196a94d4894aafc67eeaa31d69c5ca8bdd6e264a3f7599f9e301dad103510c77e60ff14cc8af1c86ce8 SHA512 42af33ac7da6013d48d26ab49b84b40146f494963f1eee06256a219e8d0517b04cc3fe86f51cf19729fc64ad765e75a4890b278c2dbbf34eb7e1ef65f3014784 -EBUILD logical-unification-0.4.4.ebuild 685 BLAKE2B 30d9e2c822596c8aa0593533d929a3f0aad5f59913ae31ff048adaaecde79b9313c7f99c90f0d9c204748ae596b517cf7d2767e7f297f8c6f71daddeb136d7ff SHA512 b0e70377356325c2ee6e0c020a8e2c55981614ec8bedd4032bafbf2cf1f1a8e7484444de31cacf873103f6d20c818555f5ffb172a3df126b71ba4292532999d6 -EBUILD logical-unification-0.4.5.ebuild 687 BLAKE2B 21b1149bc8fe9d5543577bc730089c16301ed5801c86dd6bdea07039b75432eac141cfdfa76c17e94c18dde9dec9af94287a0b500c4fbcadbda4f6326cfeb9f3 SHA512 0fa5a4236a815c764e8a481ba9f8b366cf30f2e554734c16ade7f656716c48c69893aa052b95cb9f285178d6231c86eadc5d9381d32e2f78aa1ee0002aefc0ea +EBUILD logical-unification-0.4.5.ebuild 685 BLAKE2B fd6346c4dbb21e03ca59832ca3da07a720e7eda88c77ea9a22b8cb0f9f277cab4294721d81082a178f25b76afed5e99cbb5c9708b45007b89a634b6cd6034c3e SHA512 2bbd9f143ffdab5254e01afd9802c0b3d584d1824d55c3220e8840fc7c59bb1fb5a83d4b185dcaeaeed7719ef262358d0370137dd43becd2a0f3f57e3d5123d1 MISC metadata.xml 411 BLAKE2B 41b22447e02d0d7cb7b13523abafe18bf4c01033ffe561c022d32c9896fe85272a1357682b678e0d679d01d992cdef1e445358280c581dcc1071a6e7b1f7e587 SHA512 21e61a22962dd3b4eb70efa40e2dd74660c540f79e13a3d9015494681432361f660003b3fa533fdd82faeb1e76bd4486c40478c99076e65997da14de1c0d8315 diff --git a/dev-python/logical-unification/logical-unification-0.4.4.ebuild b/dev-python/logical-unification/logical-unification-0.4.4.ebuild deleted file mode 100644 index cdbe4e5b259c..000000000000 --- a/dev-python/logical-unification/logical-unification-0.4.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Logical unification in Python" -HOMEPAGE=" - https://pypi.org/project/logical-unification/ - https://github.com/pythological/unification/ -" -SRC_URI=" - https://github.com/pythological/unification/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/unification-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" - -RDEPEND=" - dev-python/multipledispatch[${PYTHON_USEDEP}] - dev-python/toolz[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - tests/test_benchmarks.py -) diff --git a/dev-python/logical-unification/logical-unification-0.4.5.ebuild b/dev-python/logical-unification/logical-unification-0.4.5.ebuild index 5c2147a08cf5..5b8af95e8cbb 100644 --- a/dev-python/logical-unification/logical-unification-0.4.5.ebuild +++ b/dev-python/logical-unification/logical-unification-0.4.5.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}/unification-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" RDEPEND=" dev-python/multipledispatch[${PYTHON_USEDEP}] |