pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import rstr 3.2.0 as wip/py-rstr
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Wed Nov 2 17:17:56 2022 +0100
Changeset: 78b5480c1bba40362384bab85765fde79af8368b
Modified Files:
Makefile
Added Files:
py-rstr/DESCR
py-rstr/Makefile
py-rstr/PLIST
py-rstr/distinfo
Log Message:
Import rstr 3.2.0 as wip/py-rstr
rstr is a helper module for easily generating random strings of various types.
It could be useful for fuzz testing, generating dummy data, or other
applications.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=78b5480c1bba40362384bab85765fde79af8368b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-rstr/DESCR | 3 +++
py-rstr/Makefile | 16 ++++++++++++++++
py-rstr/PLIST | 24 ++++++++++++++++++++++++
py-rstr/distinfo | 5 +++++
5 files changed, 49 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 663c5b7e5c..debb358fb4 100644
--- a/Makefile
+++ b/Makefile
@@ -4588,6 +4588,7 @@ SUBDIR+= py-rpaths
SUBDIR+= py-rpncalc
SUBDIR+= py-rql
SUBDIR+= py-rst2html5
+SUBDIR+= py-rstr
SUBDIR+= py-rtree
SUBDIR+= py-ruffus
SUBDIR+= py-rxpy3
diff --git a/py-rstr/DESCR b/py-rstr/DESCR
new file mode 100644
index 0000000000..4f211ac35e
--- /dev/null
+++ b/py-rstr/DESCR
@@ -0,0 +1,3 @@
+rstr is a helper module for easily generating random strings of various types.
+It could be useful for fuzz testing, generating dummy data, or other
+applications.
diff --git a/py-rstr/Makefile b/py-rstr/Makefile
new file mode 100644
index 0000000000..9405792fd5
--- /dev/null
+++ b/py-rstr/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= rstr-3.2.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=r/rstr/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://pypi.org/project/rstr/
+COMMENT= Generate random strings in Python
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-rstr/PLIST b/py-rstr/PLIST
new file mode 100644
index 0000000000..71f567cf2b
--- /dev/null
+++ b/py-rstr/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/rstr/__init__.py
+${PYSITELIB}/rstr/__init__.pyc
+${PYSITELIB}/rstr/py.typed
+${PYSITELIB}/rstr/rstr_base.py
+${PYSITELIB}/rstr/rstr_base.pyc
+${PYSITELIB}/rstr/tests/__init__.py
+${PYSITELIB}/rstr/tests/__init__.pyc
+${PYSITELIB}/rstr/tests/test_package_level_access.py
+${PYSITELIB}/rstr/tests/test_package_level_access.pyc
+${PYSITELIB}/rstr/tests/test_rstr.py
+${PYSITELIB}/rstr/tests/test_rstr.pyc
+${PYSITELIB}/rstr/tests/test_xeger.py
+${PYSITELIB}/rstr/tests/test_xeger.pyc
+${PYSITELIB}/rstr/xeger.py
+${PYSITELIB}/rstr/xeger.pyc
diff --git a/py-rstr/distinfo b/py-rstr/distinfo
new file mode 100644
index 0000000000..f3b2731177
--- /dev/null
+++ b/py-rstr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (rstr-3.2.0.tar.gz) = b8571eb5e3ff86af8d1c79bebf11b04181d1ef78917b54aaa29a623105c600c8
+SHA512 (rstr-3.2.0.tar.gz) = 4e6613c68572c12755f3284baa97477843f39668f0753114a92b9d32c45cb7492fec299818ae4f7ea9bdf511ab715ef1dc0ef7d15af50bcb32fd9208f0e1af6e
+Size (rstr-3.2.0.tar.gz) = 12616 bytes
Home |
Main Index |
Thread Index |
Old Index