mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
18
devel/py-fastentrypoints/Makefile
Normal file
18
devel/py-fastentrypoints/Makefile
Normal 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>
|
3
devel/py-fastentrypoints/distinfo
Normal file
3
devel/py-fastentrypoints/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1490105711
|
||||
SHA256 (fastentrypoints-0.9.tar.gz) = 1612350831da45e99fb588ed0e2965644e8026b69a382ce0a57ab0960397bddd
|
||||
SIZE (fastentrypoints-0.9.tar.gz) = 3704
|
3
devel/py-fastentrypoints/pkg-descr
Normal file
3
devel/py-fastentrypoints/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Makes entry_points specified in setup.py load more quickly.
|
||||
|
||||
WWW: https://github.com/ninjaaron/fast-entry_points
|
Loading…
Add table
Reference in a new issue