FreeBSD Bugzilla – Attachment 192700 Details for
Bug 227671
[NEW PORT] www/py-django-treebeard: Efficient tree implementations for Django
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-django-treebeard.patch
py-django-treebeard.patch (text/plain), 3.38 KB, created by
Kai Knoblich
on 2018-04-21 15:31:46 UTC
(
hide
)
Description:
py-django-treebeard.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-04-21 15:31:46 UTC
Size:
3.38 KB
patch
obsolete
>Index: www/py-django-treebeard/Makefile >=================================================================== >--- www/py-django-treebeard/Makefile (nonexistent) >+++ www/py-django-treebeard/Makefile (working copy) >@@ -0,0 +1,34 @@ >+# $FreeBSD$ >+ >+PORTNAME= django-treebeard >+DISTVERSION= 4.3 >+CATEGORIES= www python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Efficient tree implementations for Django >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= distutils autoplist >+NO_ARCH= yes >+PORTDOCS= * >+ >+OPTIONS_DEFINE= DOCS >+DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}graphviz>0:graphics/py-graphviz@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} >+DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ @(cd ${WRKSRC}/build/sphinx/html && \ >+ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ >+ "! -name .buildinfo -and ! -name objects.inv") >+ >+.include <bsd.port.mk> > >Property changes on: www/py-django-treebeard/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: www/py-django-treebeard/distinfo >=================================================================== >--- www/py-django-treebeard/distinfo (nonexistent) >+++ www/py-django-treebeard/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1524164190 >+SHA256 (django-treebeard-4.3.tar.gz) = c21db06a8d4943bf2a28d9d7a119058698fb76116df2679ecbf15a46a501de42 >+SIZE (django-treebeard-4.3.tar.gz) = 310617 > >Property changes on: www/py-django-treebeard/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: www/py-django-treebeard/pkg-descr >=================================================================== >--- www/py-django-treebeard/pkg-descr (nonexistent) >+++ www/py-django-treebeard/pkg-descr (working copy) >@@ -0,0 +1,16 @@ >+django-treebeard is a library that implements efficient tree implementations for >+the Django Web Framework 1.8 and later. >+ >+Features: >+ >+- Flexible: Includes 3 different tree implementations with the same API: >+ * Adjacency List >+ * Materialized Path >+ * Nested Sets >+- Fast: Optimized non-naive tree operations >+- Easy: Uses Django Model Inheritance with abstract classes to define your own >+ models. >+- Clean: Testable and well tested code base. Code/branch test coverage is >+ above 96%. >+ >+WWW: https://github.com/django-treebeard/django-treebeard > >Property changes on: www/py-django-treebeard/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 227671
: 192700