pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add py-ua-parser



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Fri May 4 13:13:48 2018 -0400
Changeset:	25ba4c6204bec909b906335c212c520610d96751

Modified Files:
	Makefile
Added Files:
	py-ua-parser/DESCR
	py-ua-parser/Makefile
	py-ua-parser/PLIST
	py-ua-parser/distinfo

Log Message:
Add py-ua-parser

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=25ba4c6204bec909b906335c212c520610d96751

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 py-ua-parser/DESCR    |  1 +
 py-ua-parser/Makefile | 19 +++++++++++++++++++
 py-ua-parser/PLIST    | 18 ++++++++++++++++++
 py-ua-parser/distinfo |  6 ++++++
 5 files changed, 45 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9e700841a5..869472f3d9 100644
--- a/Makefile
+++ b/Makefile
@@ -3828,6 +3828,7 @@ SUBDIR+=	py-txZMQ
 SUBDIR+=	py-txdbus
 SUBDIR+=	py-typedecorator
 SUBDIR+=	py-ufl
+SUBDIR+=	py-ua-parser
 SUBDIR+=	py-umalqurra
 SUBDIR+=	py-uncertainties
 SUBDIR+=	py-unidiff
diff --git a/py-ua-parser/DESCR b/py-ua-parser/DESCR
new file mode 100644
index 0000000000..e0da114755
--- /dev/null
+++ b/py-ua-parser/DESCR
@@ -0,0 +1 @@
+Python implementation of the UA Parser
diff --git a/py-ua-parser/Makefile b/py-ua-parser/Makefile
new file mode 100644
index 0000000000..f479fbc6c4
--- /dev/null
+++ b/py-ua-parser/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	ua-parser-0.8.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=u/ua-parser/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/ua-parser/uap-python/
+COMMENT=	Python implementation of the UA Parser
+LICENSE=	apache-2.0
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+
+.include "../../lang/python/egg.mk"
+WRKSRC=		${WRKDIR}/ua-parser-0.8.0
+USE_LANGUAGES=	# none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-ua-parser/PLIST b/py-ua-parser/PLIST
new file mode 100644
index 0000000000..a3e195fd3d
--- /dev/null
+++ b/py-ua-parser/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/ua_parser/__init__.py
+${PYSITELIB}/ua_parser/__init__.pyc
+${PYSITELIB}/ua_parser/__init__.pyo
+${PYSITELIB}/ua_parser/_regexes.py
+${PYSITELIB}/ua_parser/_regexes.pyc
+${PYSITELIB}/ua_parser/_regexes.pyo
+${PYSITELIB}/ua_parser/user_agent_parser.py
+${PYSITELIB}/ua_parser/user_agent_parser.pyc
+${PYSITELIB}/ua_parser/user_agent_parser.pyo
+${PYSITELIB}/ua_parser/user_agent_parser_test.py
+${PYSITELIB}/ua_parser/user_agent_parser_test.pyc
+${PYSITELIB}/ua_parser/user_agent_parser_test.pyo
diff --git a/py-ua-parser/distinfo b/py-ua-parser/distinfo
new file mode 100644
index 0000000000..f313b6cde0
--- /dev/null
+++ b/py-ua-parser/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ua-parser-0.8.0.tar.gz) = 0318ec26db7231e32b6be44914ca351d2027698c
+RMD160 (ua-parser-0.8.0.tar.gz) = e0d0d58b8f6f4b9bf07d7d938aaa455165fb2120
+SHA512 (ua-parser-0.8.0.tar.gz) = 3c9fb70a6cbae13aedc9e3bb0ed2442d9d4f1f6bb211c1a71a45c8f2afe38c90d824dbd827a6d9cf4badb298d3e7d5992d2139fdd4b0349abd1fe400bb9b183f
+Size (ua-parser-0.8.0.tar.gz) = 35024 bytes


Home | Main Index | Thread Index | Old Index