diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-27 19:50:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-27 19:50:28 +0100 |
commit | 083c97743920dbc71c583fc7a69fccfe042f21a5 (patch) | |
tree | e431db89c47aa37c3e406406e2aabfa0e1b2b4e9 /dev-python/logical-unification | |
parent | dev-python/tzlocal: Remove old (diff) | |
download | gentoo-083c97743920dbc71c583fc7a69fccfe042f21a5.tar.gz gentoo-083c97743920dbc71c583fc7a69fccfe042f21a5.tar.bz2 gentoo-083c97743920dbc71c583fc7a69fccfe042f21a5.zip |
dev-python/logical-unification: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/logical-unification')
-rw-r--r-- | dev-python/logical-unification/Manifest | 1 | ||||
-rw-r--r-- | dev-python/logical-unification/logical-unification-0.4.4.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/logical-unification/Manifest b/dev-python/logical-unification/Manifest index 2fa74fb9b298..f4d929eeae85 100644 --- a/dev-python/logical-unification/Manifest +++ b/dev-python/logical-unification/Manifest @@ -1,2 +1 @@ -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 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 -) |