Skip to content

Commit

Permalink
devel/py-param: New port: Module to make Python code clearer and more…
Browse files Browse the repository at this point in the history
… reliable
  • Loading branch information
yurivict committed Sep 30, 2022
1 parent 0470b45 commit df668c5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -4909,6 +4909,7 @@
SUBDIR += py-p4python
SUBDIR += py-packaging
SUBDIR += py-parallax
SUBDIR += py-param
SUBDIR += py-parameterized
SUBDIR += py-parsedatetime
SUBDIR += py-parsley
Expand Down
19 changes: 19 additions & 0 deletions devel/py-param/Makefile
@@ -0,0 +1,19 @@
PORTNAME= param
DISTVERSION= 1.12.2
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= yuri@FreeBSD.org
COMMENT= Module to make Python code clearer and more reliable
WWW= https://param.holoviz.org/

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

USES= python
USE_PYTHON= distutils autoplist

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-param/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1664489905
SHA256 (param-1.12.2.tar.gz) = f9ccc45c7f329150fc3dca517b4595859199aa08d9cda2ecdebc112bbe718c0f
SIZE (param-1.12.2.tar.gz) = 84760
5 changes: 5 additions & 0 deletions devel/py-param/pkg-descr
@@ -0,0 +1,5 @@
Param is a library for handling all the user-modifiable parameters, arguments,
and attributes that control your code. It provides automatic, robust
error-checking while dramatically reducing boilerplate code, letting you focus
on what you want your code to do rather than on checking for all the possible
ways users could supply inappropriate values to a function or class.

0 comments on commit df668c5

Please sign in to comment.