mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
create bsd12 branch
This commit is contained in:
18
python/py-RestrictedPython/Makefile
Normal file
18
python/py-RestrictedPython/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# $FreeBSD: head/security/py-RestrictedPython/Makefile 371453 2014-10-24 16:50:42Z mva $
|
||||
|
||||
PORTNAME= RestrictedPython
|
||||
PORTVERSION= 3.6.0
|
||||
CATEGORIES= security python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Restricted execution environment for Python
|
||||
|
||||
USES= python:2.7 zip
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
|
||||
2
python/py-RestrictedPython/distinfo
Normal file
2
python/py-RestrictedPython/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/RestrictedPython-3.6.0.zip) = 0edb2579b4174282bee3997abc6316d122c7ca6dcd02f4423352213cde571434
|
||||
SIZE (zope/RestrictedPython-3.6.0.zip) = 56739
|
||||
4
python/py-RestrictedPython/pkg-descr
Normal file
4
python/py-RestrictedPython/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
RestrictedPython provides a restricted execution environment for Python,
|
||||
e.g. for running untrusted code.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/RestrictedPython/
|
||||
Reference in New Issue
Block a user