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

Diego: I replied to your email, it bounced. Please email me again from a different address.

HEADS UP

We have a known problem with lists of packages - they are out of date. A fix is in the works: see https://github.com/FreshPorts/freshports/issues/615 & https://github.com/FreshPorts/freshports/issues/616

Port details
py-drf-writable-nested Writable nested model serializer for Django REST framework
0.7.1 www on this many watch lists=2 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 0.7.1Version of this port present on the latest quarterly branch.
Maintainer: grembo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-05-12 07:09:39
Last Update: 2024-11-04 19:16:58
Commit Hash: 568bf13
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://github.com/beda-software/drf-writable-nested
Description:
This is a writable nested model serializer for Django REST Framework which allows you to create/update your models with related nested data. The following relations are supported: - OneToOne (direct/reverse) - ForeignKey (direct/reverse) - ManyToMany (direct/reverse excluding m2m relations with through model) - GenericRelation (this is always only reverse)
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}drf-writable-nested>0:www/py-drf-writable-nested@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py311-*drf-writable-nested
To install the port:
cd /usr/ports/www/py-drf-writable-nested/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-drf-writable-nested
  • pkg install py311-drf-writable-nested
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-drf-writable-nested listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-drf-writable-nested
Package flavors (<flavor>: <package>)
  • py311: py311-drf-writable-nested
distinfo:
TIMESTAMP = 1730641673 SHA256 (beda-software-drf-writable-nested-v0.7.1_GH0.tar.gz) = 8932686472ae67fb42c856ebc40801d46bd75569f15b4354ad83d1f7ca29ee78 SIZE (beda-software-drf-writable-nested-v0.7.1_GH0.tar.gz) = 21158

Packages (timestamps in pop-ups are UTC):
py311-drf-writable-nested
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.7.10.7.1-0.7.10.7.1---
FreeBSD:13:quarterly0.7.10.7.1-0.7.10.7.1---
FreeBSD:14:latest0.7.10.7.1-0.7.10.7.1---
FreeBSD:14:quarterly0.7.10.7.1-0.7.10.7.1---
FreeBSD:15:latest0.7.10.7.1n/a0.7.1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-django42>=2.2 : www/py-django42@py311
  2. py311-djangorestframework>0 : www/py-djangorestframework@py311
  3. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  4. python3.11 : lang/python311
This port is required by:
for Build
  1. deskutils/py-paperless-ngx
for Run
  1. deskutils/py-paperless-ngx

Configuration Options:
No options to configure
Options name:
www_py-drf-writable-nested
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/beda-software/drf-writable-nested/tar.gz/v0.7.1?dummy=/
Collapse this list.
Port Moves
  • port moved here from www/py-dj42-drf-writable-nested on 2024-05-12
    REASON: Renamed after all Django consumers were switched from Django 3.2 to Django 4.2 to have a consistent naming scheme

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.1
04 Nov 2024 19:16:58
commit hash: 568bf139d6e99fa45d7eb080284c4d22e673701ecommit hash: 568bf139d6e99fa45d7eb080284c4d22e673701ecommit hash: 568bf139d6e99fa45d7eb080284c4d22e673701ecommit hash: 568bf139d6e99fa45d7eb080284c4d22e673701e files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
www/py-drf-writable-nested: Update to 0.7.1
0.7.0
12 May 2024 07:06:38
commit hash: 1039ca2fe4c9e175626f82e855ea69735271e9e2commit hash: 1039ca2fe4c9e175626f82e855ea69735271e9e2commit hash: 1039ca2fe4c9e175626f82e855ea69735271e9e2commit hash: 1039ca2fe4c9e175626f82e855ea69735271e9e2 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
deskutils/py-paperless-ngx: Change RUN_DEPENDS

* Switch the port from the repo-copied py-dj42-django* ports to the
  original ones as they're using Django 4.2 now.

* Some ports were also created directly with a "py-dj42-" prefix to
  have a consistent naming scheme of Django 4.2 ports and had no
  Django 3.2 counterpart.

  After all Django consumers have been changed from Django 3.2 to
  Django 4.2 with 680c68fd4d69, these ports are now renamed accordingly.

  - From:       www/py-dj42-channels-redis
    To:         www/py-channels-redis
  - From:       www/py-dj42-django-auditlog
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 2