Bug 198275 - [NEW PORT] devel/py-atomicwrites: atomic file writes
Summary: [NEW PORT] devel/py-atomicwrites: atomic file writes
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: Bartek Rutkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-04 13:37 UTC by Maxim Filimonov
Modified: 2015-03-05 13:53 UTC (History)
2 users (show)

See Also:


Attachments
diff for the port (2.49 KB, patch)
2015-03-04 13:37 UTC, Maxim Filimonov
no flags Details | Diff
make stage && make check-plist && make stage-qa && make package (3.54 KB, text/plain; charset=us-ascii)
2015-03-04 13:40 UTC, Maxim Filimonov
no flags Details
.shar for the port (1.40 KB, text/plain; charset=us-ascii)
2015-03-04 13:57 UTC, Maxim Filimonov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!