FreeBSD Bugzilla – Attachment 193925 Details for
Bug 228686
[NEW PORT] textproc/py-reno: RElease NOtes manager
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-reno.patch
py-reno.patch (text/plain), 4.65 KB, created by
Kai Knoblich
on 2018-06-02 14:41:09 UTC
(
hide
)
Description:
py-reno.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-06-02 14:41:09 UTC
Size:
4.65 KB
patch
obsolete
>Index: py-reno/Makefile >=================================================================== >--- py-reno/Makefile (nonexistent) >+++ py-reno/Makefile (working copy) >@@ -0,0 +1,29 @@ >+# $FreeBSD$ >+ >+PORTNAME= reno >+DISTVERSION= 2.9.2 >+CATEGORIES= textproc python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= RElease NOtes manager >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/dulwich@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/dulwich@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= distutils concurrent autoplist >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> > >Property changes on: py-reno/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-reno/distinfo >=================================================================== >--- py-reno/distinfo (nonexistent) >+++ py-reno/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1527350434 >+SHA256 (reno-2.9.2.tar.gz) = 7b720b64a9c9dcec0ab252af3e0551b971a83ec4ebca9ee513e98fb2820f2426 >+SIZE (reno-2.9.2.tar.gz) = 81244 > >Property changes on: py-reno/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-reno/files/patch-reno_main.py >=================================================================== >--- py-reno/files/patch-reno_main.py (nonexistent) >+++ py-reno/files/patch-reno_main.py (working copy) >@@ -0,0 +1,15 @@ >+--- reno/main.py.orig 2018-05-13 22:03:42 UTC >++++ reno/main.py >+@@ -86,9 +86,12 @@ def main(argv=sys.argv[1:]): >+ default=defaults.RELEASE_NOTES_SUBDIR, >+ help='location of release notes YAML files', >+ ) >++ # Fix CLI tool for Python 3.x >+ subparsers = parser.add_subparsers( >+ title='commands', >++ dest='too few arguments' >+ ) >++ subparsers.required = True >+ >+ do_new = subparsers.add_parser( >+ 'new', > >Property changes on: py-reno/files/patch-reno_main.py >___________________________________________________________________ >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-reno/pkg-descr >=================================================================== >--- py-reno/pkg-descr (nonexistent) >+++ py-reno/pkg-descr (working copy) >@@ -0,0 +1,20 @@ >+Reno is a release notes manager designed with high throughput in mind, >+supporting fast distributed development teams without introducing additional >+development processes. The goal is to encourage detailed and accurate release >+notes for every release. >+ >+Reno uses git to store its data, along side the code being described. This means >+release notes can be written when the code changes are fresh, so no details are >+forgotten. It also means that release notes can go through the same review >+process used for managing code and other documentation changes. >+ >+Reno stores each release note in a separate file to enable a large number of >+developers to work on multiple patches simultaneously, all targeting the same >+branch, without worrying about merge conflicts. This cuts down on the need to >+rebase or otherwise manually resolve conflicts, and keeps a development team >+moving quickly. >+ >+Reno also supports multiple branches, allowing release notes to be back-ported >+from master to maintenance branches together with the code for bug fixes. >+ >+WWW: https://docs.openstack.org/reno/ > >Property changes on: py-reno/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 228686
: 193925