From owner-svn-ports-head@freebsd.org Fri Mar 23 20:01:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C671F69E80; Fri, 23 Mar 2018 20:01:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 27303898E2; Fri, 23 Mar 2018 20:01:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2219C247B4; Fri, 23 Mar 2018 20:01:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2NK1b7u007944; Fri, 23 Mar 2018 20:01:37 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2NK1aas007939; Fri, 23 Mar 2018 20:01:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803232001.w2NK1aas007939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 23 Mar 2018 20:01:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465401 - in head/devel: . py-minio py-minio/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-minio py-minio/files X-SVN-Commit-Revision: 465401 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2018 20:01:37 -0000 Author: yuri Date: Fri Mar 23 20:01:36 2018 New Revision: 465401 URL: https://svnweb.freebsd.org/changeset/ports/465401 Log: New port: devel/py-minio: Minio library for Amazon S3 compatible cloud storage PR: 226877 Submitted by: jhixson@gmail.com Added: head/devel/py-minio/ head/devel/py-minio/Makefile (contents, props changed) head/devel/py-minio/distinfo (contents, props changed) head/devel/py-minio/files/ head/devel/py-minio/files/patch-setup.py (contents, props changed) head/devel/py-minio/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Mar 23 19:45:57 2018 (r465400) +++ head/devel/Makefile Fri Mar 23 20:01:36 2018 (r465401) @@ -4615,6 +4615,7 @@ SUBDIR += py-microversion-parse SUBDIR += py-mimeparse SUBDIR += py-minimongo + SUBDIR += py-minio SUBDIR += py-mock SUBDIR += py-mongoengine SUBDIR += py-mongokit Added: head/devel/py-minio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-minio/Makefile Fri Mar 23 20:01:36 2018 (r465401) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= minio +DISTVERSION= 3.0.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jhixson@gmail.com +COMMENT= Minio library for Amazon S3 compatible cloud storage + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/devel/py-minio/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-minio/distinfo Fri Mar 23 20:01:36 2018 (r465401) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521833363 +SHA256 (minio-3.0.4.tar.gz) = 5d4d086726bb7800570a86a040c607793235e190299f0d18aa0d2277492f393b +SIZE (minio-3.0.4.tar.gz) = 42720 Added: head/devel/py-minio/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-minio/files/patch-setup.py Fri Mar 23 20:01:36 2018 (r465401) @@ -0,0 +1,11 @@ +--- setup.py.orig 2018-03-23 19:57:54 UTC ++++ setup.py +@@ -64,7 +64,7 @@ setup( + packages=packages, + install_requires=requires, + tests_require=tests_requires, +- setup_requires=['nose>=1.0'], ++ #setup_requires=['nose>=1.0'], + license='Apache License 2.0', + classifiers=[ + 'Development Status :: 5 - Production/Stable', Added: head/devel/py-minio/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-minio/pkg-descr Fri Mar 23 20:01:36 2018 (r465401) @@ -0,0 +1,4 @@ +The Minio Python Client SDK provides simple APIs to access any Amazon +S3 compatible object storage server. + +WWW: https://github.com/minio/minio-py