Skip to content

Commit 879cddc

Browse files
BKPepecommodo
authored andcommitted
python-pycparser: update to version 2.23
Refresh patch Release notes: https://github.com/eliben/pycparser/releases/tag/release_v2.22 https://github.com/eliben/pycparser/releases/tag/release_v2.23 Signed-off-by: Josef Schlehofer <[email protected]>
1 parent 022f744 commit 879cddc

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

lang/python/python-pycparser/Makefile

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,23 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-pycparser
11-
PKG_VERSION:=2.21
12-
PKG_RELEASE:=2
11+
PKG_VERSION:=2.23
12+
PKG_RELEASE:=1
1313

1414
PYPI_NAME:=pycparser
15-
PKG_HASH:=e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206
15+
PKG_HASH:=78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2
1616

1717
PKG_LICENSE:=BSD-3-Clause
1818
PKG_LICENSE_FILES:=LICENSE
1919
PKG_MAINTAINER:=Jeffery To <[email protected]>
2020

21-
PKG_BUILD_DEPENDS:=python-ply/host # ply==3.10
21+
PKG_BUILD_DEPENDS:= \
22+
python3/host \
23+
python-setuptools/host \
24+
python-ply/host # ply==3.10
2225
HOST_BUILD_DEPENDS:= \
2326
python3/host \
27+
python-setuptools/host \
2428
python-build/host \
2529
python-installer/host \
2630
python-wheel/host \

lang/python/python-pycparser/patches/001-use-external-ply.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
from .c_lexer import CLexer
2525
--- a/setup.py
2626
+++ b/setup.py
27-
@@ -64,7 +64,7 @@ setup(
28-
'Programming Language :: Python :: 3.10',
27+
@@ -61,7 +61,7 @@ setup(
28+
'Programming Language :: Python :: 3.13',
2929
],
30-
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
30+
python_requires=">=3.8",
3131
- packages=['pycparser', 'pycparser.ply'],
3232
+ packages=['pycparser'],
3333
package_data={'pycparser': ['*.cfg']},

0 commit comments

Comments
 (0)