Page MenuHomeFreeBSD

D11336.id30023.diff
No OneTemporary

D11336.id30023.diff

Index: devel/Makefile
===================================================================
--- devel/Makefile
+++ devel/Makefile
@@ -4211,6 +4211,7 @@
SUBDIR += py-cmdtest
SUBDIR += py-codecov
SUBDIR += py-codegen
+ SUBDIR += py-codesearch
SUBDIR += py-cog
SUBDIR += py-collective.monkeypatcher
SUBDIR += py-collective.z3cform.datetimewidget
Index: devel/py-codesearch/Makefile
===================================================================
--- devel/py-codesearch/Makefile
+++ devel/py-codesearch/Makefile
@@ -0,0 +1,28 @@
+# Created by: Carlos J. Puga Medina <cpm@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= codesearch
+PORTVERSION= 0.1
+CATEGORIES= devel python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= cpm@FreeBSD.org
+COMMENT= Python library for accessing Chromium CodeSearch
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+USE_GITHUB= yes
+GH_ACCOUNT= chromium
+GH_PROJECT= ${PORTNAME}-py
+GH_TAGNAME= ec3ad68
+
+NO_ARCH= yes
+
+do-test:
+ @cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover -v
+
+.include <bsd.port.mk>
Index: devel/py-codesearch/distinfo
===================================================================
--- devel/py-codesearch/distinfo
+++ devel/py-codesearch/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498007933
+SHA256 (chromium-codesearch-py-0.1-ec3ad68_GH0.tar.gz) = 93c5c3476fafcec52d0bc1f732b31d9ddc700882e5f6755b36da7740f747ef24
+SIZE (chromium-codesearch-py-0.1-ec3ad68_GH0.tar.gz) = 335302
Index: devel/py-codesearch/pkg-descr
===================================================================
--- devel/py-codesearch/pkg-descr
+++ devel/py-codesearch/pkg-descr
@@ -0,0 +1,11 @@
+The codesearch Python library provides an interface for talking to the
+Chromium CodeSearch backend.
+
+The primary entry point into the library is the codesearch class. Various
+message classes you are likely to encounter are defined in messages.py
+
+In addition, the library also includes facilities for maintaining an
+ephemeral or persistent cache in order to minimize generated network
+traffic.
+
+WWW: https://github.com/chromium/codesearch-py

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 19, 12:09 AM (11 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29876809
Default Alt Text
D11336.id30023.diff (2 KB)

Event Timeline