pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc py-jaraco.text: added version 3.10.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15572d2e75b0
branches:  trunk
changeset: 387775:15572d2e75b0
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 06 18:14:38 2022 +0000

description:
py-jaraco.text: added version 3.10.0

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.

diffstat:

 textproc/Makefile                |   3 ++-
 textproc/py-jaraco.text/DESCR    |   4 ++++
 textproc/py-jaraco.text/Makefile |  28 ++++++++++++++++++++++++++++
 textproc/py-jaraco.text/PLIST    |  20 ++++++++++++++++++++
 textproc/py-jaraco.text/distinfo |   5 +++++
 5 files changed, 59 insertions(+), 1 deletions(-)

diffs (90 lines):

diff -r 5d64c5684865 -r 15572d2e75b0 textproc/Makefile
--- a/textproc/Makefile Sun Nov 06 18:12:59 2022 +0000
+++ b/textproc/Makefile Sun Nov 06 18:14:38 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1332 2022/10/27 15:20:24 nikita Exp $
+# $NetBSD: Makefile,v 1.1333 2022/11/06 18:14:38 adam Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -1029,6 +1029,7 @@
 SUBDIR+=       py-itemadapter
 SUBDIR+=       py-itemloaders
 SUBDIR+=       py-jade
+SUBDIR+=       py-jaraco.text
 SUBDIR+=       py-jellyfish
 SUBDIR+=       py-jinja2
 SUBDIR+=       py-jmespath
diff -r 5d64c5684865 -r 15572d2e75b0 textproc/py-jaraco.text/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jaraco.text/DESCR     Sun Nov 06 18:14:38 2022 +0000
@@ -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.
diff -r 5d64c5684865 -r 15572d2e75b0 textproc/py-jaraco.text/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jaraco.text/Makefile  Sun Nov 06 18:14:38 2022 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2022/11/06 18:14:38 adam Exp $
+
+DISTNAME=      jaraco.text-3.10.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.text/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jaraco/jaraco.text
+COMMENT=       Module for text manipulation
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-autocommand-[0-9]*:../../misc/py-autocommand
+DEPENDS+=      ${PYPKGPREFIX}-jaraco.context>=4.1:../../devel/py-jaraco.context
+DEPENDS+=      ${PYPKGPREFIX}-jaraco.functools-[0-9]*:../../devel/py-jaraco.functools
+DEPENDS+=      ${PYPKGPREFIX}-inflect-[0-9]*:../../lang/py-inflect
+DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 38
+DEPENDS+=      ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources
+.endif
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5d64c5684865 -r 15572d2e75b0 textproc/py-jaraco.text/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jaraco.text/PLIST     Sun Nov 06 18:14:38 2022 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/06 18:14:38 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/jaraco/text/Lorem ipsum.txt
+${PYSITELIB}/jaraco/text/__init__.py
+${PYSITELIB}/jaraco/text/__init__.pyc
+${PYSITELIB}/jaraco/text/layouts.py
+${PYSITELIB}/jaraco/text/layouts.pyc
+${PYSITELIB}/jaraco/text/show-newlines.py
+${PYSITELIB}/jaraco/text/show-newlines.pyc
+${PYSITELIB}/jaraco/text/to-dvorak.py
+${PYSITELIB}/jaraco/text/to-dvorak.pyc
+${PYSITELIB}/jaraco/text/to-qwerty.py
+${PYSITELIB}/jaraco/text/to-qwerty.pyc
diff -r 5d64c5684865 -r 15572d2e75b0 textproc/py-jaraco.text/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jaraco.text/distinfo  Sun Nov 06 18:14:38 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/11/06 18:14:38 adam Exp $
+
+BLAKE2s (jaraco.text-3.10.0.tar.gz) = 64abaca053f5264f3ce067bedf88a07a0ce8ed59d7ad54a251087977550672b4
+SHA512 (jaraco.text-3.10.0.tar.gz) = 1c83dc9247e8c55ed20d8768abcb66c3fb4cdfb9ade3744f3d3c3e705b94e376c7b44fdfe242189001d69fbf28fdb5601ff33b1874495b3c2ad9bdd781265f43
+Size (jaraco.text-3.10.0.tar.gz) = 15588 bytes



Home | Main Index | Thread Index | Old Index