Skip to content
Permalink
Browse files

py-tvdb: remove 'dev' from version, add py37

- previous 2.0-dev version string causes py-tvnamer not to realize the
    version is sufficient
  • Loading branch information
reneeotten committed Apr 15, 2019
1 parent fa31696 commit 3ebb432d84c1e0b91fecc2e6e232acc19c48a618
Showing with 9 additions and 3 deletions.
  1. +9 −3 python/py-tvdb/Portfile
@@ -18,11 +18,17 @@ long_description ${description}
checksums rmd160 e36c246fdd0ad5f4955caec3d1374c1983490562 \
sha256 15849f43fb29bb34f12ca539572720c256e35f93cb72664be13076a6bfe227f1

python.versions 27 34 35 36
python.versions 27 34 35 36 37

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

depends_lib port:py${python.version}-requests \
depends_lib-append \
port:py${python.version}-requests \
port:py${python.version}-requests-cache

post-extract {
reinplace "s|'${version}-dev'|'${version}'|g" ${worksrcpath}/setup.py
}
}

0 comments on commit 3ebb432

Please sign in to comment.
You can’t perform that action at this time.