FreeBSD Bugzilla – Attachment 245365 Details for
Bug 274204
[NEW PORT] devel/py-red-black-tree-mod: Flexible python implementation of red black trees
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
red-black-tree-mod-1.21.patch
0001-devel-py-red-black-tree-mod-New-port-Flexible-python.patch (text/plain), 2.68 KB, created by
Jesús Daniel Colmenares Oviedo
on 2023-10-01 22:20:56 UTC
(
hide
)
Description:
red-black-tree-mod-1.21.patch
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2023-10-01 22:20:56 UTC
Size:
2.68 KB
patch
obsolete
>From 30be0bc50c38f74302fac319b2852d9751a6d7ed Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Sun, 1 Oct 2023 18:15:34 -0400 >Subject: [PATCH] devel/py-red-black-tree-mod: New port: Flexible python > implementation of red black trees > >red-black-tree-mod is a pair of python modules implementing red >black trees. > >Red-black trees are a little slower than treaps, but they give a >nice low standard deviation in operation times, and this code is >rather flexible. > >A module is provided for red black trees that enforce uniqueness. >They allow for set-like use and dictionary-like use. > >WWW: https://stromberg.dnsalias.org/~strombrg/red-black-tree-mod >--- > devel/py-red-black-tree-mod/Makefile | 20 ++++++++++++++++++++ > devel/py-red-black-tree-mod/distinfo | 3 +++ > devel/py-red-black-tree-mod/pkg-descr | 9 +++++++++ > 3 files changed, 32 insertions(+) > create mode 100644 devel/py-red-black-tree-mod/Makefile > create mode 100644 devel/py-red-black-tree-mod/distinfo > create mode 100644 devel/py-red-black-tree-mod/pkg-descr > >diff --git a/devel/py-red-black-tree-mod/Makefile b/devel/py-red-black-tree-mod/Makefile >new file mode 100644 >index 0000000000..7d87f2aea1 >--- /dev/null >+++ b/devel/py-red-black-tree-mod/Makefile >@@ -0,0 +1,20 @@ >+PORTNAME= red-black-tree-mod >+DISTVERSION= 1.21 >+CATEGORIES= devel python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= DtxdF@disroot.org >+COMMENT= Flexible python implementation of red black trees >+WWW= https://stromberg.dnsalias.org/~strombrg/${PORTNAME} \ >+ https://pypi.org/project/${PORTNAME} >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >diff --git a/devel/py-red-black-tree-mod/distinfo b/devel/py-red-black-tree-mod/distinfo >new file mode 100644 >index 0000000000..226f0aebf3 >--- /dev/null >+++ b/devel/py-red-black-tree-mod/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1696185588 >+SHA256 (red-black-tree-mod-1.21.tar.gz) = f4e06ac7942db836e93dc4db45f1e8302c5ff98a797e8d14565d971f262ef25c >+SIZE (red-black-tree-mod-1.21.tar.gz) = 32735 >diff --git a/devel/py-red-black-tree-mod/pkg-descr b/devel/py-red-black-tree-mod/pkg-descr >new file mode 100644 >index 0000000000..cb0c2a2490 >--- /dev/null >+++ b/devel/py-red-black-tree-mod/pkg-descr >@@ -0,0 +1,9 @@ >+red-black-tree-mod is a pair of python modules implementing red >+black trees. >+ >+Red-black trees are a little slower than treaps, but they give a >+nice low standard deviation in operation times, and this code is >+rather flexible. >+ >+A module is provided for red black trees that enforce uniqueness. >+They allow for set-like use and dictionary-like use. >-- >2.41.0 >
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
Flags:
DtxdF
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 274204
: 245365