mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to py3-lark-1.3.1
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
COMMENT= parsing toolkit for Python
|
||||
|
||||
MODPY_DISTV= 1.2.2
|
||||
MODPY_DISTV= 1.3.1
|
||||
DISTNAME= lark-${MODPY_DISTV}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= textproc devel
|
||||
|
||||
@@ -14,7 +13,7 @@ HOMEPAGE= https://lark-parser.readthedocs.io/en/latest/
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/python
|
||||
MODPY_PYBUILD= setuptools
|
||||
MODPY_PYBUILD= setuptools_scm
|
||||
MODPY_PI= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (lark-1.2.2.tar.gz) = yoB9AWLNFs7xWo/uy4YtcxnnoJvbE675J5aORQQP7YA=
|
||||
SIZE (lark-1.2.2.tar.gz) = 252132
|
||||
SHA256 (lark-1.3.1.tar.gz) = tCanptbVMYnTGPK2I2q11kKerwklnxyjPrcW7tENKQU=
|
||||
SIZE (lark-1.3.1.tar.gz) = 382732
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
Index: pyproject.toml
|
||||
--- pyproject.toml.orig
|
||||
+++ pyproject.toml
|
||||
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
-requires = ["setuptools>=80", "setuptools-scm>=9.2.2"]
|
||||
+requires = ["setuptools", "setuptools-scm"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
Reference in New Issue
Block a user