mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
devel/py-freenas.utils: FreeNAS common Python modules
WWW: https://github.com/freenas/middleware
This commit is contained in:
parent
1ca64e9861
commit
2db5a1ae40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401866
@ -4020,6 +4020,7 @@
|
||||
SUBDIR += py-foolscap
|
||||
SUBDIR += py-fortran
|
||||
SUBDIR += py-freebsd
|
||||
SUBDIR += py-freenas.utils
|
||||
SUBDIR += py-freezegun
|
||||
SUBDIR += py-fs
|
||||
SUBDIR += py-fsm
|
||||
|
20
devel/py-freenas.utils/Makefile
Normal file
20
devel/py-freenas.utils/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= freenas.utils
|
||||
PORTVERSION= 10.2a1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= FreeNAS common Python modules
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-freenas.utils/distinfo
Normal file
2
devel/py-freenas.utils/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (freenas.utils-10.2a1.tar.gz) = bb610d6dcd76f22dd5c87e7dda265b19c4564de0caa024b9d382129797e6f2bd
|
||||
SIZE (freenas.utils-10.2a1.tar.gz) = 6899
|
3
devel/py-freenas.utils/pkg-descr
Normal file
3
devel/py-freenas.utils/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
FreeNAS common Python modules.
|
||||
|
||||
WWW: https://github.com/freenas/middleware
|
Loading…
Reference in New Issue
Block a user