diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-27 19:32:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-27 19:32:53 +0100 |
commit | e735c112d55e49d77b9f4c76afe8a4b600efb2db (patch) | |
tree | 7c3cdf6d0c768dd7796262bd3daf047de60cc2d4 /dev-python/minikanren | |
parent | dev-python/jsonschema: Remove old (diff) | |
download | gentoo-e735c112d55e49d77b9f4c76afe8a4b600efb2db.tar.gz gentoo-e735c112d55e49d77b9f4c76afe8a4b600efb2db.tar.bz2 gentoo-e735c112d55e49d77b9f4c76afe8a4b600efb2db.zip |
dev-python/minikanren: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/minikanren')
-rw-r--r-- | dev-python/minikanren/Manifest | 1 | ||||
-rw-r--r-- | dev-python/minikanren/minikanren-1.0.2.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/minikanren/Manifest b/dev-python/minikanren/Manifest index 43abd7897745..861d47436e4b 100644 --- a/dev-python/minikanren/Manifest +++ b/dev-python/minikanren/Manifest @@ -1,2 +1 @@ -DIST minikanren-1.0.2.gh.tar.gz 70501 BLAKE2B 59efa4d62a2f896d310ebe522a6c77aaddc54be4d2a8fcf3aa29f3f5f4dcb3ac57823514661d5900e38f0ebd0e0247e7d99bbab53afaaf243e39084f357a0361 SHA512 278b6f3d0666c1ac1baad29ee9c767039922a7b7ffdbdd543c8ccfc65a7d54c3353327abbd7c5c41fa3194ddc00044cff1e975e51f8f5ea5a64c8c2bcfac17e2 DIST minikanren-1.0.3.gh.tar.gz 73008 BLAKE2B 6fdc605249ac06071a8b51e736d19f561288a293853e8b7ac8685f5b4da400aa8ae480b9a6e5eac3a5735ebe00567e52f24d4bf6afbffb7678e0d41553e1b12f SHA512 b65095b947d3b59496035f54a00fcddaa1888dec1cb8117086bbb16f5b4ed1bf59f2b79e3639f06a4347bd22b7fb4753734f5b8da149a3d470521f360fba5d2e diff --git a/dev-python/minikanren/minikanren-1.0.2.ebuild b/dev-python/minikanren/minikanren-1.0.2.ebuild deleted file mode 100644 index 6ab706db02e6..000000000000 --- a/dev-python/minikanren/minikanren-1.0.2.ebuild +++ /dev/null @@ -1,32 +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="Relational programming in Python" -HOMEPAGE=" - https://pypi.org/project/miniKanren/ - https://github.com/pythological/kanren/ -" -SRC_URI=" - https://github.com/pythological/kanren/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/kanren-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" - -RDEPEND=" - dev-python/cons[${PYTHON_USEDEP}] - dev-python/etuples[${PYTHON_USEDEP}] - dev-python/logical-unification[${PYTHON_USEDEP}] - dev-python/multipledispatch[${PYTHON_USEDEP}] - dev-python/toolz[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |