pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-bitstring



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Tue Aug 18 20:13:04 UTC 2020

Added Files:
        pkgsrc/devel/py-bitstring: DESCR Makefile PLIST distinfo

Log Message:
Import bitstring-3.1.7 from pypi as devel/py-bitstring

Python module to create, manipulate, and analyze binary data


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-bitstring/DESCR \
    pkgsrc/devel/py-bitstring/Makefile pkgsrc/devel/py-bitstring/PLIST \
    pkgsrc/devel/py-bitstring/distinfo

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

Added files:

Index: pkgsrc/devel/py-bitstring/DESCR
diff -u /dev/null pkgsrc/devel/py-bitstring/DESCR:1.1
--- /dev/null   Tue Aug 18 20:13:04 2020
+++ pkgsrc/devel/py-bitstring/DESCR     Tue Aug 18 20:13:03 2020
@@ -0,0 +1,2 @@
+bitstring is a pure Python module that makes the creation, manipulation
+and analysis of binary data as simple and natural as possible.
Index: pkgsrc/devel/py-bitstring/Makefile
diff -u /dev/null pkgsrc/devel/py-bitstring/Makefile:1.1
--- /dev/null   Tue Aug 18 20:13:04 2020
+++ pkgsrc/devel/py-bitstring/Makefile  Tue Aug 18 20:13:03 2020
@@ -0,0 +1,19 @@
+#      $NetBSD: Makefile,v 1.1 2020/08/18 20:13:03 riastradh Exp $
+
+DISTNAME=      bitstring-3.1.7
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bitstring/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/scott-griffiths/bitstring
+COMMENT=       Python module to create, manipulate, and analyze binary data
+LICENSE=       mit
+
+do-test:
+       ${RUN} cd ${WRKSRC}/test && \
+       ${SETENV} ${TEST_ENV} \
+       ${PYTHONBIN} -m unittest discover
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-bitstring/PLIST
diff -u /dev/null pkgsrc/devel/py-bitstring/PLIST:1.1
--- /dev/null   Tue Aug 18 20:13:04 2020
+++ pkgsrc/devel/py-bitstring/PLIST     Tue Aug 18 20:13:03 2020
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/18 20:13:03 riastradh Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/bitstring.py
+${PYSITELIB}/bitstring.pyc
+${PYSITELIB}/bitstring.pyo
Index: pkgsrc/devel/py-bitstring/distinfo
diff -u /dev/null pkgsrc/devel/py-bitstring/distinfo:1.1
--- /dev/null   Tue Aug 18 20:13:04 2020
+++ pkgsrc/devel/py-bitstring/distinfo  Tue Aug 18 20:13:03 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/18 20:13:03 riastradh Exp $
+
+SHA1 (bitstring-3.1.7.tar.gz) = 46c3b9725779e816ac9c0c02d536921c131d0c05
+RMD160 (bitstring-3.1.7.tar.gz) = 2f0c442431ab73694074c257567ff0b8dce0ad7f
+SHA512 (bitstring-3.1.7.tar.gz) = 3c05222b6a6a885664adebb1ea455ef4e199c91698b89bc136a7d3f5f7ceb38868c9883509ba4067c163e1521f85c36abbff9763a590cbfa99705fd08d2a6a6f
+Size (bitstring-3.1.7.tar.gz) = 195788 bytes



Home | Main Index | Thread Index | Old Index