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-graphene-django Graphene Django integration
3.0.0 devel 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 3.0.0Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-09-10 13:18:26
Last Update: 2024-05-26 10:18:17
Commit Hash: 547ee8e
Also Listed In: python
License: MIT
WWW:
https://github.com/graphql-python/graphene-django
Description:
A Django integration for Graphene.
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-graphene-django>0:devel/py-dj42-graphene-django@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py39-*graphene-django
No installation instructions:
This port has been deleted.
PKGNAME: py39-dj42-graphene-django
Package flavors (<flavor>: <package>)
  • py39: py39-dj42-graphene-django
distinfo:
TIMESTAMP = 1686153295 SHA256 (graphene-django-3.0.0.tar.gz) = 018a8dc4736d99b5bb4a15d7fd0b46c98010e9201cb52a290f6d1f16ae6fefda SIZE (graphene-django-3.0.0.tar.gz) = 77525

Packages (timestamps in pop-ups are UTC):
py39-dj42-graphene-django
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----3.0.03.0.03.0.0
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----3.0.03.0.03.0.0
FreeBSD:15:latest--n/a-n/a3.0.03.0.03.0.0
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-django42>=3.2 : www/py-django42@py39
  2. py39-graphene>=3.0<4 : devel/py-graphene@py39
  3. py39-graphql-core>=3.1.0<4 : devel/py-graphql-core@py39
  4. py39-graphql-relay>=3.1.1<4 : devel/py-graphql-relay@py39
  5. py39-promise>=2.1 : devel/py-promise@py39
  6. py39-text-unidecode>=0 : converters/py-text-unidecode@py39
  7. py39-dj42-djangorestframework>=3.6.3 : www/py-dj42-djangorestframework@py39
  8. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  9. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-dj42-graphene-django-3.0.0: REST_FRAMEWORK=on: REST framework support ===> Use 'make config' to modify these settings
Options name:
devel_py-dj42-graphene-django
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/g/graphene-django/
  2. https://pypi.org/packages/source/g/graphene-django/
Collapse this list.
Port Moves
  • port moved to devel/py-graphene-django300 on 2024-05-26
    REASON: Renamed to py-graphene-django300 for backwards compatibility with net-mgmt/netbox
  • port moved here from devel/py-dj41-graphene-django on 2023-12-31
    REASON: Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.0
26 May 2024 10:18:17
commit hash: 547ee8e902f46e8b2642dc0bb3f4d09eff230d16commit hash: 547ee8e902f46e8b2642dc0bb3f4d09eff230d16commit hash: 547ee8e902f46e8b2642dc0bb3f4d09eff230d16commit hash: 547ee8e902f46e8b2642dc0bb3f4d09eff230d16 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: 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 since 680c68fd4d69.

* An exception here is devel/py-dj42-graphene-django, which is renamed
  to devel/py-graphene-django300 because NetBox has known problems with
  newer versions of devel/py-graphene-django.  Add an entry to MOVED for
  it as well.

* Adjust www/py-{dj42-}-graphiql-debug-toolbar accordingly due to the
  rename of devel/py-dj42-graphene-django as described above and to
  avoid installation conflicts.

* Bump PORTREVISION where necessary due changed dependencies.

PR:		276319
3.0.0
10 Sep 2023 13:15:32
commit hash: 178f4991ec22c5c9164d973f091ef067ca28bcb6commit hash: 178f4991ec22c5c9164d973f091ef067ca28bcb6commit hash: 178f4991ec22c5c9164d973f091ef067ca28bcb6commit hash: 178f4991ec22c5c9164d973f091ef067ca28bcb6 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Create Django 4.2 consumers

* Django 3.2 is currently the "default" version in the ports tree due
  its long term support until April 2024.  Thus ports that are assigned
  to that version will exist until then.

The following ports are required to make the upgrade of
net-mgmt/netbox to the 3.6 release possible because it requires
Django 4.2.

All of the ports listed below were created on the basis of their
respective original ports:

- devel/py-dj42-django-rq
- devel/py-dj42-graphene-django
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 2