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)
Sun, Jul 5, 9:01 AM
Unknown Object (File)
Fri, Jul 3, 6:49 PM
Unknown Object (File)
Wed, Jul 1, 6:59 AM
Unknown Object (File)
Sat, Jun 27, 11:10 PM
Unknown Object (File)
May 28 2026, 8:11 AM
Unknown Object (File)
May 22 2026, 8:32 AM
Unknown Object (File)
May 19 2026, 10:52 AM
Unknown Object (File)
May 14 2026, 3:51 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.