Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2018 22:13:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483412 - head/devel/py-marshmallow
Message-ID:  <201810292213.w9TMDHAP079215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 <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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810292213.w9TMDHAP079215>