diff options
author | nivit <nivit@FreeBSD.org> | 2013-11-23 06:10:53 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2013-11-23 06:10:53 +0800 |
commit | b1274760122282027951cd86a77b47b0877da463 (patch) | |
tree | d7a1dd5df295d3b1df93666b5028d0aa26726826 /net-im | |
parent | 3587f1f223809c2cf9605ed84c73f82c1aadcf01 (diff) | |
download | freebsd-ports-gnome-b1274760122282027951cd86a77b47b0877da463.tar.gz freebsd-ports-gnome-b1274760122282027951cd86a77b47b0877da463.tar.zst freebsd-ports-gnome-b1274760122282027951cd86a77b47b0877da463.zip |
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
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/py-skype4py/Makefile | 22 | ||||
-rw-r--r-- | net-im/py-skype4py/distinfo | 2 | ||||
-rw-r--r-- | net-im/py-skype4py/pkg-descr | 6 |
4 files changed, 31 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 57a0d442e120..6f624c906cdc 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -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 diff --git a/net-im/py-skype4py/Makefile b/net-im/py-skype4py/Makefile new file mode 100644 index 000000000000..43d4b33f7251 --- /dev/null +++ b/net-im/py-skype4py/Makefile @@ -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> diff --git a/net-im/py-skype4py/distinfo b/net-im/py-skype4py/distinfo new file mode 100644 index 000000000000..52d3d610f464 --- /dev/null +++ b/net-im/py-skype4py/distinfo @@ -0,0 +1,2 @@ +SHA256 (Skype4Py-1.0.35.zip) = 79dbf9033a60b3d37ff1a8eb07fcc5f8dd1f5afb79cb83b216f721acca4d63c4 +SIZE (Skype4Py-1.0.35.zip) = 173489 diff --git a/net-im/py-skype4py/pkg-descr b/net-im/py-skype4py/pkg-descr new file mode 100644 index 000000000000..c51807ee9122 --- /dev/null +++ b/net-im/py-skype4py/pkg-descr @@ -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 |