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:
parent
957225bace
commit
49cef766bf
@ -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
|
||||
|
23
www/py-dj42-djangoql/Makefile
Normal file
23
www/py-dj42-djangoql/Makefile
Normal 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>
|
3
www/py-dj42-djangoql/distinfo
Normal file
3
www/py-dj42-djangoql/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1670606591
|
||||
SHA256 (djangoql-0.17.1.tar.gz) = 4f053d0128e28f412926e2da902735f4bdcbab5c08d43be4dfefd747fca2e96e
|
||||
SIZE (djangoql-0.17.1.tar.gz) = 228896
|
3
www/py-dj42-djangoql/pkg-descr
Normal file
3
www/py-dj42-djangoql/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Advanced search language for Django, with auto-completion.
|
||||
Supports logical operators, parenthesis, table joins, works
|
||||
with any Django models
|
Loading…
Reference in New Issue
Block a user