Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-bitstring Import bitstring-3.1.7 from pypi as...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1f3a7c880ee0
branches: trunk
changeset: 437216:1f3a7c880ee0
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Tue Aug 18 20:13:03 2020 +0000
description:
Import bitstring-3.1.7 from pypi as devel/py-bitstring
Python module to create, manipulate, and analyze binary data
diffstat:
devel/py-bitstring/DESCR | 2 ++
devel/py-bitstring/Makefile | 19 +++++++++++++++++++
devel/py-bitstring/PLIST | 5 +++++
devel/py-bitstring/distinfo | 6 ++++++
4 files changed, 32 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r ca8c318f2ac1 -r 1f3a7c880ee0 devel/py-bitstring/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-bitstring/DESCR Tue Aug 18 20:13:03 2020 +0000
@@ -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.
diff -r ca8c318f2ac1 -r 1f3a7c880ee0 devel/py-bitstring/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-bitstring/Makefile Tue Aug 18 20:13:03 2020 +0000
@@ -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"
diff -r ca8c318f2ac1 -r 1f3a7c880ee0 devel/py-bitstring/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-bitstring/PLIST Tue Aug 18 20:13:03 2020 +0000
@@ -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
diff -r ca8c318f2ac1 -r 1f3a7c880ee0 devel/py-bitstring/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-bitstring/distinfo Tue Aug 18 20:13:03 2020 +0000
@@ -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