mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to py3-jaraco.text-4.2.0
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
COMMENT= handy routines for dealing with text
|
||||
|
||||
MODPY_DISTV= 4.0.0
|
||||
MODPY_DISTV= 4.2.0
|
||||
DISTNAME= jaraco_text-${MODPY_DISTV}
|
||||
PKGNAME= py-jaraco.text-${MODPY_DISTV}
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES= textproc
|
||||
|
||||
@@ -17,10 +16,11 @@ MODULES= lang/python
|
||||
|
||||
MODPY_PI= Yes
|
||||
MODPY_PYBUILD= setuptools_scm
|
||||
BUILD_DEPENDS= misc/py-coherent.licensed
|
||||
RUN_DEPENDS= devel/py-jaraco-context \
|
||||
devel/py-jaraco-functools \
|
||||
devel/py-more-itertools \
|
||||
devel/py-autocommand
|
||||
devel/py-typer
|
||||
TEST_DEPENDS= textproc/py-inflect
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (jaraco_text-4.0.0.tar.gz) = W3H+zqaatvk51MkGwE/uHtp2UA0WQRF99uxFuGXxDbA=
|
||||
SIZE (jaraco_text-4.0.0.tar.gz) = 17009
|
||||
SHA256 (jaraco_text-4.2.0.tar.gz) = GU44aqWxWmYWAZ34emspwA/TyciwR1cxtkYzynr9SVs=
|
||||
SIZE (jaraco_text-4.2.0.tar.gz) = 20077
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
typer-slim conflicts with typer, and is essentially the same but it
|
||||
skips some runtime deps.
|
||||
|
||||
Index: pyproject.toml
|
||||
--- pyproject.toml.orig
|
||||
+++ pyproject.toml
|
||||
@@ -26,7 +26,7 @@ dependencies = [
|
||||
"jaraco.context >= 4.1",
|
||||
"jaraco.functools",
|
||||
"more_itertools",
|
||||
- "typer-slim",
|
||||
+ "typer",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
@@ -16,6 +16,7 @@ lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}to-dvorak.$
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}to-qwerty.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}to-qwerty.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/layouts.py
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/py.typed
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/show-newlines.py
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/strip-prefix.py
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/to-dvorak.py
|
||||
|
||||
Reference in New Issue
Block a user