Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 14:47:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482503 - in head/www: . py-biscuits
Message-ID:  <201810201447.w9KEl4jf012669@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 20 14:47:04 2018
New Revision: 482503
URL: https://svnweb.freebsd.org/changeset/ports/482503

Log:
  Add py-biscuits 0.1.1
  
  Biscuits provides low level API for handling cookies server side.
  
  WWW: https://github.com/pyrates/biscuits

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Oct 20 14:42:07 2018	(r482502)
+++ head/www/Makefile	Sat Oct 20 14:47:04 2018	(r482503)
@@ -1517,6 +1517,7 @@
     SUBDIR += py-beaker
     SUBDIR += py-beautifulsoup
     SUBDIR += py-beautifulsoup32
+    SUBDIR += py-biscuits
     SUBDIR += py-bjoern
     SUBDIR += py-bleach
     SUBDIR += py-blogofile

Added: head/www/py-biscuits/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-biscuits/Makefile	Sat Oct 20 14:47:04 2018	(r482503)
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	biscuits
+PORTVERSION=	0.1.1
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Fast and tasty cookies handling
+
+LICENSE=	MIT
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3400
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pathlib>=0:devel/py-pathlib@${PY_FLAVOR}
+.endif
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/biscuits.so
+
+.include <bsd.port.post.mk>

Added: head/www/py-biscuits/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-biscuits/distinfo	Sat Oct 20 14:47:04 2018	(r482503)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1540015708
+SHA256 (biscuits-0.1.1.tar.gz) = 0efd110285574f72a2b2c00d7a86a0fc193ed2317296e4e08c8563b30430d13c
+SIZE (biscuits-0.1.1.tar.gz) = 51031

Added: head/www/py-biscuits/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-biscuits/pkg-descr	Sat Oct 20 14:47:04 2018	(r482503)
@@ -0,0 +1,3 @@
+Biscuits provides low level API for handling cookies server side.
+
+WWW: https://github.com/pyrates/biscuits



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