Port details |
- py-django-taggit-serializer Django Taggit serializer for the Django REST Framework
- 0.1.7 www
=0 0.1.7Version of this port present on the latest quarterly branch.
- DEPRECATED: Obsolete, please use www/py-django-taggit instead
This port expired on: 2021-09-15
- Maintainer: kai@FreeBSD.org
- Port Added: 2018-09-28 16:35:54
- Last Update: 2021-09-17 08:47:38
- Commit Hash: e5a2328
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/glemmaPaul/django-taggit-serializer
- Description:
- This package makes it possible to serialize tags generated by the django-taggit
package. Because the tags in the django-taggit package need to be added into a
TaggableManager() one cannot use the usual Serializer that is retrieved from the
Django REST Framework.
WWW: https://github.com/glemmaPaul/django-taggit-serializer
- ¦ ¦ ¦ ¦
- 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}django-taggit-serializer>0:www/py-django-taggit-serializer@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- py38-dj21-django-taggit-serializer
- py38-dj22-django-taggit-serializer
- No installation instructions:
- This port has been deleted.
- PKGNAME: py38-django-taggit-serializer
- Package flavors (<flavor>: <package>)
- py38: py38-django-taggit-serializer
- distinfo:
- TIMESTAMP = 1533884090
SHA256 (django-taggit-serializer-0.1.7.tar.gz) = f712eb2482079be452bcd1e82b18a820e26427c3ee1cef2b4fcd4d6b8b9f14d0
SIZE (django-taggit-serializer-0.1.7.tar.gz) = 5589
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-django-taggit>=0 : www/py-django-taggit@py38
- py38-six>=0 : devel/py-six@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-django-taggit-serializer
- USES:
- python:3.5+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.7 17 Sep 2021 08:47:38 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2021-09-15 www/py-django-rest-swagger: Has expired: Upstream no longer
maintained, please use www/py-drf-yasg instead
2021-09-15 www/py-django-taggit-serializer: Obsolete, please use
www/py-django-taggit instead
2021-09-16 www/efront: Unsupported by upstream |
0.1.7 10 Aug 2021 15:44:48 |
Kai Knoblich (kai) |
www/py-django-taggit-serializer: Deprecate and set to expire
The original upstream repository has not been active for a few years.
Therefore, the code was incorporated into the 1.5.0 release of
www/py-django-taggit and is now administered there accordingly. |
0.1.7 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.7 25 May 2019 10:10:01 |
kai |
net-mgmt/netbox: Update to 2.5.12 and switch to Django 2.2
Upstream decided to switch from Django 2.1 to the 2.2 LTS release to fix a
rather annoying bug that generated intermittent errors when objects were
deleted/manipulated.
Therefore the same procedure must be done in almost the same way as in
r492690 to make NetBox compatible with Django 2.2 in the ports tree.
That means to repocopy the required Django 1.11 ports, assign them to
Django 2.2, limit them to Python 3.5+ and update all related
CONFLICTS_INSTALL entries accordingly:
* www/py-dj22-django-cors-headers [1]
* www/py-dj22-django-debug-toolbar (Only the first 15 lines of the commit message are shown above ) |
0.1.7 29 Apr 2019 20:36:16 |
kai |
www/py-django-taggit-serializer: Limit to Python 3
Limit the port to Python 3.5 or later in preparation for the update of
www/py-django-taggit to 1.1.0 which is no longer compatible with Python 2.
Approved by: mentors (implicit) |
0.1.7 11 Feb 2019 12:00:30 |
kai |
Create some ports that are assigned to Django 2.1 instead Django 1.11.
Django 1.11 is currently the "default" version in the ports tree due its
long term support until April 2020 thus ports that are assigned to that
version will exist until then.
The following packages are required to make the upgrade of net-mgmt/netbox
to 2.5.x possible because upstream has decided to switch from Django 1.11
to Django 2.1:
* www/py-dj21-django-cors-headers
* www/py-dj21-django-debug-toolbar
* www/py-dj21-django-filter
* www/py-dj21-django-js-asset
* www/py-dj21-django-mptt (Only the first 15 lines of the commit message are shown above ) |
0.1.7 01 Feb 2019 18:55:18 |
kai |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
0.1.7 28 Sep 2018 16:35:29 |
miwi |
This package makes it possible to serialize tags generated by the django-taggit
package. Because the tags in the django-taggit package need to be added into a
TaggableManager() one cannot use the usual Serializer that is retrieved from the
Django REST Framework.
WWW: https://github.com/glemmaPaul/django-taggit-serializer
PR: 231114
Submitted by: freebsd_ports@k-worx.org
Sponsored by: iXsystems Inc. |