Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-smmap: update to version 3.0.4 #7157

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions python/py-smmap/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0

github.setup gitpython-developers smmap 2.0.5 v
github.setup gitpython-developers smmap 3.0.4 v
name py-smmap
maintainers nomaintainer
platforms darwin
Expand All @@ -14,17 +14,20 @@ license BSD
description Pure python sliding memory map manager
long_description ${description}

checksums rmd160 a5613971d57514243c9e1c4e1560290e709a851e \
sha256 bc94d885e63934dbeb80cc5131c63ab3a920749d22386234757818d516e50db4 \
size 28555
checksums rmd160 2c46988e9e422f79cf52376ae131ad34efd0f7d6 \
sha256 48491857fe12b7aa59504ea9efba07b056214fbc9380b8c2aa1eda1d76d1dd1f \
size 29227

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

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

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

depends_test-append \
port:py${python.version}-coverage \
port:py${python.version}-nose
Expand Down