You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
4cff31f475
- drop py39, add py313 subport Closes: https://trac.macports.org/ticket/73314
38 lines
1.3 KiB
Tcl
38 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 python 1.0
|
|
|
|
name py-lazr.delegates
|
|
version 2.1.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license LGPL-3
|
|
maintainers nomaintainer
|
|
|
|
description Easily write objects that delegate behavior
|
|
long_description The lazr.delegates package makes it easy to write \
|
|
objects that delegate behavior to another \
|
|
object. The new object adds some property or \
|
|
behavior on to the other object, while still \
|
|
providing the underlying interface, and delegating \
|
|
behavior.
|
|
|
|
homepage https://launchpad.net/lazr.delegates
|
|
|
|
distname lazr_delegates-${version}
|
|
|
|
checksums rmd160 d78eda7d6390813395d8b8ac1e1723ae41863bf0 \
|
|
sha256 aeceb2616e51b73f327fbf12c4ec2b7d7670cb820bd5e4f6851215fb796c02dc \
|
|
size 16259
|
|
|
|
python.versions 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-zopeinterface
|
|
}
|