svn commit: r417314 - in head/devel: . py-jaraco.functools

Mark Felder feld at FreeBSD.org
Wed Jun 22 15:19:52 UTC 2016


Author: feld
Date: Wed Jun 22 15:19:50 2016
New Revision: 417314
URL: https://svnweb.freebsd.org/changeset/ports/417314

Log:
  Additional functools in the spirit of stdlib's functools.
  
  WWW: https://pypi.python.org/pypi/jaraco.text

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jun 22 15:18:32 2016	(r417313)
+++ head/devel/Makefile	Wed Jun 22 15:19:50 2016	(r417314)
@@ -4164,6 +4164,7 @@
     SUBDIR += py-iterpipes
     SUBDIR += py-itools
     SUBDIR += py-jaraco.classes
+    SUBDIR += py-jaraco.functools
     SUBDIR += py-jaraco.timing
     SUBDIR += py-jaraco.util
     SUBDIR += py-jcc

Added: head/devel/py-jaraco.functools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jaraco.functools/Makefile	Wed Jun 22 15:19:50 2016	(r417314)
@@ -0,0 +1,26 @@
+# Created by: Mark Felder <feld at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jaraco.functools
+PORTVERSION=	1.8.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	feld at FreeBSD.org
+COMMENT=	Additional functools for Python
+
+LICENSE=	MIT
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_VER} == "2.7"
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}functools32>0:devel/py-functools32
+.endif
+
+.include <bsd.port.post.mk>

Added: head/devel/py-jaraco.functools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jaraco.functools/distinfo	Wed Jun 22 15:19:50 2016	(r417314)
@@ -0,0 +1,2 @@
+SHA256 (jaraco.functools-1.8.1.tar.gz) = 766cd9caed0c18dfbf744dcd05d1f171f03e64ab8f7363d5b2521ba200383c5a
+SIZE (jaraco.functools-1.8.1.tar.gz) = 6125

Added: head/devel/py-jaraco.functools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jaraco.functools/pkg-descr	Wed Jun 22 15:19:50 2016	(r417314)
@@ -0,0 +1,3 @@
+Additional functools in the spirit of stdlib's functools.
+
+WWW: https://pypi.python.org/pypi/jaraco.text


More information about the svn-ports-head mailing list