mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- update to 0.8.1
while here: - trim Makefile header - limit python version to 2.x only - tab -> space change in pkg-descr:WWW PR: 171778 Submitted by: William Grzybowski <william88 at gmail dot com> Approved by: maintainer timeout (almost 1 month) Feature safe: yes
This commit is contained in:
parent
f0643b0743
commit
10f62b1960
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305976
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: py-mongokit
|
||||
# Date created: 2010-02-06
|
||||
# Whom: Mirko Zinn <mail@derzinn.de>
|
||||
#
|
||||
# Created by: Mirko Zinn <mail@derzinn.de>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mongokit
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -16,7 +12,7 @@ COMMENT= Python ORM-like layer on top of pymongo
|
||||
|
||||
RUN_DEPENDS= pymongo>=2.0.1:${PORTSDIR}/databases/pymongo
|
||||
|
||||
USE_PYTHON= 2.6+
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mongokit-0.8.tar.gz) = b5af82dc5f234a0456408895180ec922a66ba1d0b7047efe1afc2531bf80cb05
|
||||
SIZE (mongokit-0.8.tar.gz) = 138308
|
||||
SHA256 (mongokit-0.8.1.tar.gz) = a1f31e3a216d0df42e6f1a9d3d1f22b25e6b52812998dcd567dabcea734c71e8
|
||||
SIZE (mongokit-0.8.1.tar.gz) = 138889
|
||||
|
@ -2,4 +2,4 @@ MongoKit is a python module that brings structured schema and validation layer
|
||||
on top of the great pymongo driver. It has be written to be simpler and
|
||||
lighter as possible with the KISS and DRY principles in mind.
|
||||
|
||||
WWW: http://namlook.github.com/mongokit/
|
||||
WWW: http://namlook.github.com/mongokit/
|
||||
|
Loading…
Reference in New Issue
Block a user