[Bug 229499] [NEW PORT] devel/py-schematics-patched: Patched version of schematics that can pickle with multiprocessing

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 3 18:33:13 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229499

            Bug ID: 229499
           Summary: [NEW PORT] devel/py-schematics-patched: Patched
                    version of schematics that can pickle with
                    multiprocessing
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://pypi.org/project/schematics-patched
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: freebsd_ports at k-worx.org
                CC: python at FreeBSD.org

Created attachment 194863
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=194863&action=edit
py-schematics-patched.patch

Hello,

attached is the patch that adds the Python package devel/py-schematics-patched,
that is used to combine types into structures, validate them, and transform the
shapes of your data based on simple descriptions.

Further, it can be used for a range of tasks where having a database involved
may not make sense.

Some common use cases:

- Design and document specific data structures
- Convert structures to and from different formats such as JSON or MsgPack
- Validate API inputs
- Remove fields based on access rights of some data's recipient
- Define message formats for communications protocols, like an RPC
- Custom persistence layers

Note: This is the patched version from the 1.1.x branch that can pickle with
multiprocessing using the old API.


QA:
~~~
- poudriere (11.2-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK
- portlint -> OK

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list