Bug 229497 - [NEW PORT] devel/py-backports.os: Backport of new features in Python's os module
Summary: [NEW PORT] devel/py-backports.os: Backport of new features in Python's os module
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: Martin Wilke
URL: https://pypi.org/project/backports.os/
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-03 18:21 UTC by Kai Knoblich
Modified: 2018-07-28 12:14 UTC (History)
2 users (show)

See Also:


Attachments
py-backports.os.patch (2.85 KB, patch)
2018-07-03 18:21 UTC, Kai Knoblich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-07-03 18:21:42 UTC
Created attachment 194861 [details]
py-backports.os.patch

Hello,

attached is the patch that adds the Python package devel/py-backports.os, that provides backports of new features in Python's os module under the backports namespace.

Backported functionality:

- os.fsencode (new in Python 3.2)
- os.fsdecode (new in Python 3.2)


QA:
~~~
- poudriere (11.2-RELEASE amd64 + i386) -> OK
- portlint -> OK
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-07-28 12:14:34 UTC
A commit references this bug:

Author: miwi
Date: Sat Jul 28 12:13:57 UTC 2018
New revision: 475539
URL: https://svnweb.freebsd.org/changeset/ports/475539

Log:
  This package provides backports of new features in Python's os module under the
  backports namespace.

  Backported functionality:

  - os.fsencode (new in Python 3.2)
  - os.fsdecode (new in Python 3.2)

  WWW: https://github.com/pjdelport/backports.os

  PR:		229497
  Submitted by:	freebsd_ports@k-worx.org
  Sponsored by:	iXsystems Inc.

Changes:
  head/devel/Makefile
  head/devel/py-backports.os/
  head/devel/py-backports.os/Makefile
  head/devel/py-backports.os/distinfo
  head/devel/py-backports.os/pkg-descr