aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2013-11-22 22:10:53 +0000
committerNicola Vitale <nivit@FreeBSD.org>2013-11-22 22:10:53 +0000
commit8a95c09a3629b452d12e1de2a4dbeb23d14167f0 (patch)
treed7a1dd5df295d3b1df93666b5028d0aa26726826 /net-im
parent02997c0f68c1a57061455b1c4f927d26fdc238ef (diff)
downloadports-8a95c09a3629b452d12e1de2a4dbeb23d14167f0.tar.gz
ports-8a95c09a3629b452d12e1de2a4dbeb23d14167f0.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
Notes
Notes: svn path=/head/; revision=334620
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/py-skype4py/Makefile22
-rw-r--r--net-im/py-skype4py/distinfo2
-rw-r--r--net-im/py-skype4py/pkg-descr6
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