mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Marshmallow is an ORM/ODM/framework-agnostic library for converting
complex datatypes, such as objects, to and from native Python datatypes. WWW: https://pypi.python.org/pypi/marshmallow
This commit is contained in:
parent
8545e28c13
commit
edbf7bec45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463833
@ -4594,6 +4594,7 @@
|
||||
SUBDIR += py-magic
|
||||
SUBDIR += py-mailcap-fix
|
||||
SUBDIR += py-manuel
|
||||
SUBDIR += py-marshmallow
|
||||
SUBDIR += py-matrix-angular-sdk
|
||||
SUBDIR += py-mccabe
|
||||
SUBDIR += py-mdv
|
||||
|
24
devel/py-marshmallow/Makefile
Normal file
24
devel/py-marshmallow/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Mark Felder <feld@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= marshmallow
|
||||
DISTVERSION= 3.0.0b7
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= feld@FreeBSD.org
|
||||
COMMENT= Simplified object serialization for Python
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-marshmallow/distinfo
Normal file
3
devel/py-marshmallow/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1520443194
|
||||
SHA256 (marshmallow-3.0.0b7.tar.gz) = dac05fc434aa21ba46e7a7d468c844c899e44f42380fba04dd896253fd7d7d52
|
||||
SIZE (marshmallow-3.0.0b7.tar.gz) = 148697
|
4
devel/py-marshmallow/pkg-descr
Normal file
4
devel/py-marshmallow/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Marshmallow is an ORM/ODM/framework-agnostic library for converting
|
||||
complex datatypes, such as objects, to and from native Python datatypes.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/marshmallow
|
Loading…
Reference in New Issue
Block a user