import ports/textproc/py-jaraco-text, ok bket
This package provides handy routines for dealing with text, such as wrapping, substitution, trimming, stripping, prefix and suffix removal, line continuation, indentation, comment processing, identifier processing, values parsing, case insensitive comparison, and more.
This commit is contained in:
parent
8f7e9bcae0
commit
350b6bf55b
28
textproc/py-jaraco-text/Makefile
Normal file
28
textproc/py-jaraco-text/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
COMMENT= handy routines for dealing with text
|
||||
|
||||
MODPY_EGG_VERSION= 3.10.0
|
||||
DISTNAME= jaraco.text-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
|
||||
CATEGORIES= textproc
|
||||
|
||||
# https://github.com/jaraco/jaraco.text
|
||||
HOMEPAGE= https://jaracotext.readthedocs.io/
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
MODPY_PI= Yes
|
||||
MODPY_PYBUILD= setuptools_scm
|
||||
RUN_DEPENDS= devel/py-jaraco-context${MODPY_FLAVOR} \
|
||||
devel/py-jaraco-functools${MODPY_FLAVOR} \
|
||||
devel/py-more-itertools${MODPY_FLAVOR} \
|
||||
devel/py-autocommand${MODPY_FLAVOR} \
|
||||
textproc/py-inflect${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR= python3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/py-jaraco-text/distinfo
Normal file
2
textproc/py-jaraco-text/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (jaraco.text-3.10.0.tar.gz) = Rnroac0k0RkEVZOFLMKsTpEJd3QBYpVaz6lvNUwXFek=
|
||||
SIZE (jaraco.text-3.10.0.tar.gz) = 15588
|
4
textproc/py-jaraco-text/pkg/DESCR
Normal file
4
textproc/py-jaraco-text/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This package provides handy routines for dealing with text, such as
|
||||
wrapping, substitution, trimming, stripping, prefix and suffix removal,
|
||||
line continuation, indentation, comment processing, identifier processing,
|
||||
values parsing, case insensitive comparison, and more.
|
24
textproc/py-jaraco-text/pkg/PLIST
Normal file
24
textproc/py-jaraco-text/pkg/PLIST
Normal file
@ -0,0 +1,24 @@
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco.text-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco.text-${MODPY_EGG_VERSION}.dist-info/LICENSE
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco.text-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco.text-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco.text-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco.text-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/Lorem ipsum.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}layouts.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}layouts.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}show-newlines.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}show-newlines.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}to-dvorak.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}to-dvorak.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
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/show-newlines.py
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/to-dvorak.py
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/text/to-qwerty.py
|
Loading…
Reference in New Issue
Block a user