Skip to content

Commit

Permalink
devel/py-querystring-parser: New port: QueryString parser for Python/…
Browse files Browse the repository at this point in the history
…Django
  • Loading branch information
yurivict committed Aug 27, 2023
1 parent 3394122 commit ac5db88
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -5460,6 +5460,7 @@
SUBDIR += py-qt6-sip
SUBDIR += py-qtbuilder
SUBDIR += py-qtconsole
SUBDIR += py-querystring-parser
SUBDIR += py-questionary
SUBDIR += py-qutip
SUBDIR += py-qutip-qip
Expand Down
21 changes: 21 additions & 0 deletions devel/py-querystring-parser/Makefile
@@ -0,0 +1,21 @@
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>
3 changes: 3 additions & 0 deletions devel/py-querystring-parser/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1693120701
SHA256 (querystring_parser-1.2.4.tar.gz) = 644fce1cffe0530453b43a83a38094dbe422ccba8c9b2f2a1c00280e14ca8a62
SIZE (querystring_parser-1.2.4.tar.gz) = 5454
2 changes: 2 additions & 0 deletions devel/py-querystring-parser/pkg-descr
@@ -0,0 +1,2 @@
querystring-parser is QueryString parser for Python/Django that correctly
creates nested dictionaries from sent form/querystring data.

0 comments on commit ac5db88

Please sign in to comment.