Bug 275725 - textproc/py-RTFDE: Update to 0.1.1
Summary: textproc/py-RTFDE: Update to 0.1.1
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: Robert Clausecker
URL: https://github.com/seamustuohy/RTFDE/...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-12 15:25 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-02-22 12:34 UTC (History)
1 user (show)

See Also:


Attachments
py-RTFDE-0.1.1.patch (1.67 KB, patch)
2023-12-12 15:25 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 2023-12-12 15:25:04 UTC
Created attachment 247007 [details]
py-RTFDE-0.1.1.patch

Description:

* Pin RTFDE to lark 1.1.8.
* Exclude test modules from being installed as top level module when building the wheel from source.
* Remove unnecessary shebang from non-standalone code.
* Updated all licenses to consistently state LGPLv3.
* Updated python version to v3.8 and removed use of v3.9 byte-manipulation methods.
  - Next major change, when 3.9 is more commonly used, we will push up to 3.9 and revert it forward again

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.0-RELEASE, amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-22 12:33:07 UTC
A commit in branch main references this bug:

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

commit da5f506d29756b1d604cb3691062fd9f021c9edc
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-12-12 15:23:52 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-02-22 12:31:52 +0000

    textproc/py-RTFDE: Update to 0.1.1

    ChangeLog: https://github.com/seamustuohy/RTFDE/releases/tag/0.1.1

    * Pin RTFDE to lark 1.1.8.
    * Exclude test modules from being installed as top level module when building the wheel from source.
    * Remove unnecessary shebang from non-standalone code.
    * Updated all licenses to consistently state LGPLv3.
    * Updated python version to v3.8 and removed use of v3.9 byte-manipulation methods.
      - Next major change, when 3.9 is more commonly used, we will push up to 3.9 and revert it forward again.

    PR:             275725

 textproc/py-RTFDE/Makefile | 2 +-
 textproc/py-RTFDE/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2024-02-22 12:34:03 UTC
Thank you for your contribution.