summaryrefslogtreecommitdiff
path: root/dev-python/pyrsistent
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/pyrsistent
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/pyrsistent')
-rw-r--r--dev-python/pyrsistent/Manifest4
-rw-r--r--dev-python/pyrsistent/pyrsistent-0.18.0.ebuild23
-rw-r--r--dev-python/pyrsistent/pyrsistent-0.18.1.ebuild2
3 files changed, 2 insertions, 27 deletions
diff --git a/dev-python/pyrsistent/Manifest b/dev-python/pyrsistent/Manifest
index 4047dfe41ae2..0a44cd97e329 100644
--- a/dev-python/pyrsistent/Manifest
+++ b/dev-python/pyrsistent/Manifest
@@ -1,5 +1,3 @@
-DIST pyrsistent-0.18.0.tar.gz 104215 BLAKE2B 028c26a6b4bcaa8c3e3e1ad1748a6b45f664355c66f0f97c70e4d26c66946a55b346d0340c2e697e9890039692580c03032055cab7c198c39530e5561be83801 SHA512 f56062430f914a884a9317ecf5278ccc09d98f1d6867716f89173db47996b8d4c1ef4f5c0121c955d81fc4fe8aba7d30f38679baea6208168c3952846064cfeb
DIST pyrsistent-0.18.1.tar.gz 100522 BLAKE2B 75632d254993666076a68d81b8b5a7aced8601146fed5cd63f1d56c5e0578650a197aca7630855de32a8447eab972203aa7d83009398f96e6f374c0a4b2cc1ba SHA512 353ad6e9165e1afdde37730a9289cf8dde28491abb688d702a8c8f5279e24f5ce387a5d00ac4a077322299f9c1a535781bcacdcd1cb914ddb317b3ca9641778b
-EBUILD pyrsistent-0.18.0.ebuild 609 BLAKE2B 29d33fc3f1be3b40150b8bfaa43fd43546825380973aa306df494939aa69061031b0061225c49031dd04a07c9b5997801ad4e940f8219811fa24fabfd2ba85de SHA512 86044f2c87ce9ba4c8b2a747de42ed7d77575fc5ff67e2dce9d1eef2d205c9e477287f5c2d989890d7daa4c0b9f723933fa9da8fc482653c558c9fe37c263000
-EBUILD pyrsistent-0.18.1.ebuild 617 BLAKE2B 87c5e77170192aca3cb57fe3565ad3d9ae11cf232448b9fdd042281af6264e6ae956f13623a4df09bdcb8704c281951871c0d9b7a3aeb14170a20dfff7c6e5d9 SHA512 5309f7f1e7efedbd13fefbe0b0aafaa57f83641fad5264a50216fd9a9e781df9e44751f8986b9f0594880a1c63c763bdea1927ca6b67a9ee45747ee6ef436b2b
+EBUILD pyrsistent-0.18.1.ebuild 609 BLAKE2B 2892a5e8fca2a0b3325b0e1f613c2cac30b9c0b21b8d7b85aad90b0e05985ed2d9b1951d6e172221f66c434e1a7ca8e46bbb41b11df5c4d8b066c2d17026a0bd SHA512 5806cf75112881945af71c404ea73bd03d47ae4482e11ff73cbf3e992ca4ffac446e7a78d19430d2c256e9457bdf419ab5924eceb30fd7290f99ec38b69586d0
MISC metadata.xml 522 BLAKE2B fbf571fd4d833fea0dc9942620655c45bb91b07ca02e2e0fccb23980de26303b9e9c3963453cae3775f7db33dfd485a4a55782a1b1b2b635af0d62e331596b99 SHA512 fe358befc92e29769bc2f84a516da1a26026e4ab84e812326da72ee02b18c79c3d6acdfb71cb6027d2d0f1e559cc00cf39406e335fb8f38d4479353a7dbb4ff2
diff --git a/dev-python/pyrsistent/pyrsistent-0.18.0.ebuild b/dev-python/pyrsistent/pyrsistent-0.18.0.ebuild
deleted file mode 100644
index 9f2cbd26675e..000000000000
--- a/dev-python/pyrsistent/pyrsistent-0.18.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..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 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pyrsistent/pyrsistent-0.18.1.ebuild b/dev-python/pyrsistent/pyrsistent-0.18.1.ebuild
index e573b42db8e5..37844f800f0e 100644
--- a/dev-python/pyrsistent/pyrsistent-0.18.1.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.18.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (