Skip to content
Snippets Groups Projects
Commit ac5db88c authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

devel/py-querystring-parser: New port: QueryString parser for Python/Django

parent 33941229
No related branches found
No related tags found
No related merge requests found
...@@ -5460,6 +5460,7 @@ ...@@ -5460,6 +5460,7 @@
SUBDIR += py-qt6-sip SUBDIR += py-qt6-sip
SUBDIR += py-qtbuilder SUBDIR += py-qtbuilder
SUBDIR += py-qtconsole SUBDIR += py-qtconsole
SUBDIR += py-querystring-parser
SUBDIR += py-questionary SUBDIR += py-questionary
SUBDIR += py-qutip SUBDIR += py-qutip
SUBDIR += py-qutip-qip SUBDIR += py-qutip-qip
......
PORTNAME= querystring-parser
DISTVERSION= 1.2.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= QueryString parser for Python/Django
WWW= https://github.com/bernii/querystring-parser
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1693120701
SHA256 (querystring_parser-1.2.4.tar.gz) = 644fce1cffe0530453b43a83a38094dbe422ccba8c9b2f2a1c00280e14ca8a62
SIZE (querystring_parser-1.2.4.tar.gz) = 5454
querystring-parser is QueryString parser for Python/Django that correctly
creates nested dictionaries from sent form/querystring data.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment