1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Update to 0.14.2

- Fix LICENSE
- Update WWW
- Take maintainership

Changes:	https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-11-04 19:11:14 +00:00
parent 47da562900
commit a001e63247
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484143
3 changed files with 8 additions and 8 deletions

View File

@ -2,19 +2,19 @@
# $FreeBSD$
PORTNAME= marshmallow-sqlalchemy
PORTVERSION= 0.14.1
PORTVERSION= 0.14.2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= SQLAlchemy integration with the marshmallow serialization library
LICENSE= BSD3CLAUSE
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marshmallow>=2.0.0:devel/py-marshmallow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=1.2:databases/py-sqlalchemy12@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=0.9.7:databases/py-sqlalchemy12@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1539325546
SHA256 (marshmallow-sqlalchemy-0.14.1.tar.gz) = a42cdbd6b623059fca601e1b572cab28f00d4acf36e2cef38094c88424b3dcf1
SIZE (marshmallow-sqlalchemy-0.14.1.tar.gz) = 40723
TIMESTAMP = 1541357893
SHA256 (marshmallow-sqlalchemy-0.14.2.tar.gz) = 56d66597bb9f2a240e75a641d74743d2dc13596ca2a86641aa0bc58f83bbc3e0
SIZE (marshmallow-sqlalchemy-0.14.2.tar.gz) = 41774

View File

@ -1,3 +1,3 @@
SQLAlchemy integration with the marshmallow (de)serialization library.
WWW: https://marshmallow-sqlalchemy.readthedocs.io/
WWW: https://github.com/marshmallow-code/marshmallow-sqlalchemy