aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-29 22:13:16 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-29 22:13:16 +0000
commit62d3590e9bb4b414f491ef7537def5872003050b (patch)
treeec83b2a994a33fb20892db448c9eb39bf3e4864b /devel
parentcf0aa4f2837f251545f7a70944ac32f1ca1f6feb (diff)
downloadports-62d3590e9bb4b414f491ef7537def5872003050b.tar.gz
ports-62d3590e9bb4b414f491ef7537def5872003050b.zip
Update WWW
- Take maintainership
Notes
Notes: svn path=/head/; revision=483412
Diffstat (limited to 'devel')
-rw-r--r--devel/py-marshmallow/Makefile11
-rw-r--r--devel/py-marshmallow/pkg-descr6
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/py-marshmallow/Makefile b/devel/py-marshmallow/Makefile
index 1ff5c9d17e2c..3a7060bdbf5a 100644
--- a/devel/py-marshmallow/Makefile
+++ b/devel/py-marshmallow/Makefile
@@ -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>
diff --git a/devel/py-marshmallow/pkg-descr b/devel/py-marshmallow/pkg-descr
index 0da0e9c2a55a..8c77a6abc6c5 100644
--- a/devel/py-marshmallow/pkg-descr
+++ b/devel/py-marshmallow/pkg-descr
@@ -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