ports/net-im/py-libturpial/files/patch-libturpial__common____init__.py
Olivier Duchateau e5798c6f6f libturpial is a library that handles multiple microblogging protocols
(Identi.ca, Twitter). It implements a lot of features and aims to support
all the features for each protocol.

WWW: http://turpial.org.ve/
2014-02-22 16:48:20 +00:00

11 lines
639 B
Python

--- ./libturpial/common/__init__.py.orig 2013-07-14 22:25:31.000000000 +0000
+++ ./libturpial/common/__init__.py 2014-02-22 11:24:15.000000000 +0000
@@ -12,6 +12,8 @@
NUM_STATUSES = 20
OS_LINUX = 'linux' #: Constant to identify Linux based operating systems
+OS_FREEBSD = 'freebsd' #: Constant to identify FreeBSD based operating systems
+OS_DFLY = 'dragonfly' #: Constant to identify DragonFly based operating systems
OS_WINDOWS = 'windows' #: Constant to identify Windows operating systems
OS_MAC = 'darwin' #: Constant to identify Mac operating systems
OS_JAVA = 'java' #: Constant to identify Java based operating systems