Add py-dj22-django-treebeard 4.3 (copied from py-django-treebeard)

- Add CONFLICTS_INSTALL
- Remove DOCS option
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-04-26 20:44:38 +00:00
parent 0779726536
commit b6b7e6f2bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500139
4 changed files with 44 additions and 0 deletions

View File

@ -1522,6 +1522,7 @@
SUBDIR += py-dj21-djangorestframework
SUBDIR += py-dj21-drf-yasg
SUBDIR += py-dj22-django-taggit
SUBDIR += py-dj22-django-treebeard
SUBDIR += py-django
SUBDIR += py-django-allauth
SUBDIR += py-django-annotations

View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= django-treebeard
DISTVERSION= 4.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Efficient tree implementations for Django
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-treebeard
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1524164190
SHA256 (django-treebeard-4.3.tar.gz) = c21db06a8d4943bf2a28d9d7a119058698fb76116df2679ecbf15a46a501de42
SIZE (django-treebeard-4.3.tar.gz) = 310617

View File

@ -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