Skip to content

Commit

Permalink
devel/py-gelidum: New port: Freeze your python object
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Dec 25, 2022
1 parent a47dd1d commit 1b6885c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -4595,6 +4595,7 @@
SUBDIR += py-game_sdl2
SUBDIR += py-gapic-generator
SUBDIR += py-gast
SUBDIR += py-gelidum
SUBDIR += py-genson
SUBDIR += py-genty
SUBDIR += py-geojson
Expand Down
19 changes: 19 additions & 0 deletions devel/py-gelidum/Makefile
@@ -0,0 +1,19 @@
PORTNAME= gelidum
PORTVERSION= 0.5.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= python@FreeBSD.org
COMMENT= Freeze your python objects
WWW= https://github.com/diegojromerolopez/gelidum

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python:3.7+
USE_PYTHON= distutils autoplist pytest

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-gelidum/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1671908470
SHA256 (gelidum-0.5.8.tar.gz) = 6b56139b4439d9739287a4eb19495d920244c41523e35a4af570b25903bd1e3c
SIZE (gelidum-0.5.8.tar.gz) = 29554
3 changes: 3 additions & 0 deletions devel/py-gelidum/pkg-descr
@@ -0,0 +1,3 @@
gelidum is inspired by the method freeze found in other languages like
Javascript. gelidum tries to make immutable objects to make it easier
avoiding accidental modifications in your code.

0 comments on commit 1b6885c

Please sign in to comment.