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)
Tue, Apr 9, 9:11 PM
Unknown Object (File)
Jan 18 2024, 7:08 PM
Unknown Object (File)
Jan 18 2024, 7:06 PM
Unknown Object (File)
Jan 18 2024, 7:06 PM
Unknown Object (File)
Jan 6 2024, 11:27 AM
Unknown Object (File)
Jan 6 2024, 11:26 AM
Unknown Object (File)
Dec 20 2023, 4:54 AM
Unknown Object (File)
Nov 8 2023, 7:29 AM
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.