Bug 234880

Summary: [new port] devel/py-easyconfig: Library for loading configurations easily
Product: Ports & Packages Reporter: Antonio Huete Jimenez <tuxillo>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: swills
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 234897    
Attachments:
Description Flags
port diff
none
poudriere testport output none

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!