diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-07 17:46:50 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-07 18:10:51 +0000 |
commit | 244a84012fd5b5fca19495363064695e871f3223 (patch) | |
tree | c38dd58dc9066e4fd6c5dfb800909ac91238c16e /math/py-gym-notices | |
parent | 45fee563f96cbe7d03f20bea8e5aa3a9ada1048a (diff) |
Diffstat (limited to 'math/py-gym-notices')
-rw-r--r-- | math/py-gym-notices/Makefile | 20 | ||||
-rw-r--r-- | math/py-gym-notices/distinfo | 3 | ||||
-rw-r--r-- | math/py-gym-notices/pkg-descr | 9 |
3 files changed, 32 insertions, 0 deletions
diff --git a/math/py-gym-notices/Makefile b/math/py-gym-notices/Makefile new file mode 100644 index 000000000000..32eacaa2c605 --- /dev/null +++ b/math/py-gym-notices/Makefile @@ -0,0 +1,20 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= gym-notices +PORTVERSION= 0.0.4 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Notices for gym + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/math/py-gym-notices/distinfo b/math/py-gym-notices/distinfo new file mode 100644 index 000000000000..e688c676a5c6 --- /dev/null +++ b/math/py-gym-notices/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1646057854 +SHA256 (gym-notices-0.0.4.tar.gz) = c490570fa91acafe25768f9877cc0dfe0700d68fb25dc9dfa84512e4bcf01805 +SIZE (gym-notices-0.0.4.tar.gz) = 2531 diff --git a/math/py-gym-notices/pkg-descr b/math/py-gym-notices/pkg-descr new file mode 100644 index 000000000000..fc15180ddf7e --- /dev/null +++ b/math/py-gym-notices/pkg-descr @@ -0,0 +1,9 @@ +Gym notices may be displayed on import on internet connected systems, in order +to give notices if versions have major reproducibility issues, are very old and +need to be upgraded, or other similar issues. If you're using a current version +of Gym and nothing extraordinary happens, you'll never see a message from this, +but I want start including the option to prevent future issues. By pulling the +error messages from a public git repository, there's absolute transparency and +versioning in the process. + +WWW: https://github.com/Farama-Foundation/gym-notices |