Skip to content

Commit

Permalink
www/py-dj42-djangoql: New port
Browse files Browse the repository at this point in the history
Django 4.2 version of www/py-djangoql
  • Loading branch information
grembo committed Feb 22, 2024
1 parent 957225b commit 49cef76
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Expand Up @@ -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
Expand Down
23 changes: 23 additions & 0 deletions www/py-dj42-djangoql/Makefile
@@ -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>
3 changes: 3 additions & 0 deletions www/py-dj42-djangoql/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1670606591
SHA256 (djangoql-0.17.1.tar.gz) = 4f053d0128e28f412926e2da902735f4bdcbab5c08d43be4dfefd747fca2e96e
SIZE (djangoql-0.17.1.tar.gz) = 228896
3 changes: 3 additions & 0 deletions www/py-dj42-djangoql/pkg-descr
@@ -0,0 +1,3 @@
Advanced search language for Django, with auto-completion.
Supports logical operators, parenthesis, table joins, works
with any Django models

0 comments on commit 49cef76

Please sign in to comment.