diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:25:17 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:31:47 +0000 |
commit | 8ddedffaa8ef97bd58536b351253945d6f9a7307 (patch) | |
tree | f1e9b0ae60c802d392ea0e50626ebad86cf5c1b6 | |
parent | 810c7c7766e1a35de8ba0f2b62710d6c6a724d7e (diff) |
databases/py-mongoengine: Update to 0.27.0
- Update WWW and clean up pkg-descr
Changes: https://github.com/MongoEngine/mongoengine/releases
-rw-r--r-- | databases/py-mongoengine/Makefile | 5 | ||||
-rw-r--r-- | databases/py-mongoengine/distinfo | 6 | ||||
-rw-r--r-- | databases/py-mongoengine/pkg-descr | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/databases/py-mongoengine/Makefile b/databases/py-mongoengine/Makefile index ef45c6cdcb2b..2d17eed3b580 100644 --- a/databases/py-mongoengine/Makefile +++ b/databases/py-mongoengine/Makefile @@ -1,12 +1,13 @@ PORTNAME= mongoengine -PORTVERSION= 0.26.0 +PORTVERSION= 0.27.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Object-Document-Mapper for working with MongoDB -WWW= http://mongoengine.org/ +WWW= http://mongoengine.org/ \ + https://github.com/MongoEngine/mongoengine LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/databases/py-mongoengine/distinfo b/databases/py-mongoengine/distinfo index 7b9853023c35..c1ec9a5031bb 100644 --- a/databases/py-mongoengine/distinfo +++ b/databases/py-mongoengine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675192015 -SHA256 (mongoengine-0.26.0.tar.gz) = 3f284bdcbe8d1a3a9b8ab7d3c3ed672d10b8fd2e545447cd1d75e40d6e978332 -SIZE (mongoengine-0.26.0.tar.gz) = 166790 +TIMESTAMP = 1679499192 +SHA256 (mongoengine-0.27.0.tar.gz) = 8f38df7834dc4b192d89f2668dcf3091748d12f74d55648ce77b919167a4a49b +SIZE (mongoengine-0.27.0.tar.gz) = 167389 diff --git a/databases/py-mongoengine/pkg-descr b/databases/py-mongoengine/pkg-descr index affcafac74f5..30b361f37e99 100644 --- a/databases/py-mongoengine/pkg-descr +++ b/databases/py-mongoengine/pkg-descr @@ -1,5 +1,3 @@ MongoEngine is an ORM-like layer on top of PyMongo. It allows you to define schemas for documents and query collections using syntax inspired by the Django ORM. - -See also: https://github.com/MongoEngine/mongoengine |