FreeBSD Bugzilla – Attachment 194861 Details for
Bug 229497
[NEW PORT] devel/py-backports.os: Backport of new features in Python's os module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-backports.os.patch
py-backports.os.patch (text/plain), 2.85 KB, created by
Kai Knoblich
on 2018-07-03 18:21:42 UTC
(
hide
)
Description:
py-backports.os.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-07-03 18:21:42 UTC
Size:
2.85 KB
patch
obsolete
>Index: py-backports.os/Makefile >=================================================================== >--- py-backports.os/Makefile (nonexistent) >+++ py-backports.os/Makefile (working copy) >@@ -0,0 +1,32 @@ >+# $FreeBSD$ >+ >+PORTNAME= backports.os >+DISTVERSION= 0.1.1 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Backport of new features in Python's os module >+ >+LICENSE= PSFL >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports>=0:devel/py-backports@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} >+ >+USES= python:2.7 >+USE_PYTHON= distutils autoplist >+ >+NO_ARCH= yes >+ >+POST_PLIST= trim-backports-namespace >+ >+post-install: >+ @${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/backports/__init__.py* >+ >+trim-backports-namespace: >+ @${REINPLACE_CMD} '/backports\/__init__.py*/d' ${TMPPLIST} >+ >+.include <bsd.port.mk> > >Property changes on: py-backports.os/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-backports.os/distinfo >=================================================================== >--- py-backports.os/distinfo (nonexistent) >+++ py-backports.os/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1530191181 >+SHA256 (backports.os-0.1.1.tar.gz) = b472c4933094306ca08ec90b2a8cbb50c34f1fb2767775169a1c1650b7b74630 >+SIZE (backports.os-0.1.1.tar.gz) = 12495 > >Property changes on: py-backports.os/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-backports.os/pkg-descr >=================================================================== >--- py-backports.os/pkg-descr (nonexistent) >+++ py-backports.os/pkg-descr (working copy) >@@ -0,0 +1,9 @@ >+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 > >Property changes on: py-backports.os/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229497
: 194861