File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
lang/python/python-pyrsistent Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 8
8
include $(TOPDIR ) /rules.mk
9
9
10
10
PKG_NAME: =python-pyrsistent
11
- PKG_VERSION: =0.16.0
11
+ PKG_VERSION: =0.19.3
12
12
PKG_RELEASE: =1
13
13
14
14
PYPI_NAME: =pyrsistent
15
- PKG_HASH: =28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3
15
+ PKG_HASH: =1a2994773706bbb4995c31a97bc94f1418314923bd1048c6d964837040376440
16
16
17
17
PKG_MAINTAINER: =Josef Schlehofer <
[email protected] >
18
18
PKG_LICENSE: =MIT
@@ -28,12 +28,13 @@ define Package/python3-pyrsistent
28
28
CATEGORY:=Languages
29
29
TITLE:=Persistent/Functional/Immutable data structures
30
30
URL:=https://github.com/tobgu/pyrsistent
31
- DEPENDS:=+python3-light +python3-six
31
+ DEPENDS:=+python3-light
32
32
endef
33
33
34
34
define Package/python3-pyrsistent/description
35
- Pyrsistent is a number of persistent collections (by some referred to as functional data structures).
36
- Persistent in the sense that they are immutable.
35
+ Pyrsistent is a number of persistent collections (by some referred to as
36
+ functional data structures). Persistent in the sense that they are
37
+ immutable.
37
38
endef
38
39
39
40
$(eval $(call Py3Package,python3-pyrsistent))
You can’t perform that action at this time.
0 commit comments