svn commit: r419668 - in head/graphics: . py-imgurpython

Kevin Lo kevlo at FreeBSD.org
Fri Aug 5 06:39:15 UTC 2016


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list