Update to 0.9.0

- Fix LICENSE
- Add NO_ARCH
- Reformat pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/marshmallow-code/flask-marshmallow/blob/dev/CHANGELOG.rst
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2018-10-29 22:13:33 +00:00
parent 0645e28526
commit 1b56e32c6a
3 changed files with 14 additions and 13 deletions

View File

@@ -2,22 +2,24 @@
# $FreeBSD$
PORTNAME= flask-marshmallow
PORTVERSION= 0.8.0
PORTVERSION= 0.9.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Marshmallow support for Flask
LICENSE= BSD3CLAUSE
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}marshmallow>=2.0.0:devel/py-marshmallow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1520444351
SHA256 (flask-marshmallow-0.8.0.tar.gz) = d1457a8ee4cda662b121baacb22267774f3f7834e4adafae606b259bfbeb46b9
SIZE (flask-marshmallow-0.8.0.tar.gz) = 29360
TIMESTAMP = 1540844888
SHA256 (flask-marshmallow-0.9.0.tar.gz) = db7aff4130eb99fd05ab78fd2e2c58843ba0f208899aeb1c14aff9cd98ae8c80
SIZE (flask-marshmallow-0.9.0.tar.gz) = 29110

View File

@@ -1,7 +1,6 @@
Flask-Marshmallow is a thin integration layer for Flask (a Python web
framework) and marshmallow (an object serialization/deserialization
library) that adds additional features to marshmallow, including URL and
Hyperlinks fields for HATEOAS-ready APIs. It also (optionally)
integrates with Flask-SQLAlchemy.
Flask-Marshmallow is a thin integration layer for Flask (a Python web framework)
and marshmallow (an object serialization/deserialization library) that adds
additional features to marshmallow, including URL and Hyperlinks fields for
HATEOAS-ready APIs. It also (optionally) integrates with Flask-SQLAlchemy.
WWW: https://flask-marshmallow.readthedocs.io/
WWW: https://github.com/marshmallow-code/flask-marshmallow