Skip to content

Commit 2c370a0

Browse files
jefferytolu-zero
authored andcommitted
python-pyparsing: Update to 3.1.1
The package has changed to the flit-core build backend. Signed-off-by: Jeffery To <[email protected]>
1 parent 6ebc40c commit 2c370a0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

lang/python/python-pyparsing/Makefile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@
99
include $(TOPDIR)/rules.mk
1010

1111
PKG_NAME:=python-pyparsing
12-
PKG_VERSION:=2.4.7
13-
PKG_RELEASE:=2
12+
PKG_VERSION:=3.1.1
13+
PKG_RELEASE:=1
1414

1515
PYPI_NAME:=pyparsing
16-
PKG_HASH:=c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1
16+
PKG_HASH:=ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db
1717

1818
PKG_MAINTAINER:=Jan Pavlinec <[email protected]>
1919
PKG_LICENSE:=MIT
2020
PKG_LICENSE_FILES:=LICENSE
2121

22+
PKG_BUILD_DEPENDS:=python-flit-core/host
23+
2224
include ../pypi.mk
2325
include $(INCLUDE_DIR)/package.mk
2426
include ../python3-package.mk
@@ -27,7 +29,7 @@ define Package/python3-pyparsing
2729
SECTION:=lang
2830
CATEGORY:=Languages
2931
SUBMENU:=Python
30-
TITLE:=Library for constructing grammar directly in python
32+
TITLE:=Define and execute parsing grammars
3133
URL:=https://github.com/pyparsing/pyparsing/
3234
DEPENDS:=+python3-light
3335
endef

0 commit comments

Comments
 (0)