pkgsrc-WIP-changes archive

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

cramjam: 2.5.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sun Apr 10 14:09:22 2022 -0700
Changeset:	f1b176f85f53329b3636f1ac967ccb258b7e6773

Added Files:
	py-cramjam/DESCR
	py-cramjam/Makefile
	py-cramjam/PLIST
	py-cramjam/distinfo

Log Message:
cramjam: 2.5.0

A python bindings to encryption/decryption routines in Rust

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

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

diffstat:
 py-cramjam/DESCR    |  3 +++
 py-cramjam/Makefile | 22 ++++++++++++++++++++++
 py-cramjam/PLIST    | 10 ++++++++++
 py-cramjam/distinfo |  5 +++++
 4 files changed, 40 insertions(+)

diffs:
diff --git a/py-cramjam/DESCR b/py-cramjam/DESCR
new file mode 100644
index 0000000000..a30d6f8482
--- /dev/null
+++ b/py-cramjam/DESCR
@@ -0,0 +1,3 @@
+Extremely thin Python bindings to de/compression algorithms
+in Rust. Allows for using algorithms such as Snappy,
+without any system dependencies.
diff --git a/py-cramjam/Makefile b/py-cramjam/Makefile
new file mode 100644
index 0000000000..a36c29a0a5
--- /dev/null
+++ b/py-cramjam/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	cramjam-2.5.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/cramjam/}
+
+MAINTAINER=	matthewd%fastmail.us@localhost
+HOMEPAGE=	https://github.com/milesgranger/pyrus-cramjam
+COMMENT=	Extremely thin Python bindings to de/compression algorithms in Rust
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-maturin-[0-9]*:../../wip/py-maturin
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+do-test:
+	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m pytest -s tests
+
+USE_LANGUAGES=	c
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-cramjam/PLIST b/py-cramjam/PLIST
new file mode 100644
index 0000000000..0acda69542
--- /dev/null
+++ b/py-cramjam/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/cramjam/__init__.py
+${PYSITELIB}/cramjam/__init__.pyc
+${PYSITELIB}/cramjam/cramjam.so
diff --git a/py-cramjam/distinfo b/py-cramjam/distinfo
new file mode 100644
index 0000000000..42f5aaf359
--- /dev/null
+++ b/py-cramjam/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (cramjam-2.5.0.tar.gz) = a649034d949ee90afff97c8ca46fd87ead29722869b5a83a1e07c5b54e181427
+SHA512 (cramjam-2.5.0.tar.gz) = 2d630d9284888a48df303467d266ac11791a46dc74fd7f967be3100b352d3ade38d4fae416d0aa7b9beae8bc2deff9c242e720f9138aa94bf0c8c4aca262cb6a
+Size (cramjam-2.5.0.tar.gz) = 1051074 bytes


Home | Main Index | Thread Index | Old Index