1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Import imgurpython 1.1.7

Imgurpython is a Python client for the Imgur API.
This commit is contained in:
Kevin Lo 2016-08-05 06:39:13 +00:00
parent 348a89efb4
commit da80001ec9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419668
4 changed files with 28 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1470374491
SHA256 (imgurpython-1.1.7.tar.gz) = 3ac28501c2f699a78f93a4ab34df7443cebd39a170c9de4adecf0f3852cbdc33
SIZE (imgurpython-1.1.7.tar.gz) = 8427

View File

@ -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