Skip to content

Commit

Permalink
py-zope-hookable: update to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Nov 5, 2022
1 parent 6b67b0e commit 9072138
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions python/py-zope-hookable/Portfile
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
# -*- 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-hookable
python.rootname zope.hookable
version 5.2
version 5.3
github.setup zopefoundation ${python.rootname} ${version}
revision 0
categories-append zope
license ZPL-2.1
maintainers {mps @Schamschula} openmaintainer

description Zope hookable.
long_description This package supports the efficient creation of \
“hookable” objects, which are callable objects \
\hookable\ objects, which are callable objects \
that are meant to be optionally replaced.

homepage https://github.com/zopefoundation/zope.hookable

python.versions 37 38 39 310

checksums rmd160 65fa1f02adfb4cf9ec5a652f611f1583d8607fda \
sha256 4c3018bcf2b39cf5cccf40826f799b4b8c140056db780f96cb0ca332a243bd29 \
size 24004
checksums rmd160 96bcfc1b1a9741e8713d507f4a28f668ec70f0f4 \
sha256 4735ab0f26abed0d443e14fdb4e5db365306cfddebcacca834504b87875b5102 \
size 25306

if {${name} ne ${subport}} {
depends_lib-append \
Expand Down

0 comments on commit 9072138

Please sign in to comment.