Skip to content

Commit

Permalink
py-attr: update to 0.3.2
Browse files Browse the repository at this point in the history
- add Python 3.10 & 3.11 subports
  • Loading branch information
herbygillot committed Jun 1, 2023
1 parent bae89df commit 654a5cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions python/py-attr/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-attr
version 0.3.1
version 0.3.2
revision 0

license MIT
Expand All @@ -15,13 +15,13 @@ maintainers nomaintainer
description Simple decorator to set attributes of target function or class in a DRY way
long_description {*}${description}

homepage https://github.com/pytesting/${python.rootname}
homepage https://github.com/denis-ryzhkov/${python.rootname}

python.versions 37 38 39
python.versions 37 38 39 310 311

checksums rmd160 c1491354f678255c4b9626e08cddd06b955dd1a2 \
sha256 9091548058d17f132596e61fa7518e504f76b9a4c61ca7d86e1f96dbf7d4775d \
size 1714
checksums rmd160 d0fd0d4067b815ebb969d1b6ed086694bcba7854 \
sha256 1ceebca768181cdcce9827611b1d728e592be5d293911539ea3d0b0bfa1146f4 \
size 2649

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

0 comments on commit 654a5cf

Please sign in to comment.