summaryrefslogtreecommitdiff
path: root/dev-python/etuples
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-28 01:45:31 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-28 01:45:31 +0000
commitb306b3b6903b6e443cf6a3c8b22954da3d1d57c6 (patch)
treeeb8efbb2a422cdacca5ec0bb4f29852776840c6d /dev-python/etuples
parent8dfbbf9dcd52fab20bf703331d91809ae5b7b113 (diff)
downloadbaldeagleos-repo-b306b3b6903b6e443cf6a3c8b22954da3d1d57c6.tar.gz
baldeagleos-repo-b306b3b6903b6e443cf6a3c8b22954da3d1d57c6.tar.xz
baldeagleos-repo-b306b3b6903b6e443cf6a3c8b22954da3d1d57c6.zip
Adding metadata
Diffstat (limited to 'dev-python/etuples')
-rw-r--r--dev-python/etuples/Manifest1
-rw-r--r--dev-python/etuples/etuples-0.3.3.ebuild28
-rw-r--r--dev-python/etuples/etuples-0.3.4.ebuild2
3 files changed, 1 insertions, 30 deletions
diff --git a/dev-python/etuples/Manifest b/dev-python/etuples/Manifest
index c64db8f4f9e2..35627724877b 100644
--- a/dev-python/etuples/Manifest
+++ b/dev-python/etuples/Manifest
@@ -1,2 +1 @@
-DIST etuples-0.3.3.gh.tar.gz 42081 BLAKE2B 524ec65a691a7b27f4ccc4d625093a92cd11c9835d3e38498bf89da8690a0bdba5752b3dcdb1e3e9326980920c50f51bc336e7592cbf2561c1ce15346c561cd5 SHA512 cfd2c88f46326783d6b132c605eb3498e383509f45ea8c720148bca7c7fb462e0bf1630da901a362f38cabb0912354a875b99f84beb43b5443333f4bafea5690
DIST etuples-0.3.4.gh.tar.gz 44650 BLAKE2B 4d0e7235d010ff10e01d4143858bbc2ee1516f66db35fb9c6acf054df898a605a49dc82e4eeaddcb7ab6e5ea9bbd5dec493ac5d1741c4d595756e0f4af0ed1c1 SHA512 4e2c2884cd741a1e85358678347dc65c994583ff700c6a1adaa561bd4446035ccca2e27855fbb5842012f7e2bfa90ef7fa1634e9b3cc43cf9c7006acd7b66595
diff --git a/dev-python/etuples/etuples-0.3.3.ebuild b/dev-python/etuples/etuples-0.3.3.ebuild
deleted file mode 100644
index 6499ff7bb6cb..000000000000
--- a/dev-python/etuples/etuples-0.3.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-inherit distutils-r1
-
-DESCRIPTION="Python S-expression emulation using tuple-like objects"
-HOMEPAGE="
- https://pypi.org/project/etuples/
- https://github.com/pythological/etuples/
-"
-SRC_URI="
- https://github.com/pythological/etuples/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="
- dev-python/cons[${PYTHON_USEDEP}]
- dev-python/multipledispatch[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/etuples/etuples-0.3.4.ebuild b/dev-python/etuples/etuples-0.3.4.ebuild
index 4e017ba4f938..4da7f4b7d6d7 100644
--- a/dev-python/etuples/etuples-0.3.4.ebuild
+++ b/dev-python/etuples/etuples-0.3.4.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
RDEPEND="
dev-python/cons[${PYTHON_USEDEP}]