svn commit: r483412 - head/devel/py-marshmallow

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 29 22:13:22 UTC 2018


Author: sunpoet
Date: Mon Oct 29 22:13:16 2018
New Revision: 483412
URL: https://svnweb.freebsd.org/changeset/ports/483412

Log:
  Update WWW
  
  - Take maintainership

Modified:
  head/devel/py-marshmallow/Makefile
  head/devel/py-marshmallow/pkg-descr   (contents, props changed)

Modified: head/devel/py-marshmallow/Makefile
==============================================================================
--- head/devel/py-marshmallow/Makefile	Mon Oct 29 22:13:07 2018	(r483411)
+++ head/devel/py-marshmallow/Makefile	Mon Oct 29 22:13:16 2018	(r483412)
@@ -8,17 +8,18 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

Modified: head/devel/py-marshmallow/pkg-descr
==============================================================================
--- head/devel/py-marshmallow/pkg-descr	Mon Oct 29 22:13:07 2018	(r483411)
+++ head/devel/py-marshmallow/pkg-descr	Mon Oct 29 22:13:16 2018	(r483412)
@@ -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


More information about the svn-ports-all mailing list