1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

www/py-dj42-djangoql: New port

Django 4.2 version of www/py-djangoql
This commit is contained in:
Michael Gmelin 2024-02-22 20:25:39 +01:00
parent 957225bace
commit 49cef766bf
4 changed files with 30 additions and 0 deletions

View File

@ -1513,6 +1513,7 @@
SUBDIR += py-dj42-django-tables2
SUBDIR += py-dj42-django-taggit
SUBDIR += py-dj42-django-timezone-field
SUBDIR += py-dj42-djangoql
SUBDIR += py-dj42-djangorestframework
SUBDIR += py-dj42-djangorestframework-guardian
SUBDIR += py-dj42-drf-spectacular

View File

@ -0,0 +1,23 @@
PORTNAME= djangoql
PORTVERSION= 0.17.1
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42-
MAINTAINER= grembo@FreeBSD.org
COMMENT= Advanced search language for Django, with auto-completion
WWW= https://github.com/ivelum/djangoql
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>0:www/py-django42@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ply>=3.8:devel/py-ply@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1670606591
SHA256 (djangoql-0.17.1.tar.gz) = 4f053d0128e28f412926e2da902735f4bdcbab5c08d43be4dfefd747fca2e96e
SIZE (djangoql-0.17.1.tar.gz) = 228896

View File

@ -0,0 +1,3 @@
Advanced search language for Django, with auto-completion.
Supports logical operators, parenthesis, table joins, works
with any Django models