devel/py-fastentrypoints: make entry_points specified in setup.py load more quickly

WWW: https://github.com/ninjaaron/fast-entry_points
This commit is contained in:
William Grzybowski 2017-03-21 14:17:16 +00:00
parent 98cbb46aef
commit 4462bcb8a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436609
4 changed files with 25 additions and 0 deletions

View file

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

View file

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

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1490105711
SHA256 (fastentrypoints-0.9.tar.gz) = 1612350831da45e99fb588ed0e2965644e8026b69a382ce0a57ab0960397bddd
SIZE (fastentrypoints-0.9.tar.gz) = 3704

View file

@ -0,0 +1,3 @@
Makes entry_points specified in setup.py load more quickly.
WWW: https://github.com/ninjaaron/fast-entry_points