File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
lang/python/python-pyparsing Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 9
9
include $(TOPDIR ) /rules.mk
10
10
11
11
PKG_NAME: =python-pyparsing
12
- PKG_VERSION: =2.4.7
13
- PKG_RELEASE: =2
12
+ PKG_VERSION: =3.1.1
13
+ PKG_RELEASE: =1
14
14
15
15
PYPI_NAME: =pyparsing
16
- PKG_HASH: =c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1
16
+ PKG_HASH: =ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db
17
17
18
18
PKG_MAINTAINER: =Jan Pavlinec <
[email protected] >
19
19
PKG_LICENSE: =MIT
20
20
PKG_LICENSE_FILES: =LICENSE
21
21
22
+ PKG_BUILD_DEPENDS: =python-flit-core/host
23
+
22
24
include ../pypi.mk
23
25
include $(INCLUDE_DIR ) /package.mk
24
26
include ../python3-package.mk
@@ -27,7 +29,7 @@ define Package/python3-pyparsing
27
29
SECTION:=lang
28
30
CATEGORY:=Languages
29
31
SUBMENU:=Python
30
- TITLE:=Library for constructing grammar directly in python
32
+ TITLE:=Define and execute parsing grammars
31
33
URL:=https://github.com/pyparsing/pyparsing/
32
34
DEPENDS:=+python3-light
33
35
endef
You can’t perform that action at this time.
0 commit comments