pkgsrc-WIP-changes archive

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

py-lzstring: LZ-based in-memory string compression



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Jul 20 07:33:15 2023 -0500
Changeset:	120a0f7a330d83c388d7fce1e2c849d3ae264805

Modified Files:
	Makefile
Added Files:
	py-lzstring/DESCR
	py-lzstring/Makefile
	py-lzstring/PLIST
	py-lzstring/distinfo

Log Message:
py-lzstring: LZ-based in-memory string compression

LZ-based, in-memory string compression module, based on the LZ-String
javascript module.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=120a0f7a330d83c388d7fce1e2c849d3ae264805

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 +
 py-lzstring/DESCR    |  2 ++
 py-lzstring/Makefile | 19 +++++++++++++++++++
 py-lzstring/PLIST    |  9 +++++++++
 py-lzstring/distinfo |  5 +++++
 5 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 01108005a1..e02ecebf08 100644
--- a/Makefile
+++ b/Makefile
@@ -4027,6 +4027,7 @@ SUBDIR+=	py-luminous
 SUBDIR+=	py-lxmf
 SUBDIR+=	py-lxmlproc
 SUBDIR+=	py-lzma
+SUBDIR+=	py-lzstring
 SUBDIR+=	py-macs2
 SUBDIR+=	py-macs3
 SUBDIR+=	py-magnitude
diff --git a/py-lzstring/DESCR b/py-lzstring/DESCR
new file mode 100644
index 0000000000..c9002a13bd
--- /dev/null
+++ b/py-lzstring/DESCR
@@ -0,0 +1,2 @@
+LZ-based, in-memory string compression module, based on the LZ-String
+javascript module.
diff --git a/py-lzstring/Makefile b/py-lzstring/Makefile
new file mode 100644
index 0000000000..1fedd6e0b6
--- /dev/null
+++ b/py-lzstring/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Thu Jul 20 07:30:54 CDT 2023               #
+###########################################################
+
+DISTNAME=	lzstring-1.0.4
+PKGNAME=	${PYPKGPREFIX}-lzstring-1.0.4
+CATEGORIES=	archivers
+MASTER_SITES=	${MASTER_SITE_PYPI:=l/lzstring/}
+
+OWNER=		bacon%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/lzstring
+COMMENT=	LZ-based in-memory string compression
+LICENSE=	mit
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-lzstring/PLIST b/py-lzstring/PLIST
new file mode 100644
index 0000000000..3fe39d669d
--- /dev/null
+++ b/py-lzstring/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/lzstring/__init__.py
+${PYSITELIB}/lzstring/__init__.pyc
+${PYSITELIB}/lzstring/__init__.pyo
diff --git a/py-lzstring/distinfo b/py-lzstring/distinfo
new file mode 100644
index 0000000000..e56c53bb95
--- /dev/null
+++ b/py-lzstring/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (lzstring-1.0.4.tar.gz) = b8e32b037aa01162e1b884ae5c5e82c3617e7cef707aa71e317905c11d8dd2fb
+SHA512 (lzstring-1.0.4.tar.gz) = 0d61fe04402aaa5325d3ab555b9b83132048124a2ff11ae3a947a188d5507f1043b0522fcb7024009d75cf3efd3afbb64d24c238c4c2181346a823c77cb4ea02
+Size (lzstring-1.0.4.tar.gz) = 4256 bytes


Home | Main Index | Thread Index | Old Index