Bug 266139 - net/py-stomp.py: Update to 8.0.1
Summary: net/py-stomp.py: Update to 8.0.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: Dan Langille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-31 17:59 UTC by Dan Langille
Modified: 2022-10-11 19:29 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (james)


Attachments
Update to 8.0.1 (1.41 KB, text/plain)
2022-08-31 17:59 UTC, Dan Langille
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Langille freebsd_committer freebsd_triage 2022-08-31 17:59:08 UTC
Created attachment 236267 [details]
Update to 8.0.1

This port was last updated in 2017 - shall we update it now.

If the maintainer is no longer interested, I'm happy to take over as maintainer.
Comment 1 Dan Langille freebsd_committer freebsd_triage 2022-09-06 15:06:46 UTC
@wen are you interested in becoming maintainer.
Comment 2 Wen Heping freebsd_committer freebsd_triage 2022-09-06 23:34:37 UTC
(In reply to Dan Langille from comment #1)
I would maintain it if current maintainer lost interesting to maintain it.

wen
Comment 3 Dan Langille freebsd_committer freebsd_triage 2022-09-17 18:22:57 UTC
(In reply to Wen Heping from comment #2)

maintainer timeout has been reached. If you would like to commit, please proceed.
Comment 4 Wen Heping freebsd_committer freebsd_triage 2022-09-20 12:58:02 UTC
Sorry, I did not notice submitter is committer.

wen
Comment 5 Dan Langille freebsd_committer freebsd_triage 2022-09-20 13:22:10 UTC
(In reply to Wen Heping from comment #4)
I am happy for you to be the committer. :)
Comment 6 Dan Langille freebsd_committer freebsd_triage 2022-10-03 20:20:14 UTC
Maintainer timeout. Proceeding.
Comment 7 commit-hook freebsd_committer freebsd_triage 2022-10-03 20:27:46 UTC
A commit in branch main references this bug:

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

commit 6d4557b649a4516c340ee06347fce1c355278c26
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2022-10-03 20:24:49 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2022-10-03 20:24:49 +0000

    net/py-stomp.py: Update to 8.0.1

    PR:             266139
    Approved by:    maintainer (timeout)

 net/py-stomp.py/Makefile                |  5 +++--
 net/py-stomp.py/distinfo                |  6 +++---
 net/py-stomp.py/files/patch-2to3 (gone) | 13 -------------
 3 files changed, 6 insertions(+), 18 deletions(-)
Comment 8 Dan Langille freebsd_committer freebsd_triage 2022-10-03 20:28:22 UTC
Committed, thank you for your help.
Comment 9 Juraj Lutter freebsd_committer freebsd_triage 2022-10-11 08:09:18 UTC
Dan,

please add also:

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.2:devel/py-docopt@${PY_FLAVOR}

and bump PORTREVISION (and also pet portclippy, portfmt and portlint, when you'll be at it).

Otherwise, stomp client yields:

  File "/usr/local/lib/python3.8/site-packages/stomp/__main__.py", line 40, in <module>
    from docopt import docopt
ModuleNotFoundError: No module named 'docopt'
Comment 10 Dan Langille freebsd_committer freebsd_triage 2022-10-11 19:06:49 UTC
(In reply to Juraj Lutter from comment #9)

portclippy seems to not be in the ports tree.
Comment 11 Juraj Lutter freebsd_committer freebsd_triage 2022-10-11 19:13:13 UTC
It is in ports-mgmt/portfmt
Comment 12 commit-hook freebsd_committer freebsd_triage 2022-10-11 19:29:13 UTC
A commit in branch main references this bug:

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

commit aaf4428824f073d6fe4b786ddb3d66643351919d
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2022-10-11 19:27:07 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2022-10-11 19:27:55 +0000

    net/py-stomp.py: Put TEST after RUN depends

    My previous commit (8da076c54ef27d9f60202d791d20c94b56400187) should
    have also referenced this PR.
    PR:             266139

 net/py-stomp.py/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)