Skip to content

Commit

Permalink
py-pytest-asyncio: update to 0.10.0 and drop py35 variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Chih-Hsuan Yen committed Jan 11, 2019
1 parent f53197b commit f8d58c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions python/py-graveyard/Portfile
Expand Up @@ -274,6 +274,7 @@ py-PyRSS2Gen 1.1_1 26
py-pysam 0.12.0.1_2 34 35
py-pystache 0.5.4_1 33
py-pysvn 1.8.0_1 26
py-pytest-asyncio 0.9.0_1 35
py-python-jenkins 0.3.4_1 26
py-pywavelets 0.5.2_1 26
py-quadtree 0.1.2_2 26
Expand Down
13 changes: 7 additions & 6 deletions python/py-pytest-asyncio/Portfile
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0

github.setup pytest-dev pytest-asyncio 0.9.0 v
github.setup pytest-dev pytest-asyncio 0.10.0 v
name py-pytest-asyncio
categories-append devel
platforms darwin
Expand All @@ -20,15 +20,16 @@ long_description \

distname ${python.rootname}-${version}

checksums rmd160 bee15024040ff60b288f4a1050ac86fdead059f0 \
sha256 536b303d0a5fe33a65c95a52cdeaf36db9bf8ab9c27df5f00c877ca6922945f9 \
size 13235
checksums rmd160 17544d7f44bf1160881409e306622bb7ec971489 \
sha256 082aca0ee895e33460aa4c32bd2922ab7f7dcdbe5417b40d4700457ab3680b65 \
size 13983

python.versions 35 36 37
python.versions 36 37

if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools \
port:py${python.version}-async_generator
port:py${python.version}-async_generator \
port:py${python.version}-hypothesis

depends_lib-append port:py${python.version}-pytest

Expand Down

0 comments on commit f8d58c7

Please sign in to comment.