Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/minikanren/
Date: Sun, 27 Feb 2022 18:36:01
Message-Id: 1645986773.e735c112d55e49d77b9f4c76afe8a4b600efb2db.mgorny@gentoo
1 commit: e735c112d55e49d77b9f4c76afe8a4b600efb2db
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:32:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:32:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e735c112
7
8 dev-python/minikanren: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/minikanren/Manifest | 1 -
13 dev-python/minikanren/minikanren-1.0.2.ebuild | 32 ---------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/dev-python/minikanren/Manifest b/dev-python/minikanren/Manifest
17 index 43abd7897745..861d47436e4b 100644
18 --- a/dev-python/minikanren/Manifest
19 +++ b/dev-python/minikanren/Manifest
20 @@ -1,2 +1 @@
21 -DIST minikanren-1.0.2.gh.tar.gz 70501 BLAKE2B 59efa4d62a2f896d310ebe522a6c77aaddc54be4d2a8fcf3aa29f3f5f4dcb3ac57823514661d5900e38f0ebd0e0247e7d99bbab53afaaf243e39084f357a0361 SHA512 278b6f3d0666c1ac1baad29ee9c767039922a7b7ffdbdd543c8ccfc65a7d54c3353327abbd7c5c41fa3194ddc00044cff1e975e51f8f5ea5a64c8c2bcfac17e2
22 DIST minikanren-1.0.3.gh.tar.gz 73008 BLAKE2B 6fdc605249ac06071a8b51e736d19f561288a293853e8b7ac8685f5b4da400aa8ae480b9a6e5eac3a5735ebe00567e52f24d4bf6afbffb7678e0d41553e1b12f SHA512 b65095b947d3b59496035f54a00fcddaa1888dec1cb8117086bbb16f5b4ed1bf59f2b79e3639f06a4347bd22b7fb4753734f5b8da149a3d470521f360fba5d2e
23
24 diff --git a/dev-python/minikanren/minikanren-1.0.2.ebuild b/dev-python/minikanren/minikanren-1.0.2.ebuild
25 deleted file mode 100644
26 index 6ab706db02e6..000000000000
27 --- a/dev-python/minikanren/minikanren-1.0.2.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Relational programming in Python"
39 -HOMEPAGE="
40 - https://pypi.org/project/miniKanren/
41 - https://github.com/pythological/kanren/
42 -"
43 -SRC_URI="
44 - https://github.com/pythological/kanren/archive/v${PV}.tar.gz
45 - -> ${P}.gh.tar.gz
46 -"
47 -S="${WORKDIR}/kanren-${PV}"
48 -
49 -LICENSE="BSD"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
52 -
53 -RDEPEND="
54 - dev-python/cons[${PYTHON_USEDEP}]
55 - dev-python/etuples[${PYTHON_USEDEP}]
56 - dev-python/logical-unification[${PYTHON_USEDEP}]
57 - dev-python/multipledispatch[${PYTHON_USEDEP}]
58 - dev-python/toolz[${PYTHON_USEDEP}]
59 -"
60 -
61 -distutils_enable_tests pytest