summaryrefslogtreecommitdiff
path: root/dev-python/pyrsistent
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-17 15:49:10 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-17 15:49:10 +0000
commit519b918e33120fe458c4a2d72e0eba163695bc7c (patch)
tree2d88df7f74cb873d840d402b3ee90f003eaa19a1 /dev-python/pyrsistent
parent66776ae25ff4bfbf8c897669a4b10d54ba988907 (diff)
downloadbaldeagleos-repo-519b918e33120fe458c4a2d72e0eba163695bc7c.tar.gz
baldeagleos-repo-519b918e33120fe458c4a2d72e0eba163695bc7c.tar.xz
baldeagleos-repo-519b918e33120fe458c4a2d72e0eba163695bc7c.zip
Adding metadata
Diffstat (limited to 'dev-python/pyrsistent')
-rw-r--r--dev-python/pyrsistent/pyrsistent-0.18.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/pyrsistent/pyrsistent-0.18.1.ebuild b/dev-python/pyrsistent/pyrsistent-0.18.1.ebuild
deleted file mode 100644
index 07c4a7d922c4..000000000000
--- a/dev-python/pyrsistent/pyrsistent-0.18.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Persistent/Functional/Immutable data structures"
-HOMEPAGE="https://github.com/tobgu/pyrsistent/ https://pypi.org/project/pyrsistent/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest