From 5267d60cf4ef5fa01ff9d5182906969ebf84ef72 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Tue, 28 Jan 2014 14:15:21 +0000 Subject: New port: py-user_agents. user_agents is a Python library that provides an easy way to identify/detect devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings. The goal is to reliably detect whether: -- User agent is a mobile, tablet or PC based device -- User agent has touch capabilities (has touch screen) user_agents relies on the excellent ua-parser to do the actual parsing of the raw user agent string. --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index c26ac43c2e7d..972ea2671aff 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3837,6 +3837,7 @@ SUBDIR += py-urlimport SUBDIR += py-urwid SUBDIR += py-usb + SUBDIR += py-user_agents SUBDIR += py-utils SUBDIR += py-venusian SUBDIR += py-versiontools -- cgit v1.2.3