FreeBSD Bugzilla – Attachment 207911 Details for
Bug 240895
[NEW PORT] devel/py-yamlordereddictloader: YAML loader and dumper for PyYAML allowing to keep keys order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-yamlordereddictloader-0.4.0
py-yamlordereddictloader-0.4.0.patch (text/plain), 1.64 KB, created by
Sergey Akhmatov
on 2019-09-28 11:42:43 UTC
(
hide
)
Description:
py-yamlordereddictloader-0.4.0
Filename:
MIME Type:
Creator:
Sergey Akhmatov
Created:
2019-09-28 11:42:43 UTC
Size:
1.64 KB
patch
obsolete
>Index: devel/py-yamlordereddictloader/Makefile >=================================================================== >--- devel/py-yamlordereddictloader/Makefile (nonexistent) >+++ devel/py-yamlordereddictloader/Makefile (working copy) >@@ -0,0 +1,22 @@ >+# $FreeBSD$ >+ >+PORTNAME= yamlordereddictloader >+DISTVERSION= 0.4.0 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= sergey@akhmatov.ru >+COMMENT= Loader and a dumper for PyYAML allowing to keep items order >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >Index: devel/py-yamlordereddictloader/distinfo >=================================================================== >--- devel/py-yamlordereddictloader/distinfo (nonexistent) >+++ devel/py-yamlordereddictloader/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1569667073 >+SHA256 (yamlordereddictloader-0.4.0.tar.gz) = 7f30f0b99ea3f877f7cb340c570921fa9d639b7f69cba18be051e27f8de2080e >+SIZE (yamlordereddictloader-0.4.0.tar.gz) = 3322 >Index: devel/py-yamlordereddictloader/pkg-descr >=================================================================== >--- devel/py-yamlordereddictloader/pkg-descr (nonexistent) >+++ devel/py-yamlordereddictloader/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+This module provide a loader and a dumper for PyYAML allowing to keep items >+order when loading a file (by putting them in OrderedDict objects) and to >+manage OrderedDict objects when dumping to a file. >+ >+WWW: https://pypi.python.org/pypi/yamlordereddictloader
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
Flags:
sergey
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 240895
: 207911