summaryrefslogtreecommitdiff
path: root/graphics/py-imgurpython
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2016-08-05 06:39:13 +0000
committerKevin Lo <kevlo@FreeBSD.org>2016-08-05 06:39:13 +0000
commitda80001ec9b442b7666b5b8bd761143e3a820673 (patch)
treec7fb69edd76ef483a87140202e361319a473969d /graphics/py-imgurpython
parentImport py-telepot 8.3 (diff)
Import imgurpython 1.1.7
Imgurpython is a Python client for the Imgur API.
Notes
Notes: svn path=/head/; revision=419668
Diffstat (limited to 'graphics/py-imgurpython')
-rw-r--r--graphics/py-imgurpython/Makefile20
-rw-r--r--graphics/py-imgurpython/distinfo3
-rw-r--r--graphics/py-imgurpython/pkg-descr4
3 files changed, 27 insertions, 0 deletions
diff --git a/graphics/py-imgurpython/Makefile b/graphics/py-imgurpython/Makefile
new file mode 100644
index 000000000000..07ff59ec43c4
--- /dev/null
+++ b/graphics/py-imgurpython/Makefile
@@ -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 <bsd.port.mk>
diff --git a/graphics/py-imgurpython/distinfo b/graphics/py-imgurpython/distinfo
new file mode 100644
index 000000000000..a0db7ad126f1
--- /dev/null
+++ b/graphics/py-imgurpython/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1470374491
+SHA256 (imgurpython-1.1.7.tar.gz) = 3ac28501c2f699a78f93a4ab34df7443cebd39a170c9de4adecf0f3852cbdc33
+SIZE (imgurpython-1.1.7.tar.gz) = 8427
diff --git a/graphics/py-imgurpython/pkg-descr b/graphics/py-imgurpython/pkg-descr
new file mode 100644
index 000000000000..9309770976d4
--- /dev/null
+++ b/graphics/py-imgurpython/pkg-descr
@@ -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