FreeBSD Bugzilla – Attachment 230148 Details for
Bug 260444
New port: devel/py-frozenlist 1.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
py-frozenlist.diff (text/plain), 1.71 KB, created by
Brad Davis
on 2021-12-15 19:07:55 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2021-12-15 19:07:55 UTC
Size:
1.71 KB
patch
obsolete
>diff --git a/devel/Makefile b/devel/Makefile >index eae57f393..3baa42f66 100644 >--- a/devel/Makefile >+++ b/devel/Makefile >@@ -4535,6 +4535,7 @@ > SUBDIR += py-freezegun > SUBDIR += py-frictionless > SUBDIR += py-frozendict >+ SUBDIR += py-frozenlist > SUBDIR += py-fs > SUBDIR += py-fs2 > SUBDIR += py-fsspec >diff --git a/devel/py-frozenlist/Makefile b/devel/py-frozenlist/Makefile >new file mode 100644 >index 000000000..912284a3d >--- /dev/null >+++ b/devel/py-frozenlist/Makefile >@@ -0,0 +1,18 @@ >+PORTNAME= frozenlist >+PORTVERSION= 1.2.0 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= python@FreeBSD.org >+COMMENT= A list-like structure which implements collections.abc.MutableSequence >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USES= python:3.6+ >+USE_PYTHON= autoplist distutils >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >diff --git a/devel/py-frozenlist/distinfo b/devel/py-frozenlist/distinfo >new file mode 100644 >index 000000000..d9ef02db7 >--- /dev/null >+++ b/devel/py-frozenlist/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1639526623 >+SHA256 (frozenlist-1.2.0.tar.gz) = 68201be60ac56aff972dc18085800b6ee07973c49103a8aba669dee3d71079de >+SIZE (frozenlist-1.2.0.tar.gz) = 65634 >diff --git a/devel/py-frozenlist/pkg-descr b/devel/py-frozenlist/pkg-descr >new file mode 100644 >index 000000000..dd3c26e89 >--- /dev/null >+++ b/devel/py-frozenlist/pkg-descr >@@ -0,0 +1,6 @@ >+The list is mutable until FrozenList.freeze() is called, after which >+list modifications raise RuntimeError. A FrozenList instance is >+hashable, but only when frozen. Attempts to hash a non-frozen instance >+will result in a RuntimeError exception. >+ >+WWW: https://github.com/aio-libs/frozenlist
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 260444
:
230148
|
230178