Page MenuHomeFreeBSD

New port: devel/py-oslo.i18n
ClosedPublic

Authored by novel on Jan 11 2016, 1:39 AM.
Tags
Referenced Files
Unknown Object (File)
Thu, Sep 25, 3:38 AM
Unknown Object (File)
Sat, Sep 20, 2:13 AM
Unknown Object (File)
Sep 2 2025, 1:12 PM
Unknown Object (File)
Aug 28 2025, 12:56 AM
Unknown Object (File)
Aug 22 2025, 6:38 PM
Unknown Object (File)
Aug 14 2025, 9:07 PM
Unknown Object (File)
Jul 30 2025, 10:04 PM
Unknown Object (File)
Jul 25 2025, 10:43 PM
Subscribers

Details

Reviewers
koobs
Group Reviewers
Python
Commits
rP406087: New port: devel/py-oslo.i18n
Summary

The oslo.i18n library contain utilities for working with
internationalization (i18n) features, especially translation
for text strings in an application or library.

WWW: http://wiki.openstack.org/wiki/Oslo#oslo.i18n

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

novel retitled this revision from to New port: devel/py-oslo.i18n.
novel updated this object.
novel edited the test plan for this revision. (Show Details)
novel set the repository for this revision to rP FreeBSD ports repository.
novel added a project: Python.
novel added a reviewer: Python.

Drop pbr from RUN_DEPENDS, it's not needed here.

koobs added inline comments.
py-oslo.i18n/Makefile
13 ↗(On Diff #12128)

If you're only adding this because pbr needs it, I'm going to fix it with:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206121

We in almost all cases, only want to declare 'actual' dependencies, whether they are incorrectly specified in setup.{py,cfg} or otherwise.

Let me know if the above if or isn't the case

py-oslo.i18n/Makefile
13 ↗(On Diff #12128)
This revision is now accepted and ready to land.Jan 13 2016, 3:56 PM
This revision was automatically updated to reflect the committed changes.