Date: Fri, 22 Nov 2013 22:10:54 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334620 - in head/net-im: . py-skype4py Message-ID: <201311222210.rAMMAsSd075042@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Fri Nov 22 22:10:53 2013 New Revision: 334620 URL: http://svnweb.freebsd.org/changeset/ports/334620 Log: Skype4Py is a Python library which allows you to control Skype client application. Skype4Py Python project is not affiliate of Skype or Microsoft corporation. WWW: https://github.com/awahlig/skype4py Added: head/net-im/py-skype4py/ head/net-im/py-skype4py/Makefile (contents, props changed) head/net-im/py-skype4py/distinfo (contents, props changed) head/net-im/py-skype4py/pkg-descr (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Fri Nov 22 22:03:06 2013 (r334619) +++ head/net-im/Makefile Fri Nov 22 22:10:53 2013 (r334620) @@ -132,6 +132,7 @@ SUBDIR += py-jabberbot SUBDIR += py-punjab SUBDIR += py-pyxmpp + SUBDIR += py-skype4py SUBDIR += py-twistedWords SUBDIR += py-xmpppy SUBDIR += py-xmpppy-irc Added: head/net-im/py-skype4py/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/py-skype4py/Makefile Fri Nov 22 22:10:53 2013 (r334620) @@ -0,0 +1,22 @@ +# Created by: Nicola Vitale <nivit@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Skype4Py +PORTVERSION= 1.0.35 +#PORTREVISION= 0 +CATEGORIES= net-im devel +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Skype (TM) API wrapper for Python + +LICENSE= BSD + +PYDISTUTILS_AUTOPLIST= yes + +USE_PYDISTUTILS= easy_install +USE_PYTHON= -2.7 +USE_ZIP= yes + +.include <bsd.port.mk> Added: head/net-im/py-skype4py/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/py-skype4py/distinfo Fri Nov 22 22:10:53 2013 (r334620) @@ -0,0 +1,2 @@ +SHA256 (Skype4Py-1.0.35.zip) = 79dbf9033a60b3d37ff1a8eb07fcc5f8dd1f5afb79cb83b216f721acca4d63c4 +SIZE (Skype4Py-1.0.35.zip) = 173489 Added: head/net-im/py-skype4py/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/py-skype4py/pkg-descr Fri Nov 22 22:10:53 2013 (r334620) @@ -0,0 +1,6 @@ +Skype4Py is a Python library which allows you to control Skype client +application. + +Skype4Py Python project is not affiliate of Skype or Microsoft corporation. + +WWW: https://github.com/awahlig/skype4py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311222210.rAMMAsSd075042>