You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.3 KiB
Tcl
30 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-zope-proxy
|
|
python.rootname zope.proxy
|
|
version 4.6.1
|
|
github.setup zopefoundation ${python.rootname} ${version}
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
categories-append zope
|
|
license ZPL-2.1
|
|
maintainers nomaintainer
|
|
description 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.
|
|
long_description {*}${description}
|
|
homepage https://github.com/zopefoundation/zope.proxy
|
|
|
|
python.versions 310
|
|
|
|
checksums rmd160 933cf028e74488bc1362a1d9deae243f58434bf9 \
|
|
sha256 99d31fb49d2e1647b4966702cb96c68664b876b92ba65f9a2418489db33f39ab \
|
|
size 45412
|