Bug 271050 - textproc/py-transifex-client outdated
Summary: textproc/py-transifex-client outdated
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: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-24 20:18 UTC by Adriaan de Groot
Modified: 2023-04-25 17:34 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adriaan de Groot freebsd_committer freebsd_triage 2023-04-24 20:18:56 UTC
Transifex is retiring the v2 API and has introduced a new go-based client for v3 API. I threw together a port for it (textproc/go-transifex-client) because I needed one Right Now (tm).

The v2 API application doesn't work anymore (april 2023), the API it wants to talk to seems to be dead (or moved to app.transifex.com, I didn't investigate really hard because it's only remaiing until june anyway).

I think the old client should be marked deprecated; feel free, bofh@, to take over the new client if you don't mind maintaing a go-based port.
Comment 1 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2023-04-25 14:42:37 UTC
Will do in my next batch of commits.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-04-25 17:31:48 UTC
A commit in branch main references this bug:

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

commit 013c8593183d1c6bd9acc9e6808cbb70803b0f8f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-24 20:25:05 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-25 17:30:46 +0000

    textproc/py-transifex-client: Mark DEPRECATED

    Transifex is retiring the v2 API and has introduced a new go-based
    client for v3 API. adridg@ has ported the new client which is available
    at textproc/go-transifex-client.

    The v2 API application doesn't work anymore (april 2023), the API it
    wants to talk to seems to be dead or moved to app.transifex.com.

    PR:             271050
    Reported by:    adridg

 textproc/py-transifex-client/Makefile | 3 +++
 1 file changed, 3 insertions(+)
Comment 3 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2023-04-25 17:34:01 UTC
Go is a no go for me. So enjoy your port. :P