mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Update to 0.9.1.1
- Add Docs options - Use Github Changes: https://github.com/namlook/mongokit/blob/master/CHANGELOG PR: 230285 Submitted by: ndowens@yahoo.com Approved by: maintainer timeout Sponsored by: iXsystems Inc.
This commit is contained in:
parent
84ec18579f
commit
242348be3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489977
@ -1,19 +1,35 @@
|
||||
# Created by: Mirko Zinn <mail@derzinn.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mongokit
|
||||
PORTVERSION= 0.8.3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PORTNAME= mongokit
|
||||
PORTVERSION= 0.9.1.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= mail@derzinn.de
|
||||
COMMENT= Python ORM-like layer on top of pymongo
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.0.1:databases/pymongo@${PY_FLAVOR}
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:2.7
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.5:databases/pymongo@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= namlook
|
||||
|
||||
NO_ARCH= yes
|
||||
PORTDOCS= *.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
# Remove introduction.txt, soft-link causes issue
|
||||
${RM} ${WRKSRC}/doc/introduction.txt
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (mongokit-0.8.3.tar.gz) = 7f803ce14c3995013fed5633939fcad1fb87f334cd2ec065c18718746131f2fb
|
||||
SIZE (mongokit-0.8.3.tar.gz) = 68015
|
||||
TIMESTAMP = 1537739903
|
||||
SHA256 (namlook-mongokit-v0.9.1.1_GH0.tar.gz) = f5a0ea1fc47880ab9017e2b4532cc5c32e7a053e500b697428c36f4442f8f74d
|
||||
SIZE (namlook-mongokit-v0.9.1.1_GH0.tar.gz) = 144645
|
||||
|
Loading…
Reference in New Issue
Block a user