Index: head/devel/py-marshmallow/Makefile =================================================================== --- head/devel/py-marshmallow/Makefile (revision 483411) +++ head/devel/py-marshmallow/Makefile (revision 483412) @@ -1,24 +1,25 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= marshmallow DISTVERSION= 3.0.0b7 PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@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} +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 +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Index: head/devel/py-marshmallow/pkg-descr =================================================================== --- head/devel/py-marshmallow/pkg-descr (revision 483411) +++ head/devel/py-marshmallow/pkg-descr (revision 483412) @@ -1,4 +1,4 @@ -Marshmallow is an ORM/ODM/framework-agnostic library for converting -complex datatypes, such as objects, to and from native Python datatypes. +Marshmallow is an ORM/ODM/framework-agnostic library for converting complex +datatypes, such as objects, to and from native Python datatypes. -WWW: https://pypi.org/project/marshmallow/ +WWW: https://github.com/marshmallow-code/marshmallow Property changes on: head/devel/py-marshmallow/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property