Page MenuHomeFreeBSD

New port: devel/py-debtcollector
ClosedPublic

Authored by novel on Jan 11 2016, 2:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 6:18 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, 2:57 AM
Unknown Object (File)
Dec 16 2023, 9:33 PM
Unknown Object (File)
Aug 31 2023, 1:21 PM
Unknown Object (File)
Aug 27 2023, 2:58 PM
Unknown Object (File)
Aug 13 2023, 12:44 PM
Subscribers

Details

Reviewers
koobs
Group Reviewers
Python
Summary

A collection of Python deprecation patterns and strategies that help you
collect your technical debt in a non-destructive manner.

The goal of this library is to provide well documented developer facing
deprecation patterns that start of with a basic set and can expand into
a larger set of patterns as time goes on. The desired output of these
patterns is to apply the warnings module to emit DeprecationWarning or
PendingDeprecationWarning or similar derivative to developers using
libraries (or potentially applications) about future deprecations.

WWW: http://docs.openstack.org/developer/debtcollector/

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

novel retitled this revision from to New port: devel/py-debtcollector.
novel updated this object.
novel edited the test plan for this revision. (Show Details)
novel added a reviewer: Python.
novel set the repository for this revision to rP FreeBSD ports repository.
koobs requested changes to this revision.Jan 11 2016, 3:54 AM
koobs added a reviewer: koobs.
koobs added a subscriber: koobs.
koobs added inline comments.
py-debtcollector/Makefile
11

COMMENT should match setup.py:description or in this case setup.cfg:summary= with modifications for portlint compliance & length if necessary:

http://git.openstack.org/cgit/openstack/debtcollector/tree/setup.cfg#n3

18

Are you sure this is a RUN_DEPENDS? Many python packages incorrectly set this.

This revision now requires changes to proceed.Jan 11 2016, 3:54 AM
novel edited edge metadata.
novel marked an inline comment as done.
novel added inline comments.
py-debtcollector/Makefile
18

You're right, pbr is not required here.

koobs edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 11 2016, 7:31 PM