Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 21:34:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494190 - in head/www: . py-instabot
Message-ID:  <201902282134.x1SLYp5Y009075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 28 21:34:51 2019
New Revision: 494190
URL: https://svnweb.freebsd.org/changeset/ports/494190

Log:
  Add py-instabot 0.26.0
  
  Instabot is a Python module, which not only implements the wrapper over the
  Instagram API, but also various useful functions.
  
  WWW: https://github.com/instagrambot/instabot

Added:
  head/www/py-instabot/
  head/www/py-instabot/Makefile   (contents, props changed)
  head/www/py-instabot/distinfo   (contents, props changed)
  head/www/py-instabot/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Feb 28 21:34:45 2019	(r494189)
+++ head/www/Makefile	Thu Feb 28 21:34:51 2019	(r494190)
@@ -1705,6 +1705,7 @@
     SUBDIR += py-hyperlink
     SUBDIR += py-imdbpy
     SUBDIR += py-internetarchive
+    SUBDIR += py-instabot
     SUBDIR += py-jonpy
     SUBDIR += py-jsonfield
     SUBDIR += py-jswebkit

Added: head/www/py-instabot/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-instabot/Makefile	Thu Feb 28 21:34:51 2019	(r494190)
@@ -0,0 +1,33 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	instabot
+PORTVERSION=	0.26.0
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Instagram bot scripts and API wrapper
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=5.1:devel/py-click@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}future>=0.17.1:devel/py-future@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}huepy>=0.9.8.1:misc/py-huepy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}itsdangerous>=0.24:security/py-itsdangerous@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pysocks>=1.6.8:net/py-pysocks@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.8.0:www/py-requests-toolbelt@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}responses>=0.10.5:devel/py-responses@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}schedule>=0.6.0:devel/py-schedule@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tqdm>=4.30.0:misc/py-tqdm@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-instabot/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-instabot/distinfo	Thu Feb 28 21:34:51 2019	(r494190)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1551336351
+SHA256 (instabot-0.26.0.tar.gz) = 93885eb732d20d336339451a187543e40320d5f44ad029fdfa3513abd1032ea5
+SIZE (instabot-0.26.0.tar.gz) = 53270

Added: head/www/py-instabot/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-instabot/pkg-descr	Thu Feb 28 21:34:51 2019	(r494190)
@@ -0,0 +1,4 @@
+Instabot is a Python module, which not only implements the wrapper over the
+Instagram API, but also various useful functions.
+
+WWW: https://github.com/instagrambot/instabot



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902282134.x1SLYp5Y009075>