Bug 198275

Summary: [NEW PORT] devel/py-atomicwrites: atomic file writes
Product: Ports & Packages Reporter: Maxim Filimonov <che>
Component: Individual Port(s)Assignee: Bartek Rutkowski <robak>
Status: Closed FIXED    
Severity: Affects Only Me CC: che, robak
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
diff for the port
none
make stage && make check-plist && make stage-qa && make package
none
.shar for the port none

Description Maxim Filimonov 2015-03-04 13:37:00 UTC
Created attachment 153776 [details]
diff for the port

The pots tree is missing the mentioned port.

Here's what portlint says on this port I've just created:
% portlint -AC
looks fine.
I've also attached the diff file.
Comment 1 Maxim Filimonov 2015-03-04 13:40:36 UTC
Created attachment 153777 [details]
make stage && make check-plist && make stage-qa && make package
Comment 2 Maxim Filimonov 2015-03-04 13:57:01 UTC
Created attachment 153778 [details]
.shar for the port
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-03-05 13:50:29 UTC
A commit references this bug:

Author: robak
Date: Thu Mar  5 13:50:17 UTC 2015
New revision: 380494
URL: https://svnweb.freebsd.org/changeset/ports/380494

Log:
  New port: devel/py-atomicwrites

  Atomic file writes library for Python, featuring race-free
  assertions, Windows support (although untested) and simple
  high level API.

  WWW: https://github.com/untitaker/python-atomicwrites

  PR:		198275
  Submitted by:	Maxim Filimonov <che@bein.link>

Changes:
  head/devel/Makefile
  head/devel/py-atomicwrites/
  head/devel/py-atomicwrites/Makefile
  head/devel/py-atomicwrites/distinfo
  head/devel/py-atomicwrites/pkg-descr
Comment 4 Bartek Rutkowski freebsd_committer freebsd_triage 2015-03-05 13:53:23 UTC
Committed, with minor adjustments (please, see the port), keep up the good work!