Bug 234880 - [new port] devel/py-easyconfig: Library for loading configurations easily
Summary: [new port] devel/py-easyconfig: Library for loading configurations easily
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks: 234897
  Show dependency treegraph
 
Reported: 2019-01-11 19:02 UTC by Antonio Huete Jimenez
Modified: 2019-01-27 15:45 UTC (History)
1 user (show)

See Also:


Attachments
port diff (2.90 KB, patch)
2019-01-11 19:02 UTC, Antonio Huete Jimenez
no flags Details | Diff
poudriere testport output (18.62 KB, text/plain)
2019-01-11 19:03 UTC, Antonio Huete Jimenez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Huete Jimenez 2019-01-11 19:02:47 UTC
Created attachment 201037 [details]
port diff

Hi,

This is the first of five new python packages which are needed to package the tools for the next version of 'devel/opengrok'.

Although the opengrok-tools could be distributed directly with 'devel/opengrok' I think it is much more appropriate to make it a package with its direct dependencies and registered in the system's python pip.

I've attached a 'svn diff' patch and the build log of 'poudriere testport'.

Any thoughts are welcome :)

Regards,
Antonio Huete
Comment 1 Antonio Huete Jimenez 2019-01-11 19:03:34 UTC
Created attachment 201038 [details]
poudriere testport output
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-01-27 15:45:19 UTC
A commit references this bug:

Author: swills
Date: Sun Jan 27 15:44:15 UTC 2019
New revision: 491360
URL: https://svnweb.freebsd.org/changeset/ports/491360

Log:
  devel/py-easyconfig: create port

  A simple library for loading configurations easily in Python,
  inspired by `flask.config`.

  WWW: https://github.com/RussellLuo/easyconfig

  PR:		234880
  Submitted by:	Antonio Huete Jimenez <tuxillo@quantumachine.net>

Changes:
  head/devel/Makefile
  head/devel/py-easyconfig/
  head/devel/py-easyconfig/Makefile
  head/devel/py-easyconfig/distinfo
  head/devel/py-easyconfig/pkg-descr
Comment 3 Steve Wills freebsd_committer freebsd_triage 2019-01-27 15:45:20 UTC
Committed, thanks!