Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2017 14:17:16 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436609 - in head/devel: . py-fastentrypoints
Message-ID:  <201703211417.v2LEHGTc049137@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Tue Mar 21 14:17:16 2017
New Revision: 436609
URL: https://svnweb.freebsd.org/changeset/ports/436609

Log:
  devel/py-fastentrypoints: make entry_points specified in setup.py load more quickly
  
  WWW: https://github.com/ninjaaron/fast-entry_points

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Mar 21 14:08:05 2017	(r436608)
+++ head/devel/Makefile	Tue Mar 21 14:17:16 2017	(r436609)
@@ -4258,6 +4258,7 @@
     SUBDIR += py-fake-factory
     SUBDIR += py-fam
     SUBDIR += py-fasteners
+    SUBDIR += py-fastentrypoints
     SUBDIR += py-fastimport
     SUBDIR += py-filemagic
     SUBDIR += py-fileutils

Added: head/devel/py-fastentrypoints/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-fastentrypoints/Makefile	Tue Mar 21 14:17:16 2017	(r436609)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	fastentrypoints
+PORTVERSION=	0.9
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	wg@FreeBSD.org
+COMMENT=	Makes entry_points specified in setup.py load more quickly
+
+LICENSE=	BSD2CLAUSE
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-fastentrypoints/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-fastentrypoints/distinfo	Tue Mar 21 14:17:16 2017	(r436609)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1490105711
+SHA256 (fastentrypoints-0.9.tar.gz) = 1612350831da45e99fb588ed0e2965644e8026b69a382ce0a57ab0960397bddd
+SIZE (fastentrypoints-0.9.tar.gz) = 3704

Added: head/devel/py-fastentrypoints/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-fastentrypoints/pkg-descr	Tue Mar 21 14:17:16 2017	(r436609)
@@ -0,0 +1,3 @@
+Makes entry_points specified in setup.py load more quickly.
+
+WWW: https://github.com/ninjaaron/fast-entry_points



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