pkgsrc-WIP-changes archive

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

wip/py-google-crc32c: import py-google-crc32c 1.0.0



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Oct 25 14:39:44 2020 +0100
Changeset:	3c4af64882a700ea699706156f9796fc5e97f3c4

Added Files:
	py-google-crc32c/DESCR
	py-google-crc32c/Makefile
	py-google-crc32c/PLIST
	py-google-crc32c/distinfo

Log Message:
wip/py-google-crc32c: import py-google-crc32c 1.0.0

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

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

diffstat:
 py-google-crc32c/DESCR    |  3 +++
 py-google-crc32c/Makefile | 19 +++++++++++++++++++
 py-google-crc32c/PLIST    | 22 ++++++++++++++++++++++
 py-google-crc32c/distinfo |  6 ++++++
 4 files changed, 50 insertions(+)

diffs:
diff --git a/py-google-crc32c/DESCR b/py-google-crc32c/DESCR
new file mode 100644
index 0000000000..b0cf5a09ca
--- /dev/null
+++ b/py-google-crc32c/DESCR
@@ -0,0 +1,3 @@
+This package wraps the google/crc32c hardware-based implementation
+of the CRC32C hashing algorithm. Multiple wheels are distributed
+as well as source
diff --git a/py-google-crc32c/Makefile b/py-google-crc32c/Makefile
new file mode 100644
index 0000000000..bd869e7783
--- /dev/null
+++ b/py-google-crc32c/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+VERS=		1.0.0
+DISTNAME=	google-crc32c-${VERS}
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=g/${DISTNAME:S/${VERS}//}/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/googleapis/python-crc32c
+COMMENT=	Python wrapper of the C library Google CRC32C
+LICENSE=	apache-2.0
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+DEPENDS+=	${PYPKGPREFIX}-cffi>=1.14.3:../../devel/py-cffi
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-google-crc32c/PLIST b/py-google-crc32c/PLIST
new file mode 100644
index 0000000000..22c6e68acd
--- /dev/null
+++ b/py-google-crc32c/PLIST
@@ -0,0 +1,22 @@
+@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}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/google_crc32c/__config__.py
+${PYSITELIB}/google_crc32c/__config__.pyc
+${PYSITELIB}/google_crc32c/__config__.pyo
+${PYSITELIB}/google_crc32c/__init__.py
+${PYSITELIB}/google_crc32c/__init__.pyc
+${PYSITELIB}/google_crc32c/__init__.pyo
+${PYSITELIB}/google_crc32c/_checksum.py
+${PYSITELIB}/google_crc32c/_checksum.pyc
+${PYSITELIB}/google_crc32c/_checksum.pyo
+${PYSITELIB}/google_crc32c/cffi.py
+${PYSITELIB}/google_crc32c/cffi.pyc
+${PYSITELIB}/google_crc32c/cffi.pyo
+${PYSITELIB}/google_crc32c/python.py
+${PYSITELIB}/google_crc32c/python.pyc
+${PYSITELIB}/google_crc32c/python.pyo
diff --git a/py-google-crc32c/distinfo b/py-google-crc32c/distinfo
new file mode 100644
index 0000000000..b00c300ab6
--- /dev/null
+++ b/py-google-crc32c/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (google-crc32c-1.0.0.tar.gz) = 4461562071dad46c223e4c72cb1e42131a798adf
+RMD160 (google-crc32c-1.0.0.tar.gz) = a3dbf2e44bdea1dac6e8f309e077f13e37b32691
+SHA512 (google-crc32c-1.0.0.tar.gz) = b1d607d03924fcb79e66b8a90ef08fcc16f0f597f1996d6e0fa0740e8ae88d290bb2bd8ef56e4313fe226b28c1631fb4a1a3e5e27395fe733623d2038b617818
+Size (google-crc32c-1.0.0.tar.gz) = 10658 bytes


Home | Main Index | Thread Index | Old Index