svn commit: r436609 - in head/devel: . py-fastentrypoints

William Grzybowski wg at FreeBSD.org
Tue Mar 21 14:17:18 UTC 2017


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 at 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


More information about the svn-ports-all mailing list