Bug 225382

Summary: [NEW PORT] textproc/py-xml-default-dict: Simple lib to convert xml data into a defaultdict
Product: Ports & Packages Reporter: Silvio Ap Silva <contato>
Component: Individual Port(s)Assignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Some People CC: contato, dbaio
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/kanazux/xml-default-dict
Attachments:
Description Flags
Shar file for a new port none

Description Silvio Ap Silva 2018-01-22 17:28:27 UTC
Created attachment 189973 [details]
Shar file for a new port

A new port to convert xml data from a file into a defaultdict from the python default lib collections.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-01-27 12:55:06 UTC
A commit references this bug:

Author: dbaio
Date: Sat Jan 27 12:54:09 UTC 2018
New revision: 460120
URL: https://svnweb.freebsd.org/changeset/ports/460120

Log:
  Add textproc/py-xml-default-dict: Python scripts to convert xml data into a defaultdict

  Simple lib to convert xml file into a defaultdict from python collections lib,
  making more easy use the dict to accesses some tags of xml data.

  WWW: https://github.com/kanazux/xml-default-dict

  PR:		225382
  Submitted by:	Silvio Ap Silva <contato@kanazuchi.com>

Changes:
  head/textproc/Makefile
  head/textproc/py-xml-default-dict/
  head/textproc/py-xml-default-dict/Makefile
  head/textproc/py-xml-default-dict/distinfo
  head/textproc/py-xml-default-dict/pkg-descr
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2018-01-27 12:55:58 UTC
Committed, thanks!