Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144010462
D18519.id52669.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
D18519.id52669.diff
View Options
Index: head/MOVED
===================================================================
--- head/MOVED
+++ head/MOVED
@@ -11554,3 +11554,4 @@
net/ssltunnel-server||2019-01-05|Has expired: Does not build, upstream disappeared
lang/cilkplus||2019-01-05|Has expired: Cilk Plus is on its way out (both in GCC and the Intel compilers)
net/ssltunnel-client||2019-01-05|Removed, client part of expired net/ssltunnel-server
+devel/py-mongoengine|databases/py-mongoengine|2019-01-08|Move to a better category
Index: head/databases/py-mongoengine/Makefile
===================================================================
--- head/databases/py-mongoengine/Makefile
+++ head/databases/py-mongoengine/Makefile
@@ -0,0 +1,39 @@
+# Created by: Mirko Zinn <mail@derzinn.de>
+# $FreeBSD$
+
+PORTNAME= mongoengine
+PORTVERSION= 0.16.3
+CATEGORIES= databases python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= wg@FreeBSD.org
+COMMENT= Object-Document-Mapper for working with MongoDB
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.7.1:databases/pymongo@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}blinker>0:devel/py-blinker@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pillow>=2.0.0:graphics/py-pillow@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_VER} == 2.7
+py27_TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}
+.endif
+
+# bson is provided by pymongo
+post-patch:
+ @${RM} -r ${WRKSRC}/bson
+
+do-test:
+ cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+
+.include <bsd.port.post.mk>
Index: head/databases/py-mongoengine/distinfo
===================================================================
--- head/databases/py-mongoengine/distinfo
+++ head/databases/py-mongoengine/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1544560218
+SHA256 (mongoengine-0.16.3.tar.gz) = 424edf66a5fadd5e22295b9c1b1604d96e7bd14273a0cbe281b5ddac2edb97e3
+SIZE (mongoengine-0.16.3.tar.gz) = 149000
Index: head/databases/py-mongoengine/pkg-descr
===================================================================
--- head/databases/py-mongoengine/pkg-descr
+++ head/databases/py-mongoengine/pkg-descr
@@ -0,0 +1,5 @@
+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.
+
+WWW: http://mongoengine.org/
Index: head/devel/py-mongoengine/Makefile
===================================================================
--- head/devel/py-mongoengine/Makefile
+++ head/devel/py-mongoengine/Makefile
@@ -1,26 +0,0 @@
-# Created by: Mirko Zinn <mail@derzinn.de>
-# $FreeBSD$
-
-PORTNAME= mongoengine
-PORTVERSION= 0.10.0
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= wg@FreeBSD.org
-COMMENT= Object-Document-Mapper for working with MongoDB
-
-LICENSE= MIT
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}rednose>0:devel/py-rednose@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.7:databases/pymongo@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist distutils
-
-# bson is provided by pymongo
-post-patch:
- @${RM} -r ${WRKSRC}/bson
-
-.include <bsd.port.mk>
Index: head/devel/py-mongoengine/distinfo
===================================================================
--- head/devel/py-mongoengine/distinfo
+++ head/devel/py-mongoengine/distinfo
@@ -1,2 +0,0 @@
-SHA256 (mongoengine-0.10.0.tar.gz) = 37d3e37d7d9319b26541e8b1006444f1f3a0c74cfa0d56abec764f2fa47bae6c
-SIZE (mongoengine-0.10.0.tar.gz) = 344179
Index: head/devel/py-mongoengine/pkg-descr
===================================================================
--- head/devel/py-mongoengine/pkg-descr
+++ head/devel/py-mongoengine/pkg-descr
@@ -1,5 +0,0 @@
-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.
-
-WWW: http://mongoengine.org/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 4, 8:19 AM (11 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28432958
Default Alt Text
D18519.id52669.diff (4 KB)
Attached To
Mode
D18519: devel/py-mongoengine: Update to 0.16.3 and move to databases/py-mongoengine
Attached
Detach File
Event Timeline
Log In to Comment