From owner-svn-ports-head@freebsd.org Fri Aug 5 04:52:03 2016 Return-Path: Delivered-To: svn-ports-head@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 2E96EBAED0E; Fri, 5 Aug 2016 04:52:03 +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 D122411E1; Fri, 5 Aug 2016 04:52:02 +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 u754q2FT084167; Fri, 5 Aug 2016 04:52:02 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u754q1o3084163; Fri, 5 Aug 2016 04:52:01 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201608050452.u754q1o3084163@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 04:52:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419667 - in head/net-im: . py-telepot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 04:52:03 -0000 Author: kevlo Date: Fri Aug 5 04:52:01 2016 New Revision: 419667 URL: https://svnweb.freebsd.org/changeset/ports/419667 Log: Import py-telepot 8.3 Telepot is a Python framework for Telegram Bot API. Added: head/net-im/py-telepot/ head/net-im/py-telepot/Makefile (contents, props changed) head/net-im/py-telepot/distinfo (contents, props changed) head/net-im/py-telepot/pkg-descr (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Fri Aug 5 02:30:18 2016 (r419666) +++ head/net-im/Makefile Fri Aug 5 04:52:01 2016 (r419667) @@ -136,6 +136,7 @@ SUBDIR += py-skype4py SUBDIR += py-slackclient SUBDIR += py-sleekxmpp + SUBDIR += py-telepot SUBDIR += py-twistedWords SUBDIR += py-xmpppy SUBDIR += py-xmpppy-irc Added: head/net-im/py-telepot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/py-telepot/Makefile Fri Aug 5 04:52:01 2016 (r419667) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= telepot +PORTVERSION= 8.3 +CATEGORIES= net-im python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kevlo@FreeBSD.org +COMMENT= Python framework for Telegram Bot API + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3 + +NO_ARCH= yes +USES= python zip +USE_PYTHON= distutils autoplist + +.include Added: head/net-im/py-telepot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/py-telepot/distinfo Fri Aug 5 04:52:01 2016 (r419667) @@ -0,0 +1,3 @@ +TIMESTAMP = 1470366151 +SHA256 (telepot-8.3.zip) = 64bd0accc61ef759d14fddb6858a3ae86709cfae8da9229aae862851ff1ae06e +SIZE (telepot-8.3.zip) = 68297 Added: head/net-im/py-telepot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/py-telepot/pkg-descr Fri Aug 5 04:52:01 2016 (r419667) @@ -0,0 +1,3 @@ +Telepot is a Python client which is the REST wrapper for Telegram API. + +WWW: https://github.com/nickoala/telepot/