1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Nicola Vitale 2013-11-22 22:10:53 +00:00
parent 02997c0f68
commit 8a95c09a36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334620
4 changed files with 31 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (Skype4Py-1.0.35.zip) = 79dbf9033a60b3d37ff1a8eb07fcc5f8dd1f5afb79cb83b216f721acca4d63c4
SIZE (Skype4Py-1.0.35.zip) = 173489

View File

@ -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