Skip to content

Commit

Permalink
py-deap: add py38 subport
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Nov 21, 2019
1 parent bed34f4 commit 95ea1f0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions python/py-deap/Portfile
Expand Up @@ -10,7 +10,7 @@ categories-append devel
platforms darwin
license LGPL

python.versions 27 35 36 37
python.versions 27 35 36 37 38

maintainers {stromnov @stromnov} openmaintainer

Expand All @@ -22,9 +22,6 @@ long_description DEAP stands for Distributed Evolutionary Algorithm \
to rediscover evolutionary algorithms.

homepage https://www.github.com/deap
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}

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

checksums rmd160 310e2b411af2210d817818fa4ca45cca462f8640 \
sha256 cd0fd7bccf7837b9e6a666b75e1c3a629fa3f5bc346cb90a9edd8cd56f085980 \
Expand All @@ -36,8 +33,3 @@ if {${name} ne ${subport}} {

livecheck.type none
}

subport py34-${python.rootname} {
replaced_by py35-${python.rootname}
PortGroup obsolete 1.0
}

0 comments on commit 95ea1f0

Please sign in to comment.