mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
devel/py-rstr: Add py-rstr 2.2.6
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. It has no dependencies outside the standard library. WWW: https://github.com/leapfrogonline/rstr
This commit is contained in:
parent
cd80f4c4bf
commit
9b34e11894
4 changed files with 31 additions and 0 deletions
|
@ -5088,6 +5088,7 @@
|
|||
SUBDIR += py-rply
|
||||
SUBDIR += py-rq
|
||||
SUBDIR += py-rq-scheduler
|
||||
SUBDIR += py-rstr
|
||||
SUBDIR += py-rtree
|
||||
SUBDIR += py-rtslib-fb
|
||||
SUBDIR += py-ruamel.yaml
|
||||
|
|
20
devel/py-rstr/Makefile
Normal file
20
devel/py-rstr/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= rstr
|
||||
PORTVERSION= 2.2.6
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Generate random strings in Python
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-rstr/distinfo
Normal file
3
devel/py-rstr/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1620928527
|
||||
SHA256 (rstr-2.2.6.tar.gz) = 5dea822326e418e0c9816c9cd14ae9c7be2d4cd4334043c397f202bc2ae2eda4
|
||||
SIZE (rstr-2.2.6.tar.gz) = 11197
|
7
devel/py-rstr/pkg-descr
Normal file
7
devel/py-rstr/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
||||
|
||||
It has no dependencies outside the standard library.
|
||||
|
||||
WWW: https://github.com/leapfrogonline/rstr
|
Loading…
Add table
Reference in a new issue