Commits

reneeotten authored and Perry E. Metzger committed 40f105877cd
py-pluggy: update to 0.8.0
No tags

python/py-pluggy/Portfile

Modified
1 1 # -*- 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
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-pluggy
7 -version 0.7.1
7 +version 0.8.0
8 8 categories-append devel
9 9 platforms darwin
10 10 supported_archs noarch
11 11 license MIT
12 12 maintainers {gmail.com:pedro.salgado @steenzout} openmaintainer
13 13 homepage https://github.com/pytest-dev/pluggy
14 14
15 15 description Plugin and hook calling mechanisms for Python
16 16 long_description This is the plugin manager as used by pytest but \
17 17 stripped of pytest specific details.
18 18
19 19 master_sites pypi:p/pluggy
20 20 distname pluggy-${version}
21 21
22 -checksums rmd160 75c196d15a34fe64fa0c86846645256a0d5de1db \
23 - sha256 95eb8364a4708392bae89035f45341871286a333f749c3141c20573d2b3876e1 \
24 - size 47784
22 +checksums rmd160 de415ba98b96592a6a92f6423d31bb42e387b064 \
23 + sha256 447ba94990e8014ee25ec853339faf7b0fc8050cdc3289d4d71f7f410fb90095 \
24 + size 53259
25 25
26 26 python.versions 27 34 35 36 37
27 27
28 28 if {${name} ne ${subport}} {
29 29 depends_build-append \
30 30 port:py${python.version}-setuptools_scm
31 31
32 32 depends_lib-append port:py${python.version}-py \
33 33 port:py${python.version}-setuptools
34 34

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut