Bug 287128 - [NEW PORT] devel/py-pyutil: Collection of utilities for Python programmers
Summary: [NEW PORT] devel/py-pyutil: Collection of utilities for Python programmers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jesús Daniel Colmenares Oviedo
URL: https://pypi.org/project/pyutil
Keywords:
Depends on:
Blocks: 287130
  Show dependency treegraph
 
Reported: 2025-05-29 01:21 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2025-06-03 20:41 UTC (History)
0 users

See Also:


Attachments
pyutil-3.3.6.patch (3.01 KB, patch)
2025-05-29 01:21 UTC, Jesús Daniel Colmenares Oviedo
dtxdf: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo freebsd_committer freebsd_triage 2025-05-29 01:21:05 UTC
Created attachment 260775 [details]
pyutil-3.3.6.patch

Description:

pyutil is a library of useful Python functions and classes. Many
of these utilities (or their ancestors) were developed originally
by Zooko Wilcox-O'Hearn for the Mojo Nation, Mnet, Allmydata.com
"Mountain View", Tahoe-LAFS, or SimpleGeo's products. Please note
that version 2.X is based on Python 2. Version 3.X will has support
for Python 3.

WWW: https://pypi.org/project/pyutil

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.2-RELEASE, amd64)
Comment 1 Jesús Daniel Colmenares Oviedo freebsd_committer freebsd_triage 2025-05-29 01:36:09 UTC
Description:

pyutil is a library of useful Python functions and classes. Many
of these utilities (or their ancestors) were developed originally
by Zooko Wilcox-O'Hearn for the Mojo Nation, Mnet, Allmydata.com
"Mountain View", Tahoe-LAFS, or SimpleGeo's products. Please note
that version 2.X is based on Python 2. Version 3.X will has support
for Python 3.

WWW: https://pypi.org/project/pyutil

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.2-RELEASE, amd64, JSONUTIL tested)
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2025-06-03 12:35:08 UTC
^Triage: submitter is now committer.
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-06-03 20:34:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=05744778c7264f575bcf0b4d4f935679ed92db13

commit 05744778c7264f575bcf0b4d4f935679ed92db13
Author:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2025-06-03 18:04:57 +0000
Commit:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2025-06-03 20:32:48 +0000

    devel/py-pyutil: New port: Collection of utilities for Python programmers

    pyutil is a library of useful Python functions and classes. Many
    of these utilities (or their ancestors) were developed originally
    by Zooko Wilcox-O'Hearn for the Mojo Nation, Mnet, Allmydata.com
    "Mountain View", Tahoe-LAFS, or SimpleGeo's products. Please note
    that version 2.X is based on Python 2. Version 3.X will has support
    for Python 3.

    PR:             287128
    Approved by:    acm (mentor)

 devel/Makefile                  |  1 +
 devel/py-pyutil/Makefile (new)  | 34 ++++++++++++++++++++++++++++++++++
 devel/py-pyutil/distinfo (new)  |  3 +++
 devel/py-pyutil/pkg-descr (new) |  6 ++++++
 4 files changed, 44 insertions(+)