mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
create bsd12 branch
This commit is contained in:
20
python/py-zope.proxy/Makefile
Normal file
20
python/py-zope.proxy/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# Created by: Wen Heping <wenheping@gmail.com>
|
||||
# $FreeBSD: head/net/py-zope.proxy/Makefile 412348 2016-04-01 14:17:44Z mat $
|
||||
|
||||
PORTNAME= zope.proxy
|
||||
PORTVERSION= 4.1.3
|
||||
CATEGORIES= net python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Generic Transparent Proxies
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:python/py-zope.interface@${PY_FLAVOR}
|
||||
|
||||
USES= python zip
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
2
python/py-zope.proxy/distinfo
Normal file
2
python/py-zope.proxy/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zope.proxy-4.1.3.zip) = 24f028bd3d0e62d828d7f910be2abb9ed3486292beff77b9e1d627d8ce0016ce
|
||||
SIZE (zope/zope.proxy-4.1.3.zip) = 41232
|
||||
6
python/py-zope.proxy/pkg-descr
Normal file
6
python/py-zope.proxy/pkg-descr
Normal file
@@ -0,0 +1,6 @@
|
||||
Proxies are special objects which serve as mostly-transparent wrappers
|
||||
around another object, intervening in the apparent behavior of the
|
||||
wrapped object only when necessary to apply the policy (e.g., access
|
||||
checking, location brokering, etc.) for which the proxy is responsible.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zope.proxy/
|
||||
Reference in New Issue
Block a user