notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-dj42-django-treebeard Efficient tree implementations for Django
4.7.1 www Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.7.1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Obsolete, please use www/py-django-treebeard instead
Expired This port expired on: 2024-06-15
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-03-09 14:12:37
Last Update: 2024-06-15 18:10:37
Commit Hash: 3d8fcc8
Also Listed In: python
License: APACHE20
WWW:
https://github.com/django-treebeard/django-treebeard
Description:
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%.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}dj42-django-treebeard>0:www/py-dj42-django-treebeard@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py39-dj42-django-treebeard
Package flavors (<flavor>: <package>)
  • py39: py39-dj42-django-treebeard
distinfo:
TIMESTAMP = 1706970935 SHA256 (django-treebeard-4.7.1.tar.gz) = 846e462904b437155f76e04907ba4e48480716855f88b898df4122bdcfbd6e98 SIZE (django-treebeard-4.7.1.tar.gz) = 294139

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-django42>=2.2 : www/py-django42@py39
  2. py39-graphviz>0 : graphics/py-graphviz@py39
  3. py39-sphinx>=0,1 : textproc/py-sphinx@py39
  4. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  5. python3.9 : lang/python39
Test dependencies:
  1. py39-pytest-django>=4.0 : devel/py-pytest-django@py39
  2. py39-pytest>=7,1 : devel/py-pytest@py39
  3. python3.9 : lang/python39
Runtime dependencies:
  1. py39-django42>=3.2 : www/py-django42@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-dj42-django-treebeard-4.7.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
www_py-dj42-django-treebeard
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/django-treebeard/
  2. https://pypi.org/packages/source/d/django-treebeard/
Collapse this list.
Port Moves
  • port moved to www/py-django-treebeard on 2024-06-15
    REASON: Has expired: Obsolete, please use www/py-django-treebeard instead

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.7.1
15 Jun 2024 18:10:37
commit hash: 3d8fcc8df10b31f68f735fd447a5594608687627commit hash: 3d8fcc8df10b31f68f735fd447a5594608687627commit hash: 3d8fcc8df10b31f68f735fd447a5594608687627commit hash: 3d8fcc8df10b31f68f735fd447a5594608687627 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
www/py-dj42-django-treebeard: Remove expired port

2024-06-15 www/py-dj42-django-treebeard: Obsolete, please use
www/py-django-treebeard instead
4.7.1
27 May 2024 05:28:53
commit hash: c7b5ca4a02f03fab50e349b549fddbd9e931f9b7commit hash: c7b5ca4a02f03fab50e349b549fddbd9e931f9b7commit hash: c7b5ca4a02f03fab50e349b549fddbd9e931f9b7commit hash: c7b5ca4a02f03fab50e349b549fddbd9e931f9b7 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
*/py-dj42*: Deprecate/Set to expire

* The */py-dj42* ports have no more consumers and are redundant now
  as all the other Django ports have been switched from Django 3.2
  to Django 4.2 in the last few weeks. [1]

PR:		276319 [1]
With hat:	python
4.7.1
09 Mar 2024 14:05:16
commit hash: 8f49288172b4c76b13d11f6da336e72d755ad62ccommit hash: 8f49288172b4c76b13d11f6da336e72d755ad62ccommit hash: 8f49288172b4c76b13d11f6da336e72d755ad62ccommit hash: 8f49288172b4c76b13d11f6da336e72d755ad62c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj42-django-treebeard: Add py-dj42-django-treebeard 4.7.1 (copied from
py-django-treebeard)

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%.

Number of commits found: 3