Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 18:05:21 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497740 - in head/textproc: . py-asonic
Message-ID:  <201904031805.x33I5LNP088572@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Apr  3 18:05:21 2019
New Revision: 497740
URL: https://svnweb.freebsd.org/changeset/ports/497740

Log:
  New port: textproc/py-asonic
  
  Async Python client for the Sonic search backend.  Asonic implements
  all Sonic APIs.
  
  WWW: https://github.com/moshe/asonic

Added:
  head/textproc/py-asonic/
  head/textproc/py-asonic/Makefile   (contents, props changed)
  head/textproc/py-asonic/distinfo   (contents, props changed)
  head/textproc/py-asonic/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Apr  3 17:43:12 2019	(r497739)
+++ head/textproc/Makefile	Wed Apr  3 18:05:21 2019	(r497740)
@@ -1271,6 +1271,7 @@
     SUBDIR += py-agate-excel
     SUBDIR += py-alabaster
     SUBDIR += py-asciinema
+    SUBDIR += py-asonic
     SUBDIR += py-asv
     SUBDIR += py-autopep8
     SUBDIR += py-awesome-slugify

Added: head/textproc/py-asonic/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-asonic/Makefile	Wed Apr  3 18:05:21 2019	(r497740)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	asonic
+PORTVERSION=	1.0.1
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	tobik@FreeBSD.org
+COMMENT=	Async Python client for the Sonic search backend
+
+LICENSE=	MPL20
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-asonic/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-asonic/distinfo	Wed Apr  3 18:05:21 2019	(r497740)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1554313845
+SHA256 (asonic-1.0.1.tar.gz) = 4e6cef9533ffcb54894de59b74a6726407fb098bafaa38f337b38529ddd9772d
+SIZE (asonic-1.0.1.tar.gz) = 4924

Added: head/textproc/py-asonic/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-asonic/pkg-descr	Wed Apr  3 18:05:21 2019	(r497740)
@@ -0,0 +1,4 @@
+Async Python client for the Sonic search backend.  Asonic implements
+all Sonic APIs.
+
+WWW: https://github.com/moshe/asonic



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904031805.x33I5LNP088572>