From owner-svn-ports-all@freebsd.org Fri Aug 5 06:39:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0248BAF68F; Fri, 5 Aug 2016 06:39:14 +0000 (UTC) (envelope-from kevlo@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 mx1.freebsd.org (Postfix) with ESMTPS id A2FF614F0; Fri, 5 Aug 2016 06:39:14 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u756dDq2022807; Fri, 5 Aug 2016 06:39:13 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u756dDDk022802; Fri, 5 Aug 2016 06:39:13 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201608050639.u756dDDk022802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 5 Aug 2016 06:39:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419668 - in head/graphics: . py-imgurpython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 06:39:15 -0000 Author: kevlo Date: Fri Aug 5 06:39:13 2016 New Revision: 419668 URL: https://svnweb.freebsd.org/changeset/ports/419668 Log: Import imgurpython 1.1.7 Imgurpython is a Python client for the Imgur API. Added: head/graphics/py-imgurpython/ head/graphics/py-imgurpython/Makefile (contents, props changed) head/graphics/py-imgurpython/distinfo (contents, props changed) head/graphics/py-imgurpython/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Fri Aug 5 04:52:01 2016 (r419667) +++ head/graphics/Makefile Fri Aug 5 06:39:13 2016 (r419668) @@ -847,6 +847,7 @@ SUBDIR += py-gvgen SUBDIR += py-imageio SUBDIR += py-imagesize + SUBDIR += py-imgurpython SUBDIR += py-mcomix SUBDIR += py-ming SUBDIR += py-nwdiag Added: head/graphics/py-imgurpython/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-imgurpython/Makefile Fri Aug 5 06:39:13 2016 (r419668) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= imgurpython +PORTVERSION= 1.1.7 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kevlo@FreeBSD.org +COMMENT= Python client for the Imgur API + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.7:www/py-requests + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/graphics/py-imgurpython/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-imgurpython/distinfo Fri Aug 5 06:39:13 2016 (r419668) @@ -0,0 +1,3 @@ +TIMESTAMP = 1470374491 +SHA256 (imgurpython-1.1.7.tar.gz) = 3ac28501c2f699a78f93a4ab34df7443cebd39a170c9de4adecf0f3852cbdc33 +SIZE (imgurpython-1.1.7.tar.gz) = 8427 Added: head/graphics/py-imgurpython/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-imgurpython/pkg-descr Fri Aug 5 06:39:13 2016 (r419668) @@ -0,0 +1,4 @@ +Imgurpython is a Python client for the Imgur API. It can be used to +interact with the Imgur API in your projects. + +WWW: https://github.com/Imgur/imgurpython