Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 22:05:00 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535792 - in head/devel: . py-pockets
Message-ID:  <202005182205.04IM50oV035643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon May 18 22:05:00 2020
New Revision: 535792
URL: https://svnweb.freebsd.org/changeset/ports/535792

Log:
  Add devel/py-pockets: Collection of helpful Python tools
  
  Pockets is full of highly tested, well maintained Python
  helper functions.
  
  WWW: https://pypi.org/project/pockets/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon May 18 21:50:29 2020	(r535791)
+++ head/devel/Makefile	Mon May 18 22:05:00 2020	(r535792)
@@ -4793,6 +4793,7 @@
     SUBDIR += py-pluggy
     SUBDIR += py-pluginbase
     SUBDIR += py-ply
+    SUBDIR += py-pockets
     SUBDIR += py-podcastparser
     SUBDIR += py-polib
     SUBDIR += py-pooch

Added: head/devel/py-pockets/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pockets/Makefile	Mon May 18 22:05:00 2020	(r535792)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	pockets
+DISTVERSION=	0.9.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio@FreeBSD.org
+COMMENT=	Collection of helpful Python tools
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-pockets/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pockets/distinfo	Mon May 18 22:05:00 2020	(r535792)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1589656340
+SHA256 (pockets-0.9.1.tar.gz) = 9320f1a3c6f7a9133fe3b571f283bcf3353cd70249025ae8d618e40e9f7e92b3
+SIZE (pockets-0.9.1.tar.gz) = 24993

Added: head/devel/py-pockets/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pockets/pkg-descr	Mon May 18 22:05:00 2020	(r535792)
@@ -0,0 +1,3 @@
+Pockets is full of highly tested, well maintained Python helper functions.
+
+WWW: https://pypi.org/project/pockets/



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